Skip to content

Console Output

Started by user Scott Lewis
Running as Scott Lewis
Agent basic-dk4s5 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-dk4s5"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ecf.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-dk4s5"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-dk4s5"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ecf.svc.cluster.local/ecf/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-ecf"
      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"

[EnvInject] - Loading node environment variables.
Building remotely on basic-dk4s5 in workspace /home/jenkins/agent/workspace/ecf-tycho.master.stage-release
[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-rrFN87XEQYjp/agent.71
SSH_AGENT_PID=73
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release@tmp/private_key_7273726549883586790.key (/home/jenkins/agent/workspace/ecf-tycho.master.stage-release@tmp/private_key_7273726549883586790.key)
[ssh-agent] Using credentials genie.ecf (ssh://genie.ecf@projects-storage.eclipse.org)
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf
 > git init /home/jenkins/agent/workspace/ecf-tycho.master.stage-release # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/ecf/org.eclipse.ecf +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b59ccf55571c0186d7a801f1a7d482ff444bc341 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b59ccf55571c0186d7a801f1a7d482ff444bc341 # timeout=10
Commit message: "Increase version numbers to 3.14.14"
 > git rev-list --no-walk 01acf6f3fd46ddb05f1da2c34045f33014f47c1f # timeout=10
Unpacking https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.zip to /home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest on basic-dk4s5
[ecf-tycho.master.stage-release] $ /bin/sh -xe /tmp/jenkins7434449307484715285.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 021B6E5B2F3B218C: public key "Eclipse ECF Project <ecf-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 021B6E5B2F3B218C: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
+ gpg --list-keys --with-colons
+ awk -F: '/fpr:/ {print $10}'
+ sort -u
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key A486DE6E89E0F3F573D5C4F7021B6E5B2F3B218C trust
Secret subkeys are available.

pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2021-12-18  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2021-12-18  usage: S   
[ unknown] (1). Eclipse ECF Project <ecf-dev@eclipse.org>

pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2021-12-18  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2021-12-18  usage: S   
[ unknown] (1). Eclipse ECF Project <ecf-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2021-12-18  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2021-12-18  usage: S   
[ unknown] (1). Eclipse ECF Project <ecf-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key F34A09A067CACC398A8A941EB1B69136775115FA trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2021-12-18
pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2021-12-18  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2021-12-18  usage: S   
[ultimate] (1). Eclipse ECF Project <ecf-dev@eclipse.org>

pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2021-12-18  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2021-12-18  usage: S   
[ultimate] (1). Eclipse ECF Project <ecf-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/021B6E5B2F3B218C
     created: 2016-12-19  expires: 2021-12-18  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B1B69136775115FA
     created: 2016-12-19  expires: 2021-12-18  usage: S   
[ultimate] (1). Eclipse ECF Project <ecf-dev@eclipse.org>

Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 35524
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[ecf-tycho.master.stage-release] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 35524
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/pom.xml clean verify -Ppack-and-sign -Dtarget-platform=2020-03 -Pbaseline-checks -DskipTests=true
[INFO] Scanning for projects...
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom (2.1 kB at 30 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom (19 kB at 203 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom (4.8 kB at 89 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 195 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 730 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 649 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/6/apache-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 457 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 108 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 162 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 523 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 54 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 49 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 24 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 167 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 412 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 16 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 93 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 448 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 399 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 90 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 194 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 271 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 144 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 298 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 322 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 74 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 57 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 53 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 206 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 80 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 93 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 40 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 190 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 398 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 85 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 645 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 218 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 325 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 102 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 107 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 70 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 249 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 49 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 132 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 62 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom (1.1 kB at 13 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom (3.0 kB at 21 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 220 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 157 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 432 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.3 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/18/apache-18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 580 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 675 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 2.4 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/19/apache-19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 553 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 485 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.8/xz-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 68 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom (2.0 kB at 21 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 56 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom (1.8 kB at 23 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom (1.0 kB at 16 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom (1.7 kB at 23 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom (1.3 kB at 17 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.4/decentxml-1.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 306 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom (2.1 kB at 24 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom (1.1 kB at 14 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom (1.0 kB at 5.0 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 139 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 57 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 476 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 982 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/5/apache-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 141 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom (2.1 kB at 28 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom (1.1 kB at 11 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom (1.1 kB at 18 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.8/xz-1.8.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.4/decentxml-1.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 463 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 556 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 440 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar (5.4 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 385 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 799 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 538 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar (204 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 987 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 502 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 273 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 206 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 213 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 310 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 802 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 337 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 667 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar (22 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar (13 kB at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 328 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar (248 kB at 590 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar (3.1 kB at 7.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar (38 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar (7.0 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar (9.4 kB at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar (37 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 9.1 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar (1.5 MB at 3.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 600 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar (37 kB at 77 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar (29 kB at 58 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip (8.1 MB at 16 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar (218 kB at 6.2 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar (148 kB at 4.1 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar (50 kB at 2.1 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom (1.7 kB at 41 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar (7.6 kB at 149 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom (2.9 kB at 55 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar (23 kB at 505 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 104 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 246 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 149 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 232 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.6 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/21/apache-21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 778 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 225 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 176 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.5 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 664 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.7 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/16/apache-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 513 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 83 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom (2.7 kB at 62 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 500 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 404 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 3.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 2.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar (129 kB at 1.6 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.pom (2.2 kB at 65 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom (6.8 kB at 233 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.6.0/tycho-source-feature-plugin-1.6.0.jar (19 kB at 883 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 150 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 240 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 192 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.pom (1.3 kB at 24 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200/1.6.0/tycho-pack200-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.6.0/tycho-pack200-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.6.0/tycho-pack200-1.6.0.pom (1.5 kB at 35 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200a-plugin/1.6.0/tycho-pack200a-plugin-1.6.0.jar (7.2 kB at 160 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.pom
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.pom (2.6 kB at 96 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.7/maven-plugin-parent-1.1.7.pom
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.7/maven-plugin-parent-1.1.7.pom (5.6 kB at 267 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-parent/1.0.5/cbi-parent-1.0.5.pom
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-parent/1.0.5/cbi-parent-1.0.5.pom (12 kB at 363 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.jar
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.7/eclipse-jarsigner-plugin-1.1.7.jar (66 kB at 1.6 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.pom (1.5 kB at 35 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.6.0/tycho-pack200b-plugin-1.6.0.jar (6.8 kB at 165 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom (2.2 kB at 67 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar (28 kB at 641 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom (2.7 kB at 71 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 297 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/35/commons-parent-35.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.8 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/15/apache-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 476 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom (2.1 kB at 39 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom (3.1 kB at 48 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.5/ow2-1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 449 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/7.2/asm-7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 57 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom (3.7 kB at 58 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom (3.2 kB at 60 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/7.2/asm-7.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 689 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar (28 kB at 358 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar (81 kB at 897 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 307 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar (20 kB at 71 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 234 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.pom (5.6 kB at 254 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar (29 kB at 125 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.pom (2.5 kB at 82 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-document-bundle-plugin/1.6.0/tycho-document-bundle-plugin-1.6.0.jar (33 kB at 1.4 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 576 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.3 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/9/apache-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 421 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 7.2 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom (2.0 kB at 45 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar (12 kB at 295 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 133 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 155 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.5 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 622 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 142 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 217 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 862 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/7/apache-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 555 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 555 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom (2.5 kB at 51 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar (33 kB at 512 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 114 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 569 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 146 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 381 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 22 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 631 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 246 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 881 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/13/apache-13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 241 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 3.0 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom (4.8 kB at 116 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar (58 kB at 1.2 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom (3.3 kB at 64 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom (1.5 kB at 31 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom (3.0 kB at 56 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom (1.5 kB at 41 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom (1.9 kB at 44 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom (3.3 kB at 91 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom (2.1 kB at 49 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 79 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 701 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 32 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 264 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 38 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 297 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 157 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 61 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 367 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 71 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 141 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 18 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 212 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.13/junit-4.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom (25 kB at 418 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 35 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 19 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 130 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 99 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 72 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 30 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 254 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 415 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 119 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 89 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 37 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 69 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 139 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 67 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 39 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 51 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 360 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 253 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar (25 kB at 191 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar (65 kB at 435 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar (424 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar (185 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar (110 kB at 649 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 357 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 968 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 221 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar (927 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 189 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 361 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 814 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 194 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 2.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 161 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 488 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 1.3 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.pom (2.0 kB at 114 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.6.0/tycho-p2-publisher-plugin-1.6.0.jar (21 kB at 1.1 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.pom (1.4 kB at 57 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.6.0/tycho-p2-repository-plugin-1.6.0.jar (14 kB at 63 kB/s)
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/pom.xml
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Adding repository https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210
[INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/
[INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
[INFO] Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/
[INFO] Adding repository http://download.eclipse.org/releases/2020-03
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-03/ (482B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-03/
[INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/202003181000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-03/202003181000/
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/pom.xml
[INFO] Fetching 202003181000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-03/
[INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.7kB)
[INFO] Unpacking org.eclipse.equinox.common_3.11.0.v20200206-0817...
[INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (58.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (58.83kB)
[INFO] Unpacking org.objectweb.asm_7.2.0.v20191010-1910...
[INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (460.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (460.88kB)
[INFO] Unpacking org.eclipse.osgi_3.15.200.v20200214-1600...
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (44.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (44.03kB)
[INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147...
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (9.5MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (9.5MB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (3.78MB of 9.5MB at 3.77MB/s)
[INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337...
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160221192158/repository/
[INFO] Fetching com.sun.syndication_0.9.0.v200803061811.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (66.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.syndication_0.9.0.v200803061811.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (66.89kB)
[INFO] Unpacking com.sun.syndication_0.9.0.v200803061811...
[INFO] Fetching org.jdom_1.1.1.v201101151400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (74.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.jdom_1.1.1.v201101151400...
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (21.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (21.32kB)
[INFO] Unpacking javax.annotation_1.2.0.v201602091430...
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (60.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (60.2kB)
[INFO] Unpacking javax.servlet_3.1.0.v201410161800...
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (246.29kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (13.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (13.03kB)
[INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (101.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (101.68kB)
[INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (63.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (63.49kB)
[INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (14.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (14.52kB)
[INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (258.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (258.72kB)
[INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436...
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
[INFO] Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (95.1kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (17.78kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (37.68kB)
[INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (143.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (143.6kB)
[INFO] Unpacking org.apache.commons.codec_1.13.0.v20200108-0001...
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (82.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (82.7kB)
[INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (33.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (33.71kB)
[INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (155.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (155.55kB)
[INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820...
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (30.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (30.65kB)
[INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
[INFO] Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.apache.hadoop.zookeeper_3.3.3.v201105210832.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (196.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.hadoop.zookeeper_3.3.3.v201105210832.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (196.13kB)
[INFO] Unpacking org.apache.hadoop.zookeeper_3.3.3.v201105210832...
[INFO] Fetching javax.management_1.2.0.v20100427-1100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (90.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.management_1.2.0.v20100427-1100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (90.83kB)
[INFO] Unpacking javax.management_1.2.0.v20100427-1100...
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (129.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (129.49kB)
[INFO] Unpacking org.apache.log4j_1.2.15.v201012070815...
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (333.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (333.78kB)
[INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512...
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (109.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (109.72kB)
[INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212...
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.01kB)
[INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850...
[INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.5kB)
[INFO] Unpacking org.eclipse.core.contenttype_3.7.600.v20200124-1609...
[INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (54.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (54.37kB)
[INFO] Unpacking org.eclipse.equinox.preferences_3.7.700.v20191213-1901...
[INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.99kB)
[INFO] Unpacking org.eclipse.equinox.registry_3.8.700.v20200121-1457...
[INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.68kB)
[INFO] Unpacking org.eclipse.core.databinding_1.8.0.v20200205-2008...
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.47kB)
[INFO] Unpacking org.eclipse.core.databinding.observable_1.9.0.v20200205-2119...
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.98kB)
[INFO] Unpacking org.eclipse.core.databinding.property_1.8.0.v20200124-0715...
[INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.98kB)
[INFO] Unpacking org.eclipse.core.expressions_3.6.700.v20200212-1751...
[INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.69kB)
[INFO] Unpacking org.eclipse.core.runtime_3.17.100.v20200203-0917...
[INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.09kB)
[INFO] Unpacking org.eclipse.core.jobs_3.10.700.v20200106-1020...
[INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.13kB)
[INFO] Unpacking org.eclipse.equinox.app_1.4.400.v20191212-0743...
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.76kB)
[INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732...
[INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.92kB)
[INFO] Unpacking org.eclipse.e4.core.di_1.7.500.v20190916-2125...
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.66kB)
[INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710...
[INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.2kB)
[INFO] Unpacking org.eclipse.e4.core.services_2.2.200.v20200127-0814...
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.68kB)
[INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352...
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.75kB)
[INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259...
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.67kB)
[INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259...
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.82kB)
[INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805...
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (98kB)
[INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
[INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (485.73kB)
[INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (485.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.emf.ecore_2.21.0.v20200127-1342...
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.97kB)
[INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805...
[INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.01kB)
[INFO] Unpacking org.eclipse.swt_3.114.0.v20200304-0601...
[INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.89kB)
[INFO] Unpacking org.eclipse.jface_3.19.0.v20200218-1607...
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.52kB)
[INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903...
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.02kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840...
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.45kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005...
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.76kB)
[INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855...
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.04kB)
[INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719...
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (111.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (111.14kB)
[INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422...
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.16kB)
[INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643...
[INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.equinox.event_1.5.300.v20191001-1333...
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.45kB)
[INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048...
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.45kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503...
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB)
[INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.07kB)
[INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.07kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (94.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (94.67kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217...
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.43kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442...
[INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (78.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (78.02kB)
[INFO] Unpacking org.eclipse.jface.databinding_1.11.0.v20200205-2119...
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.07kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805...
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.22kB)
[INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437...
[INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (142.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (142.42kB)
[INFO] Unpacking org.eclipse.ui.intro_3.5.900.v20200217-1223...
[INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.61kB)
[INFO] Unpacking org.eclipse.help_3.8.700.v20191212-1123...
[INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (363.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (363.87kB)
[INFO] Unpacking org.eclipse.ui_3.116.0.v20200203-1308...
[INFO] Fetching org.eclipse.ui.intro.universal_3.3.800.v20200225-0735.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.83MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro.universal_3.3.800.v20200225-0735.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.83MB)
[INFO] Unpacking org.eclipse.ui.intro.universal_3.3.800.v20200225-0735...
[INFO] Fetching org.xbill.dns_2.0.8.v201112050911.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (95.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.xbill.dns_2.0.8.v201112050911.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (95.32kB)
[INFO] Unpacking org.xbill.dns_2.0.8.v201112050911...
[INFO] Fetching org.eclipse.jdt.annotation_2.2.400.v20191120-1313.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.annotation_2.2.400.v20191120-1313.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.69kB)
[INFO] Unpacking org.eclipse.jdt.annotation_2.2.400.v20191120-1313...
[INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.01kB)
[INFO] Unpacking org.eclipse.emf.common_2.18.0.v20191225-1014...
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.13MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.13MB)
[INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601...
[INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1,004.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1,004.16kB)
[INFO] Unpacking org.eclipse.ui.workbench_3.118.0.v20200222-0719...
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
[INFO] Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.26kB)
[INFO] Unpacking org.eclipse.ui.forms_3.9.0.v20200213-1442...
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.28kB)
[INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.400.v20191119-0804...
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (14.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (14.95kB)
[INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.async:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.async:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.async:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/pom.xml
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
[INFO] Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.5kB)
[INFO] Unpacking org.eclipse.pde.ds.lib_1.1.400.v20191119-0943...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds.async:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds.async:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/pom.xml
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.92kB)
[INFO] Unpacking org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds.async:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.filediscovery:1.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.filediscovery:1.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.filediscovery:1.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.filediscovery.rest:1.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.filediscovery.rest:1.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.filediscovery.rest:1.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.host:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.host:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.host:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.provider.rest.consumer:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.provider.rest.consumer:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/pom.xml
[INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (29.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.json_1.0.0.v201011060100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (29.69kB)
[INFO] Unpacking org.json_1.0.0.v201011060100...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.provider.rest.consumer:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.provider.rest.host:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.provider.rest.host:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.provider.rest.host:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.example.clients:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.example.clients:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/pom.xml
[INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (317.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (317.81kB)
[INFO] Unpacking org.eclipse.jface.text_3.16.200.v20200218-0828...
[INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (100.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (100.66kB)
[INFO] Unpacking org.eclipse.text_3.10.100.v20200217-1239...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.example.clients:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.example.collab:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.example.collab:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/pom.xml
[INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.04kB)
[INFO] Unpacking org.eclipse.compare.core_3.6.800.v20191213-2246...
[INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.39kB)
[INFO] Unpacking org.eclipse.core.filebuffers_3.6.900.v20200117-0616...
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.79kB)
[INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734...
[INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.02kB)
[INFO] Unpacking org.eclipse.e4.ui.ide_3.15.0.v20200113-2039...
[INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (961.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (961.05kB)
[INFO] Unpacking org.eclipse.ui.ide_3.17.0.v20200217-1511...
[INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.77kB)
[INFO] Unpacking org.eclipse.ui.editors_3.13.100.v20200130-1507...
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.95kB)
[INFO] Unpacking org.eclipse.equinox.bidi_1.2.300.v20191213-1901...
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.04kB)
[INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504...
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.67kB)
[INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121...
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.27kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911...
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.94kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528...
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.47kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121...
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (44.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (44.42kB)
[INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.56kB)
[INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637...
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (233.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (233.92kB)
[INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049...
[INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (133.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (133.31kB)
[INFO] Unpacking org.eclipse.ui.navigator_3.9.200.v20200213-1442...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.example.collab:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.eventadmin.app:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.eventadmin.app:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.eventadmin.app:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.consumer.edef:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.consumer.edef:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.consumer.edef:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.consumer:3.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.consumer:3.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.consumer:3.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.ds.consumer:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.ds.consumer:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.ds.consumer:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.host:3.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.host:3.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.host:3.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello:4.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello:4.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello:4.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.rest.rss:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.rest.rss:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.rest.rss:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/pom.xml
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
[INFO] Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (75.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (75.47kB)
[INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
[INFO] Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.56kB)
[INFO] Unpacking org.eclipse.emf.edit.ui_2.18.0.v20200205-0529...
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (96.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (96.99kB)
[INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401...
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (59.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (59.63kB)
[INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402...
[INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.15kB)
[INFO] Unpacking org.eclipse.ui.views_3.10.200.v20200213-1442...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.96kB)
[INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.docshare:3.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.docshare:3.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.docshare:3.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/pom.xml
[WARNING] Missing extra classpath entry r7stubs.jar
[WARNING] Missing extra classpath entry r7stubs.jar
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.03kB)
[INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101...
[INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.4kB)
[INFO] Unpacking org.eclipse.ui.console_3.9.100.v20200215-1209...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.synd:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.synd:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.synd:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.soap:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.soap:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.soap:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml
[INFO] Fetching org.eclipse.pde.runtime_3.6.800.v20200203-0916.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (114.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.runtime_3.6.800.v20200203-0916.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (114.23kB)
[INFO] Unpacking org.eclipse.pde.runtime_3.6.800.v20200203-0916...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.storage:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.storage:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.storage:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sync:2.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.sync:2.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.sync:2.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.telephony.call:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.telephony.call:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.telephony.call:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.telephony.call.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.telephony.call.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.telephony.call.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/pom.xml
[INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.56kB)
[INFO] Unpacking org.eclipse.team.core_3.8.900.v20200211-0946...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/pom.xml
[INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (306.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (306.39kB)
[INFO] Unpacking org.eclipse.compare_3.7.900.v20200129-0902...
[INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (494.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (494.08kB)
[INFO] Unpacking org.eclipse.team.ui_3.8.800.v20200211-0752...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.6.1200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.6.1200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.6.1200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/pom.xml
[WARNING] Missing extra classpath entry r7stubs.jar
[WARNING] Missing extra classpath entry r7stubs.jar
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.protocol.bittorrent:0.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.protocol.bittorrent:0.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.protocol.bittorrent:0.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.protocol.msn:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.protocol.msn:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.protocol.msn:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.bittorrent:0.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.bittorrent:0.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.bittorrent:0.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.bittorrent.ui:0.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.bittorrent.ui:0.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.bittorrent.ui:0.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.efs:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.efs:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.efs:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient4:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient4:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient4:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (1.28MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (1.28MB)
[INFO] Unpacking com.sun.jna_4.5.1.v20190425-1842...
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (328.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (328.72kB)
[INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842...
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200113-2105.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (17.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200113-2105.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (17.36kB)
[INFO] Unpacking org.apache.httpcomponents.httpclient.win_4.5.10.v20200113-2105...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient4.ssl:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient4.ssl:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient4.ssl:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml
[INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.79kB)
[INFO] Unpacking org.eclipse.core.net_1.3.800.v20200218-0937...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.scp:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.scp:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/pom.xml
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (107.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (107.05kB)
[INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.scp:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.msn:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.msn:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.msn:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.msn.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.msn.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.msn.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.zookeeper:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.zookeeper:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.zookeeper:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml
[WARNING] Missing extra classpath entry r7stubs.jar
[WARNING] Missing extra classpath entry r7stubs.jar
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
[INFO] Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/pom.xml
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (123kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (123kB)
[INFO] Unpacking org.junit_4.13.0.v20200204-1500...
[INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.85kB)
[INFO] Unpacking org.eclipse.equinox.launcher_1.5.700.v20200207-2156...
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.96kB)
[INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156...
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (182.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (182.38kB)
[INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020...
[INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.27kB)
[INFO] Unpacking org.eclipse.ui.ide.application_1.3.600.v20200116-2127...
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (70.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (70.9kB)
[INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442...
[INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.42kB)
[INFO] Unpacking org.eclipse.urischeme_1.0.600.v20200115-1733...
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
[INFO] Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (29.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (29.18kB)
[INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.apache.httpclient.server:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.apache.httpclient.server:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/pom.xml
[INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (103.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (103.82kB)
[INFO] Unpacking org.apache.commons.httpclient_3.1.0.v201012070820...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.apache.httpclient.server:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient4:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient4:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient4:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient45:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient45:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient45:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpserver:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpserver:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpserver:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.protocol.msn:0.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.protocol.msn:0.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.protocol.msn:0.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.storage:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.storage:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.storage:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sync:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sync:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sync:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml
[INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (2.83MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.apache.ant_1.10.7.v20190926-0324...
[INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.39kB)
[INFO] Unpacking org.eclipse.ant.core_3.5.700.v20191221-1203...
[INFO] Fetching org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.67kB)
[INFO] Unpacking org.eclipse.ant.launching_1.2.800.v20191221-1203...
[INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.21kB)
[INFO] Unpacking org.eclipse.debug.core_3.15.0.v20200224-0654...
[INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (274.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (274.22kB)
[INFO] Unpacking org.eclipse.jdt.launching_3.17.0.v20200215-0651...
[INFO] Fetching org.eclipse.core.externaltools_1.1.600.v20200216-2241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.externaltools_1.1.600.v20200216-2241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.79kB)
[INFO] Unpacking org.eclipse.core.externaltools_1.1.600.v20200216-2241...
[INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB)
[INFO] Fetching org.eclipse.ant.ui_3.7.700.v20200304-2203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (487.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.ui_3.7.700.v20200304-2203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (487.69kB)
[INFO] Unpacking org.eclipse.ant.ui_3.7.700.v20200304-2203...
[INFO] Fetching org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.94kB)
[INFO] Unpacking org.eclipse.ui.externaltools_3.4.600.v20200113-1854...
[INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.01MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.01MB)
[INFO] Unpacking org.eclipse.debug.ui_3.14.400.v20200222-1431...
[INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.91MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.91MB)
[INFO] Unpacking org.eclipse.jdt.ui_3.21.0.v20200226-1531...
[INFO] Fetching org.eclipse.jdt.debug.ui_3.10.600.v20200220-2022.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.700.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (235.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit_3.11.700.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (235.99kB)
[INFO] Unpacking org.eclipse.jdt.junit_3.11.700.v20200214-0716...
[INFO] Fetching org.eclipse.pde.ui_3.11.300.v20200214-1413.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.47MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ui_3.11.300.v20200214-1413.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.47MB)
[INFO] Unpacking org.eclipse.pde.ui_3.11.300.v20200214-1413...
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
[INFO] Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.eclipse.pde.core_3.13.300.v20200217-1517.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.47kB)
[INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702...
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.39kB)
[INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503...
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.06kB)
[INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854...
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (38.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (38.9kB)
[INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130...
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.12kB)
[INFO] Unpacking org.eclipse.equinox.p2.director_2.4.600.v20200211-1504...
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (103.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (103.26kB)
[INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (72.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (72.9kB)
[INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.81kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505...
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (37.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (37.85kB)
[INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504...
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.86kB)
[INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022...
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.99kB)
[INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713...
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.28kB)
[INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507...
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20200203-1449.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (105.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20200203-1449.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (105.62kB)
[INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20200203-1449...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.64kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505...
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (121.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (121.9kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121...
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.47kB)
[INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339...
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (287.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (287.29kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530...
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (71.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (71.21kB)
[INFO] Unpacking org.eclipse.equinox.security.ui_1.2.600.v20191213-1901...
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (488.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (488.87kB)
[INFO] Unpacking org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108...
[INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (969.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (969.65kB)
[INFO] Unpacking org.eclipse.jdt.debug_3.15.0.v20200224-0604...
[INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (215.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (215.14kB)
[INFO] Unpacking org.eclipse.search_3.11.900.v20200211-1227...
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.62kB)
[INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716...
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.600.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (66.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.600.v20200214-0716.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (66.02kB)
[INFO] Unpacking org.eclipse.jdt.junit.core_3.10.600.v20200214-0716...
[INFO] Fetching org.eclipse.pde.build_3.10.700.v20191228-1214.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (478.68kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.3kB)
[INFO] Unpacking org.eclipse.update.configurator_3.4.500.v20200225-0827...
[INFO] Fetching org.eclipse.pde.launching_3.8.100.v20200220-1000.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.launching_3.8.100.v20200220-1000.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.44kB)
[INFO] Unpacking org.eclipse.pde.launching_3.8.100.v20200220-1000...
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (151.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (151.09kB)
[INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748...
[INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.98kB)
[INFO] Unpacking org.eclipse.ui.views.log_1.2.1000.v20200127-1026...
[INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (26.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (26.28kB)
[INFO] Unpacking org.eclipse.ui.trace_1.1.800.v20200106-1301...
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.3kB)
[INFO] Unpacking org.eclipse.ui.genericeditor_1.1.700.v20200211-1227...
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.console.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.console.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.console.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.5.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.5.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.5.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.datashare.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.datashare.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.datashare.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.zookeeper.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.zookeeper.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.zookeeper.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.zookeeper.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.zookeeper.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.zookeeper.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.docshare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.docshare.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.docshare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.docshare.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.docshare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.docshare.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.eventadmin.examples.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.examples.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.eventadmin.examples.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.examples.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.eventadmin.examples.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.examples.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.eventadmin.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.eventadmin.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.eventadmin.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient4.feature:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient4.feature:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient4.feature:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient4.ssl.feature:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient4.ssl.feature:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient4.ssl.feature:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.presence.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.presence.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.presence.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.examples.feature:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.examples.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.examples.feature:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.examples.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.examples.feature:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.examples.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.synd.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.synd.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.synd.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.examples.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.examples.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.examples.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.soap.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.soap.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.soap.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.soap.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.soap.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.soap.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/org.eclipse.ecf.releng.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/org.eclipse.ecf.releng.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.releng.repository:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/org.eclipse.ecf.releng.repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Communication Framework (ECF)                              [pom]
[INFO] org.eclipse.ecf.identity                                [eclipse-plugin]
[INFO] org.eclipse.ecf                                         [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.asyncproxy                [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice                           [eclipse-plugin]
[INFO] ch.ethz.iks.r_osgi.remote                               [eclipse-plugin]
[INFO] ch.ethz.iks.slp                                         [eclipse-plugin]
[INFO] org.eclipse.ecf.console                                 [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery                               [eclipse-plugin]
[INFO] org.eclipse.osgi.services.remoteserviceadmin            [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy  [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin        [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.console [eclipse-plugin]
[INFO] org.eclipse.ecf.sharedobject                            [eclipse-plugin]
[INFO] org.eclipse.ecf.provider                                [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.r_osgi                         [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.eventadmin                [eclipse-plugin]
[INFO] org.eclipse.ecf.filetransfer                            [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.rest.synd                 [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer                   [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45      [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.distribution              [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.zookeeper                      [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.jslp                           [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.remoteservice                  [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.servlet                   [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4       [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.dnssd                          [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.rest                      [eclipse-plugin]
[INFO] org.eclipse.ecf.doc                                     [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice                         [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.async                   [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer                [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.ds             [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.ds.async       [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery  [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery.rest [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.host                    [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.provider.rest.consumer  [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.provider.rest.host      [eclipse-plugin]
[INFO] org.eclipse.ecf.presence                                [eclipse-plugin]
[INFO] org.jivesoftware.smack                                  [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp                           [eclipse-plugin]
[INFO] org.eclipse.ecf.ui                                      [eclipse-plugin]
[INFO] org.eclipse.ecf.presence.ui                             [eclipse-plugin]
[INFO] org.eclipse.ecf.example.clients                         [eclipse-plugin]
[INFO] org.eclipse.ecf.server.generic                          [eclipse-plugin]
[INFO] org.eclipse.ecf.example.collab                          [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.eventadmin.app                 [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer.edef [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello           [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer  [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.ds.consumer [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.host      [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.rest.rss        [eclipse-plugin]
[INFO] org.eclipse.ecf.datashare                               [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.model                      [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.edit                       [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui                            [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.browser                    [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.properties                 [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.properties.tabbed          [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.userinput                  [eclipse-plugin]
[INFO] org.eclipse.ecf.sync                                    [eclipse-plugin]
[INFO] org.eclipse.ecf.docshare                                [eclipse-plugin]
[INFO] org.eclipse.ecf.filetransfer.ui                         [eclipse-plugin]
[INFO] org.eclipse.ecf.presence.bot                            [eclipse-plugin]
[INFO] org.eclipse.ecf.presence.collab.ui                      [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.asyncproxy                [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.soap                      [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.ui                        [eclipse-plugin]
[INFO] org.eclipse.ecf.ssl                                     [eclipse-plugin]
[INFO] org.eclipse.ecf.storage                                 [eclipse-plugin]
[INFO] org.eclipse.ecf.telephony.call                          [eclipse-plugin]
[INFO] org.eclipse.ecf.telephony.call.ui                       [eclipse-plugin]
[INFO] org.eclipse.ecf.ui.capabilities                         [eclipse-plugin]
[INFO] org.eclipse.team.ecf.core                               [eclipse-plugin]
[INFO] org.eclipse.team.ecf.ui                                 [eclipse-plugin]
[INFO] org.eclipse.ecf.protocol.bittorrent                     [eclipse-plugin]
[INFO] org.eclipse.ecf.protocol.msn                            [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.bittorrent                     [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.bittorrent.ui                  [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.datashare                      [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.datashare.nio                  [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.discovery                      [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.efs               [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4.ssl   [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.scp               [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.ssl               [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.irc                            [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.irc.ui                         [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.jmdns                          [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.msn                            [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.msn.ui                         [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.ui                             [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp.datashare                 [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp.remoteservice             [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp.ui                        [eclipse-plugin]
[INFO] org.eclipse.ecf.server                                  [eclipse-plugin]
[INFO] org.eclipse.ecf.sharedobject.feature                   [eclipse-feature]
[INFO] org.eclipse.ecf.provider.generic.feature               [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.feature                  [eclipse-feature]
[INFO] org.eclipse.ecf.provider.generic.remoteservice.feature [eclipse-feature]
[INFO] org.eclipse.ecf.server.generic.feature                 [eclipse-feature]
[INFO] org.eclipse.ecf.tests                              [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.apache.httpclient.server          [eclipse-plugin]
[INFO] org.eclipse.ecf.tests.datashare                    [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer.httpserver           [eclipse-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer                 [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient4     [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient45    [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.presence                     [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.protocol.msn                 [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.provider.datashare.nio       [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.remoteservice                [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.sharedobject                 [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.provider.xmpp                [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.storage                      [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.sync                         [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution   [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.discovery                    [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.remoteservice.generic        [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.remoteservice.r-osgi         [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.generic [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.r-osgi [eclipse-test-plugin]
[INFO] org.eclipse.ecf.remoteservices.tooling.pde              [eclipse-plugin]
[INFO] org.eclipse.ecf.console.feature                        [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.feature                      [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.jmdns.feature                [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.slp.feature                  [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.zookeeper.feature            [eclipse-feature]
[INFO] org.eclipse.ecf.eventadmin.feature                     [eclipse-feature]
[INFO] org.eclipse.ecf.osgi.services.feature                  [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.rest.feature             [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.rosgi.feature            [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.servlet.feature          [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.sdk.feature              [eclipse-feature]
[INFO] org.eclipse.ecf.eventadmin.examples.feature            [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.examples.feature         [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.sdk.examples.feature     [eclipse-feature]
[INFO] org.eclipse.ecf.core                                   [eclipse-feature]
[INFO] org.eclipse.ecf.core.feature                           [eclipse-feature]
[INFO] org.eclipse.ecf.core.ssl.feature                       [eclipse-feature]
[INFO] org.eclipse.ecf.datashare.feature                      [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.dnssd.feature                [eclipse-feature]
[INFO] org.eclipse.ecf.docshare.feature                       [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.feature                   [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.httpclient4.feature       [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.httpclient45.feature      [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.ssl.feature               [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.httpclient4.ssl.feature   [eclipse-feature]
[INFO] org.eclipse.ecf.presence.feature                       [eclipse-feature]
[INFO] org.eclipse.ecf.provider.generic.datashare.feature     [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.rest.synd.feature        [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.soap.feature             [eclipse-feature]
[INFO] org.eclipse.ecf.tests.feature                          [eclipse-feature]
[INFO] org.eclipse.ecf.tests.filetransfer.feature             [eclipse-feature]
[INFO] org.eclipse.ecf.xmpp.feature                           [eclipse-feature]
[INFO] ECF Target Platform Definitions                                    [pom]
[INFO] ECF p2 Repository                                   [eclipse-repository]
[INFO] 
[INFO] ---------------------< org.eclipse.ecf:ecf-parent >---------------------
[INFO] Building Eclipse Communication Framework (ECF) 1.0.0-SNAPSHOT    [1/161]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecf-parent ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 139 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 123 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 6.0 MB/s)
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ ecf-parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ ecf-parent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ ecf-parent ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.pom (1.1 kB at 26 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.6.0/tycho-pack200-impl-1.6.0.jar (12 kB at 312 kB/s)
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ ecf-parent ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 256 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 991 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 146 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 131 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 258 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 260 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 68 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 73 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 38 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 133 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 28 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 151 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 234 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 374 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 79 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 70 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 68 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 85 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 196 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 396 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 186 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 17 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 27 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 95 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 339 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 10 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 14 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom (8.7 kB at 90 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom (13 kB at 195 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 97 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 351 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 84 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 87 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom (2.4 kB at 53 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom (1.8 kB at 45 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom (5.2 kB at 152 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 60 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 143 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 319 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.6 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 226 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 273 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 9.8 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 207 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 260 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/asm/asm/3.3.1/asm-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 9.2 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 173 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 84 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 64 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 321 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 69 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 147 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 83 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.1 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 68 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 75 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 129 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 125 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 582 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.pom
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.pom (2.4 kB at 118 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.pom (6.1 kB at 149 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.6.5/auto-value-parent-1.6.5.pom (1.7 kB at 51 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/auto/auto-parent/7/auto-parent-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/7/auto-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/7/auto-parent-7.pom (6.5 kB at 192 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.pom (2.6 kB at 64 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.pom
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.pom (3.5 kB at 187 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.pom
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.pom (2.4 kB at 128 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom (6.6 kB at 174 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom (16 kB at 349 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 807 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 120 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 279 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 356 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 835 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 388 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom (5.2 kB at 121 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/asm/asm/3.3.1/asm-3.3.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/cbi-common/1.2.3/cbi-common-1.2.3.jar (64 kB at 277 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.7/cbi-maven-plugin-common-1.1.7.jar (31 kB at 103 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/cbi/checkstyle/1.0.2/checkstyle-1.0.2.jar (5.3 kB at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 717 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 963 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 311 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 301 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 17 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 281 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 374 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 24 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 274 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 243 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.6.5/auto-value-annotations-1.6.5.jar (5.9 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar (201 kB at 448 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 664 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar (774 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 615 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar (42 kB at 76 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 32 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.0-jre/guava-28.0-jre.jar (2.7 MB at 3.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.6.5/auto-value-1.6.5.jar (1.6 MB at 1.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar (13 kB at 9.3 kB/s)
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ ecf-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ ecf-parent ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ ecf-parent ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.identity >--------------
[INFO] Building org.eclipse.ecf.identity 3.9.400-SNAPSHOT               [2/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.identity ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.identity ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom (1.9 kB at 51 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.pom
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.pom (9.8 kB at 376 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.6.0.201912101111-r/org.eclipse.jgit-parent-5.6.0.201912101111-r.pom
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.6.0.201912101111-r/org.eclipse.jgit-parent-5.6.0.201912101111-r.pom (36 kB at 1.3 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom (3.2 kB at 154 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 805 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 114 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 118 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 170 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 93 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 492 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom (2.5 kB at 77 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom (1.2 kB at 1.1 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom (2.2 kB at 58 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.pom (1.5 kB at 27 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.jar
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.jar (2.8 MB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 669 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.jar (12 kB at 264 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 3.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.jar (6.0 kB at 65 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar (329 kB at 3.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar (878 kB at 5.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar (4.8 MB at 9.6 MB/s)
[INFO] The project's OSGi version is 3.9.400.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.identity ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.identity ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.identity ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 291 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 1.5 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 3.0 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/3/apache-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 858 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 101 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 77 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 105 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 56 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 42 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 236 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 68 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 97 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 58 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 63 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 85 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 231 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 74 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 80 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 72 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 17 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 157 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 74 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 111 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 75 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 229 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 66 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 158 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 116 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 491 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 156 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 30 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 159 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 91 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 144 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 403 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 1.4 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 114 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 618 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 665 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 991 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 516 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 335 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 160 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 209 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 450 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 527 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 192 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 526 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 295 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 522 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 891 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 800 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 550 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 290 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 463 kB/s)
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.identity ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom (692 B at 35 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom (6.0 kB at 301 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 886 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom (867 B at 51 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom (2.4 kB at 55 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.pom (1.6 kB at 40 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom (1.7 kB at 37 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar (4.7 kB at 81 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar (3.5 kB at 56 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.jar (3.0 MB at 12 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar (27 kB at 100 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar (17 kB at 35 kB/s)
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.identity ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.identity ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.9.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.identity ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.identity ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/r7stubs.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.9.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.identity ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.identity ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.9.400-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.identity ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.9.400-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.9.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.identity ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/target/org.eclipse.ecf.identity-3.9.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.identity ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.identity:3.9.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.identity ---
[INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (27.12kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.400.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (53.13kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------------< org.eclipse.ecf:org.eclipse.ecf >-------------------
[INFO] Building org.eclipse.ecf 3.9.100-SNAPSHOT                        [3/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf ---
[INFO] The project's OSGi version is 3.9.100.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf ---
[INFO] Compiling 73 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/internal/core/ECFPlugin.java:[371] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/util/ClassResolverObjectInputStream.java:[86] 
	private IClassResolver getClassResolver() {
	                       ^^^^^^^^^^^^^^^^^^
The method getClassResolver() from the type ClassResolverObjectInputStream is never used locally
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.9.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.9.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.9.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.9.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.9.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/target/org.eclipse.ecf-3.9.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf:3.9.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf ---
[INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (48.05kB)
[INFO] Fetching org.eclipse.ecf.source_3.9.100.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (102.61kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy >------
[INFO] Building org.eclipse.ecf.remoteservice.asyncproxy 2.1.100-SNAPSHOT [4/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] The project's OSGi version is 2.1.100.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Fetching org.eclipse.ecf.remoteservice.asyncproxy_2.1.100.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (8.99kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.100.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (11.96kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.remoteservice >------------
[INFO] Building org.eclipse.ecf.remoteservice 8.13.100-SNAPSHOT         [5/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice ---
[INFO] The project's OSGi version is 8.13.100.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservice ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.remoteservice ---
[INFO] Compiling 84 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/internal/remoteservice/Activator.java:[256] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservice ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.13.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.13.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.13.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.13.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.13.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/target/org.eclipse.ecf.remoteservice-8.13.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice:8.13.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice ---
[INFO] Fetching org.eclipse.ecf.remoteservice_8.13.100.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (56.1kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.source_8.13.100.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (132.25kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------------< org.eclipse.ecf:ch.ethz.iks.r_osgi.remote >--------------
[INFO] Building ch.ethz.iks.r_osgi.remote 1.2.201-SNAPSHOT              [6/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ch.ethz.iks.r_osgi.remote ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ ch.ethz.iks.r_osgi.remote ---
[INFO] The project's OSGi version is 1.2.201.v20191025-0020
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ ch.ethz.iks.r_osgi.remote ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ ch.ethz.iks.r_osgi.remote ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteServiceRegistration.java:[143] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_ERROR,
						"Error during remote service registration", e); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteServiceRegistration.java:[143] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_ERROR,
	                                         ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteServiceReferenceImpl.java:[50] 
	private static final long serialVersionUID = 1340731053890522970L;
	                          ^^^^^^^^^^^^^^^^
The value of the field RemoteServiceReferenceImpl.serialVersionUID is not used
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/SmartObjectInputStream.java:[112] 
	final Constructor constr = clazz.getDeclaredConstructor(null);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type null of the last argument to method getDeclaredConstructor(Class...) doesn't exactly match the vararg parameter type. Cast to Class[] to confirm the non-varargs invocation, or pass individual arguments of type Class for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/util/SmartObjectInputStream.java:[114] 
	final Object newInstance = constr.newInstance(null);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^
Type null of the last argument to method newInstance(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[239] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
					"opening new channel " + getRemoteAddress()); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[239] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[556] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
					"DISPOSING ENDPOINT " + getRemoteAddress()); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[556] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1002] 
	.log(LogService.LOG_WARNING,
								"failed to uninstall non-existant bundle " + uri.getFragment()); //$NON-NLS-1$
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1002] 
	.log(LogService.LOG_WARNING,
	                ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1040] 
	logService.log(LogService.LOG_INFO, buf.toString());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1040] 
	logService.log(LogService.LOG_INFO, buf.toString());
	                          ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1055] 
	logService.log(LogService.LOG_ERROR, buf.toString(), exception);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1055] 
	logService.log(LogService.LOG_ERROR, buf.toString(), exception);
	                          ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1057] 
	logService.log(LogService.LOG_INFO, buf.toString());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1057] 
	logService.log(LogService.LOG_INFO, buf.toString());
	                          ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1639] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
					"NEW REMOTE TOPIC SPACE for " + getRemoteAddress() + " is " //$NON-NLS-1$ //$NON-NLS-2$
							+ remoteTopics);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1639] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1723] 
	.log(LogService.LOG_WARNING,
									"Object in input streams map was not an instance of a stream."); //$NON-NLS-1$
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1723] 
	.log(LogService.LOG_WARNING,
	                ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1761] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
							"Forwarding Event " + event); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointImpl.java:[1761] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.java:[150] 
	RemoteOSGiServiceImpl.log.log(
										LogService.LOG_INFO,
										"DOING FAILOVER TO " //$NON-NLS-1$
												+ primary.getRemoteAddress());
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.java:[151] 
	LogService.LOG_INFO,
	           ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.java:[178] 
	.log(
													LogService.LOG_INFO,
													"DOING FAILOVER TO " //$NON-NLS-1$
															+ primary
																	.getRemoteAddress());
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ChannelEndpointMultiplexer.java:[179] 
	LogService.LOG_INFO,
	           ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[66] 
	import org.osgi.service.packageadmin.PackageAdmin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[284] 
	private static PackageAdmin pkgAdmin;
	               ^^^^^^^^^^^^
The type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[326] 
	log.log(LogService.LOG_INFO, "PROXY DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[326] 
	log.log(LogService.LOG_INFO, "PROXY DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	                   ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[329] 
	log.log(LogService.LOG_INFO, "MESSAGE DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[329] 
	log.log(LogService.LOG_INFO, "MESSAGE DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	                   ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[332] 
	log.log(LogService.LOG_INFO, "INTERNAL DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[332] 
	log.log(LogService.LOG_INFO, "INTERNAL DEBUG OUTPUTS ENABLED"); //$NON-NLS-1$
	                   ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[353] 
	.getServiceReference(PackageAdmin.class.getName());
	                     ^^^^^^^^^^^^
The type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[359] 
	pkgAdmin = (PackageAdmin) context.getService(ref);
	            ^^^^^^^^^^^^
The type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[372] 
	.log(LogService.LOG_WARNING,
							"NO EVENT ADMIN FOUND. REMOTE EVENT DELIVERY TEMPORARILY DISABLED."); //$NON-NLS-1$
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[372] 
	.log(LogService.LOG_WARNING,
	                ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[474] 
	log.log(LogService.LOG_DEBUG, "Local topic space " //$NON-NLS-1$
						+ Arrays.asList(getTopics()));
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[474] 
	log.log(LogService.LOG_DEBUG, "Local topic space " //$NON-NLS-1$
	                   ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[556] 
	log.log(LogService.LOG_INFO, "REGISTERING " //$NON-NLS-1$
											+ reference
											+ " AS PROXIED SERVICES"); //$NON-NLS-1$
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[556] 
	log.log(LogService.LOG_INFO, "REGISTERING " //$NON-NLS-1$
	                   ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[645] 
	log.log(LogService.LOG_ERROR, ioe
											.getMessage(), ioe);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[645] 
	log.log(LogService.LOG_ERROR, ioe
	                   ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[986] 
	log.log(LogService.LOG_ERROR, ioe.getMessage(), ioe);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[986] 
	log.log(LogService.LOG_ERROR, ioe.getMessage(), ioe);
	                   ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1032] 
	log.log(LogService.LOG_WARNING, "COULD NOT FIND " + filter); //$NON-NLS-1$
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1032] 
	log.log(LogService.LOG_WARNING, "COULD NOT FIND " + filter); //$NON-NLS-1$
	                   ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1203] 
	new Object[] { pkgAdmin.getExportedPackages(bundle)[0]
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getExportedPackages(Bundle) from the type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1204] 
	.getName().replace('.', '/') }) == null ? "/bin" //$NON-NLS-1$
	 ^^^^^^^^^
The method getName() from the type ExportedPackage is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1230] 
	final Bundle bundle = pkgAdmin.getExportedPackage(packages[i])
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getExportedPackage(String) from the type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1231] 
	.getExportingBundle();
	 ^^^^^^^^^^^^^^^^^^^^
The method getExportingBundle() from the type ExportedPackage is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/RemoteOSGiServiceImpl.java:[1279] 
	return pkgAdmin.getExportedPackage(pkg) != null;
	                ^^^^^^^^^^^^^^^^^^^^^^^
The method getExportedPackage(String) from the type PackageAdmin is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[436] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
						"creating proxy class " + implName); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[436] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[473] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
							"Creating Proxy Bundle from Interfaces " //$NON-NLS-1$
									+ Arrays.asList(serviceInterfaceNames));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[473] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[482] 
	method.visitMethodInsn(INVOKESPECIAL, "java/lang/Object", //$NON-NLS-1$
						"<init>", "()V"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[509] 
	method.visitMethodInsn(INVOKEINTERFACE,
						"org/osgi/framework/BundleContext", //$NON-NLS-1$
						"getServiceReference", //$NON-NLS-1$
						"(Ljava/lang/String;)Lorg/osgi/framework/ServiceReference;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[513] 
	method.visitMethodInsn(INVOKEINTERFACE,
						"org/osgi/framework/BundleContext", //$NON-NLS-1$
						"getService", //$NON-NLS-1$
						"(Lorg/osgi/framework/ServiceReference;)Ljava/lang/Object;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[522] 
	method.visitMethodInsn(INVOKEINTERFACE, REMOTING_I,
						"getEndpoint", "(Ljava/lang/String;)L" + ENDPOINT_I //$NON-NLS-1$ //$NON-NLS-2$
								+ ";"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[557] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I,
						"getProperties", //$NON-NLS-1$
						"(Ljava/lang/String;)Ljava/util/Dictionary;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[560] 
	method.visitMethodInsn(
						INVOKEINTERFACE,
						"org/osgi/framework/BundleContext", //$NON-NLS-1$
						"registerService", //$NON-NLS-1$
						"([Ljava/lang/String;Ljava/lang/Object;Ljava/util/Dictionary;)Lorg/osgi/framework/ServiceRegistration;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[565] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I,
						"trackRegistration", //$NON-NLS-1$
						"(Ljava/lang/String;Lorg/osgi/framework/ServiceRegistration;)V"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[572] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I,
						"getProperties", //$NON-NLS-1$
						"(Ljava/lang/String;)Ljava/util/Dictionary;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[576] 
	method.visitMethodInsn(INVOKEVIRTUAL, "java/util/Dictionary", //$NON-NLS-1$
						"get", "(Ljava/lang/Object;)Ljava/lang/Object;"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[584] 
	method.visitMethodInsn(INVOKESTATIC, "java/lang/Class", //$NON-NLS-1$
						"forName", "(Ljava/lang/String;)Ljava/lang/Class;"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[586] 
	method.visitMethodInsn(INVOKEVIRTUAL, "java/lang/Class", //$NON-NLS-1$
						"newInstance", "()Ljava/lang/Object;"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[593] 
	method.visitMethodInsn(INVOKEINTERFACE, UICOMP_I,
						"initComponent", //$NON-NLS-1$
						"(Ljava/lang/Object;Lorg/osgi/framework/BundleContext;)V"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[603] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I,
						"getPresentationProperties", //$NON-NLS-1$
						"(Ljava/lang/String;)Ljava/util/Dictionary;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[606] 
	method.visitMethodInsn(
						INVOKEINTERFACE,
						"org/osgi/framework/BundleContext", //$NON-NLS-1$
						"registerService", //$NON-NLS-1$
						"(Ljava/lang/String;Ljava/lang/Object;Ljava/util/Dictionary;)Lorg/osgi/framework/ServiceRegistration;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[616] 
	method.visitMethodInsn(INVOKEVIRTUAL, implName, "started", //$NON-NLS-1$
							"(Lorg/osgi/framework/BundleContext;)V"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[632] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I,
						"untrackRegistration", "(Ljava/lang/String;)V"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[641] 
	method.visitMethodInsn(INVOKEVIRTUAL, implName, "stopped", //$NON-NLS-1$
							"(Lorg/osgi/framework/BundleContext;)V"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[813] 
	method.visitMethodInsn(INVOKESPECIAL,
							"ch/ethz/iks/r_osgi/types/BoxedPrimitive", //$NON-NLS-1$
							"<init>", "(" + args[i].getDescriptor() + ")V"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[837] 
	method.visitMethodInsn(INVOKESPECIAL,
							"ch/ethz/iks/r_osgi/types/BoxedPrimitive", //$NON-NLS-1$
							"<init>", "(" + args[i].getDescriptor() + ")V"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[845] 
	method.visitMethodInsn(INVOKEINTERFACE, ENDPOINT_I, "invokeMethod", //$NON-NLS-1$
					"(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[865] 
	method.visitMethodInsn(INVOKEVIRTUAL, BOXED_TYPE[sort],
						UNBOX_METHOD[sort], "()" + returnType.getDescriptor()); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[1050] 
	* @see org.objectweb.asm.MethodVisitor#visitMethodInsn(int,
		 *      java.lang.String, java.lang.String, java.lang.String)
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/ProxyGenerator.java:[1056] 
	super.mv.visitMethodInsn(opcode, checkRewrite(owner), name,
					checkRewriteDesc(desc));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/TCPChannelFactory.java:[293] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
						"{TCP Channel} sending " + message); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/TCPChannelFactory.java:[293] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/TCPChannelFactory.java:[318] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
									"{TCP Channel} received " + msg); //$NON-NLS-1$
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/TCPChannelFactory.java:[318] 
	RemoteOSGiServiceImpl.log.log(LogService.LOG_DEBUG,
	                                         ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/CodeAnalyzer.java:[290] 
	injections.put(classFile, reader.b);
	                                 ^
The field ClassReader.b is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/CodeAnalyzer.java:[637] 
	* @see org.objectweb.asm.MethodVisitor#visitMethodInsn(int,
		 *      java.lang.String, java.lang.String, java.lang.String)
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Javadoc: The method visitMethodInsn(int, String, String, String) from the type MethodVisitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java/ch/ethz/iks/r_osgi/impl/CodeAnalyzer.java:[687] 
	public void visitTableSwitchInsn(final int min, final int max,
				final Label dflt, final Label[] labels) {
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Varargs methods should only override or be overridden by other varargs methods unlike CodeAnalyzer.MethodAnalyzer.visitTableSwitchInsn(int, int, Label, Label[]) and MethodVisitor.visitTableSwitchInsn(int, int, Label, Label...)
88 problems (88 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ ch.ethz.iks.r_osgi.remote ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ ch.ethz.iks.r_osgi.remote ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/ch.ethz.iks.r_osgi.remote-1.2.201-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ ch.ethz.iks.r_osgi.remote ---
[INFO] MavenProject: org.eclipse.ecf:ch.ethz.iks.r_osgi.remote:1.2.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ ch.ethz.iks.r_osgi.remote ---
[INFO] Fetching ch.ethz.iks.r_osgi.remote_1.2.201.v20191025-0020.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (56.97kB)
[INFO] Fetching ch.ethz.iks.r_osgi.remote.source_1.2.201.v20191025-0020.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (153.08kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------------< org.eclipse.ecf:ch.ethz.iks.slp >-------------------
[INFO] Building ch.ethz.iks.slp 1.3.100-SNAPSHOT                        [7/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ch.ethz.iks.slp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ ch.ethz.iks.slp ---
[INFO] The project's OSGi version is 1.3.100.v20200611-1900
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ ch.ethz.iks.slp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ ch.ethz.iks.slp ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ ch.ethz.iks.slp ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ ch.ethz.iks.slp ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/SLPCore.java:[205] 
	constr = Class.forName("ch.ethz.iks.slp.impl.SLPDaemonImpl")
					.getConstructor(null);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type null of the last argument to method getConstructor(Class<?>...) doesn't exactly match the vararg parameter type. Cast to Class<?>[] to confirm the non-varargs invocation, or pass individual arguments of type Class<?> for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/SLPCore.java:[396] 
	daemon = (SLPDaemon) daemonConstr.newInstance(null);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type null of the last argument to method newInstance(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[104] 
	log.log(LogService.LOG_DEBUG, message);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[104] 
	log.log(LogService.LOG_DEBUG, message);
	                   ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[115] 
	log.log(LogService.LOG_DEBUG, message, exception);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[115] 
	log.log(LogService.LOG_DEBUG, message, exception);
	                   ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[124] 
	log.log(LogService.LOG_ERROR, message);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[124] 
	log.log(LogService.LOG_ERROR, message);
	                   ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[133] 
	log.log(LogService.LOG_ERROR, message, exception);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[133] 
	log.log(LogService.LOG_ERROR, message, exception);
	                   ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[142] 
	log.log(LogService.LOG_INFO, message);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[142] 
	log.log(LogService.LOG_INFO, message);
	                   ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[152] 
	log.log(LogService.LOG_INFO, message);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[152] 
	log.log(LogService.LOG_INFO, message);
	                   ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[162] 
	log.log(LogService.LOG_INFO, message);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[162] 
	log.log(LogService.LOG_INFO, message);
	                   ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[171] 
	log.log(LogService.LOG_WARNING, message);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[171] 
	log.log(LogService.LOG_WARNING, message);
	                   ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[180] 
	log.log(LogService.LOG_WARNING, message, exception);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[180] 
	log.log(LogService.LOG_WARNING, message, exception);
	                   ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[202] 
	if(level == LogService.LOG_ERROR || level == LogService.LOG_WARNING) {
	                       ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java/ch/ethz/iks/slp/impl/OSGiPlatformAbstraction.java:[202] 
	if(level == LogService.LOG_ERROR || level == LogService.LOG_WARNING) {
	                                                        ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
22 problems (22 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ ch.ethz.iks.slp ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ ch.ethz.iks.slp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ ch.ethz.iks.slp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ ch.ethz.iks.slp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/r7stubs.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ ch.ethz.iks.slp ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ ch.ethz.iks.slp ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ ch.ethz.iks.slp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.3.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ ch.ethz.iks.slp ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/target/ch.ethz.iks.slp-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ ch.ethz.iks.slp ---
[INFO] MavenProject: org.eclipse.ecf:ch.ethz.iks.slp:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ ch.ethz.iks.slp ---
[INFO] Fetching ch.ethz.iks.slp_1.3.100.v20200611-1900.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (46.96kB)
[INFO] Fetching ch.ethz.iks.slp.source_1.3.100.v20200611-1900.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (89.65kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.console >---------------
[INFO] Building org.eclipse.ecf.console 1.3.100-SNAPSHOT                [8/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.console ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.console ---
[INFO] The project's OSGi version is 1.3.100.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.console ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.console ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.console ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.console ---
[WARNING] The effective compiler target level 1.7 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/pom.xml
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.console ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.console ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.console ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.console ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.console ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.3.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.console ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/target/org.eclipse.ecf.console-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.console ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.console ---
[INFO] Fetching org.eclipse.ecf.console_1.3.100.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (10.39kB)
[INFO] Fetching org.eclipse.ecf.console.source_1.3.100.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (11.47kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------------< org.eclipse.ecf:org.eclipse.ecf.discovery >--------------
[INFO] Building org.eclipse.ecf.discovery 5.0.400-SNAPSHOT              [9/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery ---
[INFO] The project's OSGi version is 5.0.400.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.discovery ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.discovery ---
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/src/org/eclipse/ecf/internal/discovery/DiscoveryPlugin.java:[67] 
	logService.log(LogHelper.getLogCode(status),
					LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.discovery ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.0.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.0.400-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.0.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/target/org.eclipse.ecf.discovery-5.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery:5.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery ---
[INFO] Fetching org.eclipse.ecf.discovery_5.0.400.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (21.65kB)
[INFO] Fetching org.eclipse.ecf.discovery.source_5.0.400.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (47.02kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----< org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin >----
[INFO] Building org.eclipse.osgi.services.remoteserviceadmin 1.6.300-SNAPSHOT [10/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] The project's OSGi version is 1.6.300.v20200611-2014
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.osgi.services.remoteserviceadmin ---
[WARNING] The effective compiler target level 1.6 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/org.eclipse.osgi.services.remoteserviceadmin-1.6.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin:1.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.osgi.services.remoteserviceadmin ---
[INFO] Fetching org.eclipse.osgi.services.remoteserviceadmin_1.6.300.v20200611-2014.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (21.39kB)
[INFO] Fetching org.eclipse.osgi.services.remoteserviceadmin.source_1.6.300.v20200611-2014.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (83.65kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy >--
[INFO] Building org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy 1.0.101-SNAPSHOT [11/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] The project's OSGi version is 1.0.101.v20191012-1926
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy ---
[INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (6.38kB)
[INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.101.v20191012-1926.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (7.4kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin >--
[INFO] Building org.eclipse.ecf.osgi.services.remoteserviceadmin 4.6.1200-SNAPSHOT [12/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] The project's OSGi version is 4.6.1200.v20200611-2014
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[45] 
	import org.eclipse.ecf.discovery.identity.IServiceTypeID;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ecf.discovery.identity.IServiceTypeID is never used
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[66] 
	import org.osgi.service.remoteserviceadmin.EndpointListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[169] 
	final EndpointListener endpointListener = event
	      ^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[184] 
	endpointListener.endpointAdded(endpointDescription,
									matchingFilter);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method endpointAdded(EndpointDescription, String) from the type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[187] 
	endpointListener.endpointRemoved(
									endpointDescription, matchingFilter);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method endpointRemoved(EndpointDescription, String) from the type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[251] 
	EndpointListener.class.getName(),
	^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[256] 
	EndpointListener listener = (EndpointListener) context
	^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[256] 
	EndpointListener listener = (EndpointListener) context
	                             ^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[532] 
	EndpointListener listener,
	^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[661] 
	private EndpointListener endpointListener;
	        ^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[667] 
	EndpointListener endpointListener,
	^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[676] 
	public EndpointListener getEndpointListener() {
	       ^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[827] 
	private EndpointListener listener;
	        ^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[831] 
	public EndpointListenerHolder(EndpointListener l,
	                              ^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[838] 
	public EndpointListener getListener() {
	       ^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[889] 
	EndpointListener listener = (EndpointListener) context
	^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[889] 
	EndpointListener listener = (EndpointListener) context
	                             ^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[895] 
	EndpointListener.ENDPOINT_LISTENER_SCOPE);
	^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.java:[895] 
	EndpointListener.ENDPOINT_LISTENER_SCOPE);
	                 ^^^^^^^^^^^^^^^^^^^^^^^
The field EndpointListener.ENDPOINT_LISTENER_SCOPE is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.java:[36] 
	import org.osgi.service.remoteserviceadmin.EndpointListener;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.java:[356] 
	EndpointListener listener,
	^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.java:[367] 
	EndpointListener listener,
	^^^^^^^^^^^^^^^^
The type EndpointListener is deprecated
22 problems (22 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.6.1200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.6.1200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.6.1200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.6.1200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.6.1200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/org.eclipse.ecf.osgi.services.remoteserviceadmin-4.6.1200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin:4.6.1200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.osgi.services.remoteserviceadmin ---
[INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin_4.6.1200.v20200611-2014.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (74.23kB)
[INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.6.1200.v20200611-2014.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (109.82kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console >--
[INFO] Building org.eclipse.ecf.osgi.services.remoteserviceadmin.console 1.2.100-SNAPSHOT [13/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] The project's OSGi version is 1.2.100.v20200611-2014
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.2.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.2.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.2.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/org.eclipse.ecf.osgi.services.remoteserviceadmin.console-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin.console:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.console ---
[INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.2.100.v20200611-2014.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (12.72kB)
[INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin.console.source_1.2.100.v20200611-2014.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (12.04kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.sharedobject >------------
[INFO] Building org.eclipse.ecf.sharedobject 2.6.100-SNAPSHOT          [14/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.sharedobject ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.sharedobject ---
[INFO] The project's OSGi version is 2.6.100.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.sharedobject ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.sharedobject ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.sharedobject ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.sharedobject ---
[INFO] Compiling 81 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/BaseSharedObject.java:[110] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type BaseSharedObject needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/internal/core/sharedobject/Activator.java:[128] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/src/org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.java:[65] 
	ISharedObjectContainer soContainer = (ISharedObjectContainer) newContainer.getAdapter(ISharedObjectContainer.class);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from ISharedObjectContainer to ISharedObjectContainer
3 problems (3 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.sharedobject ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.sharedobject ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.sharedobject ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.sharedobject ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.sharedobject ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.sharedobject ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.sharedobject ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.sharedobject ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/target/org.eclipse.ecf.sharedobject-2.6.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.sharedobject ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject:2.6.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.sharedobject ---
[INFO] Fetching org.eclipse.ecf.sharedobject_2.6.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (38.16kB)
[INFO] Fetching org.eclipse.ecf.sharedobject.source_2.6.100.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (104.12kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.provider >--------------
[INFO] Building org.eclipse.ecf.provider 4.8.300-SNAPSHOT              [15/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider ---
[INFO] The project's OSGi version is 4.8.300.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider ---
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/gmm/GMMImpl.java:[26] 
	final boolean res = mySet.add(m);
	                    ^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOWrapper.java:[81] 
	thread = (Thread) AccessController.doPrivileged(new PrivilegedAction() {
			public Object run() {
				Thread aThread = getThread();
				return aThread;
			}
		});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOWrapper.java:[81] 
	thread = (Thread) AccessController.doPrivileged(new PrivilegedAction() {
			public Object run() {
				Thread aThread = getThread();
				return aThread;
			}
		});
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction<Object>
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/gmm/Member.java:[44] 
	return member.compareTo(((Member) o).member);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/internal/provider/ProviderPlugin.java:[138] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOManager.java:[61] 
	connectors.add(conn);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOManager.java:[79] 
	newObject = AccessController.doPrivileged(new PrivilegedExceptionAction() {
				public Object run() throws Exception {
					Constructor aConstructor = newClass.getConstructor(argTypes);
					aConstructor.setAccessible(true);
					return aConstructor.newInstance(args);
				}
			});
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation doPrivileged(new PrivilegedExceptionAction(){}) of the generic method doPrivileged(PrivilegedExceptionAction<T>) of type AccessController
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOManager.java:[79] 
	newObject = AccessController.doPrivileged(new PrivilegedExceptionAction() {
				public Object run() throws Exception {
					Constructor aConstructor = newClass.getConstructor(argTypes);
					aConstructor.setAccessible(true);
					return aConstructor.newInstance(args);
				}
			});
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type new PrivilegedExceptionAction(){} needs unchecked conversion to conform to PrivilegedExceptionAction<Object>
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOManager.java:[81] 
	Constructor aConstructor = newClass.getConstructor(argTypes);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOManager.java:[283] 
	results.add(conn);
	^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainer.java:[52] 
	public Object getAdapter(Class clazz) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type SOContainer.LoadingSharedObject needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainer.java:[85] 
	runner = (Thread) AccessController.doPrivileged(new PrivilegedAction() {
					public Object run() {
						return new Thread(loadingThreadGroup, new Runnable() {
							public void run() {
								try {
									if (Thread.currentThread().isInterrupted() || isClosing())
										throw new InterruptedException("loading interrupted for " + getID().getName()); //$NON-NLS-1$
									// First load object
									final ISharedObject obj = load(description);
									// Create wrapper object and
									// move from loading to
									// active
									// list.
									final SOWrapper wrap = createRemoteSharedObjectWrapper(fromID, description, obj);
									wrap.init();
									// Check to make sure thread
									// has not been
									// interrupted...if it has,
									// throw
									if (Thread.currentThread().isInterrupted() || isClosing())
										throw new InterruptedException("loading interrupted for " + getID().getName()); //$NON-NLS-1$
									// Finally, we move from
									// loading to active, and
									// then the
									// object is done
									SOContainer.this.moveFromLoadingToActive(wrap);
								} catch (final Exception e) {
									traceStack("Exception loading:" + description, e); //$NON-NLS-1$
									SOContainer.this.removeFromLoading(getID());
									try {
										sendCreateResponse(getHomeID(), getID(), e, description.getIdentifier());
									} catch (final Exception e1) {
										traceStack("Exception sending create response from LoadingSharedObject.run:" //$NON-NLS-1$
												+ description, e1);
									}
								} catch (final NoClassDefFoundError e) {
									traceStack("Exception loading:" + description, e); //$NON-NLS-1$
									SOContainer.this.removeFromLoading(getID());
									try {
										sendCreateResponse(getHomeID(), getID(), e, description.getIdentifier());
									} catch (final Exception e1) {
										traceStack("Exception sending create response from LoadingSharedObject.run:" //$NON-NLS-1$
												+ description, e1);
									}
								}
							}
						}, getID().getName() + ":loading"); //$NON-NLS-1$
					}
				});
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainer.java:[85] 
	runner = (Thread) AccessController.doPrivileged(new PrivilegedAction() {
					public Object run() {
						return new Thread(loadingThreadGroup, new Runnable() {
							public void run() {
								try {
									if (Thread.currentThread().isInterrupted() || isClosing())
										throw new InterruptedException("loading interrupted for " + getID().getName()); //$NON-NLS-1$
									// First load object
									final ISharedObject obj = load(description);
									// Create wrapper object and
									// move from loading to
									// active
									// list.
									final SOWrapper wrap = createRemoteSharedObjectWrapper(fromID, description, obj);
									wrap.init();
									// Check to make sure thread
									// has not been
									// interrupted...if it has,
									// throw
									if (Thread.currentThread().isInterrupted() || isClosing())
										throw new InterruptedException("loading interrupted for " + getID().getName()); //$NON-NLS-1$
									// Finally, we move from
									// loading to active, and
									// then the
									// object is done
									SOContainer.this.moveFromLoadingToActive(wrap);
								} catch (final Exception e) {
									traceStack("Exception loading:" + description, e); //$NON-NLS-1$
									SOContainer.this.removeFromLoading(getID());
									try {
										sendCreateResponse(getHomeID(), getID(), e, description.getIdentifier());
									} catch (final Exception e1) {
										traceStack("Exception sending create response from LoadingSharedObject.run:" //$NON-NLS-1$
												+ description, e1);
									}
								} catch (final NoClassDefFoundError e) {
									traceStack("Exception loading:" + description, e); //$NON-NLS-1$
									SOContainer.this.removeFromLoading(getID());
									try {
										sendCreateResponse(getHomeID(), getID(), e, description.getIdentifier());
									} catch (final Exception e1) {
										traceStack("Exception sending create response from LoadingSharedObject.run:" //$NON-NLS-1$
												+ description, e1);
									}
								}
							}
						}, getID().getName() + ":loading"); //$NON-NLS-1$
					}
				});
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction<Object>
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainer.java:[376] 
	transaction = (ISharedObjectContainerTransaction) wrapper.sharedObject.getAdapter(ISharedObjectContainerTransaction.class);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from ISharedObjectContainerTransaction to ISharedObjectContainerTransaction
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContext.java:[240] 
	public Object getAdapter(Class clazz) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type SOContext needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContext.java:[251] 
	public Map getLocalContainerProperties() {
	       ^^^
Type safety: The return type Map for getLocalContainerProperties() from the type SOContext needs unchecked conversion to conform to Map<String,?> from the type ISharedObjectContext
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOConfig.java:[96] 
	public Map getProperties() {
	       ^^^
Type safety: The return type Map for getProperties() from the type SOConfig needs unchecked conversion to conform to Map<String,?> from the type ISharedObjectConfig
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerConfig.java:[43] 
	public Map getProperties() {
	       ^^^
Type safety: The return type Map for getProperties() from the type SOContainerConfig needs unchecked conversion to conform to Map<String,?> from the type ISharedObjectContainerConfig
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerConfig.java:[52] 
	public Object getAdapter(Class clazz) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type SOContainerConfig needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerGroup.java:[36] 
	map = Collections.synchronizedMap(new TreeMap());
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation synchronizedMap(TreeMap) of the generic method synchronizedMap(Map<K,V>) of type Collections
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerGroup.java:[36] 
	map = Collections.synchronizedMap(new TreeMap());
	                                  ^^^^^^^^^^^^^
Type safety: The expression of type TreeMap needs unchecked conversion to conform to Map<Object,Object>
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerGroup.java:[42] 
	map.put(key, aSpace);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerGMM.java:[162] 
	loading.put(lso.getID(), new SOWrapper(lso, container));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerGMM.java:[184] 
	return (ID[]) active.keySet().toArray(new ID[0]);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerGMM.java:[190] 
	active.put(so.getObjID(), so);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerGMM.java:[284] 
	aSet.add(i.next());
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerGMM.java:[287] 
	aSet.add(i.next());
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOConnector.java:[36] 
	receiverQueues.put(recv[i], queues[i]);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOConnector.java:[71] 
	return (ID[]) receiverQueues.keySet().toArray(new ID[receiverQueues.size()]);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized
29 problems (29 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.8.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.8.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.8.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.8.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.8.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/target/org.eclipse.ecf.provider-4.8.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider:4.8.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider ---
[INFO] Fetching org.eclipse.ecf.provider_4.8.300.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (52.93kB)
[INFO] Fetching org.eclipse.ecf.provider.source_4.8.300.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (97.24kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi >-----------
[INFO] Building org.eclipse.ecf.provider.r_osgi 3.6.300-SNAPSHOT       [16/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] The project's OSGi version is 3.6.300.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.6.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.6.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.6.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.6.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.6.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/org.eclipse.ecf.provider.r_osgi-3.6.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.r_osgi:3.6.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.r_osgi ---
[INFO] Fetching org.eclipse.ecf.provider.r_osgi_3.6.300.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (24.38kB)
[INFO] Fetching org.eclipse.ecf.provider.r_osgi.source_3.6.300.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (37.89kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin >------
[INFO] Building org.eclipse.ecf.remoteservice.eventadmin 1.3.100-SNAPSHOT [17/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] The project's OSGi version is 1.3.100.v20200611-2014
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/LogTracker.java:[79] 
	service.log(reference, level, message, exception);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(ServiceReference<?>, int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java:[532] 
	log.log(LogService.LOG_ERROR,
					"Null event passed to EventAdmin was ignored.");
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java:[532] 
	log.log(LogService.LOG_ERROR,
	                   ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java:[684] 
	log.log(LogService.LOG_WARNING, message, exception);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java:[684] 
	log.log(LogService.LOG_WARNING, message, exception);
	                   ^^^^^^^^^^^
The field LogService.LOG_WARNING is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java:[721] 
	log.log(LogService.LOG_ERROR, message, exception);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java:[721] 
	log.log(LogService.LOG_ERROR, message, exception);
	                   ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.java:[86] 
	log.log(LogService.LOG_ERROR, "Invalid handler filter "+o, e);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.java:[86] 
	log.log(LogService.LOG_ERROR, "Invalid handler filter "+o, e);
	                   ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.java:[195] 
	log.log(LogService.LOG_ERROR, "Exception while dispatching event "+event+" to handler "+handlerService, t);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/EventHandlerWrapper.java:[195] 
	log.log(LogService.LOG_ERROR, "Exception while dispatching event "+event+" to handler "+handlerService, t);
	                   ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
11 problems (11 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/r7stubs.jar
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/org.eclipse.ecf.remoteservice.eventadmin-1.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.eventadmin ---
[INFO] Fetching org.eclipse.ecf.remoteservice.eventadmin_1.3.100.v20200611-2014.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (14.87kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.eventadmin.source_1.3.100.v20200611-2014.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (26.56kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.filetransfer >------------
[INFO] Building org.eclipse.ecf.filetransfer 5.1.100-SNAPSHOT          [18/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.filetransfer ---
[INFO] The project's OSGi version is 5.1.100.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.filetransfer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.filetransfer ---
[INFO] Compiling 64 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/src/org/eclipse/ecf/internal/filetransfer/Activator.java:[76] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.filetransfer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.filetransfer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.filetransfer ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.filetransfer ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.filetransfer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.filetransfer ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/target/org.eclipse.ecf.filetransfer-5.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer:5.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer ---
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (20.35kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.100.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (76.02kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.synd >-------
[INFO] Building org.eclipse.ecf.remoteservice.rest.synd 1.0.200-SNAPSHOT [19/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/target/org.eclipse.ecf.remoteservice.rest.synd-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/target/org.eclipse.ecf.remoteservice.rest.synd-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/target/org.eclipse.ecf.remoteservice.rest.synd-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/target/org.eclipse.ecf.remoteservice.rest.synd-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/target/org.eclipse.ecf.remoteservice.rest.synd-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/target/org.eclipse.ecf.remoteservice.rest.synd-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.synd:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.rest.synd ---
[INFO] Fetching org.eclipse.ecf.remoteservice.rest.synd_1.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (8.22kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.rest.synd.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (11.09kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer >--------
[INFO] Building org.eclipse.ecf.provider.filetransfer 3.2.600-SNAPSHOT [20/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] The project's OSGi version is 3.2.600.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.2.600-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.2.600-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.2.600-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.2.600-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.2.600-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/org.eclipse.ecf.provider.filetransfer-3.2.600-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.2.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer ---
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.600.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (44.98kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.600.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (85.89kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45 >--
[INFO] Building org.eclipse.ecf.provider.filetransfer.httpclient45 1.0.300-SNAPSHOT [21/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] The project's OSGi version is 1.0.300.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.java:[72] 
	private boolean hasScope(ServiceReference<HttpClient> reference, String neededScope) {
	                                                                        ^^^^^^^^^^^
The parameter neededScope is hiding a field from type Activator.ScopedHttpClientCustomizer
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.java:[154] 
	String ourDebugPrefix = PLUGIN_ID + "/";
	                                    ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.java:[155] 
	String ecfDebugPrefix = "org.eclipse.ecf.provider.filetransfer.httpclient4/";
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.java:[214] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.java:[293] 
	serviceProperties.put("http.client.scope", "org.eclipse.ecf.filetransfer.service.*");
	                      ^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/Activator.java:[293] 
	serviceProperties.put("http.client.scope", "org.eclipse.ecf.filetransfer.service.*");
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.java:[293] 
	private INTLMProxyHandler getNTLMProxyHandler(HttpContext httpContext) {
	                                                          ^^^^^^^^^^^
The parameter httpContext is hiding a field from type HttpClientFileSystemBrowser
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.java:[197] 
	String systemHttpsProtocols = System.getProperty("https.protocols");
	                                                 ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.java:[198] 
	String systemCipherSuites = System.getProperty("https.cipherSuites");
	                                               ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient45/ECFHttpClientFactory.java:[252] 
	return s.split(" *, *");
	               ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
10 problems (10 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/org.eclipse.ecf.provider.filetransfer.httpclient45-1.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.httpclient45 ---
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.300.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (35.73kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.300.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (52.58kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----< org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution >-----
[INFO] Building org.eclipse.ecf.osgi.services.distribution 2.1.500-SNAPSHOT [22/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] The project's OSGi version is 2.1.500.v20200611-2014
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.500-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.500-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.500-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.500-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.500-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/org.eclipse.ecf.osgi.services.distribution-2.1.500-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution:2.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.osgi.services.distribution ---
[INFO] Fetching org.eclipse.ecf.osgi.services.distribution_2.1.500.v20200611-2014.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (8.61kB)
[INFO] Fetching org.eclipse.ecf.osgi.services.distribution.source_2.1.500.v20200611-2014.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (11.71kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.provider.zookeeper >---------
[INFO] Building org.eclipse.ecf.provider.zookeeper 1.2.300-SNAPSHOT    [23/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] The project's OSGi version is 1.2.300.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/NodeReader.java:[83] 
	Logger.log(LogService.LOG_ERROR, "NodeReader.processResult: "
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/NodeReader.java:[93] 
	Logger.log(LogService.LOG_DEBUG, PrettyPrinter.prompt(PrettyPrinter.REMOTE_AVAILABLE, this.discovered), null);
	                      ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/NodeReader.java:[98] 
	Logger.log(LogService.LOG_DEBUG, e.getMessage(), e);
	                      ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/DiscoverdService.java:[61] 
	Logger.log(SystemLogService.LOG_DEBUG, PrettyPrinter.prompt(PrettyPrinter.REMOTE_UNAVAILABLE, this), null);
	                            ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/internal/Configuration.java:[102] 
	Logger.log(LogService.LOG_ERROR, msg, null);
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/internal/Configuration.java:[117] 
	Logger.log(LogService.LOG_ERROR, msg, null);
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/internal/Configuration.java:[162] 
	Logger.log(LogService.LOG_ERROR, e.getMessage(), e);
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/internal/Configuration.java:[239] 
	Logger.log(LogService.LOG_ERROR, t.getMessage(), null);
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.java:[98] 
	Logger.log(LogService.LOG_ERROR, e.getMessage(), e);
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.java:[102] 
	Logger.log(LogService.LOG_INFO, PrettyPrinter.prompt(PrettyPrinter.ACTIVATED, null), null);
	                      ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.java:[189] 
	Logger.log(LogService.LOG_DEBUG, "Zookeeper server cannot be started! ", e);//$NON-NLS-1$				
	                      ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.java:[200] 
	Logger.log(LogService.LOG_ERROR,
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.java:[244] 
	Logger.log(LogService.LOG_ERROR, "Zookeeper quorum cannot be started! ", e); //$NON-NLS-1$
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.java:[287] 
	Logger.log(LogService.LOG_ERROR, t.getMessage(), t);
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/ReadRoot.java:[121] 
	LogService.LOG_ERROR,
	           ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/ReadRoot.java:[132] 
	Logger.log(LogService.LOG_ERROR,
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/core/AdvertisedService.java:[161] 
	Logger.log(LogService.LOG_ERROR,
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/WatchManager.java:[68] 
	Logger.log(LogService.LOG_DEBUG, e.getMessage(), e);
	                      ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/WatchManager.java:[87] 
	Logger.log(LogService.LOG_DEBUG, e.getMessage(), e);
	                      ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/WatchManager.java:[169] 
	Logger.log(LogService.LOG_DEBUG,
	                      ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/NodeWriter.java:[66] 
	Logger.log(LogService.LOG_INFO, PrettyPrinter.prompt(PrettyPrinter.PUBLISHED, this.getNode().getWrappedService()), null);
	                      ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/NodeWriter.java:[69] 
	Logger.log(LogService.LOG_ERROR, "Can't connect to server! "
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/NodeWriter.java:[92] 
	Logger.log(LogService.LOG_INFO, PrettyPrinter.prompt(PrettyPrinter.UNPUBLISHED, this.getNode().getWrappedService()), null);
	                      ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/NodeWriter.java:[105] 
	Logger.log(LogService.LOG_INFO, PrettyPrinter.prompt(PrettyPrinter.UNPUBLISHED, this.getNode().getWrappedService()), null);
	                      ^^^^^^^^
The field LogService.LOG_INFO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/util/Logger.java:[47] 
	ls.log(DiscoveryActivator.getContext().getServiceReference(ZooDiscoveryContainer.class.getName()), level, message, e);
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(ServiceReference<?>, int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/util/Logger.java:[68] 
	ls.log(DiscoveryActivator.getContext().getServiceReference(ZooDiscoveryContainer.class.getName()), level, message, t);
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(ServiceReference<?>, int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/util/PrettyPrinter.java:[16] 
	import java.text.DateFormat;
	       ^^^^^^^^^^^^^^^^^^^^
The import java.text.DateFormat is never used
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/util/PrettyPrinter.java:[17] 
	import java.util.Calendar;
	       ^^^^^^^^^^^^^^^^^^
The import java.util.Calendar is never used
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/WriteRoot.java:[89] 
	Logger.log(LogService.LOG_DEBUG, e.getMessage(), e);
	                      ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/WriteRoot.java:[110] 
	Logger.log(LogService.LOG_ERROR,
	                      ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/WriteRoot.java:[143] 
	LogService.LOG_ERROR,
	           ^^^^^^^^^
The field LogService.LOG_ERROR is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/node/internal/WriteRoot.java:[153] 
	Logger.log(LogService.LOG_DEBUG, e.getMessage(), e);
	                      ^^^^^^^^^
The field LogService.LOG_DEBUG is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/org/eclipse/ecf/provider/zookeeper/DiscoveryActivator.java:[106] 
	Logger.log(LogService.LOG_INFO, PrettyPrinter.prompt(PrettyPrinter.DEACTIVATED, null), null);
	                      ^^^^^^^^
The field LogService.LOG_INFO is deprecated
33 problems (33 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/target/org.eclipse.ecf.provider.zookeeper-1.2.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/target/org.eclipse.ecf.provider.zookeeper-1.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/target/org.eclipse.ecf.provider.zookeeper-1.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/target/org.eclipse.ecf.provider.zookeeper-1.2.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/target/org.eclipse.ecf.provider.zookeeper-1.2.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/target/org.eclipse.ecf.provider.zookeeper-1.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.zookeeper:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.zookeeper ---
[INFO] Fetching org.eclipse.ecf.provider.zookeeper_1.2.300.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (30.18kB)
[INFO] Fetching org.eclipse.ecf.provider.zookeeper.source_1.2.300.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (50.44kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.provider.jslp >------------
[INFO] Building org.eclipse.ecf.provider.jslp 3.2.300-SNAPSHOT         [24/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.jslp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.jslp ---
[INFO] The project's OSGi version is 3.2.300.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.jslp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.jslp ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.jslp ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.jslp ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.java:[27] 
	public void addAttributes(final ServiceURL url, final Dictionary attributes) {
	                                                      ^^^^^^^^^^
Dictionary is a raw type. References to generic type Dictionary<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.java:[34] 
	public void deleteAttributes(final ServiceURL url, final Dictionary attributeIds) {
	                                                         ^^^^^^^^^^
Dictionary is a raw type. References to generic type Dictionary<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.java:[48] 
	public void deregister(final ServiceURL url, final List scopes) {
	                                                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.java:[76] 
	public void register(final ServiceURL url, final Dictionary attributes) {
	                                                 ^^^^^^^^^^
Dictionary is a raw type. References to generic type Dictionary<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.java:[83] 
	public void register(final ServiceURL url, final List scopes, final Dictionary attributes) {
	                                                 ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternAdvertiser.java:[83] 
	public void register(final ServiceURL url, final List scopes, final Dictionary attributes) {
	                                                                    ^^^^^^^^^^
Dictionary is a raw type. References to generic type Dictionary<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[29] 
	private final Map services;
	              ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[34] 
	services = Collections.synchronizedMap(new HashMap());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation synchronizedMap(HashMap) of the generic method synchronizedMap(Map<K,V>) of type Collections
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[34] 
	services = Collections.synchronizedMap(new HashMap());
	                                       ^^^^^^^^^^^^^
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map<Object,Object>
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[34] 
	services = Collections.synchronizedMap(new HashMap());
	                                           ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[45] 
	final Map availableServices = Activator.getDefault().getLocator().getServiceURLs();
	      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[46] 
	final Map removedServices = new HashMap(services);
	      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[46] 
	final Map removedServices = new HashMap(services);
	                            ^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[46] 
	final Map removedServices = new HashMap(services);
	                                ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[47] 
	for (final Iterator itr = availableServices.entrySet().iterator(); itr.hasNext() && !monitor.isCanceled();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[48] 
	final Map.Entry entry = (Map.Entry) itr.next();
	      ^^^^^^^^^
Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[48] 
	final Map.Entry entry = (Map.Entry) itr.next();
	                         ^^^^^^^^^
Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[54] 
	final ServicePropertiesAdapter spa = new ServicePropertiesAdapter((List) entry.getValue());
	                                                                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[57] 
	services.put(url, serviceInfo);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[64] 
	for (final Iterator itr = removedServices.entrySet().iterator(); itr.hasNext() && !monitor.isCanceled();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[65] 
	final Map.Entry entry = (Map.Entry) itr.next();
	      ^^^^^^^^^
Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[65] 
	final Map.Entry entry = (Map.Entry) itr.next();
	                         ^^^^^^^^^
Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[98] 
	public Collection purgeCache() {
	       ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[99] 
	Set unmodifiableSet = Collections.unmodifiableSet(services.entrySet());
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[99] 
	Set unmodifiableSet = Collections.unmodifiableSet(services.entrySet());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation unmodifiableSet(Set) of the generic method unmodifiableSet(Set<? extends T>) of type Collections
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/JSLPDiscoveryJob.java:[99] 
	Set unmodifiableSet = Collections.unmodifiableSet(services.entrySet());
	                                                  ^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Set<? extends Object>
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.java:[54] 
	public ServicePropertiesAdapter(final List aList) {
	                                      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.java:[57] 
	for (final Iterator itr = aList.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.java:[144] 
	public Dictionary toProperties() {
	       ^^^^^^^^^^
Dictionary is a raw type. References to generic type Dictionary<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.java:[145] 
	final Dictionary dict = new Properties();
	      ^^^^^^^^^^
Dictionary is a raw type. References to generic type Dictionary<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.java:[146] 
	final Enumeration propertyNames = serviceProperties.getPropertyNames();
	      ^^^^^^^^^^^
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.java:[158] 
	dict.put(key, buf.toString());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Dictionary. References to generic type Dictionary<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/ServicePropertiesAdapter.java:[160] 
	dict.put(key, serviceProperties.getProperty(key).toString());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Dictionary. References to generic type Dictionary<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.java:[114] 
	public Class[][] getSupportedParameterTypes() {
	       ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.java:[114] 
	public Class[][] getSupportedParameterTypes() {
	       ^^^^^^^^^
Type safety: The return type Class[][] for getSupportedParameterTypes() from the type JSLPNamespace needs unchecked conversion to conform to Class<?>[][] from the type Namespace
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/Activator.java:[121] 
	class DiscoveryServiceFactory implements ServiceFactory {
	                                         ^^^^^^^^^^^^^^
ServiceFactory is a raw type. References to generic type ServiceFactory<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/Activator.java:[127] 
	public Object getService(final Bundle bundle, final ServiceRegistration registration) {
	                                                    ^^^^^^^^^^^^^^^^^^^
ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/Activator.java:[150] 
	public void ungetService(final Bundle bundle, final ServiceRegistration registration, final Object service) {
	                                                    ^^^^^^^^^^^^^^^^^^^
ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[37] 
	public ServiceLocationEnumeration findAttributes(final ServiceURL url, final List scopes, final List attributeIds) {
	                                                                             ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[37] 
	public ServiceLocationEnumeration findAttributes(final ServiceURL url, final List scopes, final List attributeIds) {
	                                                                                                ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[44] 
	public ServiceLocationEnumeration findAttributes(final ServiceType type, final List scopes, final List attributeIds) {
	                                                                               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[44] 
	public ServiceLocationEnumeration findAttributes(final ServiceType type, final List scopes, final List attributeIds) {
	                                                                                                  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[52] 
	public ServiceLocationEnumeration findServiceTypes(final String namingAuthority, final List scopes) {
	                                                                                       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[60] 
	public ServiceLocationEnumeration findServices(final ServiceType type, final List scopes, final String searchFilter) throws IllegalArgumentException {
	                                                                             ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[83] 
	public Map getServiceURLs(final ServiceType serviceType, final List scopes) {
	       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[83] 
	public Map getServiceURLs(final ServiceType serviceType, final List scopes) {
	                                                               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[85] 
	return new HashMap();
	           ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[91] 
	public Map getServiceURLs() {
	       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[93] 
	return new HashMap();
	           ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[99] 
	public List getServiceURLs(String namingAuthority, List scopes) {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[99] 
	public List getServiceURLs(String namingAuthority, List scopes) {
	                                                   ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/NullPatternLocator.java:[101] 
	return new ArrayList();
	           ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.java:[26] 
	public Map getServiceURLs(ServiceType aServiceType, List scopes) throws ServiceLocationException;
	       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.java:[26] 
	public Map getServiceURLs(ServiceType aServiceType, List scopes) throws ServiceLocationException;
	                                                    ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.java:[32] 
	public Map getServiceURLs() throws ServiceLocationException;
	       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.java:[40] 
	public List getServiceURLs(final String namingAuthority, final List scopes) throws ServiceLocationException;
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecorator.java:[40] 
	public List getServiceURLs(final String namingAuthority, final List scopes) throws ServiceLocationException;
	                                                               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[137] 
	Set result = new HashSet();
	^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[137] 
	Set result = new HashSet();
	                 ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[139] 
	List aList = Activator.getDefault().getLocator().getServiceURLs((String) null, null);
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[140] 
	for (Iterator itr = aList.iterator(); itr.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[143] 
	result.add(serviceTypeId);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[150] 
	return (IServiceTypeID[]) result.toArray(new IServiceTypeID[result.size()]);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[214] 
	Collection oldCache = discoveryJob.purgeCache();
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[215] 
	oldCache.toArray(new IServiceInfo[oldCache.size()]);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[220] 
	private IServiceInfo[] convertToIServiceInfo(Map serviceURLs) {
	                                             ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[224] 
	private IServiceInfo[] convertToIServiceInfo(Map serviceURLs, String[] scopes) {
	                                             ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[225] 
	List tmp = new ArrayList();
	^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[225] 
	List tmp = new ArrayList();
	               ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[226] 
	for (Iterator itr = serviceURLs.entrySet().iterator(); itr.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[227] 
	Map.Entry entry = (Entry) itr.next();
	^^^^^^^^^
Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[227] 
	Map.Entry entry = (Entry) itr.next();
	                   ^^^^^
Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[229] 
	ServicePropertiesAdapter spa = new ServicePropertiesAdapter((List) entry.getValue());
	                                                             ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[232] 
	tmp.add(serviceInfo);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.java:[234] 
	return (IServiceInfo[]) tmp.toArray(new IServiceInfo[tmp.size()]);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.java:[53] 
	public Class[][] getSupportedParameterTypes(final ContainerTypeDescription description) {
	       ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[35] 
	public ServiceLocationEnumeration findAttributes(final ServiceType type, final List scopes, final List attributeIds) throws ServiceLocationException {
	                                                                               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[35] 
	public ServiceLocationEnumeration findAttributes(final ServiceType type, final List scopes, final List attributeIds) throws ServiceLocationException {
	                                                                                                  ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[42] 
	public ServiceLocationEnumeration findAttributes(final ServiceURL url, final List scopes, final List attributeIds) throws ServiceLocationException {
	                                                                             ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[42] 
	public ServiceLocationEnumeration findAttributes(final ServiceURL url, final List scopes, final List attributeIds) throws ServiceLocationException {
	                                                                                                ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[49] 
	public ServiceLocationEnumeration findServices(final ServiceType type, final List scopes, final String searchFilter) throws ServiceLocationException, IllegalArgumentException {
	                                                                             ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[56] 
	public ServiceLocationEnumeration findServiceTypes(final String namingAuthority, final List scopes) throws ServiceLocationException {
	                                                                                       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[77] 
	public List getServiceURLs(final String namingAuthority, final List scopes) throws ServiceLocationException {
	       ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[77] 
	public List getServiceURLs(final String namingAuthority, final List scopes) throws ServiceLocationException {
	                                                               ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[78] 
	final Enumeration stEnum = findServiceTypes(namingAuthority, scopes);
	      ^^^^^^^^^^^
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[79] 
	final Set aSet = new HashSet(Collections.list(stEnum));
	      ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[79] 
	final Set aSet = new HashSet(Collections.list(stEnum));
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[79] 
	final Set aSet = new HashSet(Collections.list(stEnum));
	                     ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[79] 
	final Set aSet = new HashSet(Collections.list(stEnum));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation list(Enumeration) of the generic method list(Enumeration<T>) of type Collections
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[79] 
	final Set aSet = new HashSet(Collections.list(stEnum));
	                                              ^^^^^^
Type safety: The expression of type Enumeration needs unchecked conversion to conform to Enumeration<Object>
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[80] 
	final List result = new ArrayList();
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[80] 
	final List result = new ArrayList();
	                        ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[81] 
	for (final Iterator itr = aSet.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[87] 
	result.add(url);
	^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[102] 
	public Map getServiceURLs(final ServiceType aServiceType, final List scopes) throws ServiceLocationException {
	       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[102] 
	public Map getServiceURLs(final ServiceType aServiceType, final List scopes) throws ServiceLocationException {
	                                                                ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[103] 
	final Map result = new HashMap();
	      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[103] 
	final Map result = new HashMap();
	                       ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[107] 
	result.put(url, Collections.list(findAttributes(url, scopes, null)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[107] 
	result.put(url, Collections.list(findAttributes(url, scopes, null)));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation list(ServiceLocationEnumeration) of the generic method list(Enumeration<T>) of type Collections
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[107] 
	result.put(url, Collections.list(findAttributes(url, scopes, null)));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ServiceLocationEnumeration needs unchecked conversion to conform to Enumeration<Object>
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[115] 
	public Map getServiceURLs() throws ServiceLocationException {
	       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[116] 
	final Enumeration stEnum = findServiceTypes(null, null);
	      ^^^^^^^^^^^
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[117] 
	final Set aSet = new HashSet(Collections.list(stEnum));
	      ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[117] 
	final Set aSet = new HashSet(Collections.list(stEnum));
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[117] 
	final Set aSet = new HashSet(Collections.list(stEnum));
	                     ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[117] 
	final Set aSet = new HashSet(Collections.list(stEnum));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation list(Enumeration) of the generic method list(Enumeration<T>) of type Collections
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[117] 
	final Set aSet = new HashSet(Collections.list(stEnum));
	                                              ^^^^^^
Type safety: The expression of type Enumeration needs unchecked conversion to conform to Enumeration<Object>
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[118] 
	final Map result = new HashMap();
	      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[118] 
	final Map result = new HashMap();
	                       ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[119] 
	for (final Iterator itr = aSet.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[125] 
	result.put(url, Collections.list(findAttributes(url, null, null)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[125] 
	result.put(url, Collections.list(findAttributes(url, null, null)));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation list(ServiceLocationEnumeration) of the generic method list(Enumeration<T>) of type Collections
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/org/eclipse/ecf/internal/provider/jslp/LocatorDecoratorImpl.java:[125] 
	result.put(url, Collections.list(findAttributes(url, null, null)));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ServiceLocationEnumeration needs unchecked conversion to conform to Enumeration<Object>
114 problems (114 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.jslp ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.jslp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.jslp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.jslp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.jslp ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.jslp ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.jslp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.jslp ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/target/org.eclipse.ecf.provider.jslp-3.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.jslp ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jslp:3.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.jslp ---
[INFO] Fetching org.eclipse.ecf.provider.jslp_3.2.300.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (19.64kB)
[INFO] Fetching org.eclipse.ecf.provider.jslp.source_3.2.300.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (31.46kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------< org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice >-------
[INFO] Building org.eclipse.ecf.provider.remoteservice 4.4.200-SNAPSHOT [25/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] The project's OSGi version is 4.4.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/internal/provider/remoteservice/Activator.java:[69] 
	rscAdapterFactories.add(af);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/internal/provider/remoteservice/Activator.java:[72] 
	rscAdapterFactories.add(af);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/internal/provider/remoteservice/Activator.java:[75] 
	rscAdapterFactories.add(af);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/internal/provider/remoteservice/Activator.java:[78] 
	rscAdapterFactories.add(af);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/internal/provider/remoteservice/Activator.java:[128] 
	logServiceTracker = new ServiceTracker(this.context, LogService.class.getName(), null);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/org/eclipse/ecf/internal/provider/remoteservice/Activator.java:[141] 
	ls.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
6 problems (6 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.4.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.4.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.4.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.4.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.4.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/org.eclipse.ecf.provider.remoteservice-4.4.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice:4.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.remoteservice ---
[INFO] Fetching org.eclipse.ecf.provider.remoteservice_4.4.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (30.88kB)
[INFO] Fetching org.eclipse.ecf.provider.remoteservice.source_4.4.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (42.04kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet >--------
[INFO] Building org.eclipse.ecf.remoteservice.servlet 1.0.200-SNAPSHOT [26/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/org.eclipse.ecf.remoteservice.servlet-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.servlet ---
[INFO] Fetching org.eclipse.ecf.remoteservice.servlet_1.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (10.47kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.servlet.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (15.94kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient4 >--
[INFO] Building org.eclipse.ecf.provider.filetransfer.httpclient4 1.1.500-SNAPSHOT [27/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] The project's OSGi version is 1.1.500.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/Activator.java:[113] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[24] 
	import org.apache.http.conn.scheme.LayeredSchemeSocketFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type LayeredSchemeSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[25] 
	import org.apache.http.params.HttpConnectionParams;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type HttpConnectionParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[26] 
	import org.apache.http.params.HttpParams;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[35] 
	public final class ECFHttpClientSecureProtocolSocketFactory implements LayeredSchemeSocketFactory {
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The type LayeredSchemeSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[47] 
	public Socket createSocket(final HttpParams params) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method ECFHttpClientSecureProtocolSocketFactory.createSocket(HttpParams) overrides a deprecated method from SchemeSocketFactory
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[47] 
	public Socket createSocket(final HttpParams params) {
	                                 ^^^^^^^^^^
The type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[57] 
	public Socket connectSocket(final Socket socket, final InetSocketAddress remoteAddress, final InetSocketAddress localAddress, final HttpParams params) throws IOException, UnknownHostException, ConnectTimeoutException {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method ECFHttpClientSecureProtocolSocketFactory.connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) overrides a deprecated method from SchemeSocketFactory
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[57] 
	public Socket connectSocket(final Socket socket, final InetSocketAddress remoteAddress, final InetSocketAddress localAddress, final HttpParams params) throws IOException, UnknownHostException, ConnectTimeoutException {
	                                                                                                                                    ^^^^^^^^^^
The type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[87] 
	private void performConnection(final Socket socket, final InetSocketAddress remoteAddress, final InetSocketAddress localAddress, final HttpParams params) throws SocketException, IOException {
	                                                                                                                                       ^^^^^^^^^^
The type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[89] 
	socket.setReuseAddress(HttpConnectionParams.getSoReuseaddr(params));
	                       ^^^^^^^^^^^^^^^^^^^^
The type HttpConnectionParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[89] 
	socket.setReuseAddress(HttpConnectionParams.getSoReuseaddr(params));
	                                            ^^^^^^^^^^^^^^^^^^^^^^
The method getSoReuseaddr(HttpParams) from the type HttpConnectionParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[95] 
	int connectionTimeout = HttpConnectionParams.getConnectionTimeout(params);
	                        ^^^^^^^^^^^^^^^^^^^^
The type HttpConnectionParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[95] 
	int connectionTimeout = HttpConnectionParams.getConnectionTimeout(params);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getConnectionTimeout(HttpParams) from the type HttpConnectionParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[96] 
	int socketTimeout = HttpConnectionParams.getSoTimeout(params);
	                    ^^^^^^^^^^^^^^^^^^^^
The type HttpConnectionParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[96] 
	int socketTimeout = HttpConnectionParams.getSoTimeout(params);
	                                         ^^^^^^^^^^^^^^^^^^^^
The method getSoTimeout(HttpParams) from the type HttpConnectionParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[113] 
	public boolean isSecure(final Socket sock) throws IllegalArgumentException {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method ECFHttpClientSecureProtocolSocketFactory.isSecure(Socket) overrides a deprecated method from SchemeSocketFactory
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientSecureProtocolSocketFactory.java:[133] 
	public Socket createLayeredSocket(final Socket socket, final String host, final int port, final boolean autoClose) throws IOException {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method ECFHttpClientSecureProtocolSocketFactory.createLayeredSocket(Socket, String, int, boolean) overrides a deprecated method from LayeredSchemeSocketFactory
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[41] 
	import org.apache.http.auth.params.AuthPNames;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AuthPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[43] 
	import org.apache.http.client.params.AuthPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AuthPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[46] 
	import org.apache.http.conn.params.ConnRouteParams;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ConnRouteParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[47] 
	import org.apache.http.conn.scheme.Scheme;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type Scheme is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[48] 
	import org.apache.http.conn.scheme.SchemeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[49] 
	import org.apache.http.impl.client.DefaultHttpClient;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[50] 
	import org.apache.http.impl.cookie.DateUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DateUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[51] 
	import org.apache.http.params.CoreConnectionPNames;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CoreConnectionPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[134] 
	private DefaultHttpClient httpClient = null;
	        ^^^^^^^^^^^^^^^^^
The type DefaultHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[160] 
	public HttpClientRetrieveFileTransfer(DefaultHttpClient httpClient) {
	                                      ^^^^^^^^^^^^^^^^^
The type DefaultHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[163] 
	this.httpClient.setCredentialsProvider(new ECFCredentialsProvider());
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setCredentialsProvider(CredentialsProvider) from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[183] 
	SchemeRegistry schemeRegistry = this.httpClient.getConnectionManager().getSchemeRegistry();
	^^^^^^^^^^^^^^
The type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[183] 
	SchemeRegistry schemeRegistry = this.httpClient.getConnectionManager().getSchemeRegistry();
	                                                ^^^^^^^^^^^^^^^^^^^^^^
The method getConnectionManager() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[183] 
	SchemeRegistry schemeRegistry = this.httpClient.getConnectionManager().getSchemeRegistry();
	                                                                       ^^^^^^^^^^^^^^^^^^^
The method getSchemeRegistry() from the type ClientConnectionManager is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[185] 
	Scheme http = new Scheme(HttpClientRetrieveFileTransfer.HTTP, HTTP_PORT, new ECFHttpClientProtocolSocketFactory(SocketFactory.getDefault(), source, socketListener));
	^^^^^^
The type Scheme is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[185] 
	Scheme http = new Scheme(HttpClientRetrieveFileTransfer.HTTP, HTTP_PORT, new ECFHttpClientProtocolSocketFactory(SocketFactory.getDefault(), source, socketListener));
	                  ^^^^^^
The type Scheme is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[185] 
	Scheme http = new Scheme(HttpClientRetrieveFileTransfer.HTTP, HTTP_PORT, new ECFHttpClientProtocolSocketFactory(SocketFactory.getDefault(), source, socketListener));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Scheme(String, int, SchemeSocketFactory) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[188] 
	schemeRegistry.register(http);
	               ^^^^^^^^^^^^^^
The method register(Scheme) from the type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[205] 
	Scheme https = new Scheme(HttpClientRetrieveFileTransfer.HTTPS, HTTPS_PORT, new ECFHttpClientSecureProtocolSocketFactory(sslSocketFactory, source, socketListener));
	^^^^^^
The type Scheme is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[205] 
	Scheme https = new Scheme(HttpClientRetrieveFileTransfer.HTTPS, HTTPS_PORT, new ECFHttpClientSecureProtocolSocketFactory(sslSocketFactory, source, socketListener));
	                   ^^^^^^
The type Scheme is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[205] 
	Scheme https = new Scheme(HttpClientRetrieveFileTransfer.HTTPS, HTTPS_PORT, new ECFHttpClientSecureProtocolSocketFactory(sslSocketFactory, source, socketListener));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Scheme(String, int, SchemeSocketFactory) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[207] 
	schemeRegistry.register(https);
	               ^^^^^^^^^^^^^^^
The method register(Scheme) from the type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[211] 
	authpref.add(AuthPolicy.NTLM);
	             ^^^^^^^^^^
The type AuthPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[211] 
	authpref.add(AuthPolicy.NTLM);
	                        ^^^^
The field AuthPolicy.NTLM is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[212] 
	authpref.add(AuthPolicy.DIGEST);
	             ^^^^^^^^^^
The type AuthPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[212] 
	authpref.add(AuthPolicy.DIGEST);
	                        ^^^^^^
The field AuthPolicy.DIGEST is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[213] 
	authpref.add(AuthPolicy.BASIC);
	             ^^^^^^^^^^
The type AuthPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[213] 
	authpref.add(AuthPolicy.BASIC);
	                        ^^^^^
The field AuthPolicy.BASIC is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[215] 
	httpClient.getParams().setParameter(AuthPNames.PROXY_AUTH_PREF, authpref);
	           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[215] 
	httpClient.getParams().setParameter(AuthPNames.PROXY_AUTH_PREF, authpref);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setParameter(String, Object) from the type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[215] 
	httpClient.getParams().setParameter(AuthPNames.PROXY_AUTH_PREF, authpref);
	                                    ^^^^^^^^^^
The type AuthPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[215] 
	httpClient.getParams().setParameter(AuthPNames.PROXY_AUTH_PREF, authpref);
	                                               ^^^^^^^^^^^^^^^
The field AuthPNames.PROXY_AUTH_PREF is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[216] 
	httpClient.getParams().setParameter(AuthPNames.TARGET_AUTH_PREF, authpref);
	           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[216] 
	httpClient.getParams().setParameter(AuthPNames.TARGET_AUTH_PREF, authpref);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setParameter(String, Object) from the type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[216] 
	httpClient.getParams().setParameter(AuthPNames.TARGET_AUTH_PREF, authpref);
	                                    ^^^^^^^^^^
The type AuthPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[216] 
	httpClient.getParams().setParameter(AuthPNames.TARGET_AUTH_PREF, authpref);
	                                               ^^^^^^^^^^^^^^^^
The field AuthPNames.TARGET_AUTH_PREF is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[354] 
	httpClient.getCredentialsProvider().setCredentials(authScope, credentials);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
The method getCredentialsProvider() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[438] 
	lastModified = DateUtils.parseDate(lastModifiedString).getTime();
	               ^^^^^^^^^
The type DateUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[438] 
	lastModified = DateUtils.parseDate(lastModifiedString).getTime();
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method parseDate(String) from the type DateUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[592] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, getSocketReadTimeout());
	           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[592] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, getSocketReadTimeout());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setIntParameter(String, int) from the type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[592] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, getSocketReadTimeout());
	                                       ^^^^^^^^^^^^^^^^^^^^
The type CoreConnectionPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[592] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, getSocketReadTimeout());
	                                                            ^^^^^^^^^^
The field CoreConnectionPNames.SO_TIMEOUT is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[594] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, connectTimeout);
	           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[594] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, connectTimeout);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setIntParameter(String, int) from the type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[594] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, connectTimeout);
	                                       ^^^^^^^^^^^^^^^^^^^^
The type CoreConnectionPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[594] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, connectTimeout);
	                                                            ^^^^^^^^^^^^^^^^^^
The field CoreConnectionPNames.CONNECTION_TIMEOUT is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[611] 
	httpClient.addRequestInterceptor(new RequestAcceptEncoding());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addRequestInterceptor(HttpRequestInterceptor) from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[612] 
	httpClient.addResponseInterceptor(new ResponseContentEncoding());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addResponseInterceptor(HttpResponseInterceptor) from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[852] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, getSocketReadTimeout());
	           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[852] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, getSocketReadTimeout());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setIntParameter(String, int) from the type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[852] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, getSocketReadTimeout());
	                                       ^^^^^^^^^^^^^^^^^^^^
The type CoreConnectionPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[852] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, getSocketReadTimeout());
	                                                            ^^^^^^^^^^
The field CoreConnectionPNames.SO_TIMEOUT is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[854] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, connectTimeout);
	           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[854] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, connectTimeout);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setIntParameter(String, int) from the type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[854] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, connectTimeout);
	                                       ^^^^^^^^^^^^^^^^^^^^
The type CoreConnectionPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[854] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, connectTimeout);
	                                                            ^^^^^^^^^^^^^^^^^^
The field CoreConnectionPNames.CONNECTION_TIMEOUT is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[958] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), new HttpHost(address.getHostName(), address.getPort()));
	^^^^^^^^^^^^^^^
The type ConnRouteParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[958] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), new HttpHost(address.getHostName(), address.getPort()));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setDefaultProxy(HttpParams, HttpHost) from the type ConnRouteParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[958] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), new HttpHost(address.getHostName(), address.getPort()));
	                                           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[973] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), null);
	^^^^^^^^^^^^^^^
The type ConnRouteParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[973] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), null);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setDefaultProxy(HttpParams, HttpHost) from the type ConnRouteParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[973] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), null);
	                                           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[1105] 
	this.httpClient.getConnectionManager().shutdown();
	                ^^^^^^^^^^^^^^^^^^^^^^
The method getConnectionManager() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.java:[1105] 
	this.httpClient.getConnectionManager().shutdown();
	                                       ^^^^^^^^^^
The method shutdown() from the type ClientConnectionManager is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[16] 
	import org.apache.http.conn.scheme.PlainSocketFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PlainSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[17] 
	import org.apache.http.conn.scheme.Scheme;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type Scheme is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[18] 
	import org.apache.http.conn.scheme.SchemeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[19] 
	import org.apache.http.conn.ssl.SSLContexts;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SSLContexts is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[20] 
	import org.apache.http.conn.ssl.SSLSocketFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SSLSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[21] 
	import org.apache.http.impl.conn.SingleClientConnManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SingleClientConnManager is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[29] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER);
	^^^^^^^^^^^^^^^^
The type SSLSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[29] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER);
	                               ^^^^^^^^^^^^^^^^
The type SSLSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[29] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SSLSocketFactory(SSLContext, X509HostnameVerifier) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[29] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER);
	                                                ^^^^^^^^^^^
The type SSLContexts is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[29] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER);
	                                                            ^^^^^^^^^^^^^^^^^^^^^
The method createSystemDefault() from the type SSLContexts is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[29] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER);
	                                                                                   ^^^^^^^^^^^^^^^^
The type SSLSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[29] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER);
	                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[31] 
	final SchemeRegistry registry = new SchemeRegistry();
	      ^^^^^^^^^^^^^^
The type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[31] 
	final SchemeRegistry registry = new SchemeRegistry();
	                                    ^^^^^^^^^^^^^^
The type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[31] 
	final SchemeRegistry registry = new SchemeRegistry();
	                                    ^^^^^^^^^^^^^^^^
The constructor SchemeRegistry() is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[32] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method register(Scheme) from the type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[32] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	                      ^^^^^^
The type Scheme is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[32] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Scheme(String, int, SchemeSocketFactory) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[32] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	                             ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[32] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	                                         ^^^^^^^^^^^^^^^^^^
The type PlainSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[32] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	                                                            ^^^^^^^^^^^^^^^^^^
The method getSocketFactory() from the type PlainSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[33] 
	registry.register(new Scheme("https", 443, factory));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method register(Scheme) from the type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[33] 
	registry.register(new Scheme("https", 443, factory));
	                      ^^^^^^
The type Scheme is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[33] 
	registry.register(new Scheme("https", 443, factory));
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Scheme(String, int, SchemeSocketFactory) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[33] 
	registry.register(new Scheme("https", 443, factory));
	                             ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[35] 
	return new HttpClientRetrieveFileTransfer(new SNIAwareHttpClient(new SingleClientConnManager(registry)));
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
The type SingleClientConnManager is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.java:[35] 
	return new HttpClientRetrieveFileTransfer(new SNIAwareHttpClient(new SingleClientConnManager(registry)));
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SingleClientConnManager(SchemeRegistry) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[22] 
	import org.apache.http.conn.ClientConnectionManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ClientConnectionManager is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[24] 
	import org.apache.http.conn.scheme.PlainSocketFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type PlainSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[25] 
	import org.apache.http.conn.scheme.Scheme;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type Scheme is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[26] 
	import org.apache.http.conn.scheme.SchemeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[27] 
	import org.apache.http.conn.ssl.SSLContexts;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SSLContexts is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[28] 
	import org.apache.http.conn.ssl.SSLSocketFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SSLSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[29] 
	import org.apache.http.impl.client.DefaultHttpClient;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[30] 
	import org.apache.http.impl.conn.BasicClientConnectionManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type BasicClientConnectionManager is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[31] 
	import org.apache.http.impl.conn.SingleClientConnManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SingleClientConnManager is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[37] 
	final class SNIAwareHttpClient extends DefaultHttpClient {
	                                       ^^^^^^^^^^^^^^^^^
The type DefaultHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[43] 
	public SNIAwareHttpClient(SingleClientConnManager singleClientConnManager) {
	                          ^^^^^^^^^^^^^^^^^^^^^^^
The type SingleClientConnManager is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[44] 
	super(singleClientConnManager);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor DefaultHttpClient(ClientConnectionManager) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[48] 
	protected ClientConnectionManager createClientConnectionManager() {
	          ^^^^^^^^^^^^^^^^^^^^^^^
The type ClientConnectionManager is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[48] 
	protected ClientConnectionManager createClientConnectionManager() {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method SNIAwareHttpClient.createClientConnectionManager() overrides a deprecated method from AbstractHttpClient
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[49] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER) {
	^^^^^^^^^^^^^^^^
The type SSLSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[49] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER) {
	                               ^^^^^^^^^^^^^^^^
The type SSLSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[49] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER) {
			@Override
			public Socket connectSocket(int connectTimeout, Socket socket, HttpHost host, InetSocketAddress remoteAddress, InetSocketAddress localAddress, HttpContext context) throws IOException, ConnectTimeoutException {
				// This is to work around HttpClient bug as described
				// in description and comments here:  
				// https://bugs.eclipse.org/bugs/show_bug.cgi?id=478655
				if (socket instanceof SSLSocket) {
					try {
						final Method mSetHost = socket.getClass().getMethod("setHost", String.class);
						mSetHost.setAccessible(true);
						mSetHost.invoke(socket, host.getHostName());
					} catch (NoSuchMethodException ex) {
					} catch (IllegalAccessException ex) {
					} catch (InvocationTargetException ex) {
					} catch (RuntimeException ex) {
					}
				}
				return super.connectSocket(connectTimeout, socket, host, remoteAddress, localAddress, context);
			}
		};
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SSLSocketFactory(SSLContext, X509HostnameVerifier) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[49] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER) {
	                                                ^^^^^^^^^^^
The type SSLContexts is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[49] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER) {
	                                                            ^^^^^^^^^^^^^^^^^^^^^
The method createSystemDefault() from the type SSLContexts is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[49] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER) {
	                                                                                   ^^^^^^^^^^^^^^^^
The type SSLSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[49] 
	SSLSocketFactory factory = new SSLSocketFactory(SSLContexts.createSystemDefault(), SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER) {
	                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field SSLSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[51] 
	public Socket connectSocket(int connectTimeout, Socket socket, HttpHost host, InetSocketAddress remoteAddress, InetSocketAddress localAddress, HttpContext context) throws IOException, ConnectTimeoutException {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method new SSLSocketFactory(){}.connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) overrides a deprecated method from SSLSocketFactory
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[58] 
	final Method mSetHost = socket.getClass().getMethod("setHost", String.class);
	                                                    ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[61] 
	} catch (NoSuchMethodException ex) {
					} catch (IllegalAccessException ex) {
	                                   ^^^^^^^^
Empty block should be documented
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[62] 
	} catch (IllegalAccessException ex) {
					} catch (InvocationTargetException ex) {
	                                    ^^^^^^^^
Empty block should be documented
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[63] 
	} catch (InvocationTargetException ex) {
					} catch (RuntimeException ex) {
	                                       ^^^^^^^^
Empty block should be documented
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[64] 
	} catch (RuntimeException ex) {
					}
	                              ^^^^^^^^
Empty block should be documented
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[67] 
	return super.connectSocket(connectTimeout, socket, host, remoteAddress, localAddress, context);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) from the type SSLSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[71] 
	final SchemeRegistry registry = new SchemeRegistry();
	      ^^^^^^^^^^^^^^
The type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[71] 
	final SchemeRegistry registry = new SchemeRegistry();
	                                    ^^^^^^^^^^^^^^
The type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[71] 
	final SchemeRegistry registry = new SchemeRegistry();
	                                    ^^^^^^^^^^^^^^^^
The constructor SchemeRegistry() is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[72] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method register(Scheme) from the type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[72] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	                      ^^^^^^
The type Scheme is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[72] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Scheme(String, int, SchemeSocketFactory) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[72] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	                             ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[72] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	                                         ^^^^^^^^^^^^^^^^^^
The type PlainSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[72] 
	registry.register(new Scheme("http", 80, PlainSocketFactory.getSocketFactory()));
	                                                            ^^^^^^^^^^^^^^^^^^
The method getSocketFactory() from the type PlainSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[73] 
	registry.register(new Scheme("https", 443, factory));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method register(Scheme) from the type SchemeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[73] 
	registry.register(new Scheme("https", 443, factory));
	                      ^^^^^^
The type Scheme is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[73] 
	registry.register(new Scheme("https", 443, factory));
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor Scheme(String, int, SchemeSocketFactory) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[73] 
	registry.register(new Scheme("https", 443, factory));
	                             ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[75] 
	return new BasicClientConnectionManager(registry);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type BasicClientConnectionManager is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/SNIAwareHttpClient.java:[75] 
	return new BasicClientConnectionManager(registry);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor BasicClientConnectionManager(SchemeRegistry) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[29] 
	import org.apache.http.auth.params.AuthPNames;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AuthPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[32] 
	import org.apache.http.client.params.AuthPolicy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type AuthPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[33] 
	import org.apache.http.conn.params.ConnRouteParams;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ConnRouteParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[34] 
	import org.apache.http.impl.client.DefaultHttpClient;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DefaultHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[35] 
	import org.apache.http.impl.cookie.DateUtils;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type DateUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[36] 
	import org.apache.http.params.CoreConnectionPNames;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CoreConnectionPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[88] 
	protected DefaultHttpClient httpClient = null;
	          ^^^^^^^^^^^^^^^^^
The type DefaultHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[115] 
	public HttpClientFileSystemBrowser(DefaultHttpClient httpClient, IFileID directoryOrFileID, IRemoteFileSystemListener listener, URL directoryOrFileURL, IConnectContext connectContext, Proxy proxy) {
	                                   ^^^^^^^^^^^^^^^^^
The type DefaultHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[119] 
	this.httpClient.setCredentialsProvider(new HttpClientProxyCredentialProvider() {
			protected Proxy getECFProxy() {
				return getProxy();
			}
			protected Credentials getNTLMCredentials(Proxy lp) {
				if (hasForceNTLMProxyOption())
					return HttpClientRetrieveFileTransfer.createNTLMCredentials(lp);
				return null;
			}
		});
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setCredentialsProvider(CredentialsProvider) from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[141] 
	authpref.add(AuthPolicy.NTLM);
	             ^^^^^^^^^^
The type AuthPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[141] 
	authpref.add(AuthPolicy.NTLM);
	                        ^^^^
The field AuthPolicy.NTLM is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[142] 
	authpref.add(AuthPolicy.DIGEST);
	             ^^^^^^^^^^
The type AuthPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[142] 
	authpref.add(AuthPolicy.DIGEST);
	                        ^^^^^^
The field AuthPolicy.DIGEST is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[143] 
	authpref.add(AuthPolicy.BASIC);
	             ^^^^^^^^^^
The type AuthPolicy is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[143] 
	authpref.add(AuthPolicy.BASIC);
	                        ^^^^^
The field AuthPolicy.BASIC is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[145] 
	httpClient.getParams().setParameter(AuthPNames.PROXY_AUTH_PREF, authpref);
	           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[145] 
	httpClient.getParams().setParameter(AuthPNames.PROXY_AUTH_PREF, authpref);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setParameter(String, Object) from the type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[145] 
	httpClient.getParams().setParameter(AuthPNames.PROXY_AUTH_PREF, authpref);
	                                    ^^^^^^^^^^
The type AuthPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[145] 
	httpClient.getParams().setParameter(AuthPNames.PROXY_AUTH_PREF, authpref);
	                                               ^^^^^^^^^^^^^^^
The field AuthPNames.PROXY_AUTH_PREF is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[146] 
	httpClient.getParams().setParameter(AuthPNames.TARGET_AUTH_PREF, authpref);
	           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[146] 
	httpClient.getParams().setParameter(AuthPNames.TARGET_AUTH_PREF, authpref);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setParameter(String, Object) from the type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[146] 
	httpClient.getParams().setParameter(AuthPNames.TARGET_AUTH_PREF, authpref);
	                                    ^^^^^^^^^^
The type AuthPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[146] 
	httpClient.getParams().setParameter(AuthPNames.TARGET_AUTH_PREF, authpref);
	                                               ^^^^^^^^^^^^^^^^
The field AuthPNames.TARGET_AUTH_PREF is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[240] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, DEFAULT_CONNECTION_TIMEOUT);
	           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[240] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, DEFAULT_CONNECTION_TIMEOUT);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setIntParameter(String, int) from the type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[240] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, DEFAULT_CONNECTION_TIMEOUT);
	                                       ^^^^^^^^^^^^^^^^^^^^
The type CoreConnectionPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[240] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.SO_TIMEOUT, DEFAULT_CONNECTION_TIMEOUT);
	                                                            ^^^^^^^^^^
The field CoreConnectionPNames.SO_TIMEOUT is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[241] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, DEFAULT_CONNECTION_TIMEOUT);
	           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[241] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, DEFAULT_CONNECTION_TIMEOUT);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setIntParameter(String, int) from the type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[241] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, DEFAULT_CONNECTION_TIMEOUT);
	                                       ^^^^^^^^^^^^^^^^^^^^
The type CoreConnectionPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[241] 
	httpClient.getParams().setIntParameter(CoreConnectionPNames.CONNECTION_TIMEOUT, DEFAULT_CONNECTION_TIMEOUT);
	                                                            ^^^^^^^^^^^^^^^^^^
The field CoreConnectionPNames.CONNECTION_TIMEOUT is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[314] 
	lastModified = DateUtils.parseDate(lastModifiedString).getTime();
	               ^^^^^^^^^
The type DateUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[314] 
	lastModified = DateUtils.parseDate(lastModifiedString).getTime();
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method parseDate(String) from the type DateUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[356] 
	httpClient.getCredentialsProvider().setCredentials(authScope, credentials);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
The method getCredentialsProvider() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[363] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), new HttpHost(address.getHostName(), address.getPort()));
	^^^^^^^^^^^^^^^
The type ConnRouteParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[363] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), new HttpHost(address.getHostName(), address.getPort()));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setDefaultProxy(HttpParams, HttpHost) from the type ConnRouteParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[363] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), new HttpHost(address.getHostName(), address.getPort()));
	                                           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[376] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), null);
	^^^^^^^^^^^^^^^
The type ConnRouteParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[376] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), null);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setDefaultProxy(HttpParams, HttpHost) from the type ConnRouteParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.java:[376] 
	ConnRouteParams.setDefaultProxy(httpClient.getParams(), null);
	                                           ^^^^^^^^^^^
The method getParams() from the type AbstractHttpClient is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[23] 
	import org.apache.http.conn.scheme.SchemeSocketFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SchemeSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[24] 
	import org.apache.http.params.CoreConnectionPNames;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type CoreConnectionPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[25] 
	import org.apache.http.params.HttpParams;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[36] 
	public class ECFHttpClientProtocolSocketFactory implements SchemeSocketFactory {
	                                                           ^^^^^^^^^^^^^^^^^^^
The type SchemeSocketFactory is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[65] 
	public Socket createSocket(HttpParams params) throws IOException {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method ECFHttpClientProtocolSocketFactory.createSocket(HttpParams) overrides a deprecated method from SchemeSocketFactory
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[65] 
	public Socket createSocket(HttpParams params) throws IOException {
	                           ^^^^^^^^^^
The type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[76] 
	public Socket connectSocket(final Socket sock, InetSocketAddress remoteAddress, InetSocketAddress localAddress, HttpParams params) throws IOException, UnknownHostException, ConnectTimeoutException {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method ECFHttpClientProtocolSocketFactory.connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) overrides a deprecated method from SchemeSocketFactory
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[76] 
	public Socket connectSocket(final Socket sock, InetSocketAddress remoteAddress, InetSocketAddress localAddress, HttpParams params) throws IOException, UnknownHostException, ConnectTimeoutException {
	                                                                                                                ^^^^^^^^^^
The type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[77] 
	int timeout = params.getIntParameter(CoreConnectionPNames.SO_TIMEOUT, 0);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getIntParameter(String, int) from the type HttpParams is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[77] 
	int timeout = params.getIntParameter(CoreConnectionPNames.SO_TIMEOUT, 0);
	                                     ^^^^^^^^^^^^^^^^^^^^
The type CoreConnectionPNames is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[77] 
	int timeout = params.getIntParameter(CoreConnectionPNames.SO_TIMEOUT, 0);
	                                                          ^^^^^^^^^^
The field CoreConnectionPNames.SO_TIMEOUT is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/internal/provider/filetransfer/httpclient4/ECFHttpClientProtocolSocketFactory.java:[121] 
	public boolean isSecure(Socket sock) throws IllegalArgumentException {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method ECFHttpClientProtocolSocketFactory.isSecure(Socket) overrides a deprecated method from SchemeSocketFactory
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/NTLMProxyDetector.java:[18] 
	import org.apache.http.client.protocol.ClientContext;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ClientContext is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/NTLMProxyDetector.java:[42] 
	AuthState authState = (AuthState) context.getAttribute(ClientContext.PROXY_AUTH_STATE);
	                                                       ^^^^^^^^^^^^^
The type ClientContext is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/NTLMProxyDetector.java:[42] 
	AuthState authState = (AuthState) context.getAttribute(ClientContext.PROXY_AUTH_STATE);
	                                                                     ^^^^^^^^^^^^^^^^
The field ClientContext.PROXY_AUTH_STATE is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientDefaultSSLSocketFactoryModifier.java:[56] 
	String[] httpsProtocols = protocols.split(",");
	                                          ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientDefaultSSLSocketFactoryModifier.java:[93] 
	private static final String[] jreProtocols = new String[] {"TLSv1.2", "TLSv1.1", "TLSv1", "SSLv3"};
	                                                           ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientDefaultSSLSocketFactoryModifier.java:[93] 
	private static final String[] jreProtocols = new String[] {"TLSv1.2", "TLSv1.1", "TLSv1", "SSLv3"};
	                                                                      ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientDefaultSSLSocketFactoryModifier.java:[93] 
	private static final String[] jreProtocols = new String[] {"TLSv1.2", "TLSv1.1", "TLSv1", "SSLv3"};
	                                                                                 ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientDefaultSSLSocketFactoryModifier.java:[93] 
	private static final String[] jreProtocols = new String[] {"TLSv1.2", "TLSv1.1", "TLSv1", "SSLv3"};
	                                                                                          ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
214 problems (214 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/target/org.eclipse.ecf.provider.filetransfer.httpclient4-1.1.500-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/target/org.eclipse.ecf.provider.filetransfer.httpclient4-1.1.500-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/target/org.eclipse.ecf.provider.filetransfer.httpclient4-1.1.500-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/target/org.eclipse.ecf.provider.filetransfer.httpclient4-1.1.500-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/target/org.eclipse.ecf.provider.filetransfer.httpclient4-1.1.500-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/target/org.eclipse.ecf.provider.filetransfer.httpclient4-1.1.500-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient4:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.httpclient4 ---
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.500.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (32.5kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.500.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (54.06kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.provider.dnssd >-----------
[INFO] Building org.eclipse.ecf.provider.dnssd 1.2.300-SNAPSHOT        [28/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.dnssd ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.dnssd ---
[INFO] The project's OSGi version is 1.2.300.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.dnssd ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.dnssd ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.dnssd ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.dnssd ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.dnssd ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.dnssd ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.2.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.dnssd ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.dnssd ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.dnssd ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.dnssd ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.dnssd ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.2.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.2.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.dnssd ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/target/org.eclipse.ecf.provider.dnssd-1.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.dnssd ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.dnssd:1.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.dnssd ---
[INFO] Fetching org.eclipse.ecf.provider.dnssd_1.2.300.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (19.34kB)
[INFO] Fetching org.eclipse.ecf.provider.dnssd.source_1.2.300.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (30.05kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest >---------
[INFO] Building org.eclipse.ecf.remoteservice.rest 2.7.300-SNAPSHOT    [29/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] The project's OSGi version is 2.7.300.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/org/eclipse/ecf/internal/remoteservice/rest/Activator.java:[107] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.7.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.7.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.7.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.7.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.7.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/org.eclipse.ecf.remoteservice.rest-2.7.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest:2.7.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.rest ---
[INFO] Fetching org.eclipse.ecf.remoteservice.rest_2.7.300.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (21.86kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.rest.source_2.7.300.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (36.87kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------------< org.eclipse.ecf:org.eclipse.ecf.doc >-----------------
[INFO] Building org.eclipse.ecf.doc 1.3.300-SNAPSHOT                   [30/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.doc ---
[INFO] The project's OSGi version is 1.3.300.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.doc ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.doc ---
[INFO] 
[INFO] --- tycho-document-bundle-plugin:1.6.0:javadoc (default) @ org.eclipse.ecf.doc ---
[INFO] Scopes: [compile, provided]
[INFO] Output directory: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api
[INFO] BaseDir: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc
[INFO] Cleaning up first
[INFO] 30 source folders
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/src/main/java
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src_r7stubs
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src/main/java
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/src_r7stubs
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/src_r7stubs
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/src
[INFO] Source folder: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src
[INFO] 51 classpath deps
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.11.0.v20200206-0817/org.eclipse.equinox.common-3.11.0.v20200206-0817.jar
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.annotation/2.2.400.v20191120-1313/org.eclipse.jdt.annotation-2.2.400.v20191120-1313.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/target/r7stubs.jar-classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/r7stubs.jar-classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/classes
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.r_osgi.remote/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.dnssd/target/classes
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.hadoop.zookeeper/3.3.3.v201105210832/org.apache.hadoop.zookeeper-3.3.3.v201105210832.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/osgi/osgi.annotation.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest.synd/target/classes
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpclient/4.5.10.v20200114-1512/org.apache.httpcomponents.httpclient-4.5.10.v20200114-1512.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jslp/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/.
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery/target/classes
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.felix.gogo.runtime/1.1.0.v20180713-1646/org.apache.felix.gogo.runtime-1.1.0.v20180713-1646.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.rest/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.remoteservice/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/target/classes
[INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.ds1_2.lib-1.0.400.v20191119-0943.jar/annotations.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/target/classes
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.xbill.dns/2.0.8.v201112050911/org.xbill.dns-2.0.8.v201112050911.jar
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.util/3.5.300.v20190708-1141/org.eclipse.osgi.util-3.5.300.v20190708-1141.jar
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.15.200.v20200214-1600/org.eclipse.osgi-3.15.200.v20200214-1600.jar
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.jdom/1.1.1.v201101151400/org.jdom-1.1.1.v201101151400.jar
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.concurrent/1.1.500.v20200106-1437/org.eclipse.equinox.concurrent-1.1.500.v20200106-1437.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer/target/classes
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.8.0.v20190206-2147/org.eclipse.osgi.services-3.8.0.v20190206-2147.jar
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.10.700.v20200106-1020/org.eclipse.core.jobs-3.10.700.v20200106-1020.jar
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.syndication/0.9.0.v200803061811/com.sun.syndication-0.9.0.v200803061811.jar
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.net/1.3.800.v20200218-0937/org.eclipse.core.net-1.3.800.v20200218-0937.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/target/classes
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.8.700.v20200121-1457/org.eclipse.equinox.registry-3.8.700.v20200121-1457.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sharedobject/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/compendium/bundles/org.eclipse.ecf.osgi.services.distribution/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.r_osgi/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/target/classes
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/javax.servlet/3.1.0.v201410161800/javax.servlet-3.1.0.v201410161800.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/ch.ethz.iks.slp/target/r7stubs.jar-classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.identity/target/classes
[INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.httpcomponents.httpcore/4.4.12.v20200108-1212/org.apache.httpcomponents.httpcore-4.4.12.v20200108-1212.jar
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/target/classes
[INFO] CP: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.servlet/target/classes
[INFO] Excluding packages matching PackageNameMatcher["ch\..*", ".*\.internal\..*", ".*\.internal", "org\.eclipse\.ecf\.core\.start", "org\.eclipse\.ecf\.core\.user", "org\.eclipse\.ecf\.docshare.*", "org\.eclipse\.ecf\.datashare.*", "org\.eclipse\.ecf\.presence.*", "org\.eclipse\.ecf\.storage", "org\.eclipse\.ecf\.sync"]
[INFO] Calling: /bin/sh -c cd '/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api' && '/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc' '@/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/target/javadoc.options.txt'
Loading source files for package org.eclipse.ecf.provider.comm...
Loading source files for package org.eclipse.ecf.provider.comm.tcp...
Loading source files for package org.eclipse.ecf.provider.generic...
Loading source files for package org.eclipse.ecf.provider.generic.gmm...
Loading source files for package org.eclipse.ecf.provider.util...
Loading source files for package org.osgi.service.remoteserviceadmin...
Loading source files for package org.osgi.service.remoteserviceadmin.namespace...
Loading source files for package org.eclipse.ecf.remoteservice.eventadmin...
Loading source files for package org.eclipse.ecf.remoteservice.eventadmin.serialization...
Loading source files for package org.eclipse.ecf.provider.dnssd...
Loading source files for package org.eclipse.ecf.core.identity...
Loading source files for package org.eclipse.ecf.core.util...
Loading source files for package org.eclipse.ecf.discovery...
Loading source files for package org.eclipse.ecf.discovery.identity...
Loading source files for package org.eclipse.ecf.discovery.service...
Loading source files for package org.eclipse.ecf.console...
Loading source files for package org.eclipse.ecf.provider.filetransfer.httpclient45...
Loading source files for package org.eclipse.ecf.provider.zookeeper...
Loading source files for package org.eclipse.ecf.provider.zookeeper.core...
Loading source files for package org.eclipse.ecf.provider.zookeeper.util...
Loading source files for package org.eclipse.ecf.remoteservice.rest.synd...
Loading source files for package org.eclipse.ecf.remoteservice.servlet...
Loading source files for package org.eclipse.ecf.provider.remoteservice.generic...
Loading source files for package org.eclipse.ecf.core.sharedobject...
Loading source files for package org.eclipse.ecf.core.sharedobject.events...
Loading source files for package org.eclipse.ecf.core.sharedobject.model...
Loading source files for package org.eclipse.ecf.core.sharedobject.provider...
Loading source files for package org.eclipse.ecf.core.sharedobject.security...
Loading source files for package org.eclipse.ecf.core.sharedobject.util...
Loading source files for package org.eclipse.ecf.core.util.reflection...
Loading source files for package org.eclipse.ecf.remoteservice.rest...
Loading source files for package org.eclipse.ecf.remoteservice.rest.client...
Loading source files for package org.eclipse.ecf.remoteservice.rest.identity...
Loading source files for package org.eclipse.ecf.remoteservice.rest.util...
Loading source files for package org.eclipse.ecf.provider.filetransfer.httpclient4...
Loading source files for package org.eclipse.ecf.remoteservice...
Loading source files for package org.eclipse.ecf.remoteservice.client...
Loading source files for package org.eclipse.ecf.remoteservice.events...
Loading source files for package org.eclipse.ecf.remoteservice.provider...
Loading source files for package org.eclipse.ecf.remoteservice.util...
Loading source files for package org.eclipse.ecf.remoteservice.util.tracker...
Loading source files for package org.eclipse.ecf.osgi.services.distribution...
Loading source files for package org.eclipse.ecf.osgi.services.remoteserviceadmin...
Loading source files for package org.eclipse.ecf.provider.jslp.container...
Loading source files for package org.eclipse.ecf.provider.jslp.identity...
Loading source files for package org.eclipse.ecf.remoteservice.asyncproxy...
Loading source files for package org.eclipse.ecf.provider.r_osgi.identity...
Loading source files for package org.eclipse.ecf.provider.filetransfer...
Loading source files for package org.eclipse.ecf.provider.filetransfer.browse...
Loading source files for package org.eclipse.ecf.provider.filetransfer.events.socket...
Loading source files for package org.eclipse.ecf.provider.filetransfer.identity...
Loading source files for package org.eclipse.ecf.provider.filetransfer.outgoing...
Loading source files for package org.eclipse.ecf.provider.filetransfer.retrieve...
Loading source files for package org.eclipse.ecf.provider.filetransfer.util...
Loading source files for package org.eclipse.ecf.core...
Loading source files for package org.eclipse.ecf.core.events...
Loading source files for package org.eclipse.ecf.core.jobs...
Loading source files for package org.eclipse.ecf.core.provider...
Loading source files for package org.eclipse.ecf.core.security...
Loading source files for package org.eclipse.ecf.core.status...
Loading source files for package org.eclipse.ecf.core.util...
Loading source files for package org.eclipse.ecf.core.util.reflection...
Loading source files for package org.eclipse.ecf.filetransfer...
Loading source files for package org.eclipse.ecf.filetransfer.events...
Loading source files for package org.eclipse.ecf.filetransfer.events.socket...
Loading source files for package org.eclipse.ecf.filetransfer.events.socketfactory...
Loading source files for package org.eclipse.ecf.filetransfer.identity...
Loading source files for package org.eclipse.ecf.filetransfer.service...
Constructing Javadoc information...
javadoc: warning - Multiple sources of package comments found for package "ch.ethz.iks.slp"
javadoc: warning - Multiple sources of package comments found for package "ch.ethz.iks.slp.impl"
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating ./org/eclipse/ecf/provider/comm/AsynchEvent.html...
Generating ./org/eclipse/ecf/provider/comm/ConnectionCreateException.html...
Generating ./org/eclipse/ecf/provider/comm/ConnectionEvent.html...
Generating ./org/eclipse/ecf/provider/comm/DisconnectEvent.html...
Generating ./org/eclipse/ecf/provider/comm/IAsynchConnection.html...
Generating ./org/eclipse/ecf/provider/comm/IAsynchEventHandler.html...
Generating ./org/eclipse/ecf/provider/comm/IConnection.html...
Generating ./org/eclipse/ecf/provider/comm/IConnectionListener.html...
Generating ./org/eclipse/ecf/provider/comm/IConnectRequestHandler.html...
Generating ./org/eclipse/ecf/provider/comm/ISynchAsynchConnection.html...
Generating ./org/eclipse/ecf/provider/comm/ISynchAsynchEventHandler.html...
Generating ./org/eclipse/ecf/provider/comm/ISynchConnection.html...
Generating ./org/eclipse/ecf/provider/comm/ISynchEventHandler.html...
Generating ./org/eclipse/ecf/provider/comm/SynchEvent.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/AsynchMessage.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/Client.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/ConnectRequestMessage.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/ConnectResultMessage.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/IClientSocketFactory.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/IServerSocketFactory.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/ISocketAcceptHandler.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/PingMessage.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/PingResponseMessage.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/Server.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/SocketFactory.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/SSLClient.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/SynchMessage.html...
Generating ./org/eclipse/ecf/provider/generic/ClientSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.html...
Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.CreateMessage.html...
Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.CreateResponseMessage.html...
Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.JoinGroupMessage.html...
Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.LeaveGroupMessage.html...
Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.SharedObjectDisposeMessage.html...
Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.SharedObjectMessage.html...
Generating ./org/eclipse/ecf/provider/generic/ContainerMessage.ViewChangeMessage.html...
Generating ./org/eclipse/ecf/provider/generic/GenericContainerInstantiator.html...
Generating ./org/eclipse/ecf/provider/generic/GenericContainerInstantiator.GenericContainerArgs.html...
Generating ./org/eclipse/ecf/provider/generic/ServerSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/SOConfig.html...
Generating ./org/eclipse/ecf/provider/generic/SOConnector.html...
Generating ./org/eclipse/ecf/provider/generic/SOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/SOContainerConfig.html...
Generating ./org/eclipse/ecf/provider/generic/SOContainerGroup.html...
Generating ./org/eclipse/ecf/provider/generic/SOContext.html...
Generating ./org/eclipse/ecf/provider/generic/SOManager.html...
Generating ./org/eclipse/ecf/provider/generic/SOWrapper.html...
Generating ./org/eclipse/ecf/provider/generic/SOWrapper.DisposeEvent.html...
Generating ./org/eclipse/ecf/provider/generic/SOWrapper.ProcEvent.html...
Generating ./org/eclipse/ecf/provider/generic/SSLClientSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.html...
Generating ./org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.GenericContainerArgs.html...
Generating ./org/eclipse/ecf/provider/generic/SSLServerSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.html...
Generating ./org/eclipse/ecf/provider/generic/TCPClientSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/TCPServerSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.html...
Generating ./org/eclipse/ecf/provider/generic/gmm/GMMImpl.html...
Generating ./org/eclipse/ecf/provider/generic/gmm/Member.html...
Generating ./org/eclipse/ecf/provider/generic/gmm/MemberChanged.html...
Generating ./org/eclipse/ecf/provider/util/IClassLoaderMapper.html...
Generating ./org/eclipse/ecf/provider/util/IdentifiableObjectInputStream.html...
Generating ./org/eclipse/ecf/provider/util/IdentifiableObjectOutputStream.html...
Generating ./org/osgi/service/remoteserviceadmin/EndpointDescription.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/EndpointDescription.java:62: warning - @Immutable is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/EndpointEvent.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/EndpointEvent.java:45: warning - @Immutable is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/EndpointEventListener.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/EndpointEventListener.java:90: warning - @ThreadSafe is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/EndpointListener.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/EndpointListener.java:93: warning - @ThreadSafe is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/EndpointPermission.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/EndpointPermission.java:60: warning - @ThreadSafe is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/ExportReference.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/ExportReference.java:32: warning - @ThreadSafe is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/ExportRegistration.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/ExportRegistration.java:37: warning - @ThreadSafe is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/ImportReference.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/ImportReference.java:32: warning - @ThreadSafe is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/ImportRegistration.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/ImportRegistration.java:36: warning - @ThreadSafe is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/RemoteConstants.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/RemoteConstants.java:28: warning - @Immutable is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.java:37: warning - @ThreadSafe is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.java:27: warning - @Immutable is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.java:38: warning - @ThreadSafe is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.java:31: warning - @Immutable is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.java:31: warning - @Immutable is an unknown tag.
Generating ./org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/src/org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.java:31: warning - @Immutable is an unknown tag.
Generating ./org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/EventMessage.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/EventTopicFilter.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/serialization/SerializationHandler.html...
Generating ./org/eclipse/ecf/provider/dnssd/Activator.html...
Generating ./org/eclipse/ecf/provider/dnssd/Activator.DnsSdServiceFactory.html...
Generating ./org/eclipse/ecf/provider/dnssd/BnRDnsSdServiceTypeID.html...
Generating ./org/eclipse/ecf/provider/dnssd/ContainerInstantiator.html...
Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDebugOptions.html...
Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryAdvertiser.html...
Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.html...
Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.SRVRecordComparator.html...
Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryException.html...
Generating ./org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryLocator.html...
Generating ./org/eclipse/ecf/provider/dnssd/DnsSdNamespace.html...
Generating ./org/eclipse/ecf/provider/dnssd/DnsSdServiceID.html...
Generating ./org/eclipse/ecf/provider/dnssd/DnsSdServiceTypeID.html...
Generating ./org/eclipse/ecf/provider/dnssd/IDnsSdDiscoveryConstants.html...
Generating ./org/eclipse/ecf/provider/dnssd/Messages.html...
Generating ./org/eclipse/ecf/core/identity/BaseID.html...
Generating ./org/eclipse/ecf/core/identity/GUID.html...
Generating ./org/eclipse/ecf/core/identity/GUID.GUIDNamespace.html...
Generating ./org/eclipse/ecf/core/identity/ID.html...
Generating ./org/eclipse/ecf/core/identity/IDCreateException.html...
Generating ./org/eclipse/ecf/core/identity/IDFactory.html...
Generating ./org/eclipse/ecf/core/identity/IIdentifiable.html...
Generating ./org/eclipse/ecf/core/identity/IIDFactory.html...
Generating ./org/eclipse/ecf/core/identity/IResourceID.html...
Generating ./org/eclipse/ecf/core/identity/LongID.html...
Generating ./org/eclipse/ecf/core/identity/LongID.LongNamespace.html...
Generating ./org/eclipse/ecf/core/identity/Namespace.html...
Generating ./org/eclipse/ecf/core/identity/NamespacePermission.html...
Generating ./org/eclipse/ecf/core/identity/StringID.html...
Generating ./org/eclipse/ecf/core/identity/StringID.StringIDNamespace.html...
Generating ./org/eclipse/ecf/core/identity/URIID.html...
Generating ./org/eclipse/ecf/core/identity/URIID.URIIDNamespace.html...
Generating ./org/eclipse/ecf/core/identity/UuID.html...
Generating ./org/eclipse/ecf/core/identity/UuID.UuIDNamespace.html...
Generating ./org/eclipse/ecf/core/util/AbstractFactory.html...
Generating ./org/eclipse/ecf/core/util/AdapterContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/AdapterManagerTracker.html...
Generating ./org/eclipse/ecf/core/util/Base64.html...
Generating ./org/eclipse/ecf/core/util/BundleClassResolver.html...
Generating ./org/eclipse/ecf/core/util/BundleStarter.html...
Generating ./org/eclipse/ecf/core/util/ClassResolverObjectInputStream.html...
Generating ./org/eclipse/ecf/core/util/ConnectedContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/ContainerFactoryTracker.html...
Generating ./org/eclipse/ecf/core/util/ContainerManagerTracker.html...
Generating ./org/eclipse/ecf/core/util/ECFException.html...
Generating ./org/eclipse/ecf/core/util/ECFRuntimeException.html...
Generating ./org/eclipse/ecf/core/util/Event.html...
Generating ./org/eclipse/ecf/core/util/ExtensionRegistryRunnable.html...
Generating ./org/eclipse/ecf/core/util/IClassResolver.html...
Generating ./org/eclipse/ecf/core/util/IContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/IDFactoryTracker.html...
Generating ./org/eclipse/ecf/core/util/IEventProcessor.html...
Generating ./org/eclipse/ecf/core/util/IExceptionHandler.html...
Generating ./org/eclipse/ecf/core/util/LogHelper.html...
Generating ./org/eclipse/ecf/core/util/OSGIObjectInputStream.html...
Generating ./org/eclipse/ecf/core/util/OSGIObjectOutputStream.html...
Generating ./org/eclipse/ecf/core/util/OSGIObjectStreamConstants.html...
Generating ./org/eclipse/ecf/core/util/PlatformHelper.html...
Generating ./org/eclipse/ecf/core/util/Proxy.html...
Generating ./org/eclipse/ecf/core/util/Proxy.Type.html...
Generating ./org/eclipse/ecf/core/util/ProxyAddress.html...
Generating ./org/eclipse/ecf/core/util/StringUtils.html...
Generating ./org/eclipse/ecf/core/util/SystemLogService.html...
Generating ./org/eclipse/ecf/core/util/Trace.html...
Generating ./org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter.html...
Generating ./org/eclipse/ecf/discovery/DiscoveryContainerConfig.html...
Generating ./org/eclipse/ecf/discovery/IContainerServiceInfoAdapter.html...
Generating ./org/eclipse/ecf/discovery/IDiscoveryAdvertiser.html...
Generating ./org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.html...
Generating ./org/eclipse/ecf/discovery/IDiscoveryLocator.html...
Generating ./org/eclipse/ecf/discovery/IServiceEvent.html...
Generating ./org/eclipse/ecf/discovery/IServiceInfo.html...
Generating ./org/eclipse/ecf/discovery/IServiceListener.html...
Generating ./org/eclipse/ecf/discovery/IServiceProperties.html...
Generating ./org/eclipse/ecf/discovery/IServiceTypeEvent.html...
Generating ./org/eclipse/ecf/discovery/IServiceTypeListener.html...
Generating ./org/eclipse/ecf/discovery/ServiceContainerEvent.html...
Generating ./org/eclipse/ecf/discovery/ServiceInfo.html...
Generating ./org/eclipse/ecf/discovery/ServiceProperties.html...
Generating ./org/eclipse/ecf/discovery/ServiceTypeContainerEvent.html...
Generating ./org/eclipse/ecf/discovery/identity/IServiceID.html...
Generating ./org/eclipse/ecf/discovery/identity/IServiceIDFactory.html...
Generating ./org/eclipse/ecf/discovery/identity/IServiceTypeID.html...
Generating ./org/eclipse/ecf/discovery/identity/ServiceID.html...
Generating ./org/eclipse/ecf/discovery/identity/ServiceIDFactory.html...
Generating ./org/eclipse/ecf/discovery/identity/ServiceTypeID.html...
Generating ./org/eclipse/ecf/discovery/service/IDiscoveryService.html...
Generating ./org/eclipse/ecf/console/AbstractCommand.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.html...
Generating ./org/eclipse/ecf/provider/zookeeper/DiscoveryActivator.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/AdvertisedService.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/DefaultDiscoveryConfig.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/DiscoverdService.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/IDiscoveryConfig.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.FLAVOR.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainerInstantiator.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryNamespace.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryServiceID.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryServiceTypeID.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryTargetID.html...
Generating ./org/eclipse/ecf/provider/zookeeper/util/Geo.html...
Generating ./org/eclipse/ecf/provider/zookeeper/util/Logger.html...
Generating ./org/eclipse/ecf/provider/zookeeper/util/PrettyPrinter.html...
Generating ./org/eclipse/ecf/remoteservice/rest/synd/SyndFeedResponseDeserializer.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/HttpServiceComponent.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/IRemoteCallParameterDeserializer.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/IRemoteCallResponseSerializer.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/ObjectSerializationParameterDeserializer.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/ObjectSerializationResponseSerializer.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/RemoteServiceHttpServlet.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/ServletServerContainer.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/ServletServerContainerInstantiator.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/AddRegistrationRequest.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteCallImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteFilterImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainer.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainerAdapterFactory.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceNamespace.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceReferenceImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistryImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/Request.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/Response.html...
Generating ./org/eclipse/ecf/core/sharedobject/AbstractSharedObjectContainerAdapterFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/BaseSharedObject.html...
Generating ./org/eclipse/ecf/core/sharedobject/IReplicaSharedObjectDescriptionFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObject.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectConfig.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectConnector.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainer.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainerClient.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainerConfig.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainerFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainerGroupManager.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContainerTransaction.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectContext.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectManager.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionConfig.html...
Generating ./org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionParticipantsFilter.html...
Generating ./org/eclipse/ecf/core/sharedobject/OptimisticSharedObject.html...
Generating ./org/eclipse/ecf/core/sharedobject/ReplicaSharedObjectDescription.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectAddAbortException.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectAddException.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectConnectException.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectCreateException.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectDescription.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectDisconnectException.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectInitException.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectMsg.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectMsgEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectMsgEventProcessor.html...
Generating ./org/eclipse/ecf/core/sharedobject/SharedObjectTypeDescription.html...
Generating ./org/eclipse/ecf/core/sharedobject/TransactionSharedObject.html...
Generating ./org/eclipse/ecf/core/sharedobject/TransactionSharedObjectConfiguration.html...
Generating ./org/eclipse/ecf/core/sharedobject/TwoPhaseCommitEventProcessor.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageReceivingEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageSendingEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageReceivingEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageSendingEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectActivatedEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectCallEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectCommitEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectCreateResponseEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectDeactivatedEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerConnectionEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageListener.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectCreateResponseEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectActivatedEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectCallEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectCommitEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectDeactivatedEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerAddEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerConnectEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerCreateEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerDisconnectEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerRemoveEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/ISharedModelEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/ISharedModelListener.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyAddEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyRemoveEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyValueChangeEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/SharedModel.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/SharedModel.Property.html...
Generating ./org/eclipse/ecf/core/sharedobject/provider/ISharedObjectInstantiator.html...
Generating ./org/eclipse/ecf/core/sharedobject/security/ISharedObjectPolicy.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/IEnqueueProcessor.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/IQueue.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/IQueueDequeue.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/IQueueEnqueue.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/ISharedObjectMessageSerializer.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/ISimpleFIFOQueue.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/PropertiesUtil.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/QueueException.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/SimpleFIFOQueue.html...
Generating ./org/eclipse/ecf/core/util/reflection/ClassUtil.html...
Generating ./org/eclipse/ecf/remoteservice/rest/IRestCall.html...
Generating ./org/eclipse/ecf/remoteservice/rest/RestCall.html...
Generating ./org/eclipse/ecf/remoteservice/rest/RestCallableFactory.html...
Generating ./org/eclipse/ecf/remoteservice/rest/RestCallFactory.html...
Generating ./org/eclipse/ecf/remoteservice/rest/RestException.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/AbstractEntityRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/AbstractRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.RestRemoteServiceClientRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientService.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/HttpDeleteRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/HttpGetRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/HttpPatchRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/HttpPostRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/HttpPutRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/RestClientContainer.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/RestClientContainerInstantiator.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/RestClientService.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/XMLRemoteResponseDeserializer.html...
Generating ./org/eclipse/ecf/remoteservice/rest/identity/RestID.html...
Generating ./org/eclipse/ecf/remoteservice/rest/identity/RestNamespace.html...
Generating ./org/eclipse/ecf/remoteservice/rest/util/DSPresent.html...
Generating ./org/eclipse/ecf/remoteservice/rest/util/DSUtil.html...
Generating ./org/eclipse/ecf/remoteservice/rest/util/IDSPresent.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientBrowseFileTransferFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientDefaultSSLSocketFactoryModifier.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientOptions.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientSslTrustManager.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/NTLMProxyDetector.html...
Generating ./org/eclipse/ecf/remoteservice/AbstractRemoteCallListener.html...
Generating ./org/eclipse/ecf/remoteservice/AbstractRemoteService.html...
Generating ./org/eclipse/ecf/remoteservice/AbstractRemoteService.AsyncArgs.html...
Generating ./org/eclipse/ecf/remoteservice/AbstractRemoteService.ProxyClassLoader.html...
Generating ./org/eclipse/ecf/remoteservice/AbstractRSAContainer.html...
Generating ./org/eclipse/ecf/remoteservice/AsyncMethod.html...
Generating ./org/eclipse/ecf/remoteservice/AsyncService.html...
Generating ./org/eclipse/ecf/remoteservice/CallbackRemoteCallListener.html...
Generating ./org/eclipse/ecf/remoteservice/Constants.html...
Generating ./org/eclipse/ecf/remoteservice/IAsyncCallback.html...
Generating ./org/eclipse/ecf/remoteservice/IAsyncRemoteServiceProxy.html...
Generating ./org/eclipse/ecf/remoteservice/IExtendedRemoteServiceRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/IOSGiRemoteServiceContainerAdapter.html...
Generating ./org/eclipse/ecf/remoteservice/IRegistrationListener.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteCall.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteCallListener.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteFilter.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteService.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceCallPolicy.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceConsumer.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceContainer.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceContainerAdapter.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceHost.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceID.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceImplDebugOptions.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceListener.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceProxy.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceProxyCreator.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceReference.html...
Generating ./org/eclipse/ecf/remoteservice/IRemoteServiceRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/IRSAConsumerContainerAdapter.html...
Generating ./org/eclipse/ecf/remoteservice/RemoteCall.html...
Generating ./org/eclipse/ecf/remoteservice/RemoteCallFactory.html...
Generating ./org/eclipse/ecf/remoteservice/RemoteServiceContainer.html...
Generating ./org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl.html...
Generating ./org/eclipse/ecf/remoteservice/RemoteServiceFilterImpl.html...
Generating ./org/eclipse/ecf/remoteservice/RemoteServiceHelper.html...
Generating ./org/eclipse/ecf/remoteservice/RemoteServiceID.html...
Generating ./org/eclipse/ecf/remoteservice/RemoteServiceNamespace.html...
Generating ./org/eclipse/ecf/remoteservice/RemoteServiceReferenceImpl.html...
Generating ./org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl.html...
Generating ./org/eclipse/ecf/remoteservice/RemoteServiceRegistryImpl.html...
Generating ./org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.html...
Generating ./org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.RSARemoteServiceRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/client/AbstractClientContainer.html...
Generating ./org/eclipse/ecf/remoteservice/client/AbstractClientService.html...
Generating ./org/eclipse/ecf/remoteservice/client/AbstractClientService.AsyncResult.html...
Generating ./org/eclipse/ecf/remoteservice/client/AbstractClientService.UriRequest.html...
Generating ./org/eclipse/ecf/remoteservice/client/AbstractParameterSerializer.html...
Generating ./org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.html...
Generating ./org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.RSAClientRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.html...
Generating ./org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.RSARemoteCall.html...
Generating ./org/eclipse/ecf/remoteservice/client/IRemoteCallable.html...
Generating ./org/eclipse/ecf/remoteservice/client/IRemoteCallableRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/client/IRemoteCallParameter.html...
Generating ./org/eclipse/ecf/remoteservice/client/IRemoteCallParameterSerializer.html...
Generating ./org/eclipse/ecf/remoteservice/client/IRemoteResponseDeserializer.html...
Generating ./org/eclipse/ecf/remoteservice/client/IRemoteServiceClientContainerAdapter.html...
Generating ./org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.html...
Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallable.html...
Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallable.Builder.html...
Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallableFactory.html...
Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallParameter.html...
Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallParameter.Builder.html...
Generating ./org/eclipse/ecf/remoteservice/client/RemoteCallParameterFactory.html...
Generating ./org/eclipse/ecf/remoteservice/client/RemoteServiceClientReference.html...
Generating ./org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistry.html...
Generating ./org/eclipse/ecf/remoteservice/client/StringParameterSerializer.html...
Generating ./org/eclipse/ecf/remoteservice/events/IRemoteCallCompleteEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/IRemoteCallEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/IRemoteCallStartEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/IRemoteServiceChangedEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/IRemoteServiceEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/IRemoteServiceReferenceRetrievedEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/IRemoteServiceRegisteredEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/IRemoteServiceUnregisteredEvent.html...
Generating ./org/eclipse/ecf/remoteservice/provider/AdapterConfig.html...
Generating ./org/eclipse/ecf/remoteservice/provider/IRemoteServiceDistributionProvider.html...
Generating ./org/eclipse/ecf/remoteservice/provider/PeerRemoteServiceContainerInstantiator.html...
Generating ./org/eclipse/ecf/remoteservice/provider/RemoteServiceContainerInstantiator.html...
Generating ./org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.html...
Generating ./org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.Builder.html...
Generating ./org/eclipse/ecf/remoteservice/util/AsyncUtil.html...
Generating ./org/eclipse/ecf/remoteservice/util/EndpointDescriptionPropertiesUtil.html...
Generating ./org/eclipse/ecf/remoteservice/util/IDUtil.html...
Generating ./org/eclipse/ecf/remoteservice/util/ObjectSerializationUtil.html...
Generating ./org/eclipse/ecf/remoteservice/util/RemoteCallMethod.html...
Generating ./org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.html...
Generating ./org/eclipse/ecf/remoteservice/util/StreamUtil.html...
Generating ./org/eclipse/ecf/remoteservice/util/tracker/IRemoteServiceTrackerCustomizer.html...
Generating ./org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.html...
Generating ./org/eclipse/ecf/osgi/services/distribution/IDistributionConstants.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.html...
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.java:321: warning - @param argument "requiredIntents" is not a parameter name.
/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.java:416: warning - @param argument "requiredIntents" is not a parameter name.
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/DebugRemoteServiceAdminListener.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescription.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescriptionFactory.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.EndpointEventListenerHolder.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.EndpointListenerHolder.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionParseException.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ArrayProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ComplexProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ListProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.MultiValueProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.SetProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.XmlProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IConsumerContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IDiscoveredEndpointDescriptionFactory.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionLocator.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionReader.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IHostContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/IServiceInfoFactory.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteConstants.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ExportReference.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ExportRegistration.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ImportReference.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ImportRegistration.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ProxyClassLoader.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.RemoteServiceAdminEvent.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/SelectContainerException.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.html...
Generating ./org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.html...
Generating ./org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.html...
Generating ./org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.html...
Generating ./org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.html...
Generating ./org/eclipse/ecf/provider/jslp/identity/JSLPServiceID.html...
Generating ./org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteCall.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteService.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/IAsyncProxyCompletable.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiID.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiRemoteServiceNamespace.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.html...
Generating ./org/eclipse/ecf/provider/filetransfer/IFileTransferProtocolToFactoryMapper.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.DirectoryJob.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.RemoteFileSystemRequest.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/LocalFileSystemBrowser.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFileAttributes.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapter.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapterFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFileAttributes.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketEvent.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketWrapper.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/SocketClosedEvent.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/SocketConnectedEvent.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/SocketCreatedEvent.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventSource.html...
Generating ./org/eclipse/ecf/provider/filetransfer/identity/FileTransferID.html...
Generating ./org/eclipse/ecf/provider/filetransfer/identity/FileTransferNamespace.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/AbstractUrlConnectionOutgoingFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/LocalFileOutgoingFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapter.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapterFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/HttpHelper.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapter.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapterFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/PollingInputStream.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/ProxySetupHelper.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream.html...
Generating ./org/eclipse/ecf/core/AbstractContainer.html...
Generating ./org/eclipse/ecf/core/AbstractContainerAdapterFactory.html...
Generating ./org/eclipse/ecf/core/BaseContainer.html...
Generating ./org/eclipse/ecf/core/BaseContainer.Instantiator.html...
Generating ./org/eclipse/ecf/core/ContainerAuthenticationException.html...
Generating ./org/eclipse/ecf/core/ContainerConnectException.html...
Generating ./org/eclipse/ecf/core/ContainerCreateException.html...
Generating ./org/eclipse/ecf/core/ContainerFactory.html...
Generating ./org/eclipse/ecf/core/ContainerTypeDescription.html...
Generating ./org/eclipse/ecf/core/IContainer.html...
Generating ./org/eclipse/ecf/core/IContainerFactory.html...
Generating ./org/eclipse/ecf/core/IContainerListener.html...
Generating ./org/eclipse/ecf/core/IContainerManager.html...
Generating ./org/eclipse/ecf/core/IContainerManagerListener.html...
Generating ./org/eclipse/ecf/core/IReliableContainer.html...
Generating ./org/eclipse/ecf/core/events/ContainerConnectedEvent.html...
Generating ./org/eclipse/ecf/core/events/ContainerConnectingEvent.html...
Generating ./org/eclipse/ecf/core/events/ContainerDisconnectedEvent.html...
Generating ./org/eclipse/ecf/core/events/ContainerDisconnectingEvent.html...
Generating ./org/eclipse/ecf/core/events/ContainerDisposeEvent.html...
Generating ./org/eclipse/ecf/core/events/ContainerEjectedEvent.html...
Generating ./org/eclipse/ecf/core/events/IContainerConnectedEvent.html...
Generating ./org/eclipse/ecf/core/events/IContainerConnectingEvent.html...
Generating ./org/eclipse/ecf/core/events/IContainerDisconnectedEvent.html...
Generating ./org/eclipse/ecf/core/events/IContainerDisconnectingEvent.html...
Generating ./org/eclipse/ecf/core/events/IContainerDisposeEvent.html...
Generating ./org/eclipse/ecf/core/events/IContainerEjectedEvent.html...
Generating ./org/eclipse/ecf/core/events/IContainerEvent.html...
Generating ./org/eclipse/ecf/core/jobs/JobsExecutor.html...
Generating ./org/eclipse/ecf/core/provider/BaseContainerInstantiator.html...
Generating ./org/eclipse/ecf/core/provider/BaseRemoteServiceContainerInstantiator.html...
Generating ./org/eclipse/ecf/core/provider/ContainerInstantiatorUtils.html...
Generating ./org/eclipse/ecf/core/provider/ContainerIntentException.html...
Generating ./org/eclipse/ecf/core/provider/IContainerInstantiator.html...
Generating ./org/eclipse/ecf/core/provider/IRemoteServiceContainerInstantiator.html...
Generating ./org/eclipse/ecf/core/security/BooleanCallback.html...
Generating ./org/eclipse/ecf/core/security/Callback.html...
Generating ./org/eclipse/ecf/core/security/CallbackHandler.html...
Generating ./org/eclipse/ecf/core/security/ConnectContextFactory.html...
Generating ./org/eclipse/ecf/core/security/IConnectContext.html...
Generating ./org/eclipse/ecf/core/security/IConnectHandlerPolicy.html...
Generating ./org/eclipse/ecf/core/security/IConnectInitiatorPolicy.html...
Generating ./org/eclipse/ecf/core/security/IContainerPolicy.html...
Generating ./org/eclipse/ecf/core/security/NameCallback.html...
Generating ./org/eclipse/ecf/core/security/ObjectCallback.html...
Generating ./org/eclipse/ecf/core/security/PassphraseCallback.html...
Generating ./org/eclipse/ecf/core/security/PasswordCallback.html...
Generating ./org/eclipse/ecf/core/security/UnsupportedCallbackException.html...
Generating ./org/eclipse/ecf/core/status/SerializableMultiStatus.html...
Generating ./org/eclipse/ecf/core/status/SerializableStatus.html...
Generating ./org/eclipse/ecf/core/util/AbstractFactory.html...
Generating ./org/eclipse/ecf/core/util/AdapterContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/AdapterManagerTracker.html...
Generating ./org/eclipse/ecf/core/util/Base64.html...
Generating ./org/eclipse/ecf/core/util/BundleClassResolver.html...
Generating ./org/eclipse/ecf/core/util/BundleStarter.html...
Generating ./org/eclipse/ecf/core/util/ClassResolverObjectInputStream.html...
Generating ./org/eclipse/ecf/core/util/ConnectedContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/ContainerFactoryTracker.html...
Generating ./org/eclipse/ecf/core/util/ContainerManagerTracker.html...
Generating ./org/eclipse/ecf/core/util/ECFException.html...
Generating ./org/eclipse/ecf/core/util/ECFRuntimeException.html...
Generating ./org/eclipse/ecf/core/util/Event.html...
Generating ./org/eclipse/ecf/core/util/ExtensionRegistryRunnable.html...
Generating ./org/eclipse/ecf/core/util/IClassResolver.html...
Generating ./org/eclipse/ecf/core/util/IContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/IDFactoryTracker.html...
Generating ./org/eclipse/ecf/core/util/IEventProcessor.html...
Generating ./org/eclipse/ecf/core/util/IExceptionHandler.html...
Generating ./org/eclipse/ecf/core/util/LogHelper.html...
Generating ./org/eclipse/ecf/core/util/OSGIObjectInputStream.html...
Generating ./org/eclipse/ecf/core/util/OSGIObjectOutputStream.html...
Generating ./org/eclipse/ecf/core/util/OSGIObjectStreamConstants.html...
Generating ./org/eclipse/ecf/core/util/PlatformHelper.html...
Generating ./org/eclipse/ecf/core/util/Proxy.html...
Generating ./org/eclipse/ecf/core/util/Proxy.Type.html...
Generating ./org/eclipse/ecf/core/util/ProxyAddress.html...
Generating ./org/eclipse/ecf/core/util/StringUtils.html...
Generating ./org/eclipse/ecf/core/util/SystemLogService.html...
Generating ./org/eclipse/ecf/core/util/Trace.html...
Generating ./org/eclipse/ecf/core/util/reflection/ClassUtil.html...
Generating ./org/eclipse/ecf/filetransfer/BrowseFileTransferException.html...
Generating ./org/eclipse/ecf/filetransfer/FileTransferInfo.html...
Generating ./org/eclipse/ecf/filetransfer/FileTransferJob.html...
Generating ./org/eclipse/ecf/filetransfer/IFileRangeSpecification.html...
Generating ./org/eclipse/ecf/filetransfer/IFileTransfer.html...
Generating ./org/eclipse/ecf/filetransfer/IFileTransferInfo.html...
Generating ./org/eclipse/ecf/filetransfer/IFileTransferListener.html...
Generating ./org/eclipse/ecf/filetransfer/IFileTransferPausable.html...
Generating ./org/eclipse/ecf/filetransfer/IFileTransferRateControl.html...
Generating ./org/eclipse/ecf/filetransfer/IFileTransferRunnable.html...
Generating ./org/eclipse/ecf/filetransfer/IIncomingFileTransfer.html...
Generating ./org/eclipse/ecf/filetransfer/IIncomingFileTransferRequestListener.html...
Generating ./org/eclipse/ecf/filetransfer/IncomingFileTransferException.html...
Generating ./org/eclipse/ecf/filetransfer/InvalidFileRangeSpecificationException.html...
Generating ./org/eclipse/ecf/filetransfer/IOutgoingFileTransfer.html...
Generating ./org/eclipse/ecf/filetransfer/IRemoteFile.html...
Generating ./org/eclipse/ecf/filetransfer/IRemoteFileAttributes.html...
Generating ./org/eclipse/ecf/filetransfer/IRemoteFileInfo.html...
Generating ./org/eclipse/ecf/filetransfer/IRemoteFileSystemBrowserContainerAdapter.html...
Generating ./org/eclipse/ecf/filetransfer/IRemoteFileSystemListener.html...
Generating ./org/eclipse/ecf/filetransfer/IRemoteFileSystemRequest.html...
Generating ./org/eclipse/ecf/filetransfer/IRetrieveFileTransferContainerAdapter.html...
Generating ./org/eclipse/ecf/filetransfer/IRetrieveFileTransferOptions.html...
Generating ./org/eclipse/ecf/filetransfer/ISendFileTransferContainerAdapter.html...
Generating ./org/eclipse/ecf/filetransfer/ISendFileTransferOptions.html...
Generating ./org/eclipse/ecf/filetransfer/RemoteFileSystemException.html...
Generating ./org/eclipse/ecf/filetransfer/SendFileTransferException.html...
Generating ./org/eclipse/ecf/filetransfer/UserCancelledException.html...
Generating ./org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IFileTransferEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IFileTransferRequestEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDataEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDoneEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceivePausedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveResumedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveStartEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferResponseEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDataEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDoneEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendPausedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendResumedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IRemoteFileSystemBrowseEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/IRemoteFileSystemEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketClosedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketConnectedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketCreatedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketEventSource.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/ISocketListener.html...
Generating ./org/eclipse/ecf/filetransfer/events/socketfactory/INonconnectedSocketFactory.html...
Generating ./org/eclipse/ecf/filetransfer/identity/FileCreateException.html...
Generating ./org/eclipse/ecf/filetransfer/identity/FileIDFactory.html...
Generating ./org/eclipse/ecf/filetransfer/identity/IFileID.html...
Generating ./org/eclipse/ecf/filetransfer/identity/IFileIDFactory.html...
Generating ./org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.html...
Generating ./org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.html...
Generating ./org/eclipse/ecf/filetransfer/service/IRetrieveFileTransfer.html...
Generating ./org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.html...
Generating ./org/eclipse/ecf/filetransfer/service/ISendFileTransfer.html...
Generating ./org/eclipse/ecf/filetransfer/service/ISendFileTransferFactory.html...
Generating ./overview-frame.html...
Generating ./org/eclipse/ecf/console/package-frame.html...
Generating ./org/eclipse/ecf/console/package-summary.html...
Generating ./org/eclipse/ecf/console/package-tree.html...
Generating ./org/eclipse/ecf/core/package-frame.html...
Generating ./org/eclipse/ecf/core/package-summary.html...
Generating ./org/eclipse/ecf/core/package-tree.html...
Generating ./org/eclipse/ecf/core/events/package-frame.html...
Generating ./org/eclipse/ecf/core/events/package-summary.html...
Generating ./org/eclipse/ecf/core/events/package-tree.html...
Generating ./org/eclipse/ecf/core/identity/package-frame.html...
Generating ./org/eclipse/ecf/core/identity/package-summary.html...
Generating ./org/eclipse/ecf/core/identity/package-tree.html...
Generating ./org/eclipse/ecf/core/jobs/package-frame.html...
Generating ./org/eclipse/ecf/core/jobs/package-summary.html...
Generating ./org/eclipse/ecf/core/jobs/package-tree.html...
Generating ./org/eclipse/ecf/core/provider/package-frame.html...
Generating ./org/eclipse/ecf/core/provider/package-summary.html...
Generating ./org/eclipse/ecf/core/provider/package-tree.html...
Generating ./org/eclipse/ecf/core/security/package-frame.html...
Generating ./org/eclipse/ecf/core/security/package-summary.html...
Generating ./org/eclipse/ecf/core/security/package-tree.html...
Generating ./org/eclipse/ecf/core/sharedobject/package-frame.html...
Generating ./org/eclipse/ecf/core/sharedobject/package-summary.html...
Generating ./org/eclipse/ecf/core/sharedobject/package-tree.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/package-frame.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/package-summary.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/package-tree.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/package-frame.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/package-summary.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/package-tree.html...
Generating ./org/eclipse/ecf/core/sharedobject/provider/package-frame.html...
Generating ./org/eclipse/ecf/core/sharedobject/provider/package-summary.html...
Generating ./org/eclipse/ecf/core/sharedobject/provider/package-tree.html...
Generating ./org/eclipse/ecf/core/sharedobject/security/package-frame.html...
Generating ./org/eclipse/ecf/core/sharedobject/security/package-summary.html...
Generating ./org/eclipse/ecf/core/sharedobject/security/package-tree.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/package-frame.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/package-summary.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/package-tree.html...
Generating ./org/eclipse/ecf/core/status/package-frame.html...
Generating ./org/eclipse/ecf/core/status/package-summary.html...
Generating ./org/eclipse/ecf/core/status/package-tree.html...
Generating ./org/eclipse/ecf/core/util/package-frame.html...
Generating ./org/eclipse/ecf/core/util/package-summary.html...
Generating ./org/eclipse/ecf/core/util/package-tree.html...
Generating ./org/eclipse/ecf/core/util/reflection/package-frame.html...
Generating ./org/eclipse/ecf/core/util/reflection/package-summary.html...
Generating ./org/eclipse/ecf/core/util/reflection/package-tree.html...
Generating ./org/eclipse/ecf/discovery/package-frame.html...
Generating ./org/eclipse/ecf/discovery/package-summary.html...
Generating ./org/eclipse/ecf/discovery/package-tree.html...
Generating ./org/eclipse/ecf/discovery/identity/package-frame.html...
Generating ./org/eclipse/ecf/discovery/identity/package-summary.html...
Generating ./org/eclipse/ecf/discovery/identity/package-tree.html...
Generating ./org/eclipse/ecf/discovery/service/package-frame.html...
Generating ./org/eclipse/ecf/discovery/service/package-summary.html...
Generating ./org/eclipse/ecf/discovery/service/package-tree.html...
Generating ./org/eclipse/ecf/filetransfer/package-frame.html...
Generating ./org/eclipse/ecf/filetransfer/package-summary.html...
Generating ./org/eclipse/ecf/filetransfer/package-tree.html...
Generating ./org/eclipse/ecf/filetransfer/events/package-frame.html...
Generating ./org/eclipse/ecf/filetransfer/events/package-summary.html...
Generating ./org/eclipse/ecf/filetransfer/events/package-tree.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/package-frame.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/package-summary.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/package-tree.html...
Generating ./org/eclipse/ecf/filetransfer/events/socketfactory/package-frame.html...
Generating ./org/eclipse/ecf/filetransfer/events/socketfactory/package-summary.html...
Generating ./org/eclipse/ecf/filetransfer/events/socketfactory/package-tree.html...
Generating ./org/eclipse/ecf/filetransfer/identity/package-frame.html...
Generating ./org/eclipse/ecf/filetransfer/identity/package-summary.html...
Generating ./org/eclipse/ecf/filetransfer/identity/package-tree.html...
Generating ./org/eclipse/ecf/filetransfer/service/package-frame.html...
Generating ./org/eclipse/ecf/filetransfer/service/package-summary.html...
Generating ./org/eclipse/ecf/filetransfer/service/package-tree.html...
Generating ./org/eclipse/ecf/osgi/services/distribution/package-frame.html...
Generating ./org/eclipse/ecf/osgi/services/distribution/package-summary.html...
Generating ./org/eclipse/ecf/osgi/services/distribution/package-tree.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/package-frame.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/package-summary.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/package-tree.html...
Generating ./org/eclipse/ecf/provider/comm/package-frame.html...
Generating ./org/eclipse/ecf/provider/comm/package-summary.html...
Generating ./org/eclipse/ecf/provider/comm/package-tree.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/package-frame.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/package-summary.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/package-tree.html...
Generating ./org/eclipse/ecf/provider/dnssd/package-frame.html...
Generating ./org/eclipse/ecf/provider/dnssd/package-summary.html...
Generating ./org/eclipse/ecf/provider/dnssd/package-tree.html...
Generating ./org/eclipse/ecf/provider/filetransfer/package-frame.html...
Generating ./org/eclipse/ecf/provider/filetransfer/package-summary.html...
Generating ./org/eclipse/ecf/provider/filetransfer/package-tree.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/package-frame.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/package-summary.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/package-tree.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/package-frame.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/package-summary.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/package-tree.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/package-frame.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/package-summary.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/package-tree.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/package-frame.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/package-summary.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/package-tree.html...
Generating ./org/eclipse/ecf/provider/filetransfer/identity/package-frame.html...
Generating ./org/eclipse/ecf/provider/filetransfer/identity/package-summary.html...
Generating ./org/eclipse/ecf/provider/filetransfer/identity/package-tree.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/package-frame.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/package-summary.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/package-tree.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/package-frame.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/package-summary.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/package-tree.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/package-frame.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/package-summary.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/package-tree.html...
Generating ./org/eclipse/ecf/provider/generic/package-frame.html...
Generating ./org/eclipse/ecf/provider/generic/package-summary.html...
Generating ./org/eclipse/ecf/provider/generic/package-tree.html...
Generating ./org/eclipse/ecf/provider/generic/gmm/package-frame.html...
Generating ./org/eclipse/ecf/provider/generic/gmm/package-summary.html...
Generating ./org/eclipse/ecf/provider/generic/gmm/package-tree.html...
Generating ./org/eclipse/ecf/provider/jslp/container/package-frame.html...
Generating ./org/eclipse/ecf/provider/jslp/container/package-summary.html...
Generating ./org/eclipse/ecf/provider/jslp/container/package-tree.html...
Generating ./org/eclipse/ecf/provider/jslp/identity/package-frame.html...
Generating ./org/eclipse/ecf/provider/jslp/identity/package-summary.html...
Generating ./org/eclipse/ecf/provider/jslp/identity/package-tree.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/package-frame.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/package-summary.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/package-tree.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/package-frame.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/package-summary.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/package-tree.html...
Generating ./org/eclipse/ecf/provider/util/package-frame.html...
Generating ./org/eclipse/ecf/provider/util/package-summary.html...
Generating ./org/eclipse/ecf/provider/util/package-tree.html...
Generating ./org/eclipse/ecf/provider/zookeeper/package-frame.html...
Generating ./org/eclipse/ecf/provider/zookeeper/package-summary.html...
Generating ./org/eclipse/ecf/provider/zookeeper/package-tree.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/package-frame.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/package-summary.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/package-tree.html...
Generating ./org/eclipse/ecf/provider/zookeeper/util/package-frame.html...
Generating ./org/eclipse/ecf/provider/zookeeper/util/package-summary.html...
Generating ./org/eclipse/ecf/provider/zookeeper/util/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/client/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/client/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/client/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/serialization/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/serialization/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/serialization/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/events/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/events/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/events/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/provider/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/provider/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/provider/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/rest/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/rest/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/rest/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/rest/identity/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/rest/identity/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/rest/identity/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/rest/synd/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/rest/synd/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/rest/synd/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/rest/util/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/rest/util/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/rest/util/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/util/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/util/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/util/package-tree.html...
Generating ./org/eclipse/ecf/remoteservice/util/tracker/package-frame.html...
Generating ./org/eclipse/ecf/remoteservice/util/tracker/package-summary.html...
Generating ./org/eclipse/ecf/remoteservice/util/tracker/package-tree.html...
Generating ./org/osgi/service/remoteserviceadmin/package-frame.html...
Generating ./org/osgi/service/remoteserviceadmin/package-summary.html...
Generating ./org/osgi/service/remoteserviceadmin/package-tree.html...
Generating ./org/osgi/service/remoteserviceadmin/namespace/package-frame.html...
Generating ./org/osgi/service/remoteserviceadmin/namespace/package-summary.html...
Generating ./org/osgi/service/remoteserviceadmin/namespace/package-tree.html...
Generating ./constant-values.html...
Generating ./serialized-form.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/ConnectionEvent.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/ISynchAsynchConnection.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/ISynchEventHandler.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/ISynchConnection.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/DisconnectEvent.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/IAsynchEventHandler.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/IConnectRequestHandler.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/IConnectionListener.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/ISynchAsynchEventHandler.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/IAsynchConnection.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/AsynchEvent.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/IConnection.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/ConnectionCreateException.html...
Generating ./org/eclipse/ecf/provider/comm/class-use/SynchEvent.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/SynchMessage.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/Client.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/AsynchMessage.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/SSLClient.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/ISocketAcceptHandler.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/PingResponseMessage.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/PingMessage.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/ExObjectOutputStream.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/ConnectResultMessage.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/SocketFactory.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/ConnectRequestMessage.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/IClientSocketFactory.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/IServerSocketFactory.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/ExObjectInputStream.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/class-use/Server.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/ClientSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SOContainerGroup.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/ServerSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SSLServerSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SSLClientSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SOManager.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.ViewChangeMessage.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.CreateMessage.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.CreateResponseMessage.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.SharedObjectMessage.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.SharedObjectDisposeMessage.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.JoinGroupMessage.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/ContainerMessage.LeaveGroupMessage.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SOWrapper.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SOWrapper.ProcEvent.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SOWrapper.DisposeEvent.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SOConfig.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SOContext.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SOConnector.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/GenericContainerInstantiator.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/GenericContainerInstantiator.GenericContainerArgs.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/TCPClientSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SSLGenericContainerInstantiator.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SSLGenericContainerInstantiator.GenericContainerArgs.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SSLServerSOContainerGroup.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/TCPServerSOContainer.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/TCPServerSOContainerGroup.html...
Generating ./org/eclipse/ecf/provider/generic/class-use/SOContainerConfig.html...
Generating ./org/eclipse/ecf/provider/generic/gmm/class-use/MemberChanged.html...
Generating ./org/eclipse/ecf/provider/generic/gmm/class-use/GMMImpl.html...
Generating ./org/eclipse/ecf/provider/generic/gmm/class-use/Member.html...
Generating ./org/eclipse/ecf/provider/util/class-use/IdentifiableObjectInputStream.html...
Generating ./org/eclipse/ecf/provider/util/class-use/IClassLoaderMapper.html...
Generating ./org/eclipse/ecf/provider/util/class-use/IdentifiableObjectOutputStream.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/EndpointEventListener.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/ExportReference.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdminListener.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/EndpointDescription.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/EndpointListener.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdmin.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/ImportReference.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/ImportRegistration.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/ExportRegistration.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/EndpointEvent.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/EndpointPermission.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/RemoteConstants.html...
Generating ./org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdminEvent.html...
Generating ./org/osgi/service/remoteserviceadmin/namespace/class-use/DistributionNamespace.html...
Generating ./org/osgi/service/remoteserviceadmin/namespace/class-use/TopologyNamespace.html...
Generating ./org/osgi/service/remoteserviceadmin/namespace/class-use/DiscoveryNamespace.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/class-use/DistributedEventAdmin.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/class-use/EventTopicFilter.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/class-use/EventMessage.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/serialization/class-use/SerializationHandler.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/ContainerInstantiator.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdServiceTypeID.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDebugOptions.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/Messages.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdServiceID.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryException.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdNamespace.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/IDnsSdDiscoveryConstants.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/Activator.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/Activator.DnsSdServiceFactory.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryContainerAdapter.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryContainerAdapter.SRVRecordComparator.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryLocator.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/BnRDnsSdServiceTypeID.html...
Generating ./org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryAdvertiser.html...
Generating ./org/eclipse/ecf/core/identity/class-use/URIID.html...
Generating ./org/eclipse/ecf/core/identity/class-use/URIID.URIIDNamespace.html...
Generating ./org/eclipse/ecf/core/identity/class-use/IDCreateException.html...
Generating ./org/eclipse/ecf/core/identity/class-use/BaseID.html...
Generating ./org/eclipse/ecf/core/identity/class-use/IIdentifiable.html...
Generating ./org/eclipse/ecf/core/identity/class-use/ID.html...
Generating ./org/eclipse/ecf/core/identity/class-use/IResourceID.html...
Generating ./org/eclipse/ecf/core/identity/class-use/IIDFactory.html...
Generating ./org/eclipse/ecf/core/identity/class-use/GUID.html...
Generating ./org/eclipse/ecf/core/identity/class-use/GUID.GUIDNamespace.html...
Generating ./org/eclipse/ecf/core/identity/class-use/NamespacePermission.html...
Generating ./org/eclipse/ecf/core/identity/class-use/StringID.html...
Generating ./org/eclipse/ecf/core/identity/class-use/StringID.StringIDNamespace.html...
Generating ./org/eclipse/ecf/core/identity/class-use/IDFactory.html...
Generating ./org/eclipse/ecf/core/identity/class-use/Namespace.html...
Generating ./org/eclipse/ecf/core/identity/class-use/LongID.html...
Generating ./org/eclipse/ecf/core/identity/class-use/LongID.LongNamespace.html...
Generating ./org/eclipse/ecf/core/identity/class-use/UuID.html...
Generating ./org/eclipse/ecf/core/identity/class-use/UuID.UuIDNamespace.html...
Generating ./org/eclipse/ecf/core/util/class-use/PlatformHelper.html...
Generating ./org/eclipse/ecf/core/util/class-use/IDFactoryTracker.html...
Generating ./org/eclipse/ecf/core/util/class-use/Trace.html...
Generating ./org/eclipse/ecf/core/util/class-use/AdapterManagerTracker.html...
Generating ./org/eclipse/ecf/core/util/class-use/ECFException.html...
Generating ./org/eclipse/ecf/core/util/class-use/Base64.html...
Generating ./org/eclipse/ecf/core/util/class-use/StringUtils.html...
Generating ./org/eclipse/ecf/core/util/class-use/AbstractFactory.html...
Generating ./org/eclipse/ecf/core/util/class-use/LogHelper.html...
Generating ./org/eclipse/ecf/core/util/class-use/SystemLogService.html...
Generating ./org/eclipse/ecf/core/util/class-use/BundleStarter.html...
Generating ./org/eclipse/ecf/core/util/class-use/ExtensionRegistryRunnable.html...
Generating ./org/eclipse/ecf/core/util/class-use/ECFRuntimeException.html...
Generating ./org/eclipse/ecf/core/util/class-use/Proxy.html...
Generating ./org/eclipse/ecf/core/util/class-use/Proxy.Type.html...
Generating ./org/eclipse/ecf/core/util/class-use/BundleClassResolver.html...
Generating ./org/eclipse/ecf/core/util/class-use/ContainerFactoryTracker.html...
Generating ./org/eclipse/ecf/core/util/class-use/AdapterContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/class-use/ConnectedContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/class-use/IContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/class-use/ContainerManagerTracker.html...
Generating ./org/eclipse/ecf/core/util/class-use/OSGIObjectOutputStream.html...
Generating ./org/eclipse/ecf/core/util/class-use/OSGIObjectInputStream.html...
Generating ./org/eclipse/ecf/core/util/class-use/IExceptionHandler.html...
Generating ./org/eclipse/ecf/core/util/class-use/Event.html...
Generating ./org/eclipse/ecf/core/util/class-use/IClassResolver.html...
Generating ./org/eclipse/ecf/core/util/class-use/ProxyAddress.html...
Generating ./org/eclipse/ecf/core/util/class-use/OSGIObjectStreamConstants.html...
Generating ./org/eclipse/ecf/core/util/class-use/ClassResolverObjectInputStream.html...
Generating ./org/eclipse/ecf/core/util/class-use/IEventProcessor.html...
Generating ./org/eclipse/ecf/discovery/class-use/IDiscoveryAdvertiser.html...
Generating ./org/eclipse/ecf/discovery/class-use/IServiceTypeListener.html...
Generating ./org/eclipse/ecf/discovery/class-use/IDiscoveryContainerAdapter.html...
Generating ./org/eclipse/ecf/discovery/class-use/IServiceProperties.html...
Generating ./org/eclipse/ecf/discovery/class-use/IServiceTypeEvent.html...
Generating ./org/eclipse/ecf/discovery/class-use/ServiceInfo.html...
Generating ./org/eclipse/ecf/discovery/class-use/DiscoveryContainerConfig.html...
Generating ./org/eclipse/ecf/discovery/class-use/IServiceEvent.html...
Generating ./org/eclipse/ecf/discovery/class-use/IServiceListener.html...
Generating ./org/eclipse/ecf/discovery/class-use/AbstractDiscoveryContainerAdapter.html...
Generating ./org/eclipse/ecf/discovery/class-use/IServiceInfo.html...
Generating ./org/eclipse/ecf/discovery/class-use/IDiscoveryLocator.html...
Generating ./org/eclipse/ecf/discovery/class-use/ServiceContainerEvent.html...
Generating ./org/eclipse/ecf/discovery/class-use/ServiceProperties.html...
Generating ./org/eclipse/ecf/discovery/class-use/ServiceTypeContainerEvent.html...
Generating ./org/eclipse/ecf/discovery/class-use/IContainerServiceInfoAdapter.html...
Generating ./org/eclipse/ecf/discovery/identity/class-use/ServiceTypeID.html...
Generating ./org/eclipse/ecf/discovery/identity/class-use/IServiceIDFactory.html...
Generating ./org/eclipse/ecf/discovery/identity/class-use/ServiceID.html...
Generating ./org/eclipse/ecf/discovery/identity/class-use/IServiceTypeID.html...
Generating ./org/eclipse/ecf/discovery/identity/class-use/ServiceIDFactory.html...
Generating ./org/eclipse/ecf/discovery/identity/class-use/IServiceID.html...
Generating ./org/eclipse/ecf/discovery/service/class-use/IDiscoveryService.html...
Generating ./org/eclipse/ecf/console/class-use/AbstractCommand.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientOptions.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientRetrieveFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientRetrieveFileTransferFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientBrowseFileTransferFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientFileSystemBrowser.html...
Generating ./org/eclipse/ecf/provider/zookeeper/class-use/DiscoveryActivator.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryContainer.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryContainer.FLAVOR.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryNamespace.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryContainerInstantiator.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryServiceTypeID.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryServiceID.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/class-use/AdvertisedService.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/class-use/DiscoverdService.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryTargetID.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/class-use/IDiscoveryConfig.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/class-use/DefaultDiscoveryConfig.html...
Generating ./org/eclipse/ecf/provider/zookeeper/util/class-use/PrettyPrinter.html...
Generating ./org/eclipse/ecf/provider/zookeeper/util/class-use/Logger.html...
Generating ./org/eclipse/ecf/provider/zookeeper/util/class-use/Geo.html...
Generating ./org/eclipse/ecf/remoteservice/rest/synd/class-use/SyndFeedResponseDeserializer.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/IRemoteCallResponseSerializer.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/ServletServerContainer.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/ObjectSerializationResponseSerializer.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/ServletServerContainerInstantiator.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/RemoteServiceHttpServlet.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/HttpServiceComponent.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/ObjectSerializationParameterDeserializer.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/class-use/IRemoteCallParameterDeserializer.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RegistrySharedObject.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceRegistryImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/AddRegistrationRequest.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceReferenceImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceContainerAdapterFactory.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceContainer.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceNamespace.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteFilterImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteCallImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/Request.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceRegistrationImpl.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/class-use/Response.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectTransactionParticipantsFilter.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectContainerFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectCreateException.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerClient.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContext.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/IReplicaSharedObjectDescriptionFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/OptimisticSharedObject.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectConnector.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/TransactionSharedObjectConfiguration.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/AbstractSharedObjectContainerAdapterFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectTypeDescription.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectConfig.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/TwoPhaseCommitEventProcessor.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ReplicaSharedObjectDescription.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerConfig.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectConnectException.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerGroupManager.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsgEventProcessor.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsg.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObject.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectAddException.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectAddAbortException.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainer.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/BaseSharedObject.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/TransactionSharedObject.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsgEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectInitException.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectDescription.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/SharedObjectDisconnectException.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectFactory.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectTransactionConfig.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectManager.html...
Generating ./org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerTransaction.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectCallEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectManagerConnectionEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectActivatedEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectDeactivatedEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCallEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ContainerSharedObjectMessageReceivingEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/IContainerSharedObjectMessageReceivingEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectActivatedEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerCreateEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectCommitEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectDeactivatedEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerConnectEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerDisconnectEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectMessageEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectManagerEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/IContainerSharedObjectMessageSendingEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCreateResponseEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectMessageListener.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/RemoteSharedObjectEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCommitEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerAddEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerRemoveEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/RemoteSharedObjectCreateResponseEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/class-use/ContainerSharedObjectMessageSendingEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyRemoveEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelListener.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyAddEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyValueChangeEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelEvent.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/SharedModel.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/class-use/SharedModel.Property.html...
Generating ./org/eclipse/ecf/core/sharedobject/provider/class-use/ISharedObjectInstantiator.html...
Generating ./org/eclipse/ecf/core/sharedobject/security/class-use/ISharedObjectPolicy.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/PropertiesUtil.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/ISimpleFIFOQueue.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/SimpleFIFOQueue.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/QueueException.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/IQueueEnqueue.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/IEnqueueProcessor.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/QueueEnqueueImpl.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/IQueueDequeue.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/IQueue.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/class-use/ISharedObjectMessageSerializer.html...
Generating ./org/eclipse/ecf/core/util/reflection/class-use/ClassUtil.html...
Generating ./org/eclipse/ecf/remoteservice/rest/class-use/RestCallFactory.html...
Generating ./org/eclipse/ecf/remoteservice/rest/class-use/RestException.html...
Generating ./org/eclipse/ecf/remoteservice/rest/class-use/RestCall.html...
Generating ./org/eclipse/ecf/remoteservice/rest/class-use/RestCallableFactory.html...
Generating ./org/eclipse/ecf/remoteservice/rest/class-use/IRestCall.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientContainerInstantiator.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/HttpDeleteRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientService.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPutRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/HttpGetRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/XMLRemoteResponseDeserializer.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPatchRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPostRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractEntityRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientService.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientContainer.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientContainer.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientContainer.RestRemoteServiceClientRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/rest/identity/class-use/RestNamespace.html...
Generating ./org/eclipse/ecf/remoteservice/rest/identity/class-use/RestID.html...
Generating ./org/eclipse/ecf/remoteservice/rest/util/class-use/DSPresent.html...
Generating ./org/eclipse/ecf/remoteservice/rest/util/class-use/DSUtil.html...
Generating ./org/eclipse/ecf/remoteservice/rest/util/class-use/IDSPresent.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/NTLMProxyDetector.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientOptions.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientRetrieveFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientDefaultSSLSocketFactoryModifier.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientRetrieveFileTransferFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientSslTrustManager.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientBrowseFileTransferFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientFileSystemBrowser.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IExtendedRemoteServiceRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceContainerAdapterImpl.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IOSGiRemoteServiceContainerAdapter.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/AsyncService.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/AbstractRSAContainer.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRegistrationListener.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteCallFactory.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceFilterImpl.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceRegistryImpl.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceID.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteFilter.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteCall.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceCallPolicy.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteCallListener.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceReferenceImpl.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceContainerAdapter.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/CallbackRemoteCallListener.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceReference.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceConsumer.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceContainer.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IAsyncRemoteServiceProxy.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/AbstractRemoteCallListener.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceImplDebugOptions.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceProxy.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceContainer.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRSAConsumerContainerAdapter.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceListener.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceID.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.ProxyClassLoader.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.AsyncArgs.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/Constants.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceNamespace.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RSARemoteServiceContainerAdapter.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RSARemoteServiceContainerAdapter.RSARemoteServiceRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceProxyCreator.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteService.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/AsyncMethod.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceHelper.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteServiceHost.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IRemoteCall.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/IAsyncCallback.html...
Generating ./org/eclipse/ecf/remoteservice/class-use/RemoteServiceRegistrationImpl.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallable.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameter.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameter.Builder.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteServiceClientContainerAdapter.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientService.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientService.RSARemoteCall.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallable.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallable.Builder.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientRegistry.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/StringParameterSerializer.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteResponseDeserializer.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallableRequestType.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameterFactory.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientContainer.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientContainer.RSAClientRegistration.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallParameterSerializer.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractParameterSerializer.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteServiceFactory.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.AsyncResult.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.UriRequest.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteCallableFactory.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/AbstractClientContainer.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallParameter.html...
Generating ./org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientReference.html...
Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallStartEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallCompleteEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceReferenceRetrievedEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceChangedEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceUnregisteredEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceRegisteredEvent.html...
Generating ./org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceEvent.html...
Generating ./org/eclipse/ecf/remoteservice/provider/class-use/PeerRemoteServiceContainerInstantiator.html...
Generating ./org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceContainerInstantiator.html...
Generating ./org/eclipse/ecf/remoteservice/provider/class-use/AdapterConfig.html...
Generating ./org/eclipse/ecf/remoteservice/provider/class-use/IRemoteServiceDistributionProvider.html...
Generating ./org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceDistributionProvider.html...
Generating ./org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceDistributionProvider.Builder.html...
Generating ./org/eclipse/ecf/remoteservice/util/class-use/AsyncUtil.html...
Generating ./org/eclipse/ecf/remoteservice/util/class-use/StreamUtil.html...
Generating ./org/eclipse/ecf/remoteservice/util/class-use/EndpointDescriptionPropertiesUtil.html...
Generating ./org/eclipse/ecf/remoteservice/util/class-use/ObjectSerializationUtil.html...
Generating ./org/eclipse/ecf/remoteservice/util/class-use/IDUtil.html...
Generating ./org/eclipse/ecf/remoteservice/util/class-use/RemoteFilterImpl.html...
Generating ./org/eclipse/ecf/remoteservice/util/class-use/RemoteCallMethod.html...
Generating ./org/eclipse/ecf/remoteservice/util/tracker/class-use/RemoteServiceTracker.html...
Generating ./org/eclipse/ecf/remoteservice/util/tracker/class-use/IRemoteServiceTrackerCustomizer.html...
Generating ./org/eclipse/ecf/osgi/services/distribution/class-use/IDistributionConstants.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DiscoveredEndpointDescriptionFactory.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescription.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractTopologyManager.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DiscoveredEndpointDescription.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractMetadataFactory.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractHostContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.EndpointEventListenerHolder.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.EndpointListenerHolder.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ExportRegistration.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ExportReference.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ImportRegistration.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ImportReference.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ProxyClassLoader.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.RemoteServiceAdminEvent.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IEndpointDescriptionLocator.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IHostContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/SelectContainerException.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IServiceInfoFactory.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/HostContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IEndpointDescriptionReader.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IDiscoveredEndpointDescriptionFactory.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionReader.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ConsumerContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ComplexProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.XmlProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.MultiValueProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.SetProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ListProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ArrayProperty.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ServiceInfoFactory.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ITopologyManager.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/TopologyManager.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionParseException.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractConsumerContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteReferenceNotFoundException.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IConsumerContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractContainerSelector.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DebugRemoteServiceAdminListener.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteConstants.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/TopologyManagerImpl.html...
Generating ./org/eclipse/ecf/provider/jslp/container/class-use/ContainerInstantiator.html...
Generating ./org/eclipse/ecf/provider/jslp/container/class-use/JSLPServiceInfo.html...
Generating ./org/eclipse/ecf/provider/jslp/container/class-use/JSLPDiscoveryContainer.html...
Generating ./org/eclipse/ecf/provider/jslp/identity/class-use/JSLPNamespace.html...
Generating ./org/eclipse/ecf/provider/jslp/identity/class-use/JSLPServiceID.html...
Generating ./org/eclipse/ecf/provider/jslp/identity/class-use/JSLPServiceTypeID.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/class-use/AsyncReturnUtil.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/class-use/AbstractAsyncProxyRemoteService.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/class-use/AbstractAsyncProxyRemoteCall.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/class-use/IAsyncProxyCompletable.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSNamespace.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiRemoteServiceNamespace.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiID.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSID.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiNamespace.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSSNamespace.html...
Generating ./org/eclipse/ecf/provider/filetransfer/class-use/IFileTransferProtocolToFactoryMapper.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalFileSystemBrowser.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/MultiProtocolFileSystemBrowserAdapterFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalRemoteFileAttributes.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/URLRemoteFile.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/URLRemoteFileAttributes.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.DirectoryJob.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.RemoteFileSystemRequest.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/URLFileSystemBrowser.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalRemoteFile.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/class-use/MultiProtocolFileSystemBrowserAdapter.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketEventSource.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketClosedEvent.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketEventCreateUtil.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/AbstractSocketWrapper.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketCreatedEvent.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/AbstractSocketEvent.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketConnectedEvent.html...
Generating ./org/eclipse/ecf/provider/filetransfer/identity/class-use/FileTransferID.html...
Generating ./org/eclipse/ecf/provider/filetransfer/identity/class-use/FileTransferNamespace.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/class-use/LocalFileOutgoingFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/class-use/AbstractUrlConnectionOutgoingFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/class-use/AbstractOutgoingFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/class-use/MultiProtocolOutgoingAdapter.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/class-use/MultiProtocolOutgoingAdapterFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/class-use/UrlConnectionRetrieveFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/class-use/AbstractRetrieveFileTransfer.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/class-use/MultiProtocolRetrieveAdapter.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/class-use/HttpHelper.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/class-use/MultiProtocolRetrieveAdapterFactory.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/class-use/TimeoutInputStream.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/class-use/PollingInputStream.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/class-use/ProxySetupHelper.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/class-use/JREProxyHelper.html...
Generating ./org/eclipse/ecf/core/class-use/AbstractContainerAdapterFactory.html...
Generating ./org/eclipse/ecf/core/class-use/BaseContainer.html...
Generating ./org/eclipse/ecf/core/class-use/BaseContainer.Instantiator.html...
Generating ./org/eclipse/ecf/core/class-use/IContainerManager.html...
Generating ./org/eclipse/ecf/core/class-use/IContainerManagerListener.html...
Generating ./org/eclipse/ecf/core/class-use/IContainer.html...
Generating ./org/eclipse/ecf/core/class-use/ContainerAuthenticationException.html...
Generating ./org/eclipse/ecf/core/class-use/AbstractContainer.html...
Generating ./org/eclipse/ecf/core/class-use/IContainerFactory.html...
Generating ./org/eclipse/ecf/core/class-use/IContainerListener.html...
Generating ./org/eclipse/ecf/core/class-use/ContainerTypeDescription.html...
Generating ./org/eclipse/ecf/core/class-use/ContainerFactory.html...
Generating ./org/eclipse/ecf/core/class-use/ContainerConnectException.html...
Generating ./org/eclipse/ecf/core/class-use/ContainerCreateException.html...
Generating ./org/eclipse/ecf/core/class-use/IReliableContainer.html...
Generating ./org/eclipse/ecf/core/events/class-use/ContainerConnectingEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/IContainerDisconnectingEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/ContainerDisconnectingEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/IContainerConnectingEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/ContainerDisconnectedEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/IContainerDisconnectedEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/IContainerConnectedEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/IContainerEjectedEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/IContainerEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/ContainerConnectedEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/ContainerDisposeEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/ContainerEjectedEvent.html...
Generating ./org/eclipse/ecf/core/events/class-use/IContainerDisposeEvent.html...
Generating ./org/eclipse/ecf/core/jobs/class-use/JobsExecutor.html...
Generating ./org/eclipse/ecf/core/provider/class-use/ContainerInstantiatorUtils.html...
Generating ./org/eclipse/ecf/core/provider/class-use/ContainerIntentException.html...
Generating ./org/eclipse/ecf/core/provider/class-use/BaseRemoteServiceContainerInstantiator.html...
Generating ./org/eclipse/ecf/core/provider/class-use/BaseContainerInstantiator.html...
Generating ./org/eclipse/ecf/core/provider/class-use/IContainerInstantiator.html...
Generating ./org/eclipse/ecf/core/provider/class-use/IRemoteServiceContainerInstantiator.html...
Generating ./org/eclipse/ecf/core/security/class-use/Callback.html...
Generating ./org/eclipse/ecf/core/security/class-use/CallbackHandler.html...
Generating ./org/eclipse/ecf/core/security/class-use/IConnectContext.html...
Generating ./org/eclipse/ecf/core/security/class-use/BooleanCallback.html...
Generating ./org/eclipse/ecf/core/security/class-use/IConnectInitiatorPolicy.html...
Generating ./org/eclipse/ecf/core/security/class-use/ObjectCallback.html...
Generating ./org/eclipse/ecf/core/security/class-use/PassphraseCallback.html...
Generating ./org/eclipse/ecf/core/security/class-use/NameCallback.html...
Generating ./org/eclipse/ecf/core/security/class-use/ConnectContextFactory.html...
Generating ./org/eclipse/ecf/core/security/class-use/UnsupportedCallbackException.html...
Generating ./org/eclipse/ecf/core/security/class-use/IContainerPolicy.html...
Generating ./org/eclipse/ecf/core/security/class-use/PasswordCallback.html...
Generating ./org/eclipse/ecf/core/security/class-use/IConnectHandlerPolicy.html...
Generating ./org/eclipse/ecf/core/status/class-use/SerializableStatus.html...
Generating ./org/eclipse/ecf/core/status/class-use/SerializableMultiStatus.html...
Generating ./org/eclipse/ecf/core/util/class-use/PlatformHelper.html...
Generating ./org/eclipse/ecf/core/util/class-use/IDFactoryTracker.html...
Generating ./org/eclipse/ecf/core/util/class-use/Trace.html...
Generating ./org/eclipse/ecf/core/util/class-use/AdapterManagerTracker.html...
Generating ./org/eclipse/ecf/core/util/class-use/ECFException.html...
Generating ./org/eclipse/ecf/core/util/class-use/Base64.html...
Generating ./org/eclipse/ecf/core/util/class-use/StringUtils.html...
Generating ./org/eclipse/ecf/core/util/class-use/AbstractFactory.html...
Generating ./org/eclipse/ecf/core/util/class-use/LogHelper.html...
Generating ./org/eclipse/ecf/core/util/class-use/SystemLogService.html...
Generating ./org/eclipse/ecf/core/util/class-use/BundleStarter.html...
Generating ./org/eclipse/ecf/core/util/class-use/ExtensionRegistryRunnable.html...
Generating ./org/eclipse/ecf/core/util/class-use/ECFRuntimeException.html...
Generating ./org/eclipse/ecf/core/util/class-use/Proxy.html...
Generating ./org/eclipse/ecf/core/util/class-use/Proxy.Type.html...
Generating ./org/eclipse/ecf/core/util/class-use/BundleClassResolver.html...
Generating ./org/eclipse/ecf/core/util/class-use/ContainerFactoryTracker.html...
Generating ./org/eclipse/ecf/core/util/class-use/AdapterContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/class-use/ConnectedContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/class-use/IContainerFilter.html...
Generating ./org/eclipse/ecf/core/util/class-use/ContainerManagerTracker.html...
Generating ./org/eclipse/ecf/core/util/class-use/OSGIObjectOutputStream.html...
Generating ./org/eclipse/ecf/core/util/class-use/OSGIObjectInputStream.html...
Generating ./org/eclipse/ecf/core/util/class-use/IExceptionHandler.html...
Generating ./org/eclipse/ecf/core/util/class-use/Event.html...
Generating ./org/eclipse/ecf/core/util/class-use/IClassResolver.html...
Generating ./org/eclipse/ecf/core/util/class-use/ProxyAddress.html...
Generating ./org/eclipse/ecf/core/util/class-use/OSGIObjectStreamConstants.html...
Generating ./org/eclipse/ecf/core/util/class-use/ClassResolverObjectInputStream.html...
Generating ./org/eclipse/ecf/core/util/class-use/IEventProcessor.html...
Generating ./org/eclipse/ecf/core/util/reflection/class-use/ClassUtil.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransferRunnable.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemRequest.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemListener.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IFileRangeSpecification.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/SendFileTransferException.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFileInfo.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IRetrieveFileTransferOptions.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/InvalidFileRangeSpecificationException.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFile.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemBrowserContainerAdapter.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/FileTransferInfo.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransferListener.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/FileTransferJob.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/ISendFileTransferContainerAdapter.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransferInfo.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IOutgoingFileTransfer.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/UserCancelledException.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransferPausable.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IIncomingFileTransferRequestListener.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/ISendFileTransferOptions.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransferRateControl.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IFileTransfer.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IIncomingFileTransfer.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IncomingFileTransferException.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IRetrieveFileTransferContainerAdapter.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/IRemoteFileAttributes.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/RemoteFileSystemException.html...
Generating ./org/eclipse/ecf/filetransfer/class-use/BrowseFileTransferException.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceivePausedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferResponseEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IFileTransferRequestEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IFileTransferConnectStartEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IFileTransferEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IRemoteFileSystemEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveDataEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendResumedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IRemoteFileSystemBrowseEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveStartEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveResumedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendDoneEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveDoneEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendPausedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendDataEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketClosedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketEventSource.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketListener.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketConnectedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketCreatedEvent.html...
Generating ./org/eclipse/ecf/filetransfer/events/socketfactory/class-use/INonconnectedSocketFactory.html...
Generating ./org/eclipse/ecf/filetransfer/identity/class-use/FileCreateException.html...
Generating ./org/eclipse/ecf/filetransfer/identity/class-use/IFileIDFactory.html...
Generating ./org/eclipse/ecf/filetransfer/identity/class-use/FileIDFactory.html...
Generating ./org/eclipse/ecf/filetransfer/identity/class-use/IFileID.html...
Generating ./org/eclipse/ecf/filetransfer/service/class-use/ISendFileTransfer.html...
Generating ./org/eclipse/ecf/filetransfer/service/class-use/IRemoteFileSystemBrowserFactory.html...
Generating ./org/eclipse/ecf/filetransfer/service/class-use/IRetrieveFileTransferFactory.html...
Generating ./org/eclipse/ecf/filetransfer/service/class-use/IRetrieveFileTransfer.html...
Generating ./org/eclipse/ecf/filetransfer/service/class-use/ISendFileTransferFactory.html...
Generating ./org/eclipse/ecf/filetransfer/service/class-use/IRemoteFileSystemBrowser.html...
Generating ./org/eclipse/ecf/console/package-use.html...
Generating ./org/eclipse/ecf/core/package-use.html...
Generating ./org/eclipse/ecf/core/events/package-use.html...
Generating ./org/eclipse/ecf/core/identity/package-use.html...
Generating ./org/eclipse/ecf/core/jobs/package-use.html...
Generating ./org/eclipse/ecf/core/provider/package-use.html...
Generating ./org/eclipse/ecf/core/security/package-use.html...
Generating ./org/eclipse/ecf/core/sharedobject/package-use.html...
Generating ./org/eclipse/ecf/core/sharedobject/events/package-use.html...
Generating ./org/eclipse/ecf/core/sharedobject/model/package-use.html...
Generating ./org/eclipse/ecf/core/sharedobject/provider/package-use.html...
Generating ./org/eclipse/ecf/core/sharedobject/security/package-use.html...
Generating ./org/eclipse/ecf/core/sharedobject/util/package-use.html...
Generating ./org/eclipse/ecf/core/status/package-use.html...
Generating ./org/eclipse/ecf/core/util/package-use.html...
Generating ./org/eclipse/ecf/core/util/reflection/package-use.html...
Generating ./org/eclipse/ecf/discovery/package-use.html...
Generating ./org/eclipse/ecf/discovery/identity/package-use.html...
Generating ./org/eclipse/ecf/discovery/service/package-use.html...
Generating ./org/eclipse/ecf/filetransfer/package-use.html...
Generating ./org/eclipse/ecf/filetransfer/events/package-use.html...
Generating ./org/eclipse/ecf/filetransfer/events/socket/package-use.html...
Generating ./org/eclipse/ecf/filetransfer/events/socketfactory/package-use.html...
Generating ./org/eclipse/ecf/filetransfer/identity/package-use.html...
Generating ./org/eclipse/ecf/filetransfer/service/package-use.html...
Generating ./org/eclipse/ecf/osgi/services/distribution/package-use.html...
Generating ./org/eclipse/ecf/osgi/services/remoteserviceadmin/package-use.html...
Generating ./org/eclipse/ecf/provider/comm/package-use.html...
Generating ./org/eclipse/ecf/provider/comm/tcp/package-use.html...
Generating ./org/eclipse/ecf/provider/dnssd/package-use.html...
Generating ./org/eclipse/ecf/provider/filetransfer/package-use.html...
Generating ./org/eclipse/ecf/provider/filetransfer/browse/package-use.html...
Generating ./org/eclipse/ecf/provider/filetransfer/events/socket/package-use.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient4/package-use.html...
Generating ./org/eclipse/ecf/provider/filetransfer/httpclient45/package-use.html...
Generating ./org/eclipse/ecf/provider/filetransfer/identity/package-use.html...
Generating ./org/eclipse/ecf/provider/filetransfer/outgoing/package-use.html...
Generating ./org/eclipse/ecf/provider/filetransfer/retrieve/package-use.html...
Generating ./org/eclipse/ecf/provider/filetransfer/util/package-use.html...
Generating ./org/eclipse/ecf/provider/generic/package-use.html...
Generating ./org/eclipse/ecf/provider/generic/gmm/package-use.html...
Generating ./org/eclipse/ecf/provider/jslp/container/package-use.html...
Generating ./org/eclipse/ecf/provider/jslp/identity/package-use.html...
Generating ./org/eclipse/ecf/provider/r_osgi/identity/package-use.html...
Generating ./org/eclipse/ecf/provider/remoteservice/generic/package-use.html...
Generating ./org/eclipse/ecf/provider/util/package-use.html...
Generating ./org/eclipse/ecf/provider/zookeeper/package-use.html...
Generating ./org/eclipse/ecf/provider/zookeeper/core/package-use.html...
Generating ./org/eclipse/ecf/provider/zookeeper/util/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/asyncproxy/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/client/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/eventadmin/serialization/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/events/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/provider/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/rest/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/rest/client/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/rest/identity/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/rest/synd/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/rest/util/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/servlet/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/util/package-use.html...
Generating ./org/eclipse/ecf/remoteservice/util/tracker/package-use.html...
Generating ./org/osgi/service/remoteserviceadmin/package-use.html...
Generating ./org/osgi/service/remoteserviceadmin/namespace/package-use.html...
Building index for all the packages and classes...
Generating ./overview-tree.html...
Generating ./index-files/index-1.html...
Generating ./index-files/index-2.html...
Generating ./index-files/index-3.html...
Generating ./index-files/index-4.html...
Generating ./index-files/index-5.html...
Generating ./index-files/index-6.html...
Generating ./index-files/index-7.html...
Generating ./index-files/index-8.html...
Generating ./index-files/index-9.html...
Generating ./index-files/index-10.html...
Generating ./index-files/index-11.html...
Generating ./index-files/index-12.html...
Generating ./index-files/index-13.html...
Generating ./index-files/index-14.html...
Generating ./index-files/index-15.html...
Generating ./index-files/index-16.html...
Generating ./index-files/index-17.html...
Generating ./index-files/index-18.html...
Generating ./index-files/index-19.html...
Generating ./index-files/index-20.html...
Generating ./index-files/index-21.html...
Generating ./index-files/index-22.html...
Generating ./index-files/index-23.html...
Generating ./index-files/index-24.html...
Generating ./index-files/index-25.html...
Generating ./deprecated-list.html...
Building index for all classes...
Generating ./allclasses-frame.html...
Generating ./allclasses-noframe.html...
Generating ./index.html...
Generating ./overview-summary.html...
Generating ./help-doc.html...
Note: Custom tags that could override future standard tags:  @noreference, @noinstantiate, @noimplement, @noextend, @nooverride. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @noinstantiate, @nooverride
20 warnings
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/overview-summary.html -> html/reference/api/overview-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/constant-values.html -> html/reference/api/constant-values.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/deprecated-list.html -> html/reference/api/deprecated-list.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/console/package-summary.html -> html/reference/api/org/eclipse/ecf/console/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/package-summary.html -> html/reference/api/org/eclipse/ecf/core/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/events/package-summary.html -> html/reference/api/org/eclipse/ecf/core/events/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/core/identity/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/jobs/package-summary.html -> html/reference/api/org/eclipse/ecf/core/jobs/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/provider/package-summary.html -> html/reference/api/org/eclipse/ecf/core/provider/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/security/package-summary.html -> html/reference/api/org/eclipse/ecf/core/security/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/events/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/events/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/model/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/model/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/provider/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/provider/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/security/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/security/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/sharedobject/util/package-summary.html -> html/reference/api/org/eclipse/ecf/core/sharedobject/util/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/status/package-summary.html -> html/reference/api/org/eclipse/ecf/core/status/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/util/package-summary.html -> html/reference/api/org/eclipse/ecf/core/util/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/core/util/reflection/package-summary.html -> html/reference/api/org/eclipse/ecf/core/util/reflection/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/discovery/package-summary.html -> html/reference/api/org/eclipse/ecf/discovery/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/discovery/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/discovery/identity/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/discovery/service/package-summary.html -> html/reference/api/org/eclipse/ecf/discovery/service/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/events/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/events/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/events/socket/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/events/socket/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/identity/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/filetransfer/service/package-summary.html -> html/reference/api/org/eclipse/ecf/filetransfer/service/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/osgi/services/distribution/package-summary.html -> html/reference/api/org/eclipse/ecf/osgi/services/distribution/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/package-summary.html -> html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/comm/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/comm/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/comm/tcp/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/comm/tcp/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/dnssd/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/dnssd/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/filetransfer/util/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/filetransfer/util/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/generic/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/generic/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/generic/gmm/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/generic/gmm/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/jslp/container/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/jslp/container/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/jslp/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/jslp/identity/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/util/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/util/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/zookeeper/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/zookeeper/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/zookeeper/core/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/zookeeper/core/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/provider/zookeeper/util/package-summary.html -> html/reference/api/org/eclipse/ecf/provider/zookeeper/util/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/client/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/client/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/events/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/events/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/provider/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/provider/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/rest/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/rest/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/rest/client/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/rest/client/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/rest/synd/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/rest/synd/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/rest/util/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/rest/util/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/servlet/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/servlet/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/util/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/util/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/package-summary.html -> html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/osgi/service/remoteserviceadmin/package-summary.html -> html/reference/api/org/osgi/service/remoteserviceadmin/package-summary.html
[INFO] Make relative - base: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc, file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/html/reference/api/org/osgi/service/remoteserviceadmin/namespace/package-summary.html -> html/reference/api/org/osgi/service/remoteserviceadmin/namespace/package-summary.html
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (build-schema-docs) @ org.eclipse.ecf.doc ---
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/latest/
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/latest
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/latest/ (454B)
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16/
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.16/ (447B)
[INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.16/categories/ (1.46kB)
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/
[INFO] Fetching R-4.16-202006040540&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.16/
[INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (459.89kB)
[INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (2.86MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (696.23kB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (962.55kB)
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
[INFO] Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (3.42MB)
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
[INFO] Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (33.65kB)
[INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (32.85kB)
[INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (55.07kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (41.49kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (77.27kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (33.96kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (41.15kB)
[INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (100.5kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (46.11kB)
[INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (31.74kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (42.05kB)
[INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (124.57kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (25.88kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (34.56kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (58.11kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (107.88kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (47.99kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (74.47kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (37.85kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (105.95kB)
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (120.7kB)
[INFO] Fetching org.eclipse.help.base_4.2.1000.v20200604-0540.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (164.23kB)
[INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200530-2032.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (6.83MB)
[INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (966.69kB)
[INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200526-1503.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (281.75kB)
[INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (478.57kB)
[INFO] Fetching org.eclipse.pde.core_3.13.400.v20200415-0531.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (124.89kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (43.22kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -install, /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/target/eclipserun-work/configuration, -consolelog, -data, target/workspace, -application, org.eclipse.ant.core.antRunner, -quiet, -buildfile, buildschemadocs.xml]
BUILD SUCCESSFUL

BUILD SUCCESSFUL
Total time: 2 seconds
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.doc ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.doc ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.doc ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.doc ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/target/org.eclipse.ecf.doc-1.3.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.doc ---
[WARNING] MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/pom.xml: baseline and build artifacts have same version but different contents
   no-classifier: different
      html/reference/api/allclasses-frame.html: different
      html/reference/api/allclasses-noframe.html: different
      html/reference/api/constant-values.html: different
      html/reference/api/deprecated-list.html: different
      html/reference/api/help-doc.html: different
      html/reference/api/index-files/index-1.html: different
      html/reference/api/index-files/index-10.html: different
      html/reference/api/index-files/index-11.html: different
      html/reference/api/index-files/index-12.html: different
      html/reference/api/index-files/index-13.html: different
      html/reference/api/index-files/index-14.html: different
      html/reference/api/index-files/index-15.html: different
      html/reference/api/index-files/index-16.html: different
      html/reference/api/index-files/index-17.html: different
      html/reference/api/index-files/index-18.html: different
      html/reference/api/index-files/index-19.html: different
      html/reference/api/index-files/index-2.html: different
      html/reference/api/index-files/index-20.html: different
      html/reference/api/index-files/index-21.html: different
      html/reference/api/index-files/index-22.html: different
      html/reference/api/index-files/index-23.html: different
      html/reference/api/index-files/index-24.html: different
      html/reference/api/index-files/index-25.html: different
      html/reference/api/index-files/index-3.html: different
      html/reference/api/index-files/index-4.html: different
      html/reference/api/index-files/index-5.html: different
      html/reference/api/index-files/index-6.html: different
      html/reference/api/index-files/index-7.html: different
      html/reference/api/index-files/index-8.html: different
      html/reference/api/index-files/index-9.html: different
      html/reference/api/index.html: different
      html/reference/api/org/eclipse/ecf/console/AbstractCommand.html: different
      html/reference/api/org/eclipse/ecf/console/class-use/AbstractCommand.html: different
      html/reference/api/org/eclipse/ecf/console/package-frame.html: different
      html/reference/api/org/eclipse/ecf/console/package-summary.html: different
      html/reference/api/org/eclipse/ecf/console/package-tree.html: different
      html/reference/api/org/eclipse/ecf/console/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/AbstractContainer.html: different
      html/reference/api/org/eclipse/ecf/core/AbstractContainerAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/core/BaseContainer.Instantiator.html: different
      html/reference/api/org/eclipse/ecf/core/BaseContainer.html: different
      html/reference/api/org/eclipse/ecf/core/ContainerAuthenticationException.html: different
      html/reference/api/org/eclipse/ecf/core/ContainerConnectException.html: different
      html/reference/api/org/eclipse/ecf/core/ContainerCreateException.html: different
      html/reference/api/org/eclipse/ecf/core/ContainerFactory.html: different
      html/reference/api/org/eclipse/ecf/core/ContainerTypeDescription.html: different
      html/reference/api/org/eclipse/ecf/core/IContainer.html: different
      html/reference/api/org/eclipse/ecf/core/IContainerFactory.html: different
      html/reference/api/org/eclipse/ecf/core/IContainerListener.html: different
      html/reference/api/org/eclipse/ecf/core/IContainerManager.html: different
      html/reference/api/org/eclipse/ecf/core/IContainerManagerListener.html: different
      html/reference/api/org/eclipse/ecf/core/IReliableContainer.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/AbstractContainer.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/AbstractContainerAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/BaseContainer.Instantiator.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/BaseContainer.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/ContainerAuthenticationException.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/ContainerConnectException.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/ContainerCreateException.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/ContainerFactory.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/ContainerTypeDescription.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/IContainer.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/IContainerFactory.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/IContainerListener.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/IContainerManager.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/IContainerManagerListener.html: different
      html/reference/api/org/eclipse/ecf/core/class-use/IReliableContainer.html: different
      html/reference/api/org/eclipse/ecf/core/events/ContainerConnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/ContainerConnectingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/ContainerDisconnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/ContainerDisconnectingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/ContainerDisposeEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/ContainerEjectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/IContainerConnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/IContainerConnectingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/IContainerDisconnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/IContainerDisconnectingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/IContainerDisposeEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/IContainerEjectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/IContainerEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerConnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerConnectingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerDisconnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerDisconnectingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerDisposeEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/ContainerEjectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerConnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerConnectingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerDisconnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerDisconnectingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerDisposeEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerEjectedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/class-use/IContainerEvent.html: different
      html/reference/api/org/eclipse/ecf/core/events/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/events/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/events/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/events/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/identity/BaseID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/GUID.GUIDNamespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/GUID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/ID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/IDCreateException.html: different
      html/reference/api/org/eclipse/ecf/core/identity/IDFactory.html: different
      html/reference/api/org/eclipse/ecf/core/identity/IIDFactory.html: different
      html/reference/api/org/eclipse/ecf/core/identity/IIdentifiable.html: different
      html/reference/api/org/eclipse/ecf/core/identity/IResourceID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/LongID.LongNamespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/LongID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/Namespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/NamespacePermission.html: different
      html/reference/api/org/eclipse/ecf/core/identity/StringID.StringIDNamespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/StringID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/URIID.URIIDNamespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/URIID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/UuID.UuIDNamespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/UuID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/BaseID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/GUID.GUIDNamespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/GUID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/ID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/IDCreateException.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/IDFactory.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/IIDFactory.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/IIdentifiable.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/IResourceID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/LongID.LongNamespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/LongID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/Namespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/NamespacePermission.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/StringID.StringIDNamespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/StringID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/URIID.URIIDNamespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/URIID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/UuID.UuIDNamespace.html: different
      html/reference/api/org/eclipse/ecf/core/identity/class-use/UuID.html: different
      html/reference/api/org/eclipse/ecf/core/identity/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/identity/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/identity/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/identity/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/jobs/JobsExecutor.html: different
      html/reference/api/org/eclipse/ecf/core/jobs/class-use/JobsExecutor.html: different
      html/reference/api/org/eclipse/ecf/core/jobs/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/jobs/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/jobs/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/jobs/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/provider/BaseContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/core/provider/BaseRemoteServiceContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/core/provider/ContainerInstantiatorUtils.html: different
      html/reference/api/org/eclipse/ecf/core/provider/ContainerIntentException.html: different
      html/reference/api/org/eclipse/ecf/core/provider/IContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/core/provider/IRemoteServiceContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/core/provider/class-use/BaseContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/core/provider/class-use/BaseRemoteServiceContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/core/provider/class-use/ContainerInstantiatorUtils.html: different
      html/reference/api/org/eclipse/ecf/core/provider/class-use/ContainerIntentException.html: different
      html/reference/api/org/eclipse/ecf/core/provider/class-use/IContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/core/provider/class-use/IRemoteServiceContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/core/provider/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/provider/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/provider/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/provider/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/security/BooleanCallback.html: different
      html/reference/api/org/eclipse/ecf/core/security/Callback.html: different
      html/reference/api/org/eclipse/ecf/core/security/CallbackHandler.html: different
      html/reference/api/org/eclipse/ecf/core/security/ConnectContextFactory.html: different
      html/reference/api/org/eclipse/ecf/core/security/IConnectContext.html: different
      html/reference/api/org/eclipse/ecf/core/security/IConnectHandlerPolicy.html: different
      html/reference/api/org/eclipse/ecf/core/security/IConnectInitiatorPolicy.html: different
      html/reference/api/org/eclipse/ecf/core/security/IContainerPolicy.html: different
      html/reference/api/org/eclipse/ecf/core/security/NameCallback.html: different
      html/reference/api/org/eclipse/ecf/core/security/ObjectCallback.html: different
      html/reference/api/org/eclipse/ecf/core/security/PassphraseCallback.html: different
      html/reference/api/org/eclipse/ecf/core/security/PasswordCallback.html: different
      html/reference/api/org/eclipse/ecf/core/security/UnsupportedCallbackException.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/BooleanCallback.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/Callback.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/CallbackHandler.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/ConnectContextFactory.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/IConnectContext.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/IConnectHandlerPolicy.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/IConnectInitiatorPolicy.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/IContainerPolicy.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/NameCallback.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/ObjectCallback.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/PassphraseCallback.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/PasswordCallback.html: different
      html/reference/api/org/eclipse/ecf/core/security/class-use/UnsupportedCallbackException.html: different
      html/reference/api/org/eclipse/ecf/core/security/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/security/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/security/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/security/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/AbstractSharedObjectContainerAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/BaseSharedObject.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/IReplicaSharedObjectDescriptionFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObject.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectConfig.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectConnector.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainer.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerClient.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerConfig.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerGroupManager.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContainerTransaction.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectContext.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectManager.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionConfig.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ISharedObjectTransactionParticipantsFilter.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/OptimisticSharedObject.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/ReplicaSharedObjectDescription.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectAddAbortException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectAddException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectConnectException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectContainerFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectCreateException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectDescription.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectDisconnectException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectInitException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectMsg.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectMsgEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectMsgEventProcessor.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/SharedObjectTypeDescription.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/TransactionSharedObject.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/TransactionSharedObjectConfiguration.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/TwoPhaseCommitEventProcessor.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/AbstractSharedObjectContainerAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/BaseSharedObject.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/IReplicaSharedObjectDescriptionFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObject.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectConfig.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectConnector.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainer.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerClient.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerConfig.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerGroupManager.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContainerTransaction.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectContext.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectManager.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectTransactionConfig.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ISharedObjectTransactionParticipantsFilter.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/OptimisticSharedObject.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/ReplicaSharedObjectDescription.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectAddAbortException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectAddException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectConnectException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectContainerFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectCreateException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectDescription.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectDisconnectException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectFactory.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectInitException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsg.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsgEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectMsgEventProcessor.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/SharedObjectTypeDescription.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/TransactionSharedObject.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/TransactionSharedObjectConfiguration.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/class-use/TwoPhaseCommitEventProcessor.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageReceivingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ContainerSharedObjectMessageSendingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageReceivingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/IContainerSharedObjectMessageSendingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectActivatedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCallEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCommitEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectCreateResponseEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectDeactivatedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerConnectionEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectManagerEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/ISharedObjectMessageListener.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectCreateResponseEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/RemoteSharedObjectEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectActivatedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectCallEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectCommitEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectDeactivatedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerAddEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerConnectEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerCreateEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerDisconnectEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/SharedObjectManagerRemoveEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ContainerSharedObjectMessageReceivingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ContainerSharedObjectMessageSendingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/IContainerSharedObjectMessageReceivingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/IContainerSharedObjectMessageSendingEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectActivatedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCallEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCommitEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectCreateResponseEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectDeactivatedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectManagerConnectionEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectManagerEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectMessageEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/ISharedObjectMessageListener.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/RemoteSharedObjectCreateResponseEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/RemoteSharedObjectEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectActivatedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectCallEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectCommitEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectDeactivatedEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerAddEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerConnectEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerCreateEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerDisconnectEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/class-use/SharedObjectManagerRemoveEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/events/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/ISharedModelEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/ISharedModelListener.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyAddEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyRemoveEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/ISharedModelPropertyValueChangeEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/SharedModel.Property.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/SharedModel.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelListener.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyAddEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyRemoveEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/ISharedModelPropertyValueChangeEvent.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/SharedModel.Property.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/class-use/SharedModel.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/model/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/provider/ISharedObjectInstantiator.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/provider/class-use/ISharedObjectInstantiator.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/provider/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/provider/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/provider/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/provider/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/security/ISharedObjectPolicy.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/security/class-use/ISharedObjectPolicy.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/security/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/security/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/security/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/security/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/IEnqueueProcessor.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/IQueue.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/IQueueDequeue.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/IQueueEnqueue.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/ISharedObjectMessageSerializer.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/ISimpleFIFOQueue.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/PropertiesUtil.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/QueueEnqueueImpl.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/QueueException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/SimpleFIFOQueue.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/IEnqueueProcessor.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/IQueue.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/IQueueDequeue.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/IQueueEnqueue.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/ISharedObjectMessageSerializer.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/ISimpleFIFOQueue.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/PropertiesUtil.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/QueueEnqueueImpl.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/QueueException.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/class-use/SimpleFIFOQueue.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/sharedobject/util/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/status/SerializableMultiStatus.html: different
      html/reference/api/org/eclipse/ecf/core/status/SerializableStatus.html: different
      html/reference/api/org/eclipse/ecf/core/status/class-use/SerializableMultiStatus.html: different
      html/reference/api/org/eclipse/ecf/core/status/class-use/SerializableStatus.html: different
      html/reference/api/org/eclipse/ecf/core/status/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/status/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/status/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/status/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/util/AbstractFactory.html: different
      html/reference/api/org/eclipse/ecf/core/util/AdapterContainerFilter.html: different
      html/reference/api/org/eclipse/ecf/core/util/AdapterManagerTracker.html: different
      html/reference/api/org/eclipse/ecf/core/util/Base64.html: different
      html/reference/api/org/eclipse/ecf/core/util/BundleClassResolver.html: different
      html/reference/api/org/eclipse/ecf/core/util/BundleStarter.html: different
      html/reference/api/org/eclipse/ecf/core/util/ClassResolverObjectInputStream.html: different
      html/reference/api/org/eclipse/ecf/core/util/ConnectedContainerFilter.html: different
      html/reference/api/org/eclipse/ecf/core/util/ContainerFactoryTracker.html: different
      html/reference/api/org/eclipse/ecf/core/util/ContainerManagerTracker.html: different
      html/reference/api/org/eclipse/ecf/core/util/ECFException.html: different
      html/reference/api/org/eclipse/ecf/core/util/ECFRuntimeException.html: different
      html/reference/api/org/eclipse/ecf/core/util/Event.html: different
      html/reference/api/org/eclipse/ecf/core/util/ExtensionRegistryRunnable.html: different
      html/reference/api/org/eclipse/ecf/core/util/IClassResolver.html: different
      html/reference/api/org/eclipse/ecf/core/util/IContainerFilter.html: different
      html/reference/api/org/eclipse/ecf/core/util/IDFactoryTracker.html: different
      html/reference/api/org/eclipse/ecf/core/util/IEventProcessor.html: different
      html/reference/api/org/eclipse/ecf/core/util/IExceptionHandler.html: different
      html/reference/api/org/eclipse/ecf/core/util/LogHelper.html: different
      html/reference/api/org/eclipse/ecf/core/util/OSGIObjectInputStream.html: different
      html/reference/api/org/eclipse/ecf/core/util/OSGIObjectOutputStream.html: different
      html/reference/api/org/eclipse/ecf/core/util/OSGIObjectStreamConstants.html: different
      html/reference/api/org/eclipse/ecf/core/util/PlatformHelper.html: different
      html/reference/api/org/eclipse/ecf/core/util/Proxy.Type.html: different
      html/reference/api/org/eclipse/ecf/core/util/Proxy.html: different
      html/reference/api/org/eclipse/ecf/core/util/ProxyAddress.html: different
      html/reference/api/org/eclipse/ecf/core/util/StringUtils.html: different
      html/reference/api/org/eclipse/ecf/core/util/SystemLogService.html: different
      html/reference/api/org/eclipse/ecf/core/util/Trace.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/AbstractFactory.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/AdapterContainerFilter.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/AdapterManagerTracker.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/Base64.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/BundleClassResolver.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/BundleStarter.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/ClassResolverObjectInputStream.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/ConnectedContainerFilter.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/ContainerFactoryTracker.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/ContainerManagerTracker.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/ECFException.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/ECFRuntimeException.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/Event.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/ExtensionRegistryRunnable.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/IClassResolver.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/IContainerFilter.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/IDFactoryTracker.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/IEventProcessor.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/IExceptionHandler.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/LogHelper.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/OSGIObjectInputStream.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/OSGIObjectOutputStream.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/OSGIObjectStreamConstants.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/PlatformHelper.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/Proxy.Type.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/Proxy.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/ProxyAddress.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/StringUtils.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/SystemLogService.html: different
      html/reference/api/org/eclipse/ecf/core/util/class-use/Trace.html: different
      html/reference/api/org/eclipse/ecf/core/util/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/util/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/util/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/util/package-use.html: different
      html/reference/api/org/eclipse/ecf/core/util/reflection/ClassUtil.html: different
      html/reference/api/org/eclipse/ecf/core/util/reflection/class-use/ClassUtil.html: different
      html/reference/api/org/eclipse/ecf/core/util/reflection/package-frame.html: different
      html/reference/api/org/eclipse/ecf/core/util/reflection/package-summary.html: different
      html/reference/api/org/eclipse/ecf/core/util/reflection/package-tree.html: different
      html/reference/api/org/eclipse/ecf/core/util/reflection/package-use.html: different
      html/reference/api/org/eclipse/ecf/discovery/AbstractDiscoveryContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/discovery/DiscoveryContainerConfig.html: different
      html/reference/api/org/eclipse/ecf/discovery/IContainerServiceInfoAdapter.html: different
      html/reference/api/org/eclipse/ecf/discovery/IDiscoveryAdvertiser.html: different
      html/reference/api/org/eclipse/ecf/discovery/IDiscoveryContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/discovery/IDiscoveryLocator.html: different
      html/reference/api/org/eclipse/ecf/discovery/IServiceEvent.html: different
      html/reference/api/org/eclipse/ecf/discovery/IServiceInfo.html: different
      html/reference/api/org/eclipse/ecf/discovery/IServiceListener.html: different
      html/reference/api/org/eclipse/ecf/discovery/IServiceProperties.html: different
      html/reference/api/org/eclipse/ecf/discovery/IServiceTypeEvent.html: different
      html/reference/api/org/eclipse/ecf/discovery/IServiceTypeListener.html: different
      html/reference/api/org/eclipse/ecf/discovery/ServiceContainerEvent.html: different
      html/reference/api/org/eclipse/ecf/discovery/ServiceInfo.html: different
      html/reference/api/org/eclipse/ecf/discovery/ServiceProperties.html: different
      html/reference/api/org/eclipse/ecf/discovery/ServiceTypeContainerEvent.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/AbstractDiscoveryContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/DiscoveryContainerConfig.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/IContainerServiceInfoAdapter.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/IDiscoveryAdvertiser.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/IDiscoveryContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/IDiscoveryLocator.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceEvent.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceInfo.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceListener.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceProperties.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceTypeEvent.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/IServiceTypeListener.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/ServiceContainerEvent.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/ServiceInfo.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/ServiceProperties.html: different
      html/reference/api/org/eclipse/ecf/discovery/class-use/ServiceTypeContainerEvent.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/IServiceID.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/IServiceIDFactory.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/IServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/ServiceID.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/ServiceIDFactory.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/ServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/class-use/IServiceID.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/class-use/IServiceIDFactory.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/class-use/IServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/class-use/ServiceID.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/class-use/ServiceIDFactory.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/class-use/ServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/package-frame.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/package-summary.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/package-tree.html: different
      html/reference/api/org/eclipse/ecf/discovery/identity/package-use.html: different
      html/reference/api/org/eclipse/ecf/discovery/package-frame.html: different
      html/reference/api/org/eclipse/ecf/discovery/package-summary.html: different
      html/reference/api/org/eclipse/ecf/discovery/package-tree.html: different
      html/reference/api/org/eclipse/ecf/discovery/package-use.html: different
      html/reference/api/org/eclipse/ecf/discovery/service/IDiscoveryService.html: different
      html/reference/api/org/eclipse/ecf/discovery/service/class-use/IDiscoveryService.html: different
      html/reference/api/org/eclipse/ecf/discovery/service/package-frame.html: different
      html/reference/api/org/eclipse/ecf/discovery/service/package-summary.html: different
      html/reference/api/org/eclipse/ecf/discovery/service/package-tree.html: different
      html/reference/api/org/eclipse/ecf/discovery/service/package-use.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/BrowseFileTransferException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/FileTransferInfo.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/FileTransferJob.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IFileRangeSpecification.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IFileTransferInfo.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IFileTransferListener.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IFileTransferPausable.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IFileTransferRateControl.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IFileTransferRunnable.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IIncomingFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IIncomingFileTransferRequestListener.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IOutgoingFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFile.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFileAttributes.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFileInfo.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFileSystemBrowserContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFileSystemListener.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IRemoteFileSystemRequest.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IRetrieveFileTransferContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IRetrieveFileTransferOptions.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/ISendFileTransferContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/ISendFileTransferOptions.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/IncomingFileTransferException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/InvalidFileRangeSpecificationException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/RemoteFileSystemException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/SendFileTransferException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/UserCancelledException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/BrowseFileTransferException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/FileTransferInfo.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/FileTransferJob.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileRangeSpecification.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransferInfo.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransferListener.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransferPausable.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransferRateControl.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IFileTransferRunnable.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IIncomingFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IIncomingFileTransferRequestListener.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IOutgoingFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFile.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFileAttributes.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFileInfo.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemBrowserContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemListener.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRemoteFileSystemRequest.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRetrieveFileTransferContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IRetrieveFileTransferOptions.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/ISendFileTransferContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/ISendFileTransferOptions.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/IncomingFileTransferException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/InvalidFileRangeSpecificationException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/RemoteFileSystemException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/SendFileTransferException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/class-use/UserCancelledException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IFileTransferConnectStartEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IFileTransferEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IFileTransferRequestEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDataEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveDoneEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceivePausedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveResumedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IIncomingFileTransferReceiveStartEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferResponseEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDataEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendDoneEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendPausedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IOutgoingFileTransferSendResumedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IRemoteFileSystemBrowseEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/IRemoteFileSystemEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IFileTransferConnectStartEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IFileTransferEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IFileTransferRequestEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveDataEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveDoneEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceivePausedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveResumedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IIncomingFileTransferReceiveStartEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferResponseEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendDataEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendDoneEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendPausedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IOutgoingFileTransferSendResumedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IRemoteFileSystemBrowseEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/class-use/IRemoteFileSystemEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/package-frame.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/package-summary.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/package-tree.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/package-use.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketClosedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketConnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketCreatedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketEventSource.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/ISocketListener.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketClosedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketConnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketCreatedEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketEvent.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketEventSource.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/class-use/ISocketListener.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/package-frame.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/package-summary.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/package-tree.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socket/package-use.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/INonconnectedSocketFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/class-use/INonconnectedSocketFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/package-frame.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/package-summary.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/package-tree.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/events/socketfactory/package-use.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/FileCreateException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/FileIDFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/IFileID.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/IFileIDFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/class-use/FileCreateException.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/class-use/FileIDFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/class-use/IFileID.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/class-use/IFileIDFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/package-frame.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/package-summary.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/package-tree.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/identity/package-use.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/package-frame.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/package-summary.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/package-tree.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/package-use.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/IRemoteFileSystemBrowserFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/IRetrieveFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/ISendFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/ISendFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/IRemoteFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/IRemoteFileSystemBrowserFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/IRetrieveFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/IRetrieveFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/ISendFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/class-use/ISendFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/package-frame.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/package-summary.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/package-tree.html: different
      html/reference/api/org/eclipse/ecf/filetransfer/service/package-use.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/distribution/IDistributionConstants.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/distribution/class-use/IDistributionConstants.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/distribution/package-frame.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/distribution/package-summary.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/distribution/package-tree.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/distribution/package-use.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractConsumerContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractHostContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractMetadataFactory.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/AbstractTopologyManager.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/ConsumerContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/DebugRemoteServiceAdminListener.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescription.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/DiscoveredEndpointDescriptionFactory.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescription.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.EndpointEventListenerHolder.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.EndpointListenerHolder.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionLocator.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionParseException.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionReader.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ArrayProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ComplexProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.ListProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.MultiValueProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.SetProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.XmlProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/EndpointDescriptionWriter.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/HostContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IConsumerContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IDiscoveredEndpointDescriptionFactory.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionLocator.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IEndpointDescriptionReader.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IHostContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/IServiceInfoFactory.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/ITopologyManager.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteConstants.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteReferenceNotFoundException.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ExportReference.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ExportRegistration.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ImportReference.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ImportRegistration.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.ProxyClassLoader.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.RemoteServiceAdminEvent.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/SelectContainerException.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/ServiceInfoFactory.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManagerImpl.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractConsumerContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractHostContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractMetadataFactory.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/AbstractTopologyManager.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ConsumerContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DebugRemoteServiceAdminListener.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DiscoveredEndpointDescription.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/DiscoveredEndpointDescriptionFactory.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescription.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.EndpointEventListenerHolder.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.EndpointListenerHolder.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionLocator.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionParseException.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionReader.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ArrayProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ComplexProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.ListProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.MultiValueProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.SetProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.XmlProperty.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/EndpointDescriptionWriter.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/HostContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IConsumerContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IDiscoveredEndpointDescriptionFactory.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IEndpointDescriptionLocator.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IEndpointDescriptionReader.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IHostContainerSelector.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/IServiceInfoFactory.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ITopologyManager.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteConstants.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteReferenceNotFoundException.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ExportReference.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ExportRegistration.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ImportReference.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ImportRegistration.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.ProxyClassLoader.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.RemoteServiceAdminEvent.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/RemoteServiceAdmin.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/SelectContainerException.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/ServiceInfoFactory.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/TopologyManager.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/class-use/TopologyManagerImpl.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/package-frame.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/package-summary.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/package-tree.html: different
      html/reference/api/org/eclipse/ecf/osgi/services/remoteserviceadmin/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/AsynchEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/ConnectionCreateException.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/ConnectionEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/DisconnectEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/IAsynchConnection.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/IAsynchEventHandler.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/IConnectRequestHandler.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/IConnection.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/IConnectionListener.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/ISynchAsynchConnection.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/ISynchAsynchEventHandler.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/ISynchConnection.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/ISynchEventHandler.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/SynchEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/AsynchEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/ConnectionCreateException.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/ConnectionEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/DisconnectEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/IAsynchConnection.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/IAsynchEventHandler.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/IConnectRequestHandler.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/IConnection.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/IConnectionListener.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/ISynchAsynchConnection.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/ISynchAsynchEventHandler.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/ISynchConnection.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/ISynchEventHandler.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/class-use/SynchEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/AsynchMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/Client.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/ConnectRequestMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/ConnectResultMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/ExObjectInputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/ExObjectOutputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/IClientSocketFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/IServerSocketFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/ISocketAcceptHandler.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/PingMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/PingResponseMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/SSLClient.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/Server.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/SocketFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/SynchMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/AsynchMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/Client.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/ConnectRequestMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/ConnectResultMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/ExObjectInputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/ExObjectOutputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/IClientSocketFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/IServerSocketFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/ISocketAcceptHandler.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/PingMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/PingResponseMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/SSLClient.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/Server.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/SocketFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/class-use/SynchMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/comm/tcp/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/Activator.DnsSdServiceFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/Activator.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/BnRDnsSdServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/ContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDebugOptions.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryAdvertiser.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.SRVRecordComparator.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryException.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdDiscoveryLocator.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdServiceID.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/DnsSdServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/IDnsSdDiscoveryConstants.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/Messages.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/Activator.DnsSdServiceFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/Activator.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/BnRDnsSdServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/ContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDebugOptions.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryAdvertiser.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryContainerAdapter.SRVRecordComparator.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryException.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdDiscoveryLocator.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdServiceID.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/DnsSdServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/IDnsSdDiscoveryConstants.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/class-use/Messages.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/dnssd/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/IFileTransferProtocolToFactoryMapper.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.DirectoryJob.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.RemoteFileSystemRequest.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/AbstractFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/LocalFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFile.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/LocalRemoteFileAttributes.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapter.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/MultiProtocolFileSystemBrowserAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/URLFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFile.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/URLRemoteFileAttributes.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.DirectoryJob.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.RemoteFileSystemRequest.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/AbstractFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalRemoteFile.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/LocalRemoteFileAttributes.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/MultiProtocolFileSystemBrowserAdapter.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/MultiProtocolFileSystemBrowserAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/URLFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/URLRemoteFile.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/class-use/URLRemoteFileAttributes.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/browse/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/class-use/IFileTransferProtocolToFactoryMapper.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/AbstractSocketWrapper.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/SocketClosedEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/SocketConnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/SocketCreatedEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventCreateUtil.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/SocketEventSource.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/AbstractSocketEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/AbstractSocketWrapper.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketClosedEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketConnectedEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketCreatedEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketEventCreateUtil.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/class-use/SocketEventSource.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/events/socket/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientBrowseFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientDefaultSSLSocketFactoryModifier.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientOptions.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientRetrieveFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/HttpClientSslTrustManager.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/NTLMProxyDetector.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientBrowseFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientDefaultSSLSocketFactoryModifier.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientOptions.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientRetrieveFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientRetrieveFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/HttpClientSslTrustManager.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/class-use/NTLMProxyDetector.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient4/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientBrowseFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientOptions.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/HttpClientRetrieveFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientBrowseFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientFileSystemBrowser.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientOptions.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientRetrieveFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/class-use/HttpClientRetrieveFileTransferFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/httpclient45/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/FileTransferID.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/FileTransferNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/class-use/FileTransferID.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/class-use/FileTransferNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/identity/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractOutgoingFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/AbstractUrlConnectionOutgoingFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/LocalFileOutgoingFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapter.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/MultiProtocolOutgoingAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/class-use/AbstractOutgoingFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/class-use/AbstractUrlConnectionOutgoingFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/class-use/LocalFileOutgoingFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/class-use/MultiProtocolOutgoingAdapter.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/class-use/MultiProtocolOutgoingAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/outgoing/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/AbstractRetrieveFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/HttpHelper.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapter.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/MultiProtocolRetrieveAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/UrlConnectionRetrieveFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/class-use/AbstractRetrieveFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/class-use/HttpHelper.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/class-use/MultiProtocolRetrieveAdapter.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/class-use/MultiProtocolRetrieveAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/class-use/UrlConnectionRetrieveFileTransfer.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/retrieve/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/JREProxyHelper.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/PollingInputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/ProxySetupHelper.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/TimeoutInputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/class-use/JREProxyHelper.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/class-use/PollingInputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/class-use/ProxySetupHelper.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/class-use/TimeoutInputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/filetransfer/util/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/ClientSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.CreateMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.CreateResponseMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.JoinGroupMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.LeaveGroupMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.SharedObjectDisposeMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.SharedObjectMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.ViewChangeMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/ContainerMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/GenericContainerInstantiator.GenericContainerArgs.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/GenericContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SOConfig.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SOConnector.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SOContainerConfig.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SOContainerGroup.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SOContext.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SOManager.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SOWrapper.DisposeEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SOWrapper.ProcEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SOWrapper.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SSLClientSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.GenericContainerArgs.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SSLGenericContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SSLServerSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/SSLServerSOContainerGroup.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/ServerSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/TCPClientSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/TCPServerSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/TCPServerSOContainerGroup.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/ClientSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.CreateMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.CreateResponseMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.JoinGroupMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.LeaveGroupMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.SharedObjectDisposeMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.SharedObjectMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.ViewChangeMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/ContainerMessage.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/GenericContainerInstantiator.GenericContainerArgs.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/GenericContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOConfig.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOConnector.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOContainerConfig.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOContainerGroup.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOContext.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOManager.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOWrapper.DisposeEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOWrapper.ProcEvent.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SOWrapper.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SSLClientSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SSLGenericContainerInstantiator.GenericContainerArgs.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SSLGenericContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SSLServerSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/SSLServerSOContainerGroup.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/ServerSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/TCPClientSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/TCPServerSOContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/class-use/TCPServerSOContainerGroup.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/gmm/GMMImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/gmm/Member.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/gmm/MemberChanged.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/gmm/class-use/GMMImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/gmm/class-use/Member.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/gmm/class-use/MemberChanged.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/gmm/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/gmm/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/gmm/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/gmm/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/generic/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/container/ContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/container/JSLPDiscoveryContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/container/JSLPServiceInfo.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/container/class-use/ContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/container/class-use/JSLPDiscoveryContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/container/class-use/JSLPServiceInfo.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/container/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/container/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/container/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/container/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/identity/JSLPNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/identity/JSLPServiceID.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/identity/JSLPServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/identity/class-use/JSLPNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/identity/class-use/JSLPServiceID.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/identity/class-use/JSLPServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/identity/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/identity/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/identity/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/jslp/identity/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiID.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiRemoteServiceNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSID.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/R_OSGiWSSNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiID.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiRemoteServiceNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSID.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/class-use/R_OSGiWSSNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/r_osgi/identity/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/AddRegistrationRequest.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RegistrySharedObject.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteCallImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteFilterImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceContainerAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceReferenceImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistrationImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/RemoteServiceRegistryImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/Request.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/Response.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/AddRegistrationRequest.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RegistrySharedObject.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteCallImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteFilterImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceContainerAdapterFactory.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceReferenceImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceRegistrationImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/RemoteServiceRegistryImpl.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/Request.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/class-use/Response.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/remoteservice/generic/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/util/IClassLoaderMapper.html: different
      html/reference/api/org/eclipse/ecf/provider/util/IdentifiableObjectInputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/util/IdentifiableObjectOutputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/util/class-use/IClassLoaderMapper.html: different
      html/reference/api/org/eclipse/ecf/provider/util/class-use/IdentifiableObjectInputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/util/class-use/IdentifiableObjectOutputStream.html: different
      html/reference/api/org/eclipse/ecf/provider/util/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/util/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/util/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/util/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/DiscoveryActivator.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/class-use/DiscoveryActivator.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/AdvertisedService.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/DefaultDiscoveryConfig.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/DiscoverdService.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/IDiscoveryConfig.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.FLAVOR.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryServiceID.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/ZooDiscoveryTargetID.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/class-use/AdvertisedService.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/class-use/DefaultDiscoveryConfig.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/class-use/DiscoverdService.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/class-use/IDiscoveryConfig.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryContainer.FLAVOR.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryContainer.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryNamespace.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryServiceID.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryServiceTypeID.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/class-use/ZooDiscoveryTargetID.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/core/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/package-use.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/util/Geo.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/util/Logger.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/util/PrettyPrinter.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/util/class-use/Geo.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/util/class-use/Logger.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/util/class-use/PrettyPrinter.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/util/package-frame.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/util/package-summary.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/util/package-tree.html: different
      html/reference/api/org/eclipse/ecf/provider/zookeeper/util/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/AbstractRSAContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/AbstractRemoteCallListener.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/AbstractRemoteService.AsyncArgs.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/AbstractRemoteService.ProxyClassLoader.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/AbstractRemoteService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/AsyncMethod.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/AsyncService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/CallbackRemoteCallListener.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/Constants.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IAsyncCallback.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IAsyncRemoteServiceProxy.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IExtendedRemoteServiceRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IOSGiRemoteServiceContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRSAConsumerContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRegistrationListener.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteCallListener.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteFilter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceCallPolicy.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceConsumer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceHost.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceID.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceImplDebugOptions.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceListener.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceProxy.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceProxyCreator.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceReference.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/IRemoteServiceRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.RSARemoteServiceRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RSARemoteServiceContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RemoteCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RemoteCallFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceContainerAdapterImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceFilterImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceHelper.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceID.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceNamespace.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceReferenceImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceRegistrationImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/RemoteServiceRegistryImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/AbstractAsyncProxyRemoteService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/AsyncReturnUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/IAsyncProxyCompletable.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/class-use/AbstractAsyncProxyRemoteCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/class-use/AbstractAsyncProxyRemoteService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/class-use/AsyncReturnUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/class-use/IAsyncProxyCompletable.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/asyncproxy/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/AbstractRSAContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/AbstractRemoteCallListener.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.AsyncArgs.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.ProxyClassLoader.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/AbstractRemoteService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/AsyncMethod.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/AsyncService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/CallbackRemoteCallListener.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/Constants.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IAsyncCallback.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IAsyncRemoteServiceProxy.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IExtendedRemoteServiceRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IOSGiRemoteServiceContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRSAConsumerContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRegistrationListener.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteCallListener.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteFilter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceCallPolicy.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceConsumer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceHost.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceID.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceImplDebugOptions.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceListener.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceProxy.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceProxyCreator.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceReference.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/IRemoteServiceRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RSARemoteServiceContainerAdapter.RSARemoteServiceRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RSARemoteServiceContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteCallFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceContainerAdapterImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceFilterImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceHelper.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceID.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceNamespace.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceReferenceImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceRegistrationImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/class-use/RemoteServiceRegistryImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractClientContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractClientService.AsyncResult.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractClientService.UriRequest.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractClientService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractParameterSerializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.RSAClientRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractRSAClientContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.RSARemoteCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/AbstractRSAClientService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteCallParameter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteCallParameterSerializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteCallable.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteCallableRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteResponseDeserializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteServiceClientContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/IRemoteServiceFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallParameter.Builder.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallParameter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallParameterFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallable.Builder.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallable.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteCallableFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteServiceClientReference.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/RemoteServiceClientRegistry.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/StringParameterSerializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractClientContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.AsyncResult.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.UriRequest.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractClientService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractParameterSerializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientContainer.RSAClientRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientService.RSARemoteCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/AbstractRSAClientService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallParameter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallParameterSerializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallable.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteCallableRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteResponseDeserializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteServiceClientContainerAdapter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/IRemoteServiceFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameter.Builder.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallParameterFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallable.Builder.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallable.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteCallableFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientReference.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/RemoteServiceClientRegistry.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/class-use/StringParameterSerializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/client/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/EventMessage.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/EventTopicFilter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/class-use/DistributedEventAdmin.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/class-use/EventMessage.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/class-use/EventTopicFilter.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/SerializationHandler.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/class-use/SerializationHandler.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/eventadmin/serialization/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteCallCompleteEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteCallEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteCallStartEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteServiceChangedEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteServiceEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteServiceReferenceRetrievedEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteServiceRegisteredEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/IRemoteServiceUnregisteredEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallCompleteEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteCallStartEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceChangedEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceReferenceRetrievedEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceRegisteredEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/class-use/IRemoteServiceUnregisteredEvent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/events/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/AdapterConfig.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/IRemoteServiceDistributionProvider.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/PeerRemoteServiceContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/RemoteServiceContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.Builder.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/RemoteServiceDistributionProvider.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/AdapterConfig.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/IRemoteServiceDistributionProvider.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/PeerRemoteServiceContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceDistributionProvider.Builder.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/class-use/RemoteServiceDistributionProvider.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/provider/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/IRestCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/RestCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/RestCallFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/RestCallableFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/RestException.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/class-use/IRestCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/class-use/RestCall.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/class-use/RestCallFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/class-use/RestCallableFactory.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/class-use/RestException.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/AbstractEntityRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/AbstractRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.RestRemoteServiceClientRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/AbstractRestClientService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/HttpDeleteRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/HttpGetRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/HttpPatchRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/HttpPostRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/HttpPutRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/RestClientContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/RestClientContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/RestClientService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/XMLRemoteResponseDeserializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractEntityRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientContainer.RestRemoteServiceClientRegistration.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/AbstractRestClientService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/HttpDeleteRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/HttpGetRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPatchRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPostRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/HttpPutRequestType.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/RestClientService.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/class-use/XMLRemoteResponseDeserializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/client/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/RestID.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/RestNamespace.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/class-use/RestID.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/class-use/RestNamespace.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/identity/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/synd/SyndFeedResponseDeserializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/synd/class-use/SyndFeedResponseDeserializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/synd/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/synd/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/synd/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/synd/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/util/DSPresent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/util/DSUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/util/IDSPresent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/util/class-use/DSPresent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/util/class-use/DSUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/util/class-use/IDSPresent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/util/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/util/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/util/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/rest/util/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/HttpServiceComponent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/IRemoteCallParameterDeserializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/IRemoteCallResponseSerializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/ObjectSerializationParameterDeserializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/ObjectSerializationResponseSerializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/RemoteServiceHttpServlet.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/ServletServerContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/ServletServerContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/HttpServiceComponent.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/IRemoteCallParameterDeserializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/IRemoteCallResponseSerializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/ObjectSerializationParameterDeserializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/ObjectSerializationResponseSerializer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/RemoteServiceHttpServlet.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/ServletServerContainer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/class-use/ServletServerContainerInstantiator.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/servlet/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/AsyncUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/EndpointDescriptionPropertiesUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/IDUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/ObjectSerializationUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/RemoteCallMethod.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/StreamUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/AsyncUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/EndpointDescriptionPropertiesUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/IDUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/ObjectSerializationUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/RemoteCallMethod.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/RemoteFilterImpl.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/class-use/StreamUtil.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/package-use.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/IRemoteServiceTrackerCustomizer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/class-use/IRemoteServiceTrackerCustomizer.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/class-use/RemoteServiceTracker.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/package-frame.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/package-summary.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/package-tree.html: different
      html/reference/api/org/eclipse/ecf/remoteservice/util/tracker/package-use.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/EndpointDescription.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/EndpointEvent.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/EndpointEventListener.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/EndpointListener.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/EndpointPermission.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/ExportReference.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/ExportRegistration.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/ImportReference.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/ImportRegistration.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/RemoteConstants.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/EndpointDescription.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/EndpointEvent.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/EndpointEventListener.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/EndpointListener.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/EndpointPermission.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/ExportReference.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/ExportRegistration.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/ImportReference.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/ImportRegistration.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/RemoteConstants.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdmin.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdminEvent.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/class-use/RemoteServiceAdminListener.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/namespace/DiscoveryNamespace.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/namespace/DistributionNamespace.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/namespace/TopologyNamespace.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/namespace/class-use/DiscoveryNamespace.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/namespace/class-use/DistributionNamespace.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/namespace/class-use/TopologyNamespace.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/namespace/package-frame.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/namespace/package-summary.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/namespace/package-tree.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/namespace/package-use.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/package-frame.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/package-summary.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/package-tree.html: different
      html/reference/api/org/osgi/service/remoteserviceadmin/package-use.html: different
      html/reference/api/overview-frame.html: different
      html/reference/api/overview-summary.html: different
      html/reference/api/overview-tree.html: different
      html/reference/api/serialized-form.html: different
      index/_1.fdt: different
      index/_1.fdx: different
      index/_1.fnm: different
      index/_1.nvd: different
      index/_1.nvm: different
      index/_1.si: different
      index/_1_Lucene84_0.doc: different
      index/_1_Lucene84_0.pos: different
      index/_1_Lucene84_0.tim: different
      index/_1_Lucene84_0.tip: different
      index/indexed_contributions: different
      index/indexed_dependencies: different
      index/indexed_docs: different
      index/segments_1: different

[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.doc ---
[INFO] Fetching org.eclipse.ecf.doc_1.3.300.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (1.9MB)
[INFO] Fetching org.eclipse.ecf.doc.source_1.3.300.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (20.33kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:com.mycorp.examples.timeservice >-----------
[INFO] Building com.mycorp.examples.timeservice 1.1.200-SNAPSHOT       [31/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ com.mycorp.examples.timeservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice ---
[INFO] The project's OSGi version is 1.1.200.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ com.mycorp.examples.timeservice ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.mycorp.examples.timeservice ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ com.mycorp.examples.timeservice ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.mycorp.examples.timeservice ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ com.mycorp.examples.timeservice ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/target/com.mycorp.examples.timeservice-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ com.mycorp.examples.timeservice ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/target/com.mycorp.examples.timeservice-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ com.mycorp.examples.timeservice ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ com.mycorp.examples.timeservice ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/target/com.mycorp.examples.timeservice-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ com.mycorp.examples.timeservice ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/target/com.mycorp.examples.timeservice-1.1.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/target/com.mycorp.examples.timeservice-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ com.mycorp.examples.timeservice ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/target/com.mycorp.examples.timeservice-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice ---
[INFO] MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice ---
[INFO] Fetching com.mycorp.examples.timeservice_1.1.200.v20200611-1508.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (6.72kB)
[INFO] Fetching com.mycorp.examples.timeservice.source_1.1.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (9.23kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------< org.eclipse.ecf:com.mycorp.examples.timeservice.async >--------
[INFO] Building com.mycorp.examples.timeservice.async 2.1.100-SNAPSHOT [32/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ com.mycorp.examples.timeservice.async ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.async ---
[INFO] The project's OSGi version is 2.1.100.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.async ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ com.mycorp.examples.timeservice.async ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.mycorp.examples.timeservice.async ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ com.mycorp.examples.timeservice.async ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.mycorp.examples.timeservice.async ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ com.mycorp.examples.timeservice.async ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/target/com.mycorp.examples.timeservice.async-2.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.async ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ com.mycorp.examples.timeservice.async ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/target/com.mycorp.examples.timeservice.async-2.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.async ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ com.mycorp.examples.timeservice.async ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/target/com.mycorp.examples.timeservice.async-2.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ com.mycorp.examples.timeservice.async ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/target/com.mycorp.examples.timeservice.async-2.1.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/target/com.mycorp.examples.timeservice.async-2.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ com.mycorp.examples.timeservice.async ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/target/com.mycorp.examples.timeservice.async-2.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.async ---
[INFO] MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.async:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.async/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.async ---
[INFO] Fetching com.mycorp.examples.timeservice.async_2.1.100.v20200611-1508.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (6.75kB)
[INFO] Fetching com.mycorp.examples.timeservice.async.source_2.1.100.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (9.34kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:com.mycorp.examples.timeservice.consumer >------
[INFO] Building com.mycorp.examples.timeservice.consumer 1.1.200-SNAPSHOT [33/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ com.mycorp.examples.timeservice.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.consumer ---
[INFO] The project's OSGi version is 1.1.200.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ com.mycorp.examples.timeservice.consumer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.mycorp.examples.timeservice.consumer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ com.mycorp.examples.timeservice.consumer ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.mycorp.examples.timeservice.consumer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ com.mycorp.examples.timeservice.consumer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/target/com.mycorp.examples.timeservice.consumer-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ com.mycorp.examples.timeservice.consumer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/target/com.mycorp.examples.timeservice.consumer-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.consumer ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ com.mycorp.examples.timeservice.consumer ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/target/com.mycorp.examples.timeservice.consumer-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ com.mycorp.examples.timeservice.consumer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/target/com.mycorp.examples.timeservice.consumer-1.1.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/target/com.mycorp.examples.timeservice.consumer-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ com.mycorp.examples.timeservice.consumer ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/target/com.mycorp.examples.timeservice.consumer-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.consumer ---
[INFO] MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.consumer ---
[INFO] Fetching com.mycorp.examples.timeservice.consumer_1.1.200.v20200611-1508.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (8.43kB)
[INFO] Fetching com.mycorp.examples.timeservice.consumer.source_1.1.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (10.54kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----< org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds >-----
[INFO] Building com.mycorp.examples.timeservice.consumer.ds 1.0.300-SNAPSHOT [34/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] The project's OSGi version is 1.0.300.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/target/com.mycorp.examples.timeservice.consumer.ds-1.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/target/com.mycorp.examples.timeservice.consumer.ds-1.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/target/com.mycorp.examples.timeservice.consumer.ds-1.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/target/com.mycorp.examples.timeservice.consumer.ds-1.0.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/target/com.mycorp.examples.timeservice.consumer.ds-1.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/target/com.mycorp.examples.timeservice.consumer.ds-1.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.consumer.ds ---
[INFO] Fetching com.mycorp.examples.timeservice.consumer.ds_1.0.300.v20200611-1508.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (13.79kB)
[INFO] Fetching com.mycorp.examples.timeservice.consumer.ds.source_1.0.300.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (26.39kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds.async >--
[INFO] Building com.mycorp.examples.timeservice.consumer.ds.async 1.0.200-SNAPSHOT [35/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] The project's OSGi version is 1.0.200.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/target/com.mycorp.examples.timeservice.consumer.ds.async-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/target/com.mycorp.examples.timeservice.consumer.ds.async-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/target/com.mycorp.examples.timeservice.consumer.ds.async-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/target/com.mycorp.examples.timeservice.consumer.ds.async-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/target/com.mycorp.examples.timeservice.consumer.ds.async-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/target/com.mycorp.examples.timeservice.consumer.ds.async-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds.async:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.consumer.ds.async ---
[INFO] Fetching com.mycorp.examples.timeservice.consumer.ds.async_1.0.200.v20200611-1508.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (14.5kB)
[INFO] Fetching com.mycorp.examples.timeservice.consumer.ds.async.source_1.0.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (28.29kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.filediscovery >--
[INFO] Building com.mycorp.examples.timeservice.consumer.filediscovery 1.2.101-SNAPSHOT [36/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] The project's OSGi version is 1.2.101.v20191012-1926
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/target/com.mycorp.examples.timeservice.consumer.filediscovery-1.2.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/target/com.mycorp.examples.timeservice.consumer.filediscovery-1.2.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/target/com.mycorp.examples.timeservice.consumer.filediscovery-1.2.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/target/com.mycorp.examples.timeservice.consumer.filediscovery-1.2.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/target/com.mycorp.examples.timeservice.consumer.filediscovery-1.2.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/target/com.mycorp.examples.timeservice.consumer.filediscovery-1.2.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.filediscovery:1.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.consumer.filediscovery ---
[INFO] Fetching com.mycorp.examples.timeservice.consumer.filediscovery_1.2.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (7.13kB)
[INFO] Fetching com.mycorp.examples.timeservice.consumer.filediscovery.source_1.2.101.v20191012-1926.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (8.36kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.filediscovery.rest >--
[INFO] Building com.mycorp.examples.timeservice.consumer.filediscovery.rest 1.2.101-SNAPSHOT [37/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] The project's OSGi version is 1.2.101.v20191012-1926
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/target/com.mycorp.examples.timeservice.consumer.filediscovery.rest-1.2.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/target/com.mycorp.examples.timeservice.consumer.filediscovery.rest-1.2.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/target/com.mycorp.examples.timeservice.consumer.filediscovery.rest-1.2.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/target/com.mycorp.examples.timeservice.consumer.filediscovery.rest-1.2.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/target/com.mycorp.examples.timeservice.consumer.filediscovery.rest-1.2.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/target/com.mycorp.examples.timeservice.consumer.filediscovery.rest-1.2.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.filediscovery.rest:1.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest ---
[INFO] Fetching com.mycorp.examples.timeservice.consumer.filediscovery.rest_1.2.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (7.13kB)
[INFO] Fetching com.mycorp.examples.timeservice.consumer.filediscovery.rest.source_1.2.101.v20191012-1926.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (8.36kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------< org.eclipse.ecf:com.mycorp.examples.timeservice.host >--------
[INFO] Building com.mycorp.examples.timeservice.host 1.1.300-SNAPSHOT  [38/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ com.mycorp.examples.timeservice.host ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.host ---
[INFO] The project's OSGi version is 1.1.300.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.host ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ com.mycorp.examples.timeservice.host ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.mycorp.examples.timeservice.host ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ com.mycorp.examples.timeservice.host ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.mycorp.examples.timeservice.host ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ com.mycorp.examples.timeservice.host ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/target/com.mycorp.examples.timeservice.host-1.1.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.host ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ com.mycorp.examples.timeservice.host ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/target/com.mycorp.examples.timeservice.host-1.1.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.host ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ com.mycorp.examples.timeservice.host ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/target/com.mycorp.examples.timeservice.host-1.1.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ com.mycorp.examples.timeservice.host ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/target/com.mycorp.examples.timeservice.host-1.1.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/target/com.mycorp.examples.timeservice.host-1.1.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ com.mycorp.examples.timeservice.host ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/target/com.mycorp.examples.timeservice.host-1.1.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.host ---
[INFO] MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.host:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.host/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.host ---
[INFO] Fetching com.mycorp.examples.timeservice.host_1.1.300.v20200611-1508.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (15.1kB)
[INFO] Fetching com.mycorp.examples.timeservice.host.source_1.1.300.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (28.77kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:com.mycorp.examples.timeservice.provider.rest.consumer >--
[INFO] Building com.mycorp.examples.timeservice.provider.rest.consumer 1.1.101-SNAPSHOT [39/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] The project's OSGi version is 1.1.101.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/target/com.mycorp.examples.timeservice.provider.rest.consumer-1.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/target/com.mycorp.examples.timeservice.provider.rest.consumer-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/target/com.mycorp.examples.timeservice.provider.rest.consumer-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/target/com.mycorp.examples.timeservice.provider.rest.consumer-1.1.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/target/com.mycorp.examples.timeservice.provider.rest.consumer-1.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/target/com.mycorp.examples.timeservice.provider.rest.consumer-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.provider.rest.consumer:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.provider.rest.consumer ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:com.mycorp.examples.timeservice.provider.rest.host >--
[INFO] Building com.mycorp.examples.timeservice.provider.rest.host 1.1.101-SNAPSHOT [40/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] The project's OSGi version is 1.1.101.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/target/com.mycorp.examples.timeservice.provider.rest.host-1.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/target/com.mycorp.examples.timeservice.provider.rest.host-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/target/com.mycorp.examples.timeservice.provider.rest.host-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/target/com.mycorp.examples.timeservice.provider.rest.host-1.1.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/target/com.mycorp.examples.timeservice.provider.rest.host-1.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/target/com.mycorp.examples.timeservice.provider.rest.host-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.provider.rest.host ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.provider.rest.host:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.provider.rest.host ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.presence >--------------
[INFO] Building org.eclipse.ecf.presence 2.1.200-SNAPSHOT              [41/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence ---
[INFO] The project's OSGi version is 2.1.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.presence ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.presence ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.presence ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.presence ---
[INFO] Compiling 92 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.presence ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.presence ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.presence ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.presence ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.presence ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.presence ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.presence ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/target/org.eclipse.ecf.presence-2.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence ---
[INFO] Fetching org.eclipse.ecf.presence_2.1.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (24.94kB)
[INFO] Fetching org.eclipse.ecf.presence.source_2.1.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (97.4kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------------< org.eclipse.ecf:org.jivesoftware.smack >---------------
[INFO] Building org.jivesoftware.smack 3.3.300-SNAPSHOT                [42/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.jivesoftware.smack ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.jivesoftware.smack ---
[INFO] The project's OSGi version is 3.3.300.v20180303-0057
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.jivesoftware.smack ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.jivesoftware.smack ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.jivesoftware.smack ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.jivesoftware.smack ---
[INFO] Compiling 408 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/AffiliationsProvider.java:[21] 
	import org.jivesoftware.smackx.provider.EmbeddedExtensionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/AffiliationsProvider.java:[30] 
	*/public class AffiliationsProvider extends EmbeddedExtensionProvider
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/AffiliationProvider.java:[20] 
	import org.jivesoftware.smackx.provider.EmbeddedExtensionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/AffiliationProvider.java:[29] 
	public class AffiliationProvider extends EmbeddedExtensionProvider
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/proxy/Socks4ProxySocketFactory.java:[84] 
	socket=new Socket(proxy_host, proxy_port);    
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Resource leak: 'socket' is never closed
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/SimpleNodeProvider.java:[20] 
	import org.jivesoftware.smackx.provider.EmbeddedExtensionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/SimpleNodeProvider.java:[30] 
	public class SimpleNodeProvider extends EmbeddedExtensionProvider
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/StreamInitiationProvider.java:[100] 
	fileDate = StringUtils.parseXEP0082Date(date);
	                       ^^^^^^^^^^^^^^^^^^^^^^
The method parseXEP0082Date(String) from the type StringUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/RetractEventProvider.java:[20] 
	import org.jivesoftware.smackx.provider.EmbeddedExtensionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/RetractEventProvider.java:[30] 
	public class RetractEventProvider extends EmbeddedExtensionProvider
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/ServiceDiscoveryManager.java:[160] 
	identity.setType(type);
	         ^^^^^^^^^^^^^
The method setType(String) from the type DiscoverInfo.Identity is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smack/proxy/HTTPProxySocketFactory.java:[82] 
	Socket socket = new Socket(proxyhost,proxyPort);
	       ^^^^^^
Resource leak: 'socket' is never closed
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/EventProvider.java:[20] 
	import org.jivesoftware.smackx.provider.EmbeddedExtensionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/EventProvider.java:[31] 
	public class EventProvider extends EmbeddedExtensionProvider
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/FormNodeProvider.java:[22] 
	import org.jivesoftware.smackx.provider.EmbeddedExtensionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/FormNodeProvider.java:[32] 
	public class FormNodeProvider extends EmbeddedExtensionProvider
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/ConfigEventProvider.java:[22] 
	import org.jivesoftware.smackx.provider.EmbeddedExtensionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/ConfigEventProvider.java:[32] 
	public class ConfigEventProvider extends EmbeddedExtensionProvider
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/ItemsProvider.java:[20] 
	import org.jivesoftware.smackx.provider.EmbeddedExtensionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/ItemsProvider.java:[29] 
	public class ItemsProvider extends EmbeddedExtensionProvider
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/provider/HeadersProvider.java:[29] 
	public class HeadersProvider extends EmbeddedExtensionProvider
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/SubscriptionsProvider.java:[20] 
	import org.jivesoftware.smackx.provider.EmbeddedExtensionProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/pubsub/provider/SubscriptionsProvider.java:[30] 
	public class SubscriptionsProvider extends EmbeddedExtensionProvider
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
The type EmbeddedExtensionProvider is deprecated
23 problems (23 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.jivesoftware.smack ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.jivesoftware.smack ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.3.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.jivesoftware.smack ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.jivesoftware.smack ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.3.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.jivesoftware.smack ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.jivesoftware.smack ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.jivesoftware.smack ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.3.300-SNAPSHOT.jar_unpacked_1766802528578334808/jars/xpp.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.3.300-SNAPSHOT.jar_unpacked_1766802528578334808/jars/xpp.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.3.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/target/org.jivesoftware.smack-3.3.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.jivesoftware.smack ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.jivesoftware.smack ---
[INFO] MavenProject: org.eclipse.ecf:org.jivesoftware.smack:3.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.jivesoftware.smack ---
[INFO] Fetching org.jivesoftware.smack_3.3.300.v20180303-0057.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (1.07MB)
[INFO] Fetching org.jivesoftware.smack.source_3.3.300.v20180303-0057.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200522-1203/plugins/ (838.8kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.provider.xmpp >------------
[INFO] Building org.eclipse.ecf.provider.xmpp 3.2.400-SNAPSHOT         [43/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp ---
[INFO] The project's OSGi version is 3.2.400.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.xmpp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.xmpp ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.xmpp ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/src/org/eclipse/ecf/internal/provider/xmpp/XmppPlugin.java:[91] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.xmpp ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.xmpp ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.400-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.xmpp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.400-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.xmpp ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/target/org.eclipse.ecf.provider.xmpp-3.2.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp:3.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.xmpp ---
[INFO] Fetching org.eclipse.ecf.provider.xmpp_3.2.400.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (59.85kB)
[INFO] Fetching org.eclipse.ecf.provider.xmpp.source_3.2.400.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (94.97kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------------< org.eclipse.ecf:org.eclipse.ecf.ui >-----------------
[INFO] Building org.eclipse.ecf.ui 2.2.200-SNAPSHOT                    [44/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.ui ---
[INFO] The project's OSGi version is 2.2.200.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.ui ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.2.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/target/org.eclipse.ecf.ui-2.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.ui ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui:2.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.ui ---
[INFO] Fetching org.eclipse.ecf.ui_2.2.200.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (63.16kB)
[INFO] Fetching org.eclipse.ecf.ui.source_2.2.200.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (76.76kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.presence.ui >-------------
[INFO] Building org.eclipse.ecf.presence.ui 2.4.200-SNAPSHOT           [45/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence.ui ---
[INFO] The project's OSGi version is 2.4.200.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.presence.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.presence.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.presence.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.presence.ui ---
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MessagesView.java:[67] 
	boolean useTraditionalTabFolder = PlatformUI.getPreferenceStore().getBoolean(IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS);
	                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MessagesView.java:[74] 
	if (event.getProperty().equals(IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS) && !tabFolder.isDisposed()) {
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MessagesView.java:[201] 
	IChatID cID = (IChatID) id.getAdapter(IChatID.class);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IChatID to IChatID
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuContributionItem.java:[74] 
	handlerService = (IHandlerService) serviceLocator.getService(IHandlerService.class);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IHandlerService to IHandlerService
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuContributionItem.java:[76] 
	commandService = (ICommandService) serviceLocator.getService(ICommandService.class);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from ICommandService to ICommandService
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/menu/AbstractRosterMenuContributionItem.java:[302] 
	IPresenceContainerAdapter presenceContainerAdapter = (IPresenceContainerAdapter) containers[i].getAdapter(IPresenceContainerAdapter.class);
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IPresenceContainerAdapter to IPresenceContainerAdapter
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/roster/AbstractRosterGroupContributionItem.java:[65] 
	return (IContainer) pca.getAdapter(IContainer.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IContainer to IContainer
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/roster/AbstractRosterEntryContributionItem.java:[65] 
	return (IContainer) pca.getAdapter(IContainer.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IContainer to IContainer
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.java:[165] 
	participantsTable.setSorter(new ViewerSorter());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.java:[165] 
	participantsTable.setSorter(new ViewerSorter());
	                                ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.java:[165] 
	participantsTable.setSorter(new ViewerSorter());
	                                ^^^^^^^^^^^^^^
The constructor ViewerSorter() is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.java:[458] 
	boolean useTraditionalTabFolder = PlatformUI.getPreferenceStore().getBoolean(IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS);
	                                                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.java:[467] 
	if (event.getProperty().equals(IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS) && !rootTabFolder.isDisposed()) {
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.java:[1290] 
	IWorkbenchSiteProgressService service = (IWorkbenchSiteProgressService) messageView.getSite().getAdapter(IWorkbenchSiteProgressService.class);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IWorkbenchSiteProgressService to IWorkbenchSiteProgressService
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.java:[1322] 
	IChatID chatID = (IChatID) targetID.getAdapter(IChatID.class);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IChatID to IChatID
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/chatroom/ChatRoomManagerView.java:[1342] 
	IChatID chatID = (IChatID) targetID.getAdapter(IChatID.class);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IChatID to IChatID
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog.java:[117] 
	(IPresenceContainerAdapter) container.getAdapter(IPresenceContainerAdapter.class);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IPresenceContainerAdapter to IPresenceContainerAdapter
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/handlers/BrowseDialog.java:[368] 
	adapter = (IWorkbenchAdapter) ((IAdaptable) element)
					.getAdapter(IWorkbenchAdapter.class);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IWorkbenchAdapter to IWorkbenchAdapter
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MultiRosterView.java:[292] 
	IContainer container = (IContainer) services[i].getAdapter(IContainer.class);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IContainer to IContainer
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MultiRosterView.java:[913] 
	IPresenceContainerAdapter containerAdapter = (IPresenceContainerAdapter) container.getAdapter(IPresenceContainerAdapter.class);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IPresenceContainerAdapter to IPresenceContainerAdapter
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MultiRosterView.java:[1035] 
	IFQID fqid = (IFQID) id.getAdapter(IFQID.class);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IFQID to IFQID
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MultiRosterContentProvider.java:[38] 
	adapter = (IWorkbenchAdapter) ((IAdaptable) element).getAdapter(IWorkbenchAdapter.class);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IWorkbenchAdapter to IWorkbenchAdapter
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/MultiRosterLabelProvider.java:[44] 
	adapter = (IWorkbenchAdapter) ((IAdaptable) element)
					.getAdapter(IWorkbenchAdapter.class);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IWorkbenchAdapter to IWorkbenchAdapter
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/presence/ui/roster/AbstractRosterContributionItem.java:[64] 
	return (IContainer) pca.getAdapter(IContainer.class);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IContainer to IContainer
24 problems (24 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.presence.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.presence.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.presence.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.presence.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.presence.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.presence.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.presence.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/target/org.eclipse.ecf.presence.ui-2.4.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.ui ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.ui:2.4.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence.ui ---
[INFO] Fetching org.eclipse.ecf.presence.ui_2.4.200.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (73.38kB)
[INFO] Fetching org.eclipse.ecf.presence.ui.source_2.4.200.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (97.02kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.example.clients >-----------
[INFO] Building org.eclipse.ecf.example.clients 2.0.200-SNAPSHOT       [46/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.example.clients ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.example.clients ---
[INFO] The project's OSGi version is 2.0.200.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.example.clients ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.example.clients ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.example.clients ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.example.clients ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.example.clients ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.example.clients ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/target/org.eclipse.ecf.example.clients-2.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.example.clients ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.example.clients ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/target/org.eclipse.ecf.example.clients-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.example.clients ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.example.clients ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/target/org.eclipse.ecf.example.clients-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.example.clients ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/target/org.eclipse.ecf.example.clients-2.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/target/org.eclipse.ecf.example.clients-2.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.example.clients ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/target/org.eclipse.ecf.example.clients-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.example.clients ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.example.clients:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.example.clients ---
[INFO] Fetching org.eclipse.ecf.example.clients_2.0.200.v20200611-1508.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (13.92kB)
[INFO] Fetching org.eclipse.ecf.example.clients.source_2.0.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (21.35kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.server.generic >-----------
[INFO] Building org.eclipse.ecf.server.generic 8.1.100-SNAPSHOT        [47/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.server.generic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.server.generic ---
[INFO] The project's OSGi version is 8.1.100.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.server.generic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.server.generic ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.server.generic ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.server.generic ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/internal/server/generic/Activator.java:[77] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.server.generic ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.server.generic ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.server.generic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.server.generic ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.server.generic ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.server.generic ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.server.generic ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.1.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.1.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.server.generic ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/target/org.eclipse.ecf.server.generic-8.1.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.server.generic ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic:8.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server.generic/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.server.generic ---
[INFO] Fetching org.eclipse.ecf.server.generic_8.1.100.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (31.57kB)
[INFO] Fetching org.eclipse.ecf.server.generic.source_8.1.100.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (62.98kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.example.collab >-----------
[INFO] Building org.eclipse.ecf.example.collab 2.0.200-SNAPSHOT        [48/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.example.collab ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.example.collab ---
[INFO] The project's OSGi version is 2.0.200.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.example.collab ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.example.collab ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.example.collab ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.example.collab ---
[INFO] Compiling 63 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/example/collab/share/io/FileTransferSharedObject.java:[65] 
	throw new NullPointerException(Messages.FileTransferSharedObject_EXCEPTION_INPUTSTREAM_NOT_NULL);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.example.collab ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.example.collab ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/target/org.eclipse.ecf.example.collab-2.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.example.collab ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.example.collab ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/target/org.eclipse.ecf.example.collab-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.example.collab ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.example.collab ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/target/org.eclipse.ecf.example.collab-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.example.collab ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/target/org.eclipse.ecf.example.collab-2.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/target/org.eclipse.ecf.example.collab-2.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.example.collab ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/target/org.eclipse.ecf.example.collab-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.example.collab ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.example.collab:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.collab/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.example.collab ---
[INFO] Fetching org.eclipse.ecf.example.collab_2.0.200.v20200611-1508.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (88.88kB)
[INFO] Fetching org.eclipse.ecf.example.collab.source_2.0.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (129.71kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:org.eclipse.ecf.examples.eventadmin.app >-------
[INFO] Building org.eclipse.ecf.examples.eventadmin.app 1.0.200-SNAPSHOT [49/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] The project's OSGi version is 1.0.200.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/target/org.eclipse.ecf.examples.eventadmin.app-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/target/org.eclipse.ecf.examples.eventadmin.app-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/target/org.eclipse.ecf.examples.eventadmin.app-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/target/org.eclipse.ecf.examples.eventadmin.app-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/target/org.eclipse.ecf.examples.eventadmin.app-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/target/org.eclipse.ecf.examples.eventadmin.app-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.eventadmin.app:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.eventadmin.app ---
[INFO] Fetching org.eclipse.ecf.examples.eventadmin.app_1.0.200.v20200611-1508.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (12.8kB)
[INFO] Fetching org.eclipse.ecf.examples.eventadmin.app.source_1.0.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (21.72kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.consumer.edef >--
[INFO] Building org.eclipse.ecf.examples.remoteservices.hello.consumer.edef 1.1.101-SNAPSHOT [50/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] The project's OSGi version is 1.1.101.v20191012-1926
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/target/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef-1.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/target/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/target/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/target/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef-1.1.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/target/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef-1.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/target/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.consumer.edef:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.edef/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---< org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello >----
[INFO] Building org.eclipse.ecf.examples.remoteservices.hello 4.0.101-SNAPSHOT [51/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] The project's OSGi version is 4.0.101.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.examples.remoteservices.hello ---
[WARNING] The effective compiler target level 1.5 is incompatible with the following OSGi execution environments: [J2SE-1.4 (assumes 1.2), CDC-1.1/Foundation-1.1 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello:4.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/pom.xml
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/target/org.eclipse.ecf.examples.remoteservices.hello-4.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/target/org.eclipse.ecf.examples.remoteservices.hello-4.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/target/org.eclipse.ecf.examples.remoteservices.hello-4.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/target/org.eclipse.ecf.examples.remoteservices.hello-4.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/target/org.eclipse.ecf.examples.remoteservices.hello-4.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/target/org.eclipse.ecf.examples.remoteservices.hello-4.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.hello ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello:4.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.hello ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.consumer >--
[INFO] Building org.eclipse.ecf.examples.remoteservices.hello.consumer 3.0.101-SNAPSHOT [52/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] The project's OSGi version is 3.0.101.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[WARNING] The effective compiler target level 1.5 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.consumer:3.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/pom.xml
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.consumer-3.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.consumer-3.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.consumer-3.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.consumer-3.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.consumer-3.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.consumer-3.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.consumer:3.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.hello.consumer ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.ds.consumer >--
[INFO] Building org.eclipse.ecf.examples.remoteservices.hello.ds.consumer 2.0.101-SNAPSHOT [53/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] The project's OSGi version is 2.0.101.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[WARNING] The effective compiler target level jsr14 is incompatible with the following OSGi execution environments: [J2SE-1.4 (assumes 1.2), CDC-1.1/Foundation-1.1 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.ds.consumer:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/pom.xml
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer-2.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/target/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.ds.consumer:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.consumer/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.host >--
[INFO] Building org.eclipse.ecf.examples.remoteservices.hello.host 3.1.101-SNAPSHOT [54/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] The project's OSGi version is 3.1.101.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[WARNING] The effective compiler target level 1.5 is incompatible with the following OSGi execution environments: [CDC-1.1/Foundation-1.1 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.host:3.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/pom.xml
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/target/org.eclipse.ecf.examples.remoteservices.hello.host-3.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/target/org.eclipse.ecf.examples.remoteservices.hello.host-3.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/target/org.eclipse.ecf.examples.remoteservices.hello.host-3.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/target/org.eclipse.ecf.examples.remoteservices.hello.host-3.1.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/target/org.eclipse.ecf.examples.remoteservices.hello.host-3.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/target/org.eclipse.ecf.examples.remoteservices.hello.host-3.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello.host:3.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.hello.host ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.rest.rss >--
[INFO] Building org.eclipse.ecf.examples.remoteservices.rest.rss 1.1.101-SNAPSHOT [55/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] The project's OSGi version is 1.1.101.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/target/org.eclipse.ecf.examples.remoteservices.rest.rss-1.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/target/org.eclipse.ecf.examples.remoteservices.rest.rss-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/target/org.eclipse.ecf.examples.remoteservices.rest.rss-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/target/org.eclipse.ecf.examples.remoteservices.rest.rss-1.1.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/target/org.eclipse.ecf.examples.remoteservices.rest.rss-1.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/target/org.eclipse.ecf.examples.remoteservices.rest.rss-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.rest.rss:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.examples.remoteservices.rest.rss/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.rest.rss ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------------< org.eclipse.ecf:org.eclipse.ecf.datashare >--------------
[INFO] Building org.eclipse.ecf.datashare 3.0.300-SNAPSHOT             [56/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.datashare ---
[INFO] The project's OSGi version is 3.0.300.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.datashare ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.datashare ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.datashare ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.datashare ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.datashare ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.datashare ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.datashare ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.datashare ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.datashare ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.datashare ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/target/org.eclipse.ecf.datashare-3.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.datashare ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare:3.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.datashare/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.datashare ---
[INFO] Fetching org.eclipse.ecf.datashare_3.0.300.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (11.74kB)
[INFO] Fetching org.eclipse.ecf.datashare.source_3.0.300.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (34.01kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model >---------
[INFO] Building org.eclipse.ecf.discovery.ui.model 3.0.200-SNAPSHOT    [57/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] The project's OSGi version is 3.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/target/org.eclipse.ecf.discovery.ui.model-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.model/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.model ---
[INFO] Fetching org.eclipse.ecf.discovery.ui.model_3.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (22.79kB)
[INFO] Fetching org.eclipse.ecf.discovery.ui.model.source_3.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (45.49kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit >----------
[INFO] Building org.eclipse.ecf.discovery.ui.edit 3.0.200-SNAPSHOT     [58/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] The project's OSGi version is 3.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/target/org.eclipse.ecf.discovery.ui.edit-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.edit/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.edit ---
[INFO] Fetching org.eclipse.ecf.discovery.ui.edit_3.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (14.96kB)
[INFO] Fetching org.eclipse.ecf.discovery.ui.edit.source_3.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (23.91kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui >------------
[INFO] Building org.eclipse.ecf.discovery.ui 3.0.300-SNAPSHOT          [59/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui ---
[INFO] The project's OSGi version is 3.0.300.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.discovery.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.discovery.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/target/org.eclipse.ecf.discovery.ui-3.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui:3.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui ---
[INFO] Fetching org.eclipse.ecf.discovery.ui_3.0.300.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (12.35kB)
[INFO] Fetching org.eclipse.ecf.discovery.ui.source_3.0.300.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (17.79kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser >--------
[INFO] Building org.eclipse.ecf.discovery.ui.browser 1.0.200-SNAPSHOT  [60/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/target/org.eclipse.ecf.discovery.ui.browser-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.browser ---
[INFO] Fetching org.eclipse.ecf.discovery.ui.browser_1.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (7.91kB)
[INFO] Fetching org.eclipse.ecf.discovery.ui.browser.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (9.73kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties >-------
[INFO] Building org.eclipse.ecf.discovery.ui.properties 3.0.200-SNAPSHOT [61/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] The project's OSGi version is 3.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/target/org.eclipse.ecf.discovery.ui.properties-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.properties ---
[INFO] Fetching org.eclipse.ecf.discovery.ui.properties_3.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (7.73kB)
[INFO] Fetching org.eclipse.ecf.discovery.ui.properties.source_3.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (9.74kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed >---
[INFO] Building org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.200-SNAPSHOT [62/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] The project's OSGi version is 3.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/target/org.eclipse.ecf.discovery.ui.properties.tabbed-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.properties.tabbed/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.properties.tabbed ---
[INFO] Fetching org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (11.16kB)
[INFO] Fetching org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (16.4kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput >-------
[INFO] Building org.eclipse.ecf.discovery.ui.userinput 1.0.200-SNAPSHOT [63/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/target/org.eclipse.ecf.discovery.ui.userinput-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.userinput/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui.userinput ---
[INFO] Fetching org.eclipse.ecf.discovery.ui.userinput_1.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (14.08kB)
[INFO] Fetching org.eclipse.ecf.discovery.ui.userinput.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (20.57kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------------< org.eclipse.ecf:org.eclipse.ecf.sync >----------------
[INFO] Building org.eclipse.ecf.sync 2.0.300-SNAPSHOT                  [64/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.sync ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.sync ---
[INFO] The project's OSGi version is 2.0.300.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.sync ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.sync ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.sync ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.sync ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/src/org/eclipse/ecf/internal/sync/Activator.java:[76] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.sync ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.sync ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/target/org.eclipse.ecf.sync-2.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.sync ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.sync ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/target/org.eclipse.ecf.sync-2.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.sync ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.sync ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/target/org.eclipse.ecf.sync-2.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.sync ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/target/org.eclipse.ecf.sync-2.0.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/target/org.eclipse.ecf.sync-2.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.sync ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/target/org.eclipse.ecf.sync-2.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.sync ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.sync:2.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.sync/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.sync ---
[INFO] Fetching org.eclipse.ecf.sync_2.0.300.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (15.11kB)
[INFO] Fetching org.eclipse.ecf.sync.source_2.0.300.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (35.02kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.docshare >--------------
[INFO] Building org.eclipse.ecf.docshare 3.0.400-SNAPSHOT              [65/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.docshare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.docshare ---
[INFO] The project's OSGi version is 3.0.400.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.docshare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.docshare ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.docshare ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.docshare ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.docshare ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.docshare ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/target/org.eclipse.ecf.docshare-3.0.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.docshare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.docshare ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/target/org.eclipse.ecf.docshare-3.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.docshare ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.docshare ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/target/org.eclipse.ecf.docshare-3.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.docshare ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/target/org.eclipse.ecf.docshare-3.0.400-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/target/org.eclipse.ecf.docshare-3.0.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.docshare ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/target/org.eclipse.ecf.docshare-3.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.docshare ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.docshare:3.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.docshare/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.docshare ---
[INFO] Fetching org.eclipse.ecf.docshare_3.0.400.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (21.37kB)
[INFO] Fetching org.eclipse.ecf.docshare.source_3.0.400.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (28.74kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui >-----------
[INFO] Building org.eclipse.ecf.filetransfer.ui 1.5.200-SNAPSHOT       [66/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] The project's OSGi version is 1.5.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/target/org.eclipse.ecf.filetransfer.ui-1.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ui:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.filetransfer.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.ui ---
[INFO] Fetching org.eclipse.ecf.filetransfer.ui_1.5.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (32.76kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ui.source_1.5.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (24.6kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.presence.bot >------------
[INFO] Building org.eclipse.ecf.presence.bot 1.3.300-SNAPSHOT          [67/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.bot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence.bot ---
[INFO] The project's OSGi version is 1.3.300.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.presence.bot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.presence.bot ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.presence.bot ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.presence.bot ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.presence.bot ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.presence.bot ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.presence.bot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence.bot ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.presence.bot ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.presence.bot ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.presence.bot ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.presence.bot ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/target/org.eclipse.ecf.presence.bot-1.3.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.bot ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.bot:1.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.bot/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence.bot ---
[INFO] Fetching org.eclipse.ecf.presence.bot_1.3.300.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (16.54kB)
[INFO] Fetching org.eclipse.ecf.presence.bot.source_1.3.300.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (33.88kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui >---------
[INFO] Building org.eclipse.ecf.presence.collab.ui 1.3.101-SNAPSHOT    [68/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] The project's OSGi version is 1.3.101.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/target/org.eclipse.ecf.presence.collab.ui-1.3.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.collab.ui ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.collab.ui:1.3.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.collab.ui/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence.collab.ui ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy >------
[INFO] Building org.eclipse.ecf.remoteservice.asyncproxy 1.1.200-SNAPSHOT [69/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] The project's OSGi version is 1.1.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/target/org.eclipse.ecf.remoteservice.asyncproxy-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/target/org.eclipse.ecf.remoteservice.asyncproxy-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/target/org.eclipse.ecf.remoteservice.asyncproxy-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/target/org.eclipse.ecf.remoteservice.asyncproxy-1.1.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/target/org.eclipse.ecf.remoteservice.asyncproxy-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/target/org.eclipse.ecf.remoteservice.asyncproxy-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.asyncproxy ---
[INFO] Skipped
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.soap >---------
[INFO] Building org.eclipse.ecf.remoteservice.soap 1.1.200-SNAPSHOT    [70/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] The project's OSGi version is 1.1.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/target/org.eclipse.ecf.remoteservice.soap-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/target/org.eclipse.ecf.remoteservice.soap-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/target/org.eclipse.ecf.remoteservice.soap-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/target/org.eclipse.ecf.remoteservice.soap-1.1.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/target/org.eclipse.ecf.remoteservice.soap-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/target/org.eclipse.ecf.remoteservice.soap-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.soap ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.soap:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.soap/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.soap ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui >----------
[INFO] Building org.eclipse.ecf.remoteservice.ui 3.4.300-SNAPSHOT      [71/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] The project's OSGi version is 3.4.300.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Compiling 79 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[34] 
	import org.eclipse.ecf.remoteservices.ui.MethodInvocationDialog;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[88] 
	final MethodInvocationDialog mid = new MethodInvocationDialog((Shell) null, cls);
	      ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[88] 
	final MethodInvocationDialog mid = new MethodInvocationDialog((Shell) null, cls);
	                                       ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[88] 
	final MethodInvocationDialog mid = new MethodInvocationDialog((Shell) null, cls);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor MethodInvocationDialog(Shell, Class) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[90] 
	final int timeout = (mid.getTimeout() > 0) ? mid.getTimeout() : 30000;
	                         ^^^^^^^^^^^^
The method getTimeout() from the type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[90] 
	final int timeout = (mid.getTimeout() > 0) ? mid.getTimeout() : 30000;
	                                                 ^^^^^^^^^^^^
The method getTimeout() from the type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[91] 
	final String methodName = mid.getMethod().getName();
	                              ^^^^^^^^^^^
The method getMethod() from the type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[92] 
	final Object[] methodArgs = mid.getMethodArguments();
	                                ^^^^^^^^^^^^^^^^^^^^
The method getMethodArguments() from the type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[106] 
	final int invokeType = mid.getInvocationType();
	                           ^^^^^^^^^^^^^^^^^^^
The method getInvocationType() from the type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[109] 
	case MethodInvocationDialog.ASYNC_FIRE_AND_GO:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[109] 
	case MethodInvocationDialog.ASYNC_FIRE_AND_GO:
	                            ^^^^^^^^^^^^^^^^^
The field MethodInvocationDialog.ASYNC_FIRE_AND_GO is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[112] 
	case MethodInvocationDialog.ASYNC_FUTURE_RESULT:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[112] 
	case MethodInvocationDialog.ASYNC_FUTURE_RESULT:
	                            ^^^^^^^^^^^^^^^^^^^
The field MethodInvocationDialog.ASYNC_FUTURE_RESULT is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[115] 
	case MethodInvocationDialog.ASYNC_LISTENER:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[115] 
	case MethodInvocationDialog.ASYNC_LISTENER:
	                            ^^^^^^^^^^^^^^
The field MethodInvocationDialog.ASYNC_LISTENER is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[118] 
	case MethodInvocationDialog.OSGI_SERVICE_PROXY:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[118] 
	case MethodInvocationDialog.OSGI_SERVICE_PROXY:
	                            ^^^^^^^^^^^^^^^^^^
The field MethodInvocationDialog.OSGI_SERVICE_PROXY is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[122] 
	case MethodInvocationDialog.REMOTE_SERVICE_PROXY:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[122] 
	case MethodInvocationDialog.REMOTE_SERVICE_PROXY:
	                            ^^^^^^^^^^^^^^^^^^^^
The field MethodInvocationDialog.REMOTE_SERVICE_PROXY is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[126] 
	case MethodInvocationDialog.SYNCHRONOUS:
	     ^^^^^^^^^^^^^^^^^^^^^^
The type MethodInvocationDialog is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/handlers/ReflectiveRemoteServiceHandler.java:[126] 
	case MethodInvocationDialog.SYNCHRONOUS:
	                            ^^^^^^^^^^^
The field MethodInvocationDialog.SYNCHRONOUS is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[54] 
	ImageData id = overlays[i].getImageData();
	                           ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[55] 
	drawImage(id, x, getSize().y - id.height);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[68] 
	ImageData id = overlays[i].getImageData();
	                           ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[70] 
	drawImage(id, x, getSize().y - id.height);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[76] 
	ImageData bg = fBase.getImageData();
	                     ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[77] 
	drawImage(bg, 0, 0);
	^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[101] 
	ImageData id = overlays[i].getImageData();
	                           ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[102] 
	drawImage(id, x, 0);
	^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[115] 
	ImageData id = overlays[i].getImageData();
	                           ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/OverlayIcon.java:[117] 
	drawImage(id, x, 0);
	^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
31 problems (31 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/target/org.eclipse.ecf.remoteservice.ui-3.4.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.ui ---
[INFO] Fetching org.eclipse.ecf.remoteservice.ui_3.4.300.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (52.99kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.ui.source_3.4.300.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (109.18kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------------< org.eclipse.ecf:org.eclipse.ecf.ssl >-----------------
[INFO] Building org.eclipse.ecf.ssl 1.2.400-SNAPSHOT                   [72/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.ssl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.ssl ---
[INFO] The project's OSGi version is 1.2.400.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.ssl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.ssl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.ssl ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.ssl ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.ssl ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.ssl ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.2.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.ssl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.ssl ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.2.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.ssl ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.ssl ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.2.400-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.ssl ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.2.400-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.2.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.ssl ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/target/org.eclipse.ecf.ssl-1.2.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.ssl ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.ssl:1.2.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ssl/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.ssl ---
[INFO] Fetching org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (9.93kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.400.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (13.61kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.storage >---------------
[INFO] Building org.eclipse.ecf.storage 2.0.200-SNAPSHOT               [73/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.storage ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.storage ---
[INFO] The project's OSGi version is 2.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.storage ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.storage ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.storage ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.storage ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/src/org/eclipse/ecf/internal/storage/Activator.java:[109] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.storage ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.storage ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/target/org.eclipse.ecf.storage-2.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.storage ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.storage ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/target/org.eclipse.ecf.storage-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.storage ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.storage ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/target/org.eclipse.ecf.storage-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.storage ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/target/org.eclipse.ecf.storage-2.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/target/org.eclipse.ecf.storage-2.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.storage ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/target/org.eclipse.ecf.storage-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.storage ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.storage:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.storage/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.storage ---
[INFO] Fetching org.eclipse.ecf.storage_2.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (13.53kB)
[INFO] Fetching org.eclipse.ecf.storage.source_2.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (26.83kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.telephony.call >-----------
[INFO] Building org.eclipse.ecf.telephony.call 2.0.200-SNAPSHOT        [74/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.telephony.call ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.telephony.call ---
[INFO] The project's OSGi version is 2.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.telephony.call ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.telephony.call ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.telephony.call ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.telephony.call ---
[WARNING] The effective compiler target level 1.2 is incompatible with the following OSGi execution environments: [CDC-1.0/Foundation-1.0 (assumes 1.1), J2SE-1.3 (assumes 1.1)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.telephony.call:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/pom.xml
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.telephony.call ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.telephony.call ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/target/org.eclipse.ecf.telephony.call-2.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.telephony.call ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.telephony.call ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/target/org.eclipse.ecf.telephony.call-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.telephony.call ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.telephony.call ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/target/org.eclipse.ecf.telephony.call-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.telephony.call ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/target/org.eclipse.ecf.telephony.call-2.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/target/org.eclipse.ecf.telephony.call-2.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.telephony.call ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/target/org.eclipse.ecf.telephony.call-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.telephony.call ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.telephony.call:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.telephony.call ---
[INFO] Fetching org.eclipse.ecf.telephony.call_2.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (10.7kB)
[INFO] Fetching org.eclipse.ecf.telephony.call.source_2.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (23.58kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.telephony.call.ui >----------
[INFO] Building org.eclipse.ecf.telephony.call.ui 1.3.200-SNAPSHOT     [75/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] The project's OSGi version is 1.3.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.telephony.call.ui ---
[WARNING] The effective compiler target level 1.2 is incompatible with the following OSGi execution environments: [CDC-1.0/Foundation-1.0 (assumes 1.1), J2SE-1.3 (assumes 1.1)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.telephony.call.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/pom.xml
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/target/org.eclipse.ecf.telephony.call.ui-1.3.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/target/org.eclipse.ecf.telephony.call.ui-1.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/target/org.eclipse.ecf.telephony.call.ui-1.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/target/org.eclipse.ecf.telephony.call.ui-1.3.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/target/org.eclipse.ecf.telephony.call.ui-1.3.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/target/org.eclipse.ecf.telephony.call.ui-1.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.telephony.call.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.telephony.call.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.telephony.call.ui ---
[INFO] Fetching org.eclipse.ecf.telephony.call.ui_1.3.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (9.54kB)
[INFO] Fetching org.eclipse.ecf.telephony.call.ui.source_1.3.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (12.88kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.ui.capabilities >-----------
[INFO] Building org.eclipse.ecf.ui.capabilities 1.0.200-SNAPSHOT       [76/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.ui.capabilities ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.ui.capabilities ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.ui.capabilities ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.ui.capabilities ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.ui.capabilities ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.ui.capabilities ---
[WARNING] The effective compiler target level 1.2 is incompatible with the following OSGi execution environments: [J2SE-1.3 (assumes 1.1)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.ui.capabilities ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.ui.capabilities ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.ui.capabilities ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.ui.capabilities ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.ui.capabilities ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.ui.capabilities ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.ui.capabilities ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.ui.capabilities ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/target/org.eclipse.ecf.ui.capabilities-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.ui.capabilities ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.ui.capabilities:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.ui.capabilities/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.ui.capabilities ---
[INFO] Fetching org.eclipse.ecf.ui.capabilities_1.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (7.04kB)
[INFO] Fetching org.eclipse.ecf.ui.capabilities.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (7.36kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------------< org.eclipse.ecf:org.eclipse.team.ecf.core >--------------
[INFO] Building org.eclipse.team.ecf.core 1.0.200-SNAPSHOT             [77/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.team.ecf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.team.ecf.core ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.team.ecf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.team.ecf.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.team.ecf.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.team.ecf.core ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.team.ecf.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.team.ecf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.team.ecf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.team.ecf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.team.ecf.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.team.ecf.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.team.ecf.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.team.ecf.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/target/org.eclipse.team.ecf.core-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.team.ecf.core ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.team.ecf.core ---
[INFO] Fetching org.eclipse.team.ecf.core_1.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (14.46kB)
[INFO] Fetching org.eclipse.team.ecf.core.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (25.6kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------------< org.eclipse.ecf:org.eclipse.team.ecf.ui >---------------
[INFO] Building org.eclipse.team.ecf.ui 1.0.200-SNAPSHOT               [78/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.team.ecf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.team.ecf.ui ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.team.ecf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.team.ecf.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.team.ecf.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.team.ecf.ui ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.java:[87] 
	((IFile) resource).create(storage.getContents(), true, new SubProgressMonitor(monitor, 1));
	                                                           ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.java:[87] 
	((IFile) resource).create(storage.getContents(), true, new SubProgressMonitor(monitor, 1));
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.java:[97] 
	((IFolder) resource).create(true, true, new SubProgressMonitor(monitor, 1));
	                                            ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.java:[97] 
	((IFolder) resource).create(true, true, new SubProgressMonitor(monitor, 1));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.java:[110] 
	((IFile) resource).setContents(storage.getContents(), true, true, new SubProgressMonitor(monitor, 1));
	                                                                      ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.java:[110] 
	((IFile) resource).setContents(storage.getContents(), true, true, new SubProgressMonitor(monitor, 1));
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.java:[121] 
	resource.delete(true, new SubProgressMonitor(monitor, 1));
	                          ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/src/org/eclipse/team/internal/ecf/ui/actions/OverrideWithRemoteOperation.java:[121] 
	resource.delete(true, new SubProgressMonitor(monitor, 1));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
8 problems (8 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.team.ecf.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.team.ecf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.team.ecf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.team.ecf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.team.ecf.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.team.ecf.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.team.ecf.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.team.ecf.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/target/org.eclipse.team.ecf.ui-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.team.ecf.ui ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.team.ecf.ui ---
[INFO] Fetching org.eclipse.team.ecf.ui_1.0.200.v20200611-2220.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.team.ecf.ui.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (27.12kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------< org.eclipse.ecf:org.eclipse.ecf.protocol.bittorrent >---------
[INFO] Building org.eclipse.ecf.protocol.bittorrent 0.3.200-SNAPSHOT   [79/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] The project's OSGi version is 0.3.200.v20200611-1900
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/target/org.eclipse.ecf.protocol.bittorrent-0.3.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/target/org.eclipse.ecf.protocol.bittorrent-0.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/target/org.eclipse.ecf.protocol.bittorrent-0.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/target/org.eclipse.ecf.protocol.bittorrent-0.3.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/target/org.eclipse.ecf.protocol.bittorrent-0.3.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/target/org.eclipse.ecf.protocol.bittorrent-0.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.protocol.bittorrent:0.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.protocol.bittorrent ---
[INFO] Fetching org.eclipse.ecf.protocol.bittorrent_0.3.200.v20200611-1900.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (34.52kB)
[INFO] Fetching org.eclipse.ecf.protocol.bittorrent.source_0.3.200.v20200611-1900.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (65.06kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.protocol.msn >------------
[INFO] Building org.eclipse.ecf.protocol.msn 1.2.200-SNAPSHOT          [80/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.protocol.msn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.protocol.msn ---
[INFO] The project's OSGi version is 1.2.200.v20200611-1900
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.protocol.msn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.protocol.msn ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.protocol.msn ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.protocol.msn ---
[WARNING] The effective compiler target level 1.2 is incompatible with the following OSGi execution environments: [J2SE-1.3 (assumes 1.1)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.protocol.msn:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/pom.xml
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.protocol.msn ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.protocol.msn ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/target/org.eclipse.ecf.protocol.msn-1.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.protocol.msn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.protocol.msn ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/target/org.eclipse.ecf.protocol.msn-1.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.protocol.msn ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.protocol.msn ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/target/org.eclipse.ecf.protocol.msn-1.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.protocol.msn ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/target/org.eclipse.ecf.protocol.msn-1.2.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/target/org.eclipse.ecf.protocol.msn-1.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.protocol.msn ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/target/org.eclipse.ecf.protocol.msn-1.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.protocol.msn ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.protocol.msn:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.eclipse.ecf.protocol.msn/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.protocol.msn ---
[INFO] Fetching org.eclipse.ecf.protocol.msn_1.2.200.v20200611-1900.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (22.65kB)
[INFO] Fetching org.eclipse.ecf.protocol.msn.source_1.2.200.v20200611-1900.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (50.23kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------< org.eclipse.ecf:org.eclipse.ecf.provider.bittorrent >---------
[INFO] Building org.eclipse.ecf.provider.bittorrent 0.3.400-SNAPSHOT   [81/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] The project's OSGi version is 0.3.400.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/target/org.eclipse.ecf.provider.bittorrent-0.3.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/target/org.eclipse.ecf.provider.bittorrent-0.3.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/target/org.eclipse.ecf.provider.bittorrent-0.3.400-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/target/org.eclipse.ecf.provider.bittorrent-0.3.400-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/target/org.eclipse.ecf.provider.bittorrent-0.3.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/target/org.eclipse.ecf.provider.bittorrent-0.3.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.bittorrent:0.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.bittorrent ---
[INFO] Fetching org.eclipse.ecf.provider.bittorrent_0.3.400.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (13.57kB)
[INFO] Fetching org.eclipse.ecf.provider.bittorrent.source_0.3.400.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (18.99kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------< org.eclipse.ecf:org.eclipse.ecf.provider.bittorrent.ui >-------
[INFO] Building org.eclipse.ecf.provider.bittorrent.ui 0.2.200-SNAPSHOT [82/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] The project's OSGi version is 0.2.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/target/org.eclipse.ecf.provider.bittorrent.ui-0.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/target/org.eclipse.ecf.provider.bittorrent.ui-0.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/target/org.eclipse.ecf.provider.bittorrent.ui-0.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/target/org.eclipse.ecf.provider.bittorrent.ui-0.2.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/target/org.eclipse.ecf.provider.bittorrent.ui-0.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/target/org.eclipse.ecf.provider.bittorrent.ui-0.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.bittorrent.ui ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.bittorrent.ui:0.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.bittorrent.ui ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.provider.datashare >---------
[INFO] Building org.eclipse.ecf.provider.datashare 1.5.200-SNAPSHOT    [83/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.datashare ---
[INFO] The project's OSGi version is 1.5.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.datashare ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.datashare ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.datashare ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/src/org/eclipse/ecf/internal/provider/datashare/Activator.java:[61] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.datashare ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.datashare ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.5.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.datashare ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.datashare ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.datashare ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.datashare ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.5.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.5.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.datashare ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/target/org.eclipse.ecf.provider.datashare-1.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.datashare ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.datashare ---
[INFO] Fetching org.eclipse.ecf.provider.datashare_1.5.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (14.95kB)
[INFO] Fetching org.eclipse.ecf.provider.datashare.source_1.5.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (20.55kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------< org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio >-------
[INFO] Building org.eclipse.ecf.provider.datashare.nio 0.9.300-SNAPSHOT [84/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] The project's OSGi version is 0.9.300.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/target/org.eclipse.ecf.provider.datashare.nio-0.9.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.datashare.nio:0.9.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.datashare.nio/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.datashare.nio ---
[INFO] Fetching org.eclipse.ecf.provider.datashare.nio_0.9.300.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (15.9kB)
[INFO] Fetching org.eclipse.ecf.provider.datashare.nio.source_0.9.300.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (22.08kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.provider.discovery >---------
[INFO] Building org.eclipse.ecf.provider.discovery 3.0.101-SNAPSHOT    [85/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.discovery ---
[INFO] The project's OSGi version is 3.0.101.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.discovery ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.discovery ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.discovery ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/internal/provider/discovery/Activator.java:[67] 
	context.registerService(clazzes, new ServiceFactory() {
	                                     ^^^^^^^^^^^^^^
ServiceFactory is a raw type. References to generic type ServiceFactory<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/internal/provider/discovery/Activator.java:[69] 
	public Object getService(final Bundle bundle, final ServiceRegistration registration) {
	                                                    ^^^^^^^^^^^^^^^^^^^
ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/internal/provider/discovery/Activator.java:[73] 
	cdc = new CompositeDiscoveryContainer(new HashSet());
	                                          ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/internal/provider/discovery/Activator.java:[107] 
	final ServiceTracker tracker = new ServiceTracker(context, filter, null);
	      ^^^^^^^^^^^^^^
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/internal/provider/discovery/Activator.java:[107] 
	final ServiceTracker tracker = new ServiceTracker(context, filter, null);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/internal/provider/discovery/Activator.java:[107] 
	final ServiceTracker tracker = new ServiceTracker(context, filter, null);
	                                   ^^^^^^^^^^^^^^
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/internal/provider/discovery/Activator.java:[122] 
	public void ungetService(final Bundle bundle, final ServiceRegistration registration, final Object service) {
	                                                    ^^^^^^^^^^^^^^^^^^^
ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainerInstantiator.java:[31] 
	final List list = factory.getDescriptions();
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainerInstantiator.java:[32] 
	for (final Iterator itr = list.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainerInstantiator.java:[69] 
	public Class[][] getSupportedParameterTypes(final ContainerTypeDescription description) {
	       ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.java:[39] 
	this.discovery = (IDiscoveryContainerAdapter) container.getAdapter(IDiscoveryContainerAdapter.class);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unnecessary cast from IDiscoveryContainerAdapter to IDiscoveryContainerAdapter
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.java:[73] 
	public Object getAdapter(final Class adapter) {
	                               ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.java:[219] 
	public IFuture getAsyncServiceInfo(IServiceID aServiceID) {
	       ^^^^^^^
IFuture is a raw type. References to generic type IFuture<ResultType> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.java:[226] 
	public IFuture getAsyncServiceTypes() {
	       ^^^^^^^
IFuture is a raw type. References to generic type IFuture<ResultType> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.java:[233] 
	public IFuture getAsyncServices() {
	       ^^^^^^^
IFuture is a raw type. References to generic type IFuture<ResultType> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/SingletonDiscoveryContainer.java:[240] 
	public IFuture getAsyncServices(IServiceTypeID aServiceTypeID) {
	       ^^^^^^^
IFuture is a raw type. References to generic type IFuture<ResultType> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.java:[38] 
	final Set containers = new HashSet();
	      ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.java:[38] 
	final Set containers = new HashSet();
	                           ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.java:[39] 
	final List list = factory.getDescriptions();
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.java:[40] 
	for (final Iterator itr = list.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.java:[52] 
	containers.add(container);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.java:[56] 
	containers.add(container);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.java:[60] 
	containers.add(container);
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainerInstantiator.java:[90] 
	public Class[][] getSupportedParameterTypes(final ContainerTypeDescription description) {
	       ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[41] 
	final Collection col = getListeners(event.getServiceInfo().getServiceID().getServiceTypeID());
	      ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[43] 
	for (final Iterator itr = col.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[61] 
	final Collection col = getListeners(event.getServiceInfo().getServiceID().getServiceTypeID());
	      ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[63] 
	for (final Iterator itr = col.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[94] 
	for (final Iterator itr = serviceTypeListeners.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[107] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[130] 
	protected Set registeredServices;
	          ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[132] 
	protected final Collection containers;
	                ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[139] 
	public CompositeDiscoveryContainer(final Collection containers) {
	                                         ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[142] 
	this.registeredServices = new HashSet();
	                              ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[155] 
	final Collection containersFailedToConnect = new HashSet();
	      ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[155] 
	final Collection containersFailedToConnect = new HashSet();
	                                                 ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[156] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[164] 
	containersFailedToConnect.add(container);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[173] 
	containers.removeAll(containersFailedToConnect);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeAll(Collection) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[185] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[231] 
	public Object getAdapter(Class adapter) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type CompositeDiscoveryContainer.CompositeServiceInfoWrapper needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[231] 
	public Object getAdapter(Class adapter) {
	                         ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[232] 
	return anInfo.getAdapter(adapter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type IAdaptable
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[232] 
	return anInfo.getAdapter(adapter);
	                         ^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[263] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[294] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[317] 
	final Set set = new HashSet();
	      ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[317] 
	final Set set = new HashSet();
	                    ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[319] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[327] 
	set.addAll(Arrays.asList(services));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[330] 
	return (IServiceInfo[]) set.toArray(new IServiceInfo[set.size()]);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[338] 
	final Set set = new HashSet();
	      ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[338] 
	final Set set = new HashSet();
	                    ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[340] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[344] 
	set.addAll(Arrays.asList(services));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[347] 
	return (IServiceInfo[]) set.toArray(new IServiceInfo[set.size()]);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[362] 
	final Set set = new HashSet();
	      ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[362] 
	final Set set = new HashSet();
	                    ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[364] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[367] 
	set.addAll(Arrays.asList(services));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[370] 
	return (IServiceTypeID[]) set.toArray(new IServiceTypeID[set.size()]);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[379] 
	Assert.isTrue(registeredServices.add(serviceInfo));
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[382] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[402] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[416] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[418] 
	for (Iterator itr2 = registeredServices.iterator(); itr2.hasNext();) {
	     ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[432] 
	final Set set = new HashSet();
	      ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[432] 
	final Set set = new HashSet();
	                    ^^^^^^^
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[434] 
	for (final Iterator itr = containers.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[437] 
	set.addAll(Arrays.asList(services));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[440] 
	return (IServiceInfo[]) set.toArray(new IServiceInfo[set.size()]);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[466] 
	for (final Iterator itr = registeredServices.iterator(); itr.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[479] 
	return containers.add(object);
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[503] 
	public Collection getDiscoveryContainers() {
	       ^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[504] 
	return Collections.unmodifiableCollection(containers);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation unmodifiableCollection(Collection) of the generic method unmodifiableCollection(Collection<? extends T>) of type Collections
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/org/eclipse/ecf/provider/discovery/CompositeDiscoveryContainer.java:[504] 
	return Collections.unmodifiableCollection(containers);
	                                          ^^^^^^^^^^
Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<? extends Object>
76 problems (76 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.discovery ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.discovery ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.discovery ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.discovery ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.discovery ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/target/org.eclipse.ecf.provider.discovery-3.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.discovery ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.discovery:3.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.discovery/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.discovery ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.efs >------
[INFO] Building org.eclipse.ecf.provider.filetransfer.efs 1.5.200-SNAPSHOT [86/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] The project's OSGi version is 1.5.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/target/org.eclipse.ecf.provider.filetransfer.efs-1.5.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/target/org.eclipse.ecf.provider.filetransfer.efs-1.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/target/org.eclipse.ecf.provider.filetransfer.efs-1.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/target/org.eclipse.ecf.provider.filetransfer.efs-1.5.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/target/org.eclipse.ecf.provider.filetransfer.efs-1.5.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/target/org.eclipse.ecf.provider.filetransfer.efs-1.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.efs:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.efs ---
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.efs_1.5.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (12.12kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.efs.source_1.5.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (20.15kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32 >--
[INFO] Building org.eclipse.ecf.provider.filetransfer.httpclient45.win32 1.0.300-SNAPSHOT [87/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] The project's OSGi version is 1.0.300.v20200816-1842
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.httpclient45.win32 ---
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.200.v20200804-1533.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/plugins/ (14.27kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.200.v20200804-1533.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/plugins/ (20.07kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient4.ssl >--
[INFO] Building org.eclipse.ecf.provider.filetransfer.httpclient4.ssl 1.1.200-SNAPSHOT [88/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] The project's OSGi version is 1.1.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/target/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/target/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/target/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/target/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl-1.1.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/target/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl-1.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/target/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient4.ssl:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.httpclient4.ssl ---
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (11.88kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (17.96kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.scp >------
[INFO] Building org.eclipse.ecf.provider.filetransfer.scp 2.1.200-SNAPSHOT [89/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] The project's OSGi version is 2.1.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/src/org/eclipse/ecf/internal/provider/filetransfer/scp/Activator.java:[57] 
	logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/target/org.eclipse.ecf.provider.filetransfer.scp-2.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/target/org.eclipse.ecf.provider.filetransfer.scp-2.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/target/org.eclipse.ecf.provider.filetransfer.scp-2.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/target/org.eclipse.ecf.provider.filetransfer.scp-2.1.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/target/org.eclipse.ecf.provider.filetransfer.scp-2.1.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/target/org.eclipse.ecf.provider.filetransfer.scp-2.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.scp:2.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.scp/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.scp ---
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.scp_2.1.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (16.36kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.scp.source_2.1.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (23.86kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----< org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl >------
[INFO] Building org.eclipse.ecf.provider.filetransfer.ssl 1.0.200-SNAPSHOT [90/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] The project's OSGi version is 1.0.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/target/org.eclipse.ecf.provider.filetransfer.ssl-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.ssl:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.filetransfer.ssl ---
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (7.35kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (9.47kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.provider.irc >------------
[INFO] Building org.eclipse.ecf.provider.irc 1.3.400-SNAPSHOT          [91/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.irc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.irc ---
[INFO] The project's OSGi version is 1.3.400.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.irc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.irc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.irc ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.irc ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/src/org/eclipse/ecf/internal/provider/irc/Activator.java:[67] 
	logService.log(LogHelper.getLogCode(status),
					LogHelper.getLogMessage(status), status.getException());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method log(int, String, Throwable) from the type LogService is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.irc ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.irc ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.irc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.irc ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.irc ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.irc ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.400-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.irc ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.400-SNAPSHOT.jar_unpacked_5173925697381425079/lib/irclib.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.400-SNAPSHOT.jar_unpacked_5173925697381425079/lib/irclib.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.400-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.irc ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/target/org.eclipse.ecf.provider.irc-1.3.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.irc ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc:1.3.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.irc ---
[INFO] Fetching org.eclipse.ecf.provider.irc_1.3.400.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (81.66kB)
[INFO] Fetching org.eclipse.ecf.provider.irc.source_1.3.400.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (42.69kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui >-----------
[INFO] Building org.eclipse.ecf.provider.irc.ui 1.3.200-SNAPSHOT       [92/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] The project's OSGi version is 1.3.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.3.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.3.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.3.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/target/org.eclipse.ecf.provider.irc.ui-1.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.irc.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.irc.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.irc.ui ---
[INFO] Fetching org.eclipse.ecf.provider.irc.ui_1.3.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (18.72kB)
[INFO] Fetching org.eclipse.ecf.provider.irc.ui.source_1.3.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (29.16kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.provider.jmdns >-----------
[INFO] Building org.eclipse.ecf.provider.jmdns 4.3.300-SNAPSHOT        [93/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.jmdns ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.jmdns ---
[INFO] The project's OSGi version is 4.3.300.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.jmdns ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.jmdns ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.jmdns ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.jmdns ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.jmdns ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.jmdns ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.3.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.jmdns ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.jmdns ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.3.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.jmdns ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.jmdns ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.3.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.jmdns ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.3.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.3.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.jmdns ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/target/org.eclipse.ecf.provider.jmdns-4.3.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.jmdns ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.jmdns:4.3.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.jmdns/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.jmdns ---
[INFO] Fetching org.eclipse.ecf.provider.jmdns_4.3.300.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (47.07kB)
[INFO] Fetching org.eclipse.ecf.provider.jmdns.source_4.3.300.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (87.56kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.provider.msn >------------
[INFO] Building org.eclipse.ecf.provider.msn 1.2.200-SNAPSHOT          [94/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.msn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.msn ---
[INFO] The project's OSGi version is 1.2.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.msn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.msn ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.msn ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.msn ---
[WARNING] The effective compiler target level 1.2 is incompatible with the following OSGi execution environments: [J2SE-1.3 (assumes 1.1)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.msn:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/pom.xml
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.msn ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.msn ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/target/org.eclipse.ecf.provider.msn-1.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.msn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.msn ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/target/org.eclipse.ecf.provider.msn-1.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.msn ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.msn ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/target/org.eclipse.ecf.provider.msn-1.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.msn ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/target/org.eclipse.ecf.provider.msn-1.2.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/target/org.eclipse.ecf.provider.msn-1.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.msn ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/target/org.eclipse.ecf.provider.msn-1.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.msn ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.msn:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.msn ---
[INFO] Fetching org.eclipse.ecf.provider.msn_1.2.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (16.47kB)
[INFO] Fetching org.eclipse.ecf.provider.msn.source_1.2.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (20.61kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.provider.msn.ui >-----------
[INFO] Building org.eclipse.ecf.provider.msn.ui 1.3.200-SNAPSHOT       [95/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] The project's OSGi version is 1.3.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/target/org.eclipse.ecf.provider.msn.ui-1.3.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/target/org.eclipse.ecf.provider.msn.ui-1.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/target/org.eclipse.ecf.provider.msn.ui-1.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/target/org.eclipse.ecf.provider.msn.ui-1.3.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/target/org.eclipse.ecf.provider.msn.ui-1.3.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/target/org.eclipse.ecf.provider.msn.ui-1.3.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.msn.ui ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.msn.ui:1.3.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.msn.ui/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.msn.ui ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.provider.ui >-------------
[INFO] Building org.eclipse.ecf.provider.ui 1.4.101-SNAPSHOT           [96/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.ui ---
[INFO] The project's OSGi version is 1.4.101.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.ui ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/target/org.eclipse.ecf.provider.ui-1.4.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.ui ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.ui:1.4.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.ui/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.ui ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare >-------
[INFO] Building org.eclipse.ecf.provider.xmpp.datashare 1.0.200-SNAPSHOT [97/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] The project's OSGi version is 1.0.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/target/org.eclipse.ecf.provider.xmpp.datashare-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.datashare:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.datashare/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.xmpp.datashare ---
[INFO] Fetching org.eclipse.ecf.provider.xmpp.datashare_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (6.97kB)
[INFO] Fetching org.eclipse.ecf.provider.xmpp.datashare.source_1.0.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (7.81kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----< org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice >-----
[INFO] Building org.eclipse.ecf.provider.xmpp.remoteservice 1.2.200-SNAPSHOT [98/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] The project's OSGi version is 1.2.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/target/org.eclipse.ecf.provider.xmpp.remoteservice-1.2.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.remoteservice:1.2.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.xmpp.remoteservice ---
[INFO] Fetching org.eclipse.ecf.provider.xmpp.remoteservice_1.2.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (8.17kB)
[INFO] Fetching org.eclipse.ecf.provider.xmpp.remoteservice.source_1.2.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (9.98kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui >----------
[INFO] Building org.eclipse.ecf.provider.xmpp.ui 2.2.300-SNAPSHOT      [99/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] The project's OSGi version is 2.2.300.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/org/eclipse/ecf/internal/provider/xmpp/ui/hyperlink/XMPPHyperlink.java:[121] 
	dialog.setInitialSelections(new IPresenceContainerAdapter[] { adapters[0] });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type IPresenceContainerAdapter[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/target/org.eclipse.ecf.provider.xmpp.ui-2.2.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.xmpp.ui:2.2.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.xmpp.ui/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.xmpp.ui ---
[INFO] Fetching org.eclipse.ecf.provider.xmpp.ui_2.2.300.v20200611-1836.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (23.98kB)
[INFO] Fetching org.eclipse.ecf.provider.xmpp.ui.source_2.2.300.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (29.57kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------------< org.eclipse.ecf:org.eclipse.ecf.server >---------------
[INFO] Building org.eclipse.ecf.server 2.1.300-SNAPSHOT               [100/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.server ---
[INFO] The project's OSGi version is 2.1.300.v20200611-2014
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.server ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.server ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.server ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.server ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.server ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.server ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/target/org.eclipse.ecf.server-2.1.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.server ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.server:2.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/bundles/org.eclipse.ecf.server/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.server ---
[INFO] Fetching org.eclipse.ecf.server_2.1.300.v20200611-2014.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (8.11kB)
[INFO] Fetching org.eclipse.ecf.server.source_2.1.300.v20200611-2014.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (13.53kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------< org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature >--------
[INFO] Building org.eclipse.ecf.sharedobject.feature 1.0.200-SNAPSHOT [101/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.sharedobject.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.sharedobject.feature/target/org.eclipse.ecf.sharedobject.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.sharedobject.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.sharedobject.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.sharedobject.feature ---
[INFO] Fetching org.eclipse.ecf.sharedobject.feature_1.0.200.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.67kB)
[INFO] Fetching org.eclipse.ecf.sharedobject.feature.source_1.0.200.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.07kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature >------
[INFO] Building org.eclipse.ecf.provider.generic.feature 1.0.400-SNAPSHOT [102/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] The project's OSGi version is 1.0.400.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.0.400-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.0.400-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.feature/target/org.eclipse.ecf.provider.generic.feature-1.0.400-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.feature:1.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.generic.feature ---
[INFO] Fetching org.eclipse.ecf.provider.generic.feature_1.0.400.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.69kB)
[INFO] Fetching org.eclipse.ecf.provider.generic.feature.source_1.0.400.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.11kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature >--------
[INFO] Building org.eclipse.ecf.remoteservice.feature 2.5.200-SNAPSHOT [103/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] The project's OSGi version is 2.5.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.5.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.5.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.feature/target/org.eclipse.ecf.remoteservice.feature-2.5.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.feature:2.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.feature ---
[INFO] Fetching org.eclipse.ecf.remoteservice.feature_2.5.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.86kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.feature.source_2.5.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.27kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature >--
[INFO] Building org.eclipse.ecf.provider.generic.remoteservice.feature 1.1.200-SNAPSHOT [104/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] The project's OSGi version is 1.1.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.1.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.1.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/target/org.eclipse.ecf.provider.generic.remoteservice.feature-1.1.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.remoteservice.feature:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.remoteservice.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.generic.remoteservice.feature ---
[INFO] Fetching org.eclipse.ecf.provider.generic.remoteservice.feature_1.1.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.7kB)
[INFO] Fetching org.eclipse.ecf.provider.generic.remoteservice.feature.source_1.1.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.22kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------< org.eclipse.ecf:org.eclipse.ecf.server.generic.feature >-------
[INFO] Building org.eclipse.ecf.server.generic.feature 1.2.100-SNAPSHOT [105/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.server.generic.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/features/org.eclipse.ecf.server.generic.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.server.generic.feature ---
[INFO] The project's OSGi version is 1.2.100.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.server.generic.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.server.generic.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.server.generic.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.server.generic.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.server.generic.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.server.generic.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.server.generic.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.server.generic.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.server.generic.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/features/org.eclipse.ecf.server.generic.feature/target/org.eclipse.ecf.server.generic.feature-1.2.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.server.generic.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.server.generic.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.server.generic.feature ---
[INFO] Fetching org.eclipse.ecf.server.generic.feature_1.2.100.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.64kB)
[INFO] Fetching org.eclipse.ecf.server.generic.feature.source_1.2.100.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.04kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------------< org.eclipse.ecf:org.eclipse.ecf.tests >----------------
[INFO] Building org.eclipse.ecf.tests 2.2.101-SNAPSHOT                [106/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests ---
[INFO] The project's OSGi version is 2.2.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests ---
[WARNING] The effective compiler target level 1.5 is incompatible with the following OSGi execution environments: [J2SE-1.4 (assumes 1.2), CDC-1.1/Foundation-1.1 (assumes 1.2)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/pom.xml
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/target/org.eclipse.ecf.tests-2.2.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests:2.2.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---< org.eclipse.ecf:org.eclipse.ecf.tests.apache.httpclient.server >---
[INFO] Building org.eclipse.ecf.tests.apache.httpclient.server 3.0.100-SNAPSHOT [107/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] The project's OSGi version is 3.0.100.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] Compiling 97 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/target/org.eclipse.ecf.tests.apache.httpclient.server-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/target/org.eclipse.ecf.tests.apache.httpclient.server-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/target/org.eclipse.ecf.tests.apache.httpclient.server-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/target/org.eclipse.ecf.tests.apache.httpclient.server-3.0.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/target/org.eclipse.ecf.tests.apache.httpclient.server-3.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/target/org.eclipse.ecf.tests.apache.httpclient.server-3.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.apache.httpclient.server:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.apache.httpclient.server/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.apache.httpclient.server ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.tests.datashare >-----------
[INFO] Building org.eclipse.ecf.tests.datashare 2.0.101-SNAPSHOT      [108/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.datashare ---
[INFO] The project's OSGi version is 2.0.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.datashare ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.datashare ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.datashare ---
[WARNING] The effective compiler target level 1.2 is incompatible with the following OSGi execution environments: [J2SE-1.3 (assumes 1.1)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.datashare ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.datashare ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.datashare ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.datashare ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.datashare ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.datashare ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.datashare ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.datashare ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.datashare ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/target/org.eclipse.ecf.tests.datashare-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.datashare ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.datashare:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.datashare/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.datashare ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---< org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpserver >----
[INFO] Building org.eclipse.ecf.tests.filetransfer.httpserver 1.0.101-SNAPSHOT [109/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] The project's OSGi version is 1.0.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/target/org.eclipse.ecf.tests.filetransfer.httpserver-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/target/org.eclipse.ecf.tests.filetransfer.httpserver-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/target/org.eclipse.ecf.tests.filetransfer.httpserver-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/target/org.eclipse.ecf.tests.filetransfer.httpserver-1.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/target/org.eclipse.ecf.tests.filetransfer.httpserver-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/target/org.eclipse.ecf.tests.filetransfer.httpserver-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpserver:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpserver/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.filetransfer.httpserver ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer >---------
[INFO] Building org.eclipse.ecf.tests.filetransfer 2.0.400-SNAPSHOT   [110/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] The project's OSGi version is 2.0.400.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[21] 
	import junit.framework.Assert;
	       ^^^^^^^^^^^^^^^^^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[58] 
	Assert.assertEquals(0, socketEvents.size());
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[58] 
	Assert.assertEquals(0, socketEvents.size());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertEquals(int, int) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[66] 
	Assert.assertTrue(socketEvents.size() > 0);
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[66] 
	Assert.assertTrue(socketEvents.size() > 0);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertTrue(boolean) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[68] 
	Assert.assertTrue(socketEvent.toString(),
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[68] 
	Assert.assertTrue(socketEvent.toString(),
					socketEvent instanceof ISocketCreatedEvent);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertTrue(String, boolean) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[72] 
	Assert.assertNotNull(source.toString(), source);
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[72] 
	Assert.assertNotNull(source.toString(), source);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertNotNull(String, Object) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[75] 
	Assert.assertNotNull(primary.toString(), createdSocket);
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[75] 
	Assert.assertNotNull(primary.toString(), createdSocket);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertNotNull(String, Object) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[77] 
	Assert.assertTrue(socketEvents.size() > 0);
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[77] 
	Assert.assertTrue(socketEvents.size() > 0);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertTrue(boolean) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[79] 
	Assert.assertTrue(socketEvent.toString(),
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[79] 
	Assert.assertTrue(socketEvent.toString(),
					socketEvent instanceof ISocketConnectedEvent);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertTrue(String, boolean) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[82] 
	Assert.assertSame(source, connectedEvent.getSource());
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[82] 
	Assert.assertSame(source, connectedEvent.getSource());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertSame(Object, Object) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[83] 
	Assert.assertTrue(createdEvent.isSameFactorySocket(connectedEvent));
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[83] 
	Assert.assertTrue(createdEvent.isSameFactorySocket(connectedEvent));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertTrue(boolean) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[85] 
	Assert.assertTrue(socketEvents.size() > 0);
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[85] 
	Assert.assertTrue(socketEvents.size() > 0);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertTrue(boolean) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[87] 
	Assert.assertTrue(socketEvent.toString(),
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[87] 
	Assert.assertTrue(socketEvent.toString(),
					socketEvent instanceof ISocketClosedEvent);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertTrue(String, boolean) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[90] 
	Assert.assertSame(source, closedEvent.getSource());
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[90] 
	Assert.assertSame(source, closedEvent.getSource());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertSame(Object, Object) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[91] 
	Assert.assertTrue(createdEvent.isSameFactorySocket(closedEvent));
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[91] 
	Assert.assertTrue(createdEvent.isSameFactorySocket(closedEvent));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertTrue(boolean) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[93] 
	Assert.assertEquals(0, socketEvents.size());
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[93] 
	Assert.assertEquals(0, socketEvents.size());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertEquals(int, int) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[112] 
	Assert
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[113] 
	.fail("Should be adapable to IRetrieveFileTransferContainerAdapter or ISendFileTransferContainerAdapter");
	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method fail(String) from the type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[122] 
	Assert.assertNotNull(source.toString() + ".getAdapter("
	^^^^^^
The type Assert is deprecated
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/SocketEventTestUtil.java:[122] 
	Assert.assertNotNull(source.toString() + ".getAdapter("
						+ class1.getName() + ")", source.getAdapter(class1));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method assertNotNull(String, Object) from the type Assert is deprecated
33 problems (33 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.400-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/target/org.eclipse.ecf.tests.filetransfer-2.0.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer:2.0.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.filetransfer ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---< org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient4 >---
[INFO] Building org.eclipse.ecf.tests.filetransfer.httpclient4 1.0.100-SNAPSHOT [111/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] The project's OSGi version is 1.0.100.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/target/org.eclipse.ecf.tests.filetransfer.httpclient4-1.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/target/org.eclipse.ecf.tests.filetransfer.httpclient4-1.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/target/org.eclipse.ecf.tests.filetransfer.httpclient4-1.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/target/org.eclipse.ecf.tests.filetransfer.httpclient4-1.0.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/target/org.eclipse.ecf.tests.filetransfer.httpclient4-1.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/target/org.eclipse.ecf.tests.filetransfer.httpclient4-1.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient4:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient4/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.filetransfer.httpclient4 ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient45 >---
[INFO] Building org.eclipse.ecf.tests.filetransfer.httpclient45 1.0.0-SNAPSHOT [112/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] The project's OSGi version is 1.0.0.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/target/org.eclipse.ecf.tests.filetransfer.httpclient45-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/target/org.eclipse.ecf.tests.filetransfer.httpclient45-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/target/org.eclipse.ecf.tests.filetransfer.httpclient45-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/target/org.eclipse.ecf.tests.filetransfer.httpclient45-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/target/org.eclipse.ecf.tests.filetransfer.httpclient45-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/target/org.eclipse.ecf.tests.filetransfer.httpclient45-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.httpclient45:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.filetransfer.httpclient45/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.filetransfer.httpclient45 ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.tests.presence >-----------
[INFO] Building org.eclipse.ecf.tests.presence 2.0.101-SNAPSHOT       [113/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.presence ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.presence ---
[INFO] The project's OSGi version is 2.0.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.presence ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.presence ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.presence ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.presence ---
[WARNING] The effective compiler target level 1.2 is incompatible with the following OSGi execution environments: [CDC-1.0/Foundation-1.0 (assumes 1.1)] @ MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.presence ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.presence ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.presence ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.presence ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.presence ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.presence ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.presence ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.presence ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.presence ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/target/org.eclipse.ecf.tests.presence-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.presence ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.presence:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.presence/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.presence ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.tests.protocol.msn >---------
[INFO] Building org.eclipse.ecf.tests.protocol.msn 0.3.100-SNAPSHOT   [114/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] The project's OSGi version is 0.3.100.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/target/org.eclipse.ecf.tests.protocol.msn-0.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/target/org.eclipse.ecf.tests.protocol.msn-0.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/target/org.eclipse.ecf.tests.protocol.msn-0.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/target/org.eclipse.ecf.tests.protocol.msn-0.3.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/target/org.eclipse.ecf.tests.protocol.msn-0.3.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/target/org.eclipse.ecf.tests.protocol.msn-0.3.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.protocol.msn ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.protocol.msn:0.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.protocol.msn/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.protocol.msn ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----< org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio >----
[INFO] Building org.eclipse.ecf.tests.provider.datashare.nio 1.0.100-SNAPSHOT [115/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] The project's OSGi version is 1.0.100.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/target/org.eclipse.ecf.tests.provider.datashare.nio-1.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.datashare.nio:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.datashare.nio/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.provider.datashare.nio ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------< org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice >---------
[INFO] Building org.eclipse.ecf.tests.remoteservice 2.1.101-SNAPSHOT  [116/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] The project's OSGi version is 2.1.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/target/org.eclipse.ecf.tests.remoteservice-2.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.remoteservice ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice:2.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.remoteservice ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject >---------
[INFO] Building org.eclipse.ecf.tests.sharedobject 2.0.101-SNAPSHOT   [117/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] The project's OSGi version is 2.0.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/target/org.eclipse.ecf.tests.sharedobject-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.sharedobject ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sharedobject:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sharedobject/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.sharedobject ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------< org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp >---------
[INFO] Building org.eclipse.ecf.tests.provider.xmpp 2.0.101-SNAPSHOT  [118/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] The project's OSGi version is 2.0.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/target/org.eclipse.ecf.tests.provider.xmpp-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.provider.xmpp ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.provider.xmpp:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.provider.xmpp/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.provider.xmpp ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.tests.storage >------------
[INFO] Building org.eclipse.ecf.tests.storage 1.0.101-SNAPSHOT        [119/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.storage ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.storage ---
[INFO] The project's OSGi version is 1.0.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.storage ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.storage ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.storage ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.storage ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.storage ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.storage ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/target/org.eclipse.ecf.tests.storage-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.storage ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.storage ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/target/org.eclipse.ecf.tests.storage-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.storage ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.storage ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.storage ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/target/org.eclipse.ecf.tests.storage-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.storage ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/target/org.eclipse.ecf.tests.storage-1.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/target/org.eclipse.ecf.tests.storage-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.storage ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/target/org.eclipse.ecf.tests.storage-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.storage ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.storage:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.storage/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.storage ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------------< org.eclipse.ecf:org.eclipse.ecf.tests.sync >-------------
[INFO] Building org.eclipse.ecf.tests.sync 1.0.101-SNAPSHOT           [120/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.sync ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.sync ---
[INFO] The project's OSGi version is 1.0.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.sync ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.sync ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.sync ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.sync ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.sync ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.sync ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/target/org.eclipse.ecf.tests.sync-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.sync ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.sync ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/target/org.eclipse.ecf.tests.sync-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.sync ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.sync ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.sync ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/target/org.eclipse.ecf.tests.sync-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.sync ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/target/org.eclipse.ecf.tests.sync-1.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/target/org.eclipse.ecf.tests.sync-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.sync ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/target/org.eclipse.ecf.tests.sync-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.sync ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.sync:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.sync/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.sync ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution >--
[INFO] Building org.eclipse.ecf.tests.osgi.services.distribution 1.1.101-SNAPSHOT [121/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] The project's OSGi version is 1.1.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/target/org.eclipse.ecf.tests.osgi.services.distribution-1.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution:1.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.osgi.services.distribution ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.tests.discovery >-----------
[INFO] Building org.eclipse.ecf.tests.discovery 2.0.101-SNAPSHOT      [122/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.discovery ---
[INFO] The project's OSGi version is 2.0.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.discovery ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.discovery ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.discovery ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/target/classes
[WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/src/org/eclipse/ecf/tests/discovery/listener/TestServiceListener.java:[16] 
	import org.eclipse.ecf.core.IContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ecf.core.IContainer is never used
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.discovery ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.discovery ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.discovery ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.discovery ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.discovery ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.discovery ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/target/org.eclipse.ecf.tests.discovery-2.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.discovery ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.discovery:2.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.discovery/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.discovery ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----< org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic >-----
[INFO] Building org.eclipse.ecf.tests.remoteservice.generic 2.1.101-SNAPSHOT [123/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] The project's OSGi version is 2.1.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/target/org.eclipse.ecf.tests.remoteservice.generic-2.1.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.remoteservice.generic ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.generic:2.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.generic/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.remoteservice.generic ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----< org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi >-----
[INFO] Building org.eclipse.ecf.tests.remoteservice.r-osgi 1.0.101-SNAPSHOT [124/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] The project's OSGi version is 1.0.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/target/org.eclipse.ecf.tests.remoteservice.r-osgi-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.remoteservice.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.remoteservice.r-osgi/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.remoteservice.r-osgi ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic >--
[INFO] Building org.eclipse.ecf.tests.osgi.services.distribution.generic 1.0.101-SNAPSHOT [125/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] The project's OSGi version is 1.0.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/target/org.eclipse.ecf.tests.osgi.services.distribution.generic-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.generic:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.generic/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.osgi.services.distribution.generic ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi >--
[INFO] Building org.eclipse.ecf.tests.osgi.services.distribution.r-osgi 1.0.101-SNAPSHOT [126/161]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] The project's OSGi version is 1.0.101.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] Skipping tests
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/target/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi-1.0.101-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.osgi.services.distribution.r-osgi:1.0.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tests/bundles/org.eclipse.ecf.tests.osgi.services.distribution.r-osgi/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.osgi.services.distribution.r-osgi ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----< org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde >-----
[INFO] Building org.eclipse.ecf.remoteservices.tooling.pde 1.0.200-SNAPSHOT [127/161]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.0.200-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/target/org.eclipse.ecf.remoteservices.tooling.pde-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/tooling/plugins/org.eclipse.ecf.remoteservices.tooling.pde/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [pack200, sources]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservices.tooling.pde ---
[INFO] Fetching org.eclipse.ecf.remoteservices.tooling.pde_1.0.200.v20200611-2221.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (13.23kB)
[INFO] Fetching org.eclipse.ecf.remoteservices.tooling.pde.source_1.0.200.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/plugins/ (19.19kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.console.feature >-----------
[INFO] Building org.eclipse.ecf.console.feature 1.2.100-SNAPSHOT      [128/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.console.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.console.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.console.feature ---
[INFO] The project's OSGi version is 1.2.100.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.console.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.console.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.console.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.console.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.console.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.console.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.console.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.2.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.console.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.console.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.2.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.console.feature/target/org.eclipse.ecf.console.feature-1.2.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.console.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.console.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.console.feature:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.console.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.console.feature ---
[INFO] Fetching org.eclipse.ecf.console.feature_1.2.100.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.63kB)
[INFO] Fetching org.eclipse.ecf.console.feature.source_1.2.100.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (20.98kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.discovery.feature >----------
[INFO] Building org.eclipse.ecf.discovery.feature 1.0.200-SNAPSHOT    [129/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.feature/target/org.eclipse.ecf.discovery.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.feature ---
[INFO] Fetching org.eclipse.ecf.discovery.feature_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.61kB)
[INFO] Fetching org.eclipse.ecf.discovery.feature.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (20.99kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature >-------
[INFO] Building org.eclipse.ecf.discovery.jmdns.feature 1.0.100-SNAPSHOT [130/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] The project's OSGi version is 1.0.100.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.jmdns.feature/target/org.eclipse.ecf.discovery.jmdns.feature-1.0.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.jmdns.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.jmdns.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.jmdns.feature ---
[INFO] Fetching org.eclipse.ecf.discovery.jmdns.feature_1.0.100.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.67kB)
[INFO] Fetching org.eclipse.ecf.discovery.jmdns.feature.source_1.0.100.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.1kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------< org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature >--------
[INFO] Building org.eclipse.ecf.discovery.slp.feature 1.0.100-SNAPSHOT [131/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.slp.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] The project's OSGi version is 1.0.100.v20200611-1900
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.slp.feature/target/org.eclipse.ecf.discovery.slp.feature-1.0.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.slp.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.slp.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.slp.feature ---
[INFO] Fetching org.eclipse.ecf.discovery.slp.feature_1.0.100.v20200611-1900.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.discovery.slp.feature.source_1.0.100.v20200611-1900.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.1kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----< org.eclipse.ecf:org.eclipse.ecf.discovery.zookeeper.feature >-----
[INFO] Building org.eclipse.ecf.discovery.zookeeper.feature 1.0.200-SNAPSHOT [132/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.zookeeper.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.zookeeper.feature/target/org.eclipse.ecf.discovery.zookeeper.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] Fetching org.apache.log4j.source_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (241.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.log4j.source_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (241.33kB)
[INFO] Unpacking org.apache.log4j.source_1.2.15.v201012070815...
[INFO] Fetching org.apache.hadoop.zookeeper.source_3.3.3.v201105210832.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (253.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.hadoop.zookeeper.source_3.3.3.v201105210832.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (253.22kB)
[INFO] Unpacking org.apache.hadoop.zookeeper.source_3.3.3.v201105210832...
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.zookeeper.feature/target/org.eclipse.ecf.discovery.zookeeper.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.zookeeper.feature/target/org.eclipse.ecf.discovery.zookeeper.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.zookeeper.feature/target/org.eclipse.ecf.discovery.zookeeper.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.zookeeper.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.zookeeper.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.zookeeper.feature ---
[INFO] Fetching org.eclipse.ecf.discovery.zookeeper.feature_1.0.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (36.6kB)
[INFO] Fetching org.eclipse.ecf.discovery.zookeeper.feature.source_1.0.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (38.04kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.eventadmin.feature >---------
[INFO] Building org.eclipse.ecf.eventadmin.feature 2.0.200-SNAPSHOT   [133/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] The project's OSGi version is 2.0.200.v20200611-2014
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.feature/target/org.eclipse.ecf.eventadmin.feature-2.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.feature/target/org.eclipse.ecf.eventadmin.feature-2.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.feature/target/org.eclipse.ecf.eventadmin.feature-2.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.feature/target/org.eclipse.ecf.eventadmin.feature-2.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.eventadmin.feature:2.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.eventadmin.feature ---
[INFO] Fetching org.eclipse.ecf.eventadmin.feature_2.0.200.v20200611-2014.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.7kB)
[INFO] Fetching org.eclipse.ecf.eventadmin.feature.source_2.0.200.v20200611-2014.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.08kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -------< org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature >--------
[INFO] Building org.eclipse.ecf.osgi.services.feature 2.5.100-SNAPSHOT [134/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.osgi.services.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] The project's OSGi version is 2.5.100.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.5.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.5.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.5.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.osgi.services.feature/target/org.eclipse.ecf.osgi.services.feature-2.5.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.osgi.services.feature:2.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.osgi.services.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.osgi.services.feature ---
[INFO] Fetching org.eclipse.ecf.osgi.services.feature_2.5.100.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.93kB)
[INFO] Fetching org.eclipse.ecf.osgi.services.feature.source_2.5.100.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.29kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----< org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature >-----
[INFO] Building org.eclipse.ecf.remoteservice.rest.feature 1.0.300-SNAPSHOT [135/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] The project's OSGi version is 1.0.300.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.300-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.feature/target/org.eclipse.ecf.remoteservice.rest.feature-1.0.300-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.feature:1.0.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.rest.feature ---
[INFO] Fetching org.eclipse.ecf.remoteservice.rest.feature_1.0.300.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.77kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.rest.feature.source_1.0.300.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.14kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----< org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature >-----
[INFO] Building org.eclipse.ecf.remoteservice.rosgi.feature 1.1.200-SNAPSHOT [136/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] The project's OSGi version is 1.1.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-1.1.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] Fetching org.objectweb.asm.source_7.2.0.v20191010-1910.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (180.82kB)
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-1.1.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-1.1.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/target/org.eclipse.ecf.remoteservice.rosgi.feature-1.1.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rosgi.feature:1.1.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rosgi.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.rosgi.feature ---
[INFO] Fetching org.eclipse.ecf.remoteservice.rosgi.feature_1.1.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.8kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.rosgi.feature.source_1.1.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.23kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---< org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature >----
[INFO] Building org.eclipse.ecf.remoteservice.servlet.feature 1.0.200-SNAPSHOT [137/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (113.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (113.6kB)
[INFO] Unpacking javax.servlet.source_3.1.0.v201410161800...
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/target/org.eclipse.ecf.remoteservice.servlet.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.servlet.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.servlet.feature ---
[INFO] Fetching org.eclipse.ecf.remoteservice.servlet.feature_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.91kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.servlet.feature.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.36kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----< org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature >------
[INFO] Building org.eclipse.ecf.remoteservice.sdk.feature 3.14.14-SNAPSHOT [138/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] The project's OSGi version is 3.14.14.v20200816-1842
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.14.14-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.14.14-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.14.14-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/target/org.eclipse.ecf.remoteservice.sdk.feature-3.14.14-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.feature:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.sdk.feature ---
[INFO] Fetching org.eclipse.ecf.remoteservice.sdk.feature_3.14.13.v20200812-1815.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (20.27kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.sdk.feature.source_3.14.13.v20200812-1815.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (21.72kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----< org.eclipse.ecf:org.eclipse.ecf.eventadmin.examples.feature >-----
[INFO] Building org.eclipse.ecf.eventadmin.examples.feature 1.0.200-SNAPSHOT [139/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.examples.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.examples.feature/target/org.eclipse.ecf.eventadmin.examples.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.examples.feature/target/org.eclipse.ecf.eventadmin.examples.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.examples.feature/target/org.eclipse.ecf.eventadmin.examples.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.examples.feature/target/org.eclipse.ecf.eventadmin.examples.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.eventadmin.examples.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.eventadmin.examples.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.eventadmin.examples.feature ---
[INFO] Fetching org.eclipse.ecf.eventadmin.examples.feature_1.0.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.68kB)
[INFO] Fetching org.eclipse.ecf.eventadmin.examples.feature.source_1.0.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.13kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---< org.eclipse.ecf:org.eclipse.ecf.remoteservice.examples.feature >---
[INFO] Building org.eclipse.ecf.remoteservice.examples.feature 1.5.200-SNAPSHOT [140/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.examples.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] The project's OSGi version is 1.5.200.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.examples.feature/target/org.eclipse.ecf.remoteservice.examples.feature-1.5.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.examples.feature/target/org.eclipse.ecf.remoteservice.examples.feature-1.5.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.examples.feature/target/org.eclipse.ecf.remoteservice.examples.feature-1.5.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.examples.feature/target/org.eclipse.ecf.remoteservice.examples.feature-1.5.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.examples.feature:1.5.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.examples.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.examples.feature ---
[INFO] Fetching org.eclipse.ecf.remoteservice.examples.feature_1.5.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.97kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.examples.feature.source_1.5.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.38kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.examples.feature >--
[INFO] Building org.eclipse.ecf.remoteservice.sdk.examples.feature 1.0.200-SNAPSHOT [141/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-1508
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature/target/org.eclipse.ecf.remoteservice.sdk.examples.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature/target/org.eclipse.ecf.remoteservice.sdk.examples.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature/target/org.eclipse.ecf.remoteservice.sdk.examples.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature/target/org.eclipse.ecf.remoteservice.sdk.examples.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.sdk.examples.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.sdk.examples.feature ---
[INFO] Fetching org.eclipse.ecf.remoteservice.sdk.examples.feature_1.0.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.7kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.sdk.examples.feature.source_1.0.200.v20200611-1508.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.21kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------------< org.eclipse.ecf:org.eclipse.ecf.core >----------------
[INFO] Building org.eclipse.ecf.core 3.14.14-SNAPSHOT                 [142/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.core ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.core ---
[INFO] The project's OSGi version is 3.14.14.v20200816-1842
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.core ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.core ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.14.14-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.14.14-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.14.14-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core/target/org.eclipse.ecf.core-3.14.14-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.core ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.core:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.core ---
[INFO] Fetching org.eclipse.ecf.core_3.14.13.v20200812-1815.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (28.41kB)
[INFO] Fetching org.eclipse.ecf.core.source_3.14.13.v20200812-1815.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (29.42kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.core.feature >------------
[INFO] Building org.eclipse.ecf.core.feature 1.5.700-SNAPSHOT         [143/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.core.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.core.feature ---
[INFO] The project's OSGi version is 1.5.700.v20200812-2314
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.core.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.5.700-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.core.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.5.700-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.core.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.core.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.5.700-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.feature/target/org.eclipse.ecf.core.feature-1.5.700-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.core.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.core.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.feature:1.5.700-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.core.feature ---
[INFO] Fetching org.eclipse.ecf.core.feature_1.5.700.v20200812-2314.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (19.72kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.700.v20200812-2314.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (20.99kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature >----------
[INFO] Building org.eclipse.ecf.core.ssl.feature 1.1.500-SNAPSHOT     [144/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.ssl.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] The project's OSGi version is 1.1.500.v20200812-2314
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.500-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.500-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.500-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.ssl.feature/target/org.eclipse.ecf.core.ssl.feature-1.1.500-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.core.ssl.feature:1.1.500-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.core.ssl.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.core.ssl.feature ---
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (19.69kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.500.v20200812-2314.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (21.05kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.datashare.feature >----------
[INFO] Building org.eclipse.ecf.datashare.feature 1.0.200-SNAPSHOT    [145/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.datashare.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.datashare.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.datashare.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.datashare.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.datashare.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.datashare.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.datashare.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.datashare.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.datashare.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.datashare.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.datashare.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.datashare.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.datashare.feature/target/org.eclipse.ecf.datashare.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.datashare.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.datashare.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.datashare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.datashare.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.datashare.feature ---
[INFO] Fetching org.eclipse.ecf.datashare.feature_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.61kB)
[INFO] Fetching org.eclipse.ecf.datashare.feature.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature >-------
[INFO] Building org.eclipse.ecf.discovery.dnssd.feature 1.0.100-SNAPSHOT [146/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] The project's OSGi version is 1.0.100.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.0.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] Fetching org.xbill.dns.source_2.0.8.v201112050911.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (125.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.xbill.dns.source_2.0.8.v201112050911.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (125.45kB)
[INFO] Unpacking org.xbill.dns.source_2.0.8.v201112050911...
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.0.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.0.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.dnssd.feature/target/org.eclipse.ecf.discovery.dnssd.feature-1.0.100-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.dnssd.feature:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.discovery.dnssd.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.dnssd.feature ---
[INFO] Fetching org.eclipse.ecf.discovery.dnssd.feature_1.0.100.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.7kB)
[INFO] Fetching org.eclipse.ecf.discovery.dnssd.feature.source_1.0.100.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.11kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.docshare.feature >----------
[INFO] Building org.eclipse.ecf.docshare.feature 1.0.200-SNAPSHOT     [147/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.docshare.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.docshare.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.docshare.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.docshare.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.docshare.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.docshare.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.docshare.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.docshare.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.docshare.feature/target/org.eclipse.ecf.docshare.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.docshare.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.docshare.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.docshare.feature/target/org.eclipse.ecf.docshare.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.docshare.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.docshare.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.docshare.feature/target/org.eclipse.ecf.docshare.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.docshare.feature/target/org.eclipse.ecf.docshare.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.docshare.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.docshare.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.docshare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.docshare.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.docshare.feature ---
[INFO] Fetching org.eclipse.ecf.docshare.feature_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.86kB)
[INFO] Fetching org.eclipse.ecf.docshare.feature.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.16kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --------< org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature >--------
[INFO] Building org.eclipse.ecf.filetransfer.feature 3.14.1400-SNAPSHOT [148/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] The project's OSGi version is 3.14.1400.v20200812-2314
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1400-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1400-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.feature/target/org.eclipse.ecf.filetransfer.feature-3.14.1400-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.feature:3.14.1400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.feature ---
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1400.v20200812-2314.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (27.8kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1400.v20200812-2314.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (29.2kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient4.feature >--
[INFO] Building org.eclipse.ecf.filetransfer.httpclient4.feature 3.14.14-SNAPSHOT [149/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] The project's OSGi version is 3.14.14.v20200816-1842
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/target/org.eclipse.ecf.filetransfer.httpclient4.feature-3.14.14-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
[INFO] Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.apache.commons.codec.source_1.13.0.v20200108-0001.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (368.11kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (85.46kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.10.v20200114-1512.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (965.36kB)
[INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.12.v20200108-1212.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (431.64kB)
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/target/org.eclipse.ecf.filetransfer.httpclient4.feature-3.14.14-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/target/org.eclipse.ecf.filetransfer.httpclient4.feature-3.14.14-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/target/org.eclipse.ecf.filetransfer.httpclient4.feature-3.14.14-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient4.feature:3.14.14-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.httpclient4.feature ---
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.14.13.v20200812-1815.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (27.78kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.14.13.v20200812-1815.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (29.25kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature >--
[INFO] Building org.eclipse.ecf.filetransfer.httpclient45.feature 1.0.600-SNAPSHOT [150/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] The project's OSGi version is 1.0.600.v20200816-1842
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.0.600-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
[INFO] Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (163.15kB)
[INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (912.59kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200113-2105.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (29.93kB)
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.0.600-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.0.600-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/target/org.eclipse.ecf.filetransfer.httpclient45.feature-1.0.600-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient45.feature:1.0.600-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.httpclient45.feature ---
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.500.v20200812-2314.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (27.93kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.500.v20200812-2314.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (29.37kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------< org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature >------
[INFO] Building org.eclipse.ecf.filetransfer.ssl.feature 1.1.400-SNAPSHOT [151/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] The project's OSGi version is 1.1.400.v20200812-2314
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.400-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.400-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/target/org.eclipse.ecf.filetransfer.ssl.feature-1.1.400-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.ssl.feature:1.1.400-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.ssl.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.ssl.feature ---
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (23.72kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.400.v20200812-2314.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.13.v20200812-2314/features/ (25.13kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient4.ssl.feature >--
[INFO] Building org.eclipse.ecf.filetransfer.httpclient4.ssl.feature 1.1.300-SNAPSHOT [152/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] The project's OSGi version is 1.1.300.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature/target/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature-1.1.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature/target/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature-1.1.300-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature/target/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature-1.1.300-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature/target/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature-1.1.300-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.filetransfer.httpclient4.ssl.feature:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer.httpclient4.ssl.feature ---
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.300.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (27.68kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.300.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (29.2kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.presence.feature >----------
[INFO] Building org.eclipse.ecf.presence.feature 1.0.200-SNAPSHOT     [153/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.presence.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.presence.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.presence.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.presence.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.presence.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.presence.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.presence.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.presence.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.presence.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.presence.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.presence.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.presence.feature/target/org.eclipse.ecf.presence.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.presence.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.presence.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.presence.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence.feature ---
[INFO] Fetching org.eclipse.ecf.presence.feature_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.66kB)
[INFO] Fetching org.eclipse.ecf.presence.feature.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.02kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature >--
[INFO] Building org.eclipse.ecf.provider.generic.datashare.feature 1.0.200-SNAPSHOT [154/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-1836
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/target/org.eclipse.ecf.provider.generic.datashare.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.generic.datashare.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.provider.generic.datashare.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.generic.datashare.feature ---
[INFO] Fetching org.eclipse.ecf.provider.generic.datashare.feature_1.0.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.65kB)
[INFO] Fetching org.eclipse.ecf.provider.generic.datashare.feature.source_1.0.200.v20200611-1836.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.15kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] --< org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.synd.feature >---
[INFO] Building org.eclipse.ecf.remoteservice.rest.synd.feature 1.0.200-SNAPSHOT [155/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/target/org.eclipse.ecf.remoteservice.rest.synd.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] Fetching com.sun.syndication.source_0.9.0.v200803061811.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (94.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.syndication.source_0.9.0.v200803061811.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (94.38kB)
[INFO] Unpacking com.sun.syndication.source_0.9.0.v200803061811...
[INFO] Fetching org.jdom.source_1.1.1.v201101151400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (158.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.jdom.source_1.1.1.v201101151400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (158.19kB)
[INFO] Unpacking org.jdom.source_1.1.1.v201101151400...
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/target/org.eclipse.ecf.remoteservice.rest.synd.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/target/org.eclipse.ecf.remoteservice.rest.synd.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/target/org.eclipse.ecf.remoteservice.rest.synd.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.synd.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.rest.synd.feature ---
[INFO] Fetching org.eclipse.ecf.remoteservice.rest.synd.feature_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.74kB)
[INFO] Fetching org.eclipse.ecf.remoteservice.rest.synd.feature.source_1.0.200.v20200611-2220.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.21kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----< org.eclipse.ecf:org.eclipse.ecf.remoteservice.soap.feature >-----
[INFO] Building org.eclipse.ecf.remoteservice.soap.feature 1.0.200-SNAPSHOT [156/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.soap.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.soap.feature/target/org.eclipse.ecf.remoteservice.soap.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.soap.feature/target/org.eclipse.ecf.remoteservice.soap.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.soap.feature/target/org.eclipse.ecf.remoteservice.soap.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.soap.feature/target/org.eclipse.ecf.remoteservice.soap.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.soap.feature ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.soap.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.remoteservice.soap.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.soap.feature ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.tests.feature >------------
[INFO] Building org.eclipse.ecf.tests.feature 3.0.200-SNAPSHOT        [157/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.tests.feature ---
[INFO] The project's OSGi version is 3.0.200.v20200604-0246
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.tests.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.tests.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.feature/target/org.eclipse.ecf.tests.feature-3.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.feature ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.feature:3.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.feature ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----< org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature >-----
[INFO] Building org.eclipse.ecf.tests.filetransfer.feature 1.0.200-SNAPSHOT [158/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.filetransfer.feature/target/org.eclipse.ecf.tests.filetransfer.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.tests.filetransfer.feature ---
[INFO] No baseline version MavenProject: org.eclipse.ecf:org.eclipse.ecf.tests.filetransfer.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.tests.filetransfer.feature/pom.xml
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.tests.filetransfer.feature ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.xmpp.feature >------------
[INFO] Building org.eclipse.ecf.xmpp.feature 1.0.200-SNAPSHOT         [159/161]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.xmpp.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.xmpp.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.xmpp.feature ---
[INFO] The project's OSGi version is 1.0.200.v20200611-2221
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ecf.xmpp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ecf.xmpp.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.xmpp.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.xmpp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.ecf.xmpp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.200-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ecf.xmpp.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.xmpp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.xmpp.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.xmpp.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.200-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.xmpp.feature/target/org.eclipse.ecf.xmpp.feature-1.0.200-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.xmpp.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.xmpp.feature ---
[INFO] MavenProject: org.eclipse.ecf:org.eclipse.ecf.xmpp.feature:1.0.200-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/features/org.eclipse.ecf.xmpp.feature/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources-feature]

[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.xmpp.feature ---
[INFO] Fetching org.eclipse.ecf.xmpp.feature_1.0.200.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (19.92kB)
[INFO] Fetching org.eclipse.ecf.xmpp.feature.source_1.0.200.v20200611-2221.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/3.14.8.v20200611-2221/features/ (21.18kB)
[JENKINS] Archiving disabled
[INFO] 
[INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.releng.target >------------
[INFO] Building ECF Target Platform Definitions 1.0.0-SNAPSHOT        [160/161]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.pom (5.8 kB at 123 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 682 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.1.0/build-helper-maven-plugin-3.1.0.jar (67 kB at 1.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.releng.target ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.releng.target ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.releng.target ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.1.0:attach-artifact (attach-artifacts) @ org.eclipse.ecf.releng.target ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 19 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 112 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 394 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 243 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 131 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 127 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 122 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/27/maven-parent-27.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 947 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/17/apache-17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 423 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 134 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 44 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 43 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 526 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/26/maven-parent-26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 829 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 83 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 584 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 207 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 176 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/25/maven-parent-25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.9 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 565 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.3 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 21 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 83 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 666 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 648 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 2.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 469 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 2.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 4.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.7 MB/s)
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.releng.target ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.releng.target ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.releng.target ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.releng.target ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.releng.target ---
[JENKINS] Archiving disabled
[INFO] 
[INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.releng.repository >----------
[INFO] Building ECF p2 Repository 3.14.14-SNAPSHOT                    [161/161]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ecf.releng.repository ---
[INFO] The project's OSGi version is 3.14.14.v20200816-1842
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ecf.releng.repository ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/org.eclipse.ecf.releng.repository/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ecf.releng.repository ---
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (default-archive-repository) @ org.eclipse.ecf.releng.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/releng/org.eclipse.ecf.releng.repository/target/org.eclipse.ecf.sdk_3.14.14.v20200816-1842.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.releng.repository ---
[INFO] 
[INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.releng.repository ---
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse Communication Framework (ECF) 1.0.0-SNAPSHOT SUCCESS [  7.579 s]
[INFO] org.eclipse.ecf.identity 3.9.400-SNAPSHOT .......... SUCCESS [ 21.326 s]
[INFO] org.eclipse.ecf 3.9.100-SNAPSHOT ................... SUCCESS [  5.732 s]
[INFO] org.eclipse.ecf.remoteservice.asyncproxy 2.1.100-SNAPSHOT SUCCESS [  4.029 s]
[INFO] org.eclipse.ecf.remoteservice 8.13.100-SNAPSHOT .... SUCCESS [  5.747 s]
[INFO] ch.ethz.iks.r_osgi.remote 1.2.201-SNAPSHOT ......... SUCCESS [  5.588 s]
[INFO] ch.ethz.iks.slp 1.3.100-SNAPSHOT ................... SUCCESS [  6.311 s]
[INFO] org.eclipse.ecf.console 1.3.100-SNAPSHOT ........... SUCCESS [  4.025 s]
[INFO] org.eclipse.ecf.discovery 5.0.400-SNAPSHOT ......... SUCCESS [  4.258 s]
[INFO] org.eclipse.osgi.services.remoteserviceadmin 1.6.300-SNAPSHOT SUCCESS [  4.287 s]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy 1.0.101-SNAPSHOT SUCCESS [  3.836 s]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin 4.6.1200-SNAPSHOT SUCCESS [  5.949 s]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.console 1.2.100-SNAPSHOT SUCCESS [  9.108 s]
[INFO] org.eclipse.ecf.sharedobject 2.6.100-SNAPSHOT ...... SUCCESS [  4.800 s]
[INFO] org.eclipse.ecf.provider 4.8.300-SNAPSHOT .......... SUCCESS [  4.913 s]
[INFO] org.eclipse.ecf.provider.r_osgi 3.6.300-SNAPSHOT ... SUCCESS [  4.286 s]
[INFO] org.eclipse.ecf.remoteservice.eventadmin 1.3.100-SNAPSHOT SUCCESS [  4.099 s]
[INFO] org.eclipse.ecf.filetransfer 5.1.100-SNAPSHOT ...... SUCCESS [  4.461 s]
[INFO] org.eclipse.ecf.remoteservice.rest.synd 1.0.200-SNAPSHOT SUCCESS [  3.767 s]
[INFO] org.eclipse.ecf.provider.filetransfer 3.2.600-SNAPSHOT SUCCESS [  4.447 s]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45 1.0.300-SNAPSHOT SUCCESS [  4.491 s]
[INFO] org.eclipse.ecf.osgi.services.distribution 2.1.500-SNAPSHOT SUCCESS [  3.751 s]
[INFO] org.eclipse.ecf.provider.zookeeper 1.2.300-SNAPSHOT  SUCCESS [  4.940 s]
[INFO] org.eclipse.ecf.provider.jslp 3.2.300-SNAPSHOT ..... SUCCESS [  4.395 s]
[INFO] org.eclipse.ecf.provider.remoteservice 4.4.200-SNAPSHOT SUCCESS [  4.195 s]
[INFO] org.eclipse.ecf.remoteservice.servlet 1.0.200-SNAPSHOT SUCCESS [  3.890 s]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4 1.1.500-SNAPSHOT SUCCESS [  4.325 s]
[INFO] org.eclipse.ecf.provider.dnssd 1.2.300-SNAPSHOT .... SUCCESS [  4.048 s]
[INFO] org.eclipse.ecf.remoteservice.rest 2.7.300-SNAPSHOT  SUCCESS [  4.335 s]
[INFO] org.eclipse.ecf.doc 1.3.300-SNAPSHOT ............... SUCCESS [ 59.677 s]
[INFO] com.mycorp.examples.timeservice 1.1.200-SNAPSHOT ... SUCCESS [  3.736 s]
[INFO] com.mycorp.examples.timeservice.async 2.1.100-SNAPSHOT SUCCESS [  3.818 s]
[INFO] com.mycorp.examples.timeservice.consumer 1.1.200-SNAPSHOT SUCCESS [  4.745 s]
[INFO] com.mycorp.examples.timeservice.consumer.ds 1.0.300-SNAPSHOT SUCCESS [  4.069 s]
[INFO] com.mycorp.examples.timeservice.consumer.ds.async 1.0.200-SNAPSHOT SUCCESS [  3.921 s]
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery 1.2.101-SNAPSHOT SUCCESS [  3.840 s]
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery.rest 1.2.101-SNAPSHOT SUCCESS [  4.983 s]
[INFO] com.mycorp.examples.timeservice.host 1.1.300-SNAPSHOT SUCCESS [  4.467 s]
[INFO] com.mycorp.examples.timeservice.provider.rest.consumer 1.1.101-SNAPSHOT SUCCESS [  3.434 s]
[INFO] com.mycorp.examples.timeservice.provider.rest.host 1.1.101-SNAPSHOT SUCCESS [  4.471 s]
[INFO] org.eclipse.ecf.presence 2.1.200-SNAPSHOT .......... SUCCESS [  4.552 s]
[INFO] org.jivesoftware.smack 3.3.300-SNAPSHOT ............ SUCCESS [ 11.343 s]
[INFO] org.eclipse.ecf.provider.xmpp 3.2.400-SNAPSHOT ..... SUCCESS [  5.029 s]
[INFO] org.eclipse.ecf.ui 2.2.200-SNAPSHOT ................ SUCCESS [  5.160 s]
[INFO] org.eclipse.ecf.presence.ui 2.4.200-SNAPSHOT ....... SUCCESS [  5.829 s]
[INFO] org.eclipse.ecf.example.clients 2.0.200-SNAPSHOT ... SUCCESS [  4.488 s]
[INFO] org.eclipse.ecf.server.generic 8.1.100-SNAPSHOT .... SUCCESS [  4.608 s]
[INFO] org.eclipse.ecf.example.collab 2.0.200-SNAPSHOT .... SUCCESS [  5.524 s]
[INFO] org.eclipse.ecf.examples.eventadmin.app 1.0.200-SNAPSHOT SUCCESS [  3.796 s]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer.edef 1.1.101-SNAPSHOT SUCCESS [  3.101 s]
[INFO] org.eclipse.ecf.examples.remoteservices.hello 4.0.101-SNAPSHOT SUCCESS [  3.804 s]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer 3.0.101-SNAPSHOT SUCCESS [  3.857 s]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.ds.consumer 2.0.101-SNAPSHOT SUCCESS [  3.156 s]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.host 3.1.101-SNAPSHOT SUCCESS [  3.303 s]
[INFO] org.eclipse.ecf.examples.remoteservices.rest.rss 1.1.101-SNAPSHOT SUCCESS [  3.315 s]
[INFO] org.eclipse.ecf.datashare 3.0.300-SNAPSHOT ......... SUCCESS [  3.854 s]
[INFO] org.eclipse.ecf.discovery.ui.model 3.0.200-SNAPSHOT  SUCCESS [  4.439 s]
[INFO] org.eclipse.ecf.discovery.ui.edit 3.0.200-SNAPSHOT . SUCCESS [  4.233 s]
[INFO] org.eclipse.ecf.discovery.ui 3.0.300-SNAPSHOT ...... SUCCESS [  4.532 s]
[INFO] org.eclipse.ecf.discovery.ui.browser 1.0.200-SNAPSHOT SUCCESS [  4.593 s]
[INFO] org.eclipse.ecf.discovery.ui.properties 3.0.200-SNAPSHOT SUCCESS [  4.521 s]
[INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.200-SNAPSHOT SUCCESS [  4.247 s]
[INFO] org.eclipse.ecf.discovery.ui.userinput 1.0.200-SNAPSHOT SUCCESS [  4.144 s]
[INFO] org.eclipse.ecf.sync 2.0.300-SNAPSHOT .............. SUCCESS [  3.860 s]
[INFO] org.eclipse.ecf.docshare 3.0.400-SNAPSHOT .......... SUCCESS [  4.578 s]
[INFO] org.eclipse.ecf.filetransfer.ui 1.5.200-SNAPSHOT ... SUCCESS [  5.269 s]
[INFO] org.eclipse.ecf.presence.bot 1.3.300-SNAPSHOT ...... SUCCESS [  4.007 s]
[INFO] org.eclipse.ecf.presence.collab.ui 1.3.101-SNAPSHOT  SUCCESS [  3.907 s]
[INFO] org.eclipse.ecf.remoteservice.asyncproxy 1.1.200-SNAPSHOT SUCCESS [  4.914 s]
[INFO] org.eclipse.ecf.remoteservice.soap 1.1.200-SNAPSHOT  SUCCESS [  3.232 s]
[INFO] org.eclipse.ecf.remoteservice.ui 3.4.300-SNAPSHOT .. SUCCESS [  5.289 s]
[INFO] org.eclipse.ecf.ssl 1.2.400-SNAPSHOT ............... SUCCESS [  4.453 s]
[INFO] org.eclipse.ecf.storage 2.0.200-SNAPSHOT ........... SUCCESS [  4.063 s]
[INFO] org.eclipse.ecf.telephony.call 2.0.200-SNAPSHOT .... SUCCESS [  4.343 s]
[INFO] org.eclipse.ecf.telephony.call.ui 1.3.200-SNAPSHOT . SUCCESS [  4.192 s]
[INFO] org.eclipse.ecf.ui.capabilities 1.0.200-SNAPSHOT ... SUCCESS [  4.196 s]
[INFO] org.eclipse.team.ecf.core 1.0.200-SNAPSHOT ......... SUCCESS [  4.131 s]
[INFO] org.eclipse.team.ecf.ui 1.0.200-SNAPSHOT ........... SUCCESS [  4.260 s]
[INFO] org.eclipse.ecf.protocol.bittorrent 0.3.200-SNAPSHOT SUCCESS [  4.587 s]
[INFO] org.eclipse.ecf.protocol.msn 1.2.200-SNAPSHOT ...... SUCCESS [  4.044 s]
[INFO] org.eclipse.ecf.provider.bittorrent 0.3.400-SNAPSHOT SUCCESS [  4.275 s]
[INFO] org.eclipse.ecf.provider.bittorrent.ui 0.2.200-SNAPSHOT SUCCESS [  3.153 s]
[INFO] org.eclipse.ecf.provider.datashare 1.5.200-SNAPSHOT  SUCCESS [  3.834 s]
[INFO] org.eclipse.ecf.provider.datashare.nio 0.9.300-SNAPSHOT SUCCESS [  4.083 s]
[INFO] org.eclipse.ecf.provider.discovery 3.0.101-SNAPSHOT  SUCCESS [  3.738 s]
[INFO] org.eclipse.ecf.provider.filetransfer.efs 1.5.200-SNAPSHOT SUCCESS [  4.265 s]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45.win32 1.0.300-SNAPSHOT SUCCESS [  3.839 s]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4.ssl 1.1.200-SNAPSHOT SUCCESS [  3.883 s]
[INFO] org.eclipse.ecf.provider.filetransfer.scp 2.1.200-SNAPSHOT SUCCESS [  4.008 s]
[INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.0.200-SNAPSHOT SUCCESS [  3.877 s]
[INFO] org.eclipse.ecf.provider.irc 1.3.400-SNAPSHOT ...... SUCCESS [  5.426 s]
[INFO] org.eclipse.ecf.provider.irc.ui 1.3.200-SNAPSHOT ... SUCCESS [  4.366 s]
[INFO] org.eclipse.ecf.provider.jmdns 4.3.300-SNAPSHOT .... SUCCESS [  4.440 s]
[INFO] org.eclipse.ecf.provider.msn 1.2.200-SNAPSHOT ...... SUCCESS [  4.637 s]
[INFO] org.eclipse.ecf.provider.msn.ui 1.3.200-SNAPSHOT ... SUCCESS [  3.721 s]
[INFO] org.eclipse.ecf.provider.ui 1.4.101-SNAPSHOT ....... SUCCESS [  3.541 s]
[INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.200-SNAPSHOT SUCCESS [  4.029 s]
[INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.200-SNAPSHOT SUCCESS [  3.743 s]
[INFO] org.eclipse.ecf.provider.xmpp.ui 2.2.300-SNAPSHOT .. SUCCESS [  4.546 s]
[INFO] org.eclipse.ecf.server 2.1.300-SNAPSHOT ............ SUCCESS [  3.644 s]
[INFO] org.eclipse.ecf.sharedobject.feature 1.0.200-SNAPSHOT SUCCESS [  3.868 s]
[INFO] org.eclipse.ecf.provider.generic.feature 1.0.400-SNAPSHOT SUCCESS [  4.091 s]
[INFO] org.eclipse.ecf.remoteservice.feature 2.5.200-SNAPSHOT SUCCESS [  3.868 s]
[INFO] org.eclipse.ecf.provider.generic.remoteservice.feature 1.1.200-SNAPSHOT SUCCESS [  3.772 s]
[INFO] org.eclipse.ecf.server.generic.feature 1.2.100-SNAPSHOT SUCCESS [  3.690 s]
[INFO] org.eclipse.ecf.tests 2.2.101-SNAPSHOT ............. SUCCESS [  3.804 s]
[INFO] org.eclipse.ecf.tests.apache.httpclient.server 3.0.100-SNAPSHOT SUCCESS [  4.741 s]
[INFO] org.eclipse.ecf.tests.datashare 2.0.101-SNAPSHOT ... SUCCESS [  3.988 s]
[INFO] org.eclipse.ecf.tests.filetransfer.httpserver 1.0.101-SNAPSHOT SUCCESS [  3.478 s]
[INFO] org.eclipse.ecf.tests.filetransfer 2.0.400-SNAPSHOT  SUCCESS [  3.821 s]
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient4 1.0.100-SNAPSHOT SUCCESS [  3.514 s]
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient45 1.0.0-SNAPSHOT SUCCESS [  4.097 s]
[INFO] org.eclipse.ecf.tests.presence 2.0.101-SNAPSHOT .... SUCCESS [  3.450 s]
[INFO] org.eclipse.ecf.tests.protocol.msn 0.3.100-SNAPSHOT  SUCCESS [  3.839 s]
[INFO] org.eclipse.ecf.tests.provider.datashare.nio 1.0.100-SNAPSHOT SUCCESS [  3.642 s]
[INFO] org.eclipse.ecf.tests.remoteservice 2.1.101-SNAPSHOT SUCCESS [  4.452 s]
[INFO] org.eclipse.ecf.tests.sharedobject 2.0.101-SNAPSHOT  SUCCESS [  3.585 s]
[INFO] org.eclipse.ecf.tests.provider.xmpp 2.0.101-SNAPSHOT SUCCESS [  4.152 s]
[INFO] org.eclipse.ecf.tests.storage 1.0.101-SNAPSHOT ..... SUCCESS [  3.324 s]
[INFO] org.eclipse.ecf.tests.sync 1.0.101-SNAPSHOT ........ SUCCESS [  4.248 s]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution 1.1.101-SNAPSHOT SUCCESS [  3.619 s]
[INFO] org.eclipse.ecf.tests.discovery 2.0.101-SNAPSHOT ... SUCCESS [  4.105 s]
[INFO] org.eclipse.ecf.tests.remoteservice.generic 2.1.101-SNAPSHOT SUCCESS [  3.638 s]
[INFO] org.eclipse.ecf.tests.remoteservice.r-osgi 1.0.101-SNAPSHOT SUCCESS [  3.852 s]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.generic 1.0.101-SNAPSHOT SUCCESS [  3.898 s]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.r-osgi 1.0.101-SNAPSHOT SUCCESS [  4.527 s]
[INFO] org.eclipse.ecf.remoteservices.tooling.pde 1.0.200-SNAPSHOT SUCCESS [  4.819 s]
[INFO] org.eclipse.ecf.console.feature 1.2.100-SNAPSHOT ... SUCCESS [  4.606 s]
[INFO] org.eclipse.ecf.discovery.feature 1.0.200-SNAPSHOT . SUCCESS [  3.885 s]
[INFO] org.eclipse.ecf.discovery.jmdns.feature 1.0.100-SNAPSHOT SUCCESS [  4.337 s]
[INFO] org.eclipse.ecf.discovery.slp.feature 1.0.100-SNAPSHOT SUCCESS [  3.705 s]
[INFO] org.eclipse.ecf.discovery.zookeeper.feature 1.0.200-SNAPSHOT SUCCESS [  4.434 s]
[INFO] org.eclipse.ecf.eventadmin.feature 2.0.200-SNAPSHOT  SUCCESS [  3.588 s]
[INFO] org.eclipse.ecf.osgi.services.feature 2.5.100-SNAPSHOT SUCCESS [  3.900 s]
[INFO] org.eclipse.ecf.remoteservice.rest.feature 1.0.300-SNAPSHOT SUCCESS [  4.064 s]
[INFO] org.eclipse.ecf.remoteservice.rosgi.feature 1.1.200-SNAPSHOT SUCCESS [  3.483 s]
[INFO] org.eclipse.ecf.remoteservice.servlet.feature 1.0.200-SNAPSHOT SUCCESS [  4.025 s]
[INFO] org.eclipse.ecf.remoteservice.sdk.feature 3.14.14-SNAPSHOT SUCCESS [  3.586 s]
[INFO] org.eclipse.ecf.eventadmin.examples.feature 1.0.200-SNAPSHOT SUCCESS [  4.047 s]
[INFO] org.eclipse.ecf.remoteservice.examples.feature 1.5.200-SNAPSHOT SUCCESS [  3.467 s]
[INFO] org.eclipse.ecf.remoteservice.sdk.examples.feature 1.0.200-SNAPSHOT SUCCESS [  4.161 s]
[INFO] org.eclipse.ecf.core 3.14.14-SNAPSHOT .............. SUCCESS [  3.281 s]
[INFO] org.eclipse.ecf.core.feature 1.5.700-SNAPSHOT ...... SUCCESS [  3.800 s]
[INFO] org.eclipse.ecf.core.ssl.feature 1.1.500-SNAPSHOT .. SUCCESS [  3.835 s]
[INFO] org.eclipse.ecf.datashare.feature 1.0.200-SNAPSHOT . SUCCESS [  3.860 s]
[INFO] org.eclipse.ecf.discovery.dnssd.feature 1.0.100-SNAPSHOT SUCCESS [  3.716 s]
[INFO] org.eclipse.ecf.docshare.feature 1.0.200-SNAPSHOT .. SUCCESS [  3.472 s]
[INFO] org.eclipse.ecf.filetransfer.feature 3.14.1400-SNAPSHOT SUCCESS [  3.842 s]
[INFO] org.eclipse.ecf.filetransfer.httpclient4.feature 3.14.14-SNAPSHOT SUCCESS [  4.360 s]
[INFO] org.eclipse.ecf.filetransfer.httpclient45.feature 1.0.600-SNAPSHOT SUCCESS [  4.355 s]
[INFO] org.eclipse.ecf.filetransfer.ssl.feature 1.1.400-SNAPSHOT SUCCESS [  3.745 s]
[INFO] org.eclipse.ecf.filetransfer.httpclient4.ssl.feature 1.1.300-SNAPSHOT SUCCESS [  3.766 s]
[INFO] org.eclipse.ecf.presence.feature 1.0.200-SNAPSHOT .. SUCCESS [  3.421 s]
[INFO] org.eclipse.ecf.provider.generic.datashare.feature 1.0.200-SNAPSHOT SUCCESS [  3.754 s]
[INFO] org.eclipse.ecf.remoteservice.rest.synd.feature 1.0.200-SNAPSHOT SUCCESS [  3.724 s]
[INFO] org.eclipse.ecf.remoteservice.soap.feature 1.0.200-SNAPSHOT SUCCESS [  3.149 s]
[INFO] org.eclipse.ecf.tests.feature 3.0.200-SNAPSHOT ..... SUCCESS [  3.446 s]
[INFO] org.eclipse.ecf.tests.filetransfer.feature 1.0.200-SNAPSHOT SUCCESS [  3.479 s]
[INFO] org.eclipse.ecf.xmpp.feature 1.0.200-SNAPSHOT ...... SUCCESS [  3.818 s]
[INFO] ECF Target Platform Definitions 1.0.0-SNAPSHOT ..... SUCCESS [  2.089 s]
[INFO] ECF p2 Repository 3.14.14-SNAPSHOT ................. SUCCESS [ 12.823 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15:38 min
[INFO] Finished at: 2020-08-16T22:35:46Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
channel stopped
[ecf-tycho.master.stage-release] $ /bin/sh -xe /tmp/jenkins3127373662254508049.sh
+ cd releng/org.eclipse.ecf.releng.repository/target/
+ ls -1 org.eclipse.ecf.sdk_3.14.14.v20200816-1842.zip
+ cut -d_ -f2
+ sed -e s/.zip//
+ VER=3.14.14.v20200816-1842
+ SNAPSHOT=/home/data/httpd/download.eclipse.org/rt/ecf/staging
+ ssh genie.ecf@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2
+ ssh genie.ecf@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/rt/ecf/staging/javadoc
+ ssh genie.ecf@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/rt/ecf/staging/*.zip'
+ scp -r doc/bundles/org.eclipse.ecf.doc/html/reference/api genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/staging/javadoc
+ scp releng/org.eclipse.ecf.releng.repository/target/org.eclipse.ecf.sdk_3.14.14.v20200816-1842.zip genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/staging
+ ssh genie.ecf@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.14.v20200816-1842
+ scp -r releng/org.eclipse.ecf.releng.repository/target/repository genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.14.v20200816-1842
+ cat
+ scp p2.index genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/
+ rm p2.index
+ cat
+ cat
+ ssh genie.ecf@projects-storage.eclipse.org ls -1tr --directory '/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/*/'
+ DIRS='/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.8.v20200522-1203/
/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.8.v20200611-2221/
/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.9.v20200713-0653/
/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.10.v20200713-0804/
/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.11.v20200713-1558/
/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.12.v20200713-1642/
/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.13.v20200812-2314/
/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.14.v20200816-1842/'
+ basename /home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.8.v20200522-1203/
+ DIR=3.14.8.v20200522-1203
+ sed -i -e '/\/children/i<child location='"'"'3.14.8.v20200522-1203'"'"'/>' compositeContent.xml compositeArtifacts.xml
+ basename /home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.8.v20200611-2221/
+ DIR=3.14.8.v20200611-2221
+ sed -i -e '/\/children/i<child location='"'"'3.14.8.v20200611-2221'"'"'/>' compositeContent.xml compositeArtifacts.xml
+ basename /home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.9.v20200713-0653/
+ DIR=3.14.9.v20200713-0653
+ sed -i -e '/\/children/i<child location='"'"'3.14.9.v20200713-0653'"'"'/>' compositeContent.xml compositeArtifacts.xml
+ basename /home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.10.v20200713-0804/
+ DIR=3.14.10.v20200713-0804
+ sed -i -e '/\/children/i<child location='"'"'3.14.10.v20200713-0804'"'"'/>' compositeContent.xml compositeArtifacts.xml
+ basename /home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.11.v20200713-1558/
+ DIR=3.14.11.v20200713-1558
+ sed -i -e '/\/children/i<child location='"'"'3.14.11.v20200713-1558'"'"'/>' compositeContent.xml compositeArtifacts.xml
+ basename /home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.12.v20200713-1642/
+ DIR=3.14.12.v20200713-1642
+ sed -i -e '/\/children/i<child location='"'"'3.14.12.v20200713-1642'"'"'/>' compositeContent.xml compositeArtifacts.xml
+ basename /home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.13.v20200812-2314/
+ DIR=3.14.13.v20200812-2314
+ sed -i -e '/\/children/i<child location='"'"'3.14.13.v20200812-2314'"'"'/>' compositeContent.xml compositeArtifacts.xml
+ basename /home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/3.14.14.v20200816-1842/
+ DIR=3.14.14.v20200816-1842
+ sed -i -e '/\/children/i<child location='"'"'3.14.14.v20200816-1842'"'"'/>' compositeContent.xml compositeArtifacts.xml
+ grep 'child location' compositeContent.xml
+ wc -l
+ NUM=8
+ sed -i -e '/children size/s/0/8/' compositeContent.xml compositeArtifacts.xml
+ scp compositeContent.xml compositeArtifacts.xml genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/
+ rm compositeContent.xml compositeArtifacts.xml
[ecf-tycho.master.stage-release] $ /bin/sh -xe /tmp/jenkins2687992617370331947.sh
+ SNAPSHOT=/home/data/httpd/download.eclipse.org/rt/ecf/staging
+ cp releng/org.eclipse.ecf.releng.bm/karaf/features/karaf-features.xml .
+ grep mvn:org.eclipse.ecf karaf-features.xml
+ sed -e 's/<\/\?bundle>//g' -e 's/\s*\(mvn:org.eclipse.ecf\/\S*\).*/\1/'
+ items='mvn:org.eclipse.ecf/org.eclipse.ecf.identity
mvn:org.eclipse.ecf/org.eclipse.ecf
mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject
mvn:org.eclipse.ecf/org.eclipse.ecf.discovery
mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy
mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice
mvn:org.eclipse.ecf/org.eclipse.ecf.console
mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console
mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin
mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy
mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin
mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution
mvn:org.eclipse.ecf/org.eclipse.ecf.provider
mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice
mvn:org.eclipse.ecf/org.objectweb.asm
mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote
mvn:org.eclipse.ecf/org.eclipse.ecf.provider
mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi
mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns
mvn:org.eclipse.ecf/org.apache.commons.logging/1.1.1.v201101211721
mvn:org.eclipse.ecf/org.apache.hadoop.zookeeper/3.3.3.v201105210832
mvn:org.eclipse.ecf/org.eclipse.ecf.provider.zookeeper/1.2.201
mvn:org.eclipse.ecf/ch.ethz.iks.slp/1.3.1
mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jslp/3.2.202
mvn:org.eclipse.ecf/org.apache.commons.logging/1.1.1.v201101211721
mvn:org.eclipse.ecf/org.apache.commons.codec/1.9.0.v20170208-1614
mvn:org.eclipse.ecf/org.apache.httpcomponents.httpclient/4.5.2.v20170210-0925
mvn:org.eclipse.ecf/org.apache.httpcomponents.httpcore/4.4.6.v20170210-0925
mvn:org.eclipse.ecf/org.json/1.0.0.v201011060100
mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest/2.7.201
mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin/1.3.1
mvn:org.eclipse.ecf/javax.servlet/3.1.0.v201410161800
mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet/1.0.101
mvn:org.eclipse.ecf/org.eclipse.ecf.server/2.1.201'
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.identity
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.identity
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.identity
+ find -name 'org.eclipse.ecf.identity-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=3.9.400
+ '[' -z 3.9.400 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.identity --> mvn:org.eclipse.ecf/org.eclipse.ecf.identity'
mvn:org.eclipse.ecf/org.eclipse.ecf.identity --> mvn:org.eclipse.ecf/org.eclipse.ecf.identity
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.identity|mvn:org.eclipse.ecf/org.eclipse.ecf.identity|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf
+ cut -d/ -f2
+ artifact=org.eclipse.ecf
+ find -name 'org.eclipse.ecf-*-SNAPSHOT.jar'
+ + grepsed -v -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' 'remoteservice\.asyncproxy-1'

+ jar_version=3.9.100
+ '[' -z 3.9.100 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf --> mvn:org.eclipse.ecf/org.eclipse.ecf'
mvn:org.eclipse.ecf/org.eclipse.ecf --> mvn:org.eclipse.ecf/org.eclipse.ecf
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf|mvn:org.eclipse.ecf/org.eclipse.ecf|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.sharedobject
+ find -name 'org.eclipse.ecf.sharedobject-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=2.6.100
+ '[' -z 2.6.100 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject --> mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject'
mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject --> mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject|mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.discovery
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.discovery
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.discovery
+ find -name 'org.eclipse.ecf.discovery-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=5.0.400
+ '[' -z 5.0.400 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.discovery --> mvn:org.eclipse.ecf/org.eclipse.ecf.discovery'
mvn:org.eclipse.ecf/org.eclipse.ecf.discovery --> mvn:org.eclipse.ecf/org.eclipse.ecf.discovery
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.discovery|mvn:org.eclipse.ecf/org.eclipse.ecf.discovery|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.remoteservice.asyncproxy
+ find -name 'org.eclipse.ecf.remoteservice.asyncproxy-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=2.1.100
+ '[' -z 2.1.100 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy'
mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.remoteservice
+ find -name 'org.eclipse.ecf.remoteservice-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=8.13.100
+ '[' -z 8.13.100 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice'
mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.console
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.console
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.console
+ find -name 'org.eclipse.ecf.console-*-SNAPSHOT.jar'
+ + sed -egrep 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
 -v 'remoteservice\.asyncproxy-1'
+ jar_version=1.3.100
+ '[' -z 1.3.100 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.console --> mvn:org.eclipse.ecf/org.eclipse.ecf.console'
mvn:org.eclipse.ecf/org.eclipse.ecf.console --> mvn:org.eclipse.ecf/org.eclipse.ecf.console
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.console|mvn:org.eclipse.ecf/org.eclipse.ecf.console|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.osgi.services.remoteserviceadmin.console
+ find -name 'org.eclipse.ecf.osgi.services.remoteserviceadmin.console-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=1.2.100
+ '[' -z 1.2.100 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console'
mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin
+ cut -d/ -f2
+ artifact=org.eclipse.osgi.services.remoteserviceadmin
+ find -name 'org.eclipse.osgi.services.remoteserviceadmin-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=1.6.300
+ '[' -z 1.6.300 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin --> mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin'
mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin --> mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin|mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy
+ find -name 'org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy-*-SNAPSHOT.jar'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ grep -v 'remoteservice\.asyncproxy-1'
+ jar_version=1.0.101
+ '[' -z 1.0.101 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy'
mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.osgi.services.remoteserviceadmin
+ find -name 'org.eclipse.ecf.osgi.services.remoteserviceadmin-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=4.6.1200
+ '[' -z 4.6.1200 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin'
mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.osgi.services.distribution
+ find -name 'org.eclipse.ecf.osgi.services.distribution-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=2.1.500
+ '[' -z 2.1.500 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution'
mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution --> mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution|mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.provider
+ find -name 'org.eclipse.ecf.provider-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=4.8.300
+ '[' -z 4.8.300 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider'
mvn:org.eclipse.ecf/org.eclipse.ecf.provider --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider|mvn:org.eclipse.ecf/org.eclipse.ecf.provider|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.provider.remoteservice
+ find -name 'org.eclipse.ecf.provider.remoteservice-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=4.4.200
+ '[' -z 4.4.200 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice'
mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.objectweb.asm
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.objectweb.asm
+ cut -d/ -f2
+ artifact=org.objectweb.asm
+ find -name 'org.objectweb.asm-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=
+ '[' -z  ]
+ continue
+ echo mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote
+ cut -d/ -f2
+ artifact=ch.ethz.iks.r_osgi.remote
+ find -name 'ch.ethz.iks.r_osgi.remote-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=1.2.201
+ '[' -z 1.2.201 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote --> mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote'
mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote --> mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote
+ sed -i -e 's|mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote|mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.provider
+ find -name 'org.eclipse.ecf.provider-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=4.8.300
+ '[' -z 4.8.300 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider'
mvn:org.eclipse.ecf/org.eclipse.ecf.provider --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider|mvn:org.eclipse.ecf/org.eclipse.ecf.provider|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.provider.r_osgi
+ find -name 'org.eclipse.ecf.provider.r_osgi-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=3.6.300
+ '[' -z 3.6.300 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi'
mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns
+ awk -F/ '{print NF-1}'
+ slashcount=1
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.provider.jmdns
+ find -name 'org.eclipse.ecf.provider.jmdns-*-SNAPSHOT.jar'
+ grep+  -v 'remoteservice\.asyncproxy-1'sed
 -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=4.3.300
+ '[' -z 4.3.300 ]
+ '[' 1 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns'
mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.apache.commons.logging/1.1.1.v201101211721
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.apache.commons.logging/1.1.1.v201101211721
+ cut -d/ -f2
+ artifact=org.apache.commons.logging
+ find -name 'org.apache.commons.logging-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'+ 
sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=
+ '[' -z  ]
+ continue
+ echo mvn:org.eclipse.ecf/org.apache.hadoop.zookeeper/3.3.3.v201105210832
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.apache.hadoop.zookeeper/3.3.3.v201105210832
+ cut -d/ -f2
+ artifact=org.apache.hadoop.zookeeper
+ find -name 'org.apache.hadoop.zookeeper-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=
+ '[' -z  ]
+ continue
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.zookeeper/1.2.201
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.zookeeper/1.2.201
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.provider.zookeeper
+ find -name 'org.eclipse.ecf.provider.zookeeper-*-SNAPSHOT.jar'
+ + sedgrep -e -v 's/.*-\(.*\)-SNAPSHOT.jar/\1/' 'remoteservice\.asyncproxy-1'

+ jar_version=1.2.300
+ '[' -z 1.2.300 ]
+ '[' 2 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider.zookeeper/1.2.201 --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.zookeeper/1.2.300'
mvn:org.eclipse.ecf/org.eclipse.ecf.provider.zookeeper/1.2.201 --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.zookeeper/1.2.300
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.zookeeper/1.2.201|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.zookeeper/1.2.300|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/ch.ethz.iks.slp/1.3.1
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/ch.ethz.iks.slp/1.3.1
+ cut -d/ -f2
+ artifact=ch.ethz.iks.slp
+ find -name 'ch.ethz.iks.slp-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=1.3.100
+ '[' -z 1.3.100 ]
+ '[' 2 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/ch.ethz.iks.slp/1.3.1 --> mvn:org.eclipse.ecf/ch.ethz.iks.slp/1.3.100'
mvn:org.eclipse.ecf/ch.ethz.iks.slp/1.3.1 --> mvn:org.eclipse.ecf/ch.ethz.iks.slp/1.3.100
+ sed -i -e 's|mvn:org.eclipse.ecf/ch.ethz.iks.slp/1.3.1|mvn:org.eclipse.ecf/ch.ethz.iks.slp/1.3.100|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jslp/3.2.202
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jslp/3.2.202
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.provider.jslp
+ find -name 'org.eclipse.ecf.provider.jslp-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=3.2.300
+ '[' -z 3.2.300 ]
+ '[' 2 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jslp/3.2.202 --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jslp/3.2.300'
mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jslp/3.2.202 --> mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jslp/3.2.300
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jslp/3.2.202|mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jslp/3.2.300|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.apache.commons.logging/1.1.1.v201101211721
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.apache.commons.logging/1.1.1.v201101211721
+ cut -d/ -f2
+ artifact=org.apache.commons.logging
+ find -name 'org.apache.commons.logging-*-SNAPSHOT.jar'
+ + sedgrep -e -v 's/.*-\(.*\)-SNAPSHOT.jar/\1/' 'remoteservice\.asyncproxy-1'

+ jar_version=
+ '[' -z  ]
+ continue
+ echo mvn:org.eclipse.ecf/org.apache.commons.codec/1.9.0.v20170208-1614
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.apache.commons.codec/1.9.0.v20170208-1614
+ cut -d/ -f2
+ artifact=org.apache.commons.codec
+ find -name 'org.apache.commons.codec-*-SNAPSHOT.jar'
+ + grepsed -v -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/' 'remoteservice\.asyncproxy-1'

+ jar_version=
+ '[' -z  ]
+ continue
+ echo mvn:org.eclipse.ecf/org.apache.httpcomponents.httpclient/4.5.2.v20170210-0925
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.apache.httpcomponents.httpclient/4.5.2.v20170210-0925
+ cut -d/ -f2
+ artifact=org.apache.httpcomponents.httpclient
+ find -name 'org.apache.httpcomponents.httpclient-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=
+ '[' -z  ]
+ continue
+ echo mvn:org.eclipse.ecf/org.apache.httpcomponents.httpcore/4.4.6.v20170210-0925
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.apache.httpcomponents.httpcore/4.4.6.v20170210-0925
+ cut -d/ -f2
+ artifact=org.apache.httpcomponents.httpcore
+ find -name 'org.apache.httpcomponents.httpcore-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=
+ '[' -z  ]
+ continue
+ echo mvn:org.eclipse.ecf/org.json/1.0.0.v201011060100
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.json/1.0.0.v201011060100
+ cut -d/ -f2
+ artifact=org.json
+ find -name 'org.json-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=
+ '[' -z  ]
+ continue
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest/2.7.201
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest/2.7.201
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.remoteservice.rest
+ find -name 'org.eclipse.ecf.remoteservice.rest-*-SNAPSHOT.jar'
+ grep -v+  'remoteservice\.asyncproxy-1'
sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=2.7.300
+ '[' -z 2.7.300 ]
+ '[' 2 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest/2.7.201 --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest/2.7.300'
mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest/2.7.201 --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest/2.7.300
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest/2.7.201|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest/2.7.300|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin/1.3.1
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin/1.3.1
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.remoteservice.eventadmin
+ find -name 'org.eclipse.ecf.remoteservice.eventadmin-*-SNAPSHOT.jar'
+ sed -e+  's/.*-\(.*\)-SNAPSHOT.jar/\1/'
grep -v 'remoteservice\.asyncproxy-1'
+ jar_version=1.3.100
+ '[' -z 1.3.100 ]
+ '[' 2 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin/1.3.1 --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin/1.3.100'
mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin/1.3.1 --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin/1.3.100
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin/1.3.1|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin/1.3.100|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/javax.servlet/3.1.0.v201410161800
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/javax.servlet/3.1.0.v201410161800
+ cut -d/ -f2
+ artifact=javax.servlet
+ find -name 'javax.servlet-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=
+ '[' -z  ]
+ continue
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet/1.0.101
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet/1.0.101
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.remoteservice.servlet
+ find -name 'org.eclipse.ecf.remoteservice.servlet-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=1.0.200
+ '[' -z 1.0.200 ]
+ '[' 2 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet/1.0.101 --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet/1.0.200'
mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet/1.0.101 --> mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet/1.0.200
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet/1.0.101|mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet/1.0.200|' karaf-features.xml
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.server/2.1.201
+ awk -F/ '{print NF-1}'
+ slashcount=2
+ echo mvn:org.eclipse.ecf/org.eclipse.ecf.server/2.1.201
+ cut -d/ -f2
+ artifact=org.eclipse.ecf.server
+ find -name 'org.eclipse.ecf.server-*-SNAPSHOT.jar'
+ grep -v 'remoteservice\.asyncproxy-1'
+ sed -e 's/.*-\(.*\)-SNAPSHOT.jar/\1/'
+ jar_version=2.1.300
+ '[' -z 2.1.300 ]
+ '[' 2 -lt 2 ]
+ echo 'mvn:org.eclipse.ecf/org.eclipse.ecf.server/2.1.201 --> mvn:org.eclipse.ecf/org.eclipse.ecf.server/2.1.300'
mvn:org.eclipse.ecf/org.eclipse.ecf.server/2.1.201 --> mvn:org.eclipse.ecf/org.eclipse.ecf.server/2.1.300
+ sed -i -e 's|mvn:org.eclipse.ecf/org.eclipse.ecf.server/2.1.201|mvn:org.eclipse.ecf/org.eclipse.ecf.server/2.1.300|' karaf-features.xml
+ ssh genie.ecf@projects-storage.eclipse.org rm -f /home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2/karaf-features.xml
+ ssh genie.ecf@projects-storage.eclipse.org rm -f /home/data/httpd/download.eclipse.org/rt/ecf/staging/karaf-features.xml
+ scp karaf-features.xml genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/staging/site.p2
+ scp karaf-features.xml genie.ecf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/rt/ecf/staging
+ rm karaf-features.xml
[ecf-tycho.master.stage-release] $ /bin/sh -xe /tmp/jenkins3716611841600586079.sh
+ sh maven-central-stage.sh
--2020-08-16 22:37:10--  https://downloads.sourceforge.net/project/xmltask/xmltask/1.16.1/xmltask.jar?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fxmltask%2Ffiles%2Fxmltask%2F1.16.1%2Fxmltask.jar
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.105.38.13
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.105.38.13|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://svwh.dl.sourceforge.net/project/xmltask/xmltask/1.16.1/xmltask.jar [following]
--2020-08-16 22:37:11--  https://svwh.dl.sourceforge.net/project/xmltask/xmltask/1.16.1/xmltask.jar
Resolving svwh.dl.sourceforge.net (svwh.dl.sourceforge.net)... 72.5.72.15, 2606:c680:0:b:3830:34ff:fe66:6663
Connecting to svwh.dl.sourceforge.net (svwh.dl.sourceforge.net)|72.5.72.15|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 73652 (72K) [application/java-archive]
Saving to: 'xmltask.jar'

     0K .......... .......... .......... .......... .......... 69%  601K 0s
    50K .......... .......... .                               100% 3.69M=0.09s

2020-08-16 22:37:13 (808 KB/s) - 'xmltask.jar' saved [73652/73652]


Parsing the following features:
===============================
  org.eclipse.ecf.remoteservice.sdk.feature
  org.eclipse.ecf.remoteservice.rosgi.feature
    ch.ethz.iks.r_osgi.remote
    org.eclipse.ecf.provider.r_osgi
    org.objectweb.asm
  org.eclipse.ecf.remoteservice.servlet.feature
    org.eclipse.ecf.remoteservice.servlet
    javax.servlet
  org.eclipse.ecf.remoteservice.rest.feature
    org.eclipse.ecf.remoteservice.rest
  org.eclipse.ecf.server.generic.feature
    org.eclipse.ecf.server
    org.eclipse.ecf.server.generic
  org.eclipse.ecf.osgi.services.feature
    org.eclipse.ecf.osgi.services.distribution
    org.eclipse.ecf.osgi.services.remoteserviceadmin.console
    org.eclipse.ecf.osgi.services.remoteserviceadmin
    org.eclipse.osgi.services.remoteserviceadmin
    org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy
    org.eclipse.ecf.console
  org.eclipse.ecf.discovery.jmdns.feature
    org.eclipse.ecf.provider.jmdns
  org.eclipse.ecf.discovery.slp.feature
    ch.ethz.iks.slp
    org.eclipse.ecf.provider.jslp
  org.eclipse.ecf.discovery.zookeeper.feature
    org.eclipse.ecf.provider.zookeeper
    org.apache.log4j
    org.apache.hadoop.zookeeper
  org.eclipse.ecf.discovery.feature
    org.eclipse.ecf.discovery
  org.eclipse.ecf.provider.generic.feature
    org.eclipse.ecf.provider
  org.eclipse.ecf.provider.generic.remoteservice.feature
    org.eclipse.ecf.provider.remoteservice
  org.eclipse.ecf.sharedobject.feature
    org.eclipse.ecf.sharedobject
  org.eclipse.ecf.eventadmin.feature
    org.eclipse.ecf.remoteservice.eventadmin
  org.eclipse.ecf.remoteservice.feature
    org.eclipse.ecf.remoteservice
    org.eclipse.ecf.remoteservice.asyncproxy
  org.eclipse.ecf.core.feature
    org.eclipse.ecf
    org.eclipse.ecf.identity
  org.eclipse.ecf.core.ssl.feature
    org.eclipse.ecf.ssl
  org.eclipse.ecf.filetransfer.feature
    org.eclipse.ecf.filetransfer
    org.eclipse.ecf.provider.filetransfer
  org.eclipse.ecf.filetransfer.ssl.feature
    org.eclipse.ecf.provider.filetransfer.ssl
  org.eclipse.ecf.filetransfer.httpclient45.feature
    org.eclipse.ecf.provider.filetransfer.httpclient45
    org.eclipse.ecf.provider.filetransfer.httpclient45.win32
    org.apache.commons.codec
    org.apache.commons.logging
    com.sun.jna
    com.sun.jna.platform
    org.apache.httpcomponents.httpclient
    org.apache.httpcomponents.httpclient.win
    org.apache.httpcomponents.httpcore
  org.eclipse.ecf.filetransfer.httpclient4.feature
    org.eclipse.ecf.provider.filetransfer.httpclient4
    org.apache.commons.codec
    org.apache.commons.logging
    org.apache.httpcomponents.httpclient
    org.apache.httpcomponents.httpcore
  org.eclipse.ecf.filetransfer.httpclient4.ssl.feature
    org.eclipse.ecf.provider.filetransfer.httpclient4.ssl

Checking the following found bundles against maven central:
===========================================================
  ch.ethz.iks.r_osgi.remote 1.2.201 = 1.2.201
  ch.ethz.iks.slp 1.3.100 = 1.3.100
  org.eclipse.ecf 3.9.100 = 3.9.100
  org.eclipse.ecf.console 1.3.100 = 1.3.100
  org.eclipse.ecf.discovery 5.0.400 = 5.0.400
  org.eclipse.ecf.filetransfer 5.1.100 = 5.1.100
  org.eclipse.ecf.identity 3.9.400 = 3.9.400
  org.eclipse.ecf.osgi.services.distribution 2.1.500 = 2.1.500
  org.eclipse.ecf.osgi.services.remoteserviceadmin 4.6.1200 = 4.6.1200
  org.eclipse.ecf.osgi.services.remoteserviceadmin.console 1.2.100 = 1.2.100
  org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy 1.0.101 = 1.0.101
  org.eclipse.ecf.provider 4.8.300 = 4.8.300
  org.eclipse.ecf.provider.filetransfer 3.2.600 = 3.2.600
  org.eclipse.ecf.provider.filetransfer.httpclient4 1.1.500 = 1.1.500
  org.eclipse.ecf.provider.filetransfer.httpclient4.ssl 1.1.200 = 1.1.200
  org.eclipse.ecf.provider.filetransfer.httpclient45 1.0.300 = 1.0.300
  org.eclipse.ecf.provider.filetransfer.httpclient45.win32 1.0.300 > 1.0.200
  org.eclipse.ecf.provider.filetransfer.ssl 1.0.200 = 1.0.200
  org.eclipse.ecf.provider.jmdns 4.3.300 = 4.3.300
  org.eclipse.ecf.provider.jslp 3.2.300 = 3.2.300
  org.eclipse.ecf.provider.r_osgi 3.6.300 = 3.6.300
  org.eclipse.ecf.provider.remoteservice 4.4.200 = 4.4.200
  org.eclipse.ecf.provider.zookeeper 1.2.300 = 1.2.300
  org.eclipse.ecf.remoteservice 8.13.100 = 8.13.100
  org.eclipse.ecf.remoteservice.asyncproxy 2.1.100 > 2.1.2
  org.eclipse.ecf.remoteservice.eventadmin 1.3.100 = 1.3.100
  org.eclipse.ecf.remoteservice.rest 2.7.300 = 2.7.300
  org.eclipse.ecf.remoteservice.servlet 1.0.200 = 1.0.200
  org.eclipse.ecf.server 2.1.300 = 2.1.300
  org.eclipse.ecf.server.generic 8.1.100 = 8.1.100
  org.eclipse.ecf.sharedobject 2.6.100 = 2.6.100
  org.eclipse.ecf.ssl 1.2.400 = 1.2.400
  org.eclipse.osgi.services.remoteserviceadmin 1.6.300 = 1.6.300

Will deploy the following bundles with newer versions:
======================================================
  org.eclipse.ecf.provider.filetransfer.httpclient45.win32
  org.eclipse.ecf.remoteservice.asyncproxy

mvn -s /home/jenkins/.m2/settings.xml gpg:sign-and-deploy-file -DrepositoryId=ossrh  -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DpomFile=./providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/pom.xml -Dfile=./providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300-SNAPSHOT.jar -Dsources=./providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300-SNAPSHOT-sources.jar -Djavadoc=./providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32/target/org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300-SNAPSHOT-javadoc.jar -Dtycho.mode=maven
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.12.1.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Communication Framework (ECF)                              [pom]
[INFO] org.eclipse.ecf.doc                                     [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice                         [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.async                   [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer                [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.ds             [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.ds.async       [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery  [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery.rest [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.host                    [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.provider.rest.consumer  [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.provider.rest.host      [eclipse-plugin]
[INFO] org.eclipse.ecf.example.clients                         [eclipse-plugin]
[INFO] org.eclipse.ecf.example.collab                          [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.eventadmin.app                 [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer.edef [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer  [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.ds.consumer [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.host      [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello           [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.rest.rss        [eclipse-plugin]
[INFO] org.eclipse.ecf.console                                 [eclipse-plugin]
[INFO] org.eclipse.ecf.datashare                               [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery                               [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.browser                    [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.edit                       [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.model                      [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui                            [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.properties                 [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.properties.tabbed          [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.userinput                  [eclipse-plugin]
[INFO] org.eclipse.ecf.docshare                                [eclipse-plugin]
[INFO] org.eclipse.ecf.filetransfer                            [eclipse-plugin]
[INFO] org.eclipse.ecf.filetransfer.ui                         [eclipse-plugin]
[INFO] org.eclipse.ecf.identity                                [eclipse-plugin]
[INFO] org.eclipse.ecf                                         [eclipse-plugin]
[INFO] org.eclipse.ecf.presence.bot                            [eclipse-plugin]
[INFO] org.eclipse.ecf.presence.collab.ui                      [eclipse-plugin]
[INFO] org.eclipse.ecf.presence                                [eclipse-plugin]
[INFO] org.eclipse.ecf.presence.ui                             [eclipse-plugin]
[INFO] org.eclipse.ecf.provider                                [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.asyncproxy                [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.asyncproxy                [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice                           [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.rest                      [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.rest.synd                 [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.servlet                   [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.soap                      [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.ui                        [eclipse-plugin]
[INFO] org.eclipse.ecf.sharedobject                            [eclipse-plugin]
[INFO] org.eclipse.ecf.ssl                                     [eclipse-plugin]
[INFO] org.eclipse.ecf.storage                                 [eclipse-plugin]
[INFO] org.eclipse.ecf.sync                                    [eclipse-plugin]
[INFO] org.eclipse.ecf.telephony.call                          [eclipse-plugin]
[INFO] org.eclipse.ecf.telephony.call.ui                       [eclipse-plugin]
[INFO] org.eclipse.ecf.ui.capabilities                         [eclipse-plugin]
[INFO] org.eclipse.ecf.ui                                      [eclipse-plugin]
[INFO] org.eclipse.team.ecf.core                               [eclipse-plugin]
[INFO] org.eclipse.team.ecf.ui                                 [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin        [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.console [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy  [eclipse-plugin]
[INFO] org.eclipse.osgi.services.remoteserviceadmin            [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.distribution              [eclipse-plugin]
[INFO] ch.ethz.iks.r_osgi.remote                               [eclipse-plugin]
[INFO] ch.ethz.iks.slp                                         [eclipse-plugin]
[INFO] org.eclipse.ecf.protocol.bittorrent                     [eclipse-plugin]
[INFO] org.eclipse.ecf.protocol.msn                            [eclipse-plugin]
[INFO] org.jivesoftware.smack                                  [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.bittorrent                     [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.bittorrent.ui                  [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.datashare                      [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.datashare.nio                  [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.discovery                      [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.dnssd                          [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.efs               [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4       [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45      [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4.ssl   [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer                   [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.scp               [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.ssl               [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.irc                            [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.irc.ui                         [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.jmdns                          [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.jslp                           [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.msn                            [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.msn.ui                         [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.remoteservice                  [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.r_osgi                         [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.ui                             [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp.datashare                 [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp                           [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp.remoteservice             [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp.ui                        [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.zookeeper                      [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.eventadmin                [eclipse-plugin]
[INFO] org.eclipse.ecf.server.generic                          [eclipse-plugin]
[INFO] org.eclipse.ecf.server                                  [eclipse-plugin]
[INFO] org.eclipse.ecf.server.generic.feature                 [eclipse-feature]
[INFO] org.eclipse.ecf.tests                              [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.apache.httpclient.server          [eclipse-plugin]
[INFO] org.eclipse.ecf.tests.datashare                    [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer                 [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient4     [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient45    [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer.httpserver           [eclipse-plugin]
[INFO] org.eclipse.ecf.tests.presence                     [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.protocol.msn                 [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.provider.datashare.nio       [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.provider.xmpp                [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.remoteservice                [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.sharedobject                 [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.storage                      [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.sync                         [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution   [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.discovery                    [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.remoteservice.generic        [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.remoteservice.r-osgi         [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.generic [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.r-osgi [eclipse-test-plugin]
[INFO] org.eclipse.ecf.remoteservices.tooling.pde              [eclipse-plugin]
[INFO] org.eclipse.ecf.console.feature                        [eclipse-feature]
[INFO] org.eclipse.ecf.core                                   [eclipse-feature]
[INFO] org.eclipse.ecf.core.feature                           [eclipse-feature]
[INFO] org.eclipse.ecf.core.ssl.feature                       [eclipse-feature]
[INFO] org.eclipse.ecf.datashare.feature                      [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.dnssd.feature                [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.feature                      [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.jmdns.feature                [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.slp.feature                  [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.zookeeper.feature            [eclipse-feature]
[INFO] org.eclipse.ecf.docshare.feature                       [eclipse-feature]
[INFO] org.eclipse.ecf.eventadmin.examples.feature            [eclipse-feature]
[INFO] org.eclipse.ecf.eventadmin.feature                     [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.feature                   [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.httpclient4.feature       [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.httpclient45.feature      [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.httpclient4.ssl.feature   [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.ssl.feature               [eclipse-feature]
[INFO] org.eclipse.ecf.osgi.services.feature                  [eclipse-feature]
[INFO] org.eclipse.ecf.presence.feature                       [eclipse-feature]
[INFO] org.eclipse.ecf.provider.generic.datashare.feature     [eclipse-feature]
[INFO] org.eclipse.ecf.provider.generic.feature               [eclipse-feature]
[INFO] org.eclipse.ecf.provider.generic.remoteservice.feature [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.examples.feature         [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.feature                  [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.rest.feature             [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.rest.synd.feature        [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.rosgi.feature            [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.sdk.examples.feature     [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.sdk.feature              [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.servlet.feature          [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.soap.feature             [eclipse-feature]
[INFO] org.eclipse.ecf.sharedobject.feature                   [eclipse-feature]
[INFO] org.eclipse.ecf.tests.feature                          [eclipse-feature]
[INFO] org.eclipse.ecf.tests.filetransfer.feature             [eclipse-feature]
[INFO] org.eclipse.ecf.xmpp.feature                           [eclipse-feature]
[INFO] ECF Target Platform Definitions                                    [pom]
[INFO] ECF p2 Repository                                   [eclipse-repository]
[INFO] 
[INFO] ---------------------< org.eclipse.ecf:ecf-parent >---------------------
[INFO] Building Eclipse Communication Framework (ECF) 1.0.0-SNAPSHOT    [1/161]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ ecf-parent ---
[INFO] Metadata[gpg signature org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:eclipse-plugin:null].filename = org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300.jar.asc
[INFO] Metadata[gpg signature org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:eclipse-plugin:null:pom].filename = org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300.pom.asc
[INFO] Metadata[project org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32].filename = org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300.pom
[INFO] Metadata[gpg signature org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:jar:sources].filename = org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300-sources.jar.asc
[INFO] Metadata[gpg signature org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:jar:javadoc].filename = org.eclipse.ecf.provider.filetransfer.httpclient45.win32-1.0.300-javadoc.jar.asc
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse Communication Framework (ECF) 1.0.0-SNAPSHOT SUCCESS [ 15.708 s]
[INFO] org.eclipse.ecf.doc 1.3.300-SNAPSHOT ............... SKIPPED
[INFO] com.mycorp.examples.timeservice 1.1.200-SNAPSHOT ... SKIPPED
[INFO] com.mycorp.examples.timeservice.async 2.1.100-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.consumer 1.1.200-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.consumer.ds 1.0.300-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.consumer.ds.async 1.0.200-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery 1.2.101-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery.rest 1.2.101-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.host 1.1.300-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.provider.rest.consumer 1.1.101-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.provider.rest.host 1.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.example.clients 2.0.200-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.example.collab 2.0.200-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.examples.eventadmin.app 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer.edef 1.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer 3.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.hello.ds.consumer 2.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.hello.host 3.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.hello 4.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.rest.rss 1.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.console 1.3.100-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.ecf.datashare 3.0.300-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.ecf.discovery 5.0.400-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.browser 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.edit 3.0.200-SNAPSHOT . SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.model 3.0.200-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.discovery.ui 3.0.300-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.properties 3.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.userinput 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.docshare 3.0.400-SNAPSHOT .......... SKIPPED
[INFO] org.eclipse.ecf.filetransfer 5.1.100-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.filetransfer.ui 1.5.200-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.identity 3.9.400-SNAPSHOT .......... SKIPPED
[INFO] org.eclipse.ecf 3.9.100-SNAPSHOT ................... SKIPPED
[INFO] org.eclipse.ecf.presence.bot 1.3.300-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.presence.collab.ui 1.3.101-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.presence 2.1.200-SNAPSHOT .......... SKIPPED
[INFO] org.eclipse.ecf.presence.ui 2.4.200-SNAPSHOT ....... SKIPPED
[INFO] org.eclipse.ecf.provider 4.8.300-SNAPSHOT .......... SKIPPED
[INFO] org.eclipse.ecf.remoteservice.asyncproxy 1.1.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.asyncproxy 2.1.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice 8.13.100-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.remoteservice.rest 2.7.300-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.remoteservice.rest.synd 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.servlet 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.soap 1.1.200-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.remoteservice.ui 3.4.300-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.ecf.sharedobject 2.6.100-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.ssl 1.2.400-SNAPSHOT ............... SKIPPED
[INFO] org.eclipse.ecf.storage 2.0.200-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.ecf.sync 2.0.300-SNAPSHOT .............. SKIPPED
[INFO] org.eclipse.ecf.telephony.call 2.0.200-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.telephony.call.ui 1.3.200-SNAPSHOT . SKIPPED
[INFO] org.eclipse.ecf.ui.capabilities 1.0.200-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.ui 2.2.200-SNAPSHOT ................ SKIPPED
[INFO] org.eclipse.team.ecf.core 1.0.200-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.team.ecf.ui 1.0.200-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin 4.6.1200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.console 1.2.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy 1.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.osgi.services.remoteserviceadmin 1.6.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.osgi.services.distribution 2.1.500-SNAPSHOT SKIPPED
[INFO] ch.ethz.iks.r_osgi.remote 1.2.201-SNAPSHOT ......... SKIPPED
[INFO] ch.ethz.iks.slp 1.3.100-SNAPSHOT ................... SKIPPED
[INFO] org.eclipse.ecf.protocol.bittorrent 0.3.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.protocol.msn 1.2.200-SNAPSHOT ...... SKIPPED
[INFO] org.jivesoftware.smack 3.3.300-SNAPSHOT ............ SKIPPED
[INFO] org.eclipse.ecf.provider.bittorrent 0.3.400-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.bittorrent.ui 0.2.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.datashare 1.5.200-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.provider.datashare.nio 0.9.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.discovery 3.0.101-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.provider.dnssd 1.2.300-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.efs 1.5.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4 1.1.500-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45 1.0.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45.win32 1.0.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4.ssl 1.1.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer 3.2.600-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.scp 2.1.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.irc 1.3.400-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.provider.irc.ui 1.3.200-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.provider.jmdns 4.3.300-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.provider.jslp 3.2.300-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.ecf.provider.msn 1.2.200-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.provider.msn.ui 1.3.200-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.provider.remoteservice 4.4.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.r_osgi 3.6.300-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.provider.ui 1.4.101-SNAPSHOT ....... SKIPPED
[INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.xmpp 3.2.400-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.xmpp.ui 2.2.300-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.ecf.provider.zookeeper 1.2.300-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.remoteservice.eventadmin 1.3.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.server.generic 8.1.100-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.server 2.1.300-SNAPSHOT ............ SKIPPED
[INFO] org.eclipse.ecf.server.generic.feature 1.2.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests 2.2.101-SNAPSHOT ............. SKIPPED
[INFO] org.eclipse.ecf.tests.apache.httpclient.server 3.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.datashare 2.0.101-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.tests.filetransfer 2.0.400-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient4 1.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient45 1.0.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.filetransfer.httpserver 1.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.presence 2.0.101-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.tests.protocol.msn 0.3.100-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.tests.provider.datashare.nio 1.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.provider.xmpp 2.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.remoteservice 2.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.sharedobject 2.0.101-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.tests.storage 1.0.101-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.ecf.tests.sync 1.0.101-SNAPSHOT ........ SKIPPED
[INFO] org.eclipse.ecf.tests.osgi.services.distribution 1.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.discovery 2.0.101-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.tests.remoteservice.generic 2.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.remoteservice.r-osgi 1.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.generic 1.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.r-osgi 1.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservices.tooling.pde 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.console.feature 1.2.100-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.core 3.14.14-SNAPSHOT .............. SKIPPED
[INFO] org.eclipse.ecf.core.feature 1.5.700-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.core.ssl.feature 1.1.500-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.ecf.datashare.feature 1.0.200-SNAPSHOT . SKIPPED
[INFO] org.eclipse.ecf.discovery.dnssd.feature 1.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.feature 1.0.200-SNAPSHOT . SKIPPED
[INFO] org.eclipse.ecf.discovery.jmdns.feature 1.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.slp.feature 1.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.zookeeper.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.docshare.feature 1.0.200-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.ecf.eventadmin.examples.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.eventadmin.feature 2.0.200-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.filetransfer.feature 3.14.1400-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.filetransfer.httpclient4.feature 3.14.14-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.filetransfer.httpclient45.feature 1.0.600-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.filetransfer.httpclient4.ssl.feature 1.1.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.filetransfer.ssl.feature 1.1.400-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.osgi.services.feature 2.5.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.presence.feature 1.0.200-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.ecf.provider.generic.datashare.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.generic.feature 1.0.400-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.generic.remoteservice.feature 1.1.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.examples.feature 1.5.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.feature 2.5.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.rest.feature 1.0.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.rest.synd.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.rosgi.feature 1.1.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.sdk.examples.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.sdk.feature 3.14.14-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.servlet.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.soap.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.sharedobject.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.feature 3.0.200-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.ecf.tests.filetransfer.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.xmpp.feature 1.0.200-SNAPSHOT ...... SKIPPED
[INFO] ECF Target Platform Definitions 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ECF p2 Repository 3.14.14-SNAPSHOT ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  20.323 s
[INFO] Finished at: 2020-08-16T22:39:38Z
[INFO] ------------------------------------------------------------------------
mvn -s /home/jenkins/.m2/settings.xml gpg:sign-and-deploy-file -DrepositoryId=ossrh  -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DpomFile=./framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/pom.xml -Dfile=./framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.100-SNAPSHOT.jar -Dsources=./framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.100-SNAPSHOT-sources.jar -Djavadoc=./framework/bundles/org.eclipse.ecf.remoteservice.asyncproxy.j8/target/org.eclipse.ecf.remoteservice.asyncproxy-2.1.100-SNAPSHOT-javadoc.jar -Dtycho.mode=maven
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1062.12.1.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Communication Framework (ECF)                              [pom]
[INFO] org.eclipse.ecf.doc                                     [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice                         [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.async                   [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer                [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.ds             [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.ds.async       [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery  [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery.rest [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.host                    [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.provider.rest.consumer  [eclipse-plugin]
[INFO] com.mycorp.examples.timeservice.provider.rest.host      [eclipse-plugin]
[INFO] org.eclipse.ecf.example.clients                         [eclipse-plugin]
[INFO] org.eclipse.ecf.example.collab                          [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.eventadmin.app                 [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer.edef [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer  [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.ds.consumer [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello.host      [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.hello           [eclipse-plugin]
[INFO] org.eclipse.ecf.examples.remoteservices.rest.rss        [eclipse-plugin]
[INFO] org.eclipse.ecf.console                                 [eclipse-plugin]
[INFO] org.eclipse.ecf.datashare                               [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery                               [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.browser                    [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.edit                       [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.model                      [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui                            [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.properties                 [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.properties.tabbed          [eclipse-plugin]
[INFO] org.eclipse.ecf.discovery.ui.userinput                  [eclipse-plugin]
[INFO] org.eclipse.ecf.docshare                                [eclipse-plugin]
[INFO] org.eclipse.ecf.filetransfer                            [eclipse-plugin]
[INFO] org.eclipse.ecf.filetransfer.ui                         [eclipse-plugin]
[INFO] org.eclipse.ecf.identity                                [eclipse-plugin]
[INFO] org.eclipse.ecf                                         [eclipse-plugin]
[INFO] org.eclipse.ecf.presence.bot                            [eclipse-plugin]
[INFO] org.eclipse.ecf.presence.collab.ui                      [eclipse-plugin]
[INFO] org.eclipse.ecf.presence                                [eclipse-plugin]
[INFO] org.eclipse.ecf.presence.ui                             [eclipse-plugin]
[INFO] org.eclipse.ecf.provider                                [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.asyncproxy                [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.asyncproxy                [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice                           [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.rest                      [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.rest.synd                 [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.servlet                   [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.soap                      [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.ui                        [eclipse-plugin]
[INFO] org.eclipse.ecf.sharedobject                            [eclipse-plugin]
[INFO] org.eclipse.ecf.ssl                                     [eclipse-plugin]
[INFO] org.eclipse.ecf.storage                                 [eclipse-plugin]
[INFO] org.eclipse.ecf.sync                                    [eclipse-plugin]
[INFO] org.eclipse.ecf.telephony.call                          [eclipse-plugin]
[INFO] org.eclipse.ecf.telephony.call.ui                       [eclipse-plugin]
[INFO] org.eclipse.ecf.ui.capabilities                         [eclipse-plugin]
[INFO] org.eclipse.ecf.ui                                      [eclipse-plugin]
[INFO] org.eclipse.team.ecf.core                               [eclipse-plugin]
[INFO] org.eclipse.team.ecf.ui                                 [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin        [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.console [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy  [eclipse-plugin]
[INFO] org.eclipse.osgi.services.remoteserviceadmin            [eclipse-plugin]
[INFO] org.eclipse.ecf.osgi.services.distribution              [eclipse-plugin]
[INFO] ch.ethz.iks.r_osgi.remote                               [eclipse-plugin]
[INFO] ch.ethz.iks.slp                                         [eclipse-plugin]
[INFO] org.eclipse.ecf.protocol.bittorrent                     [eclipse-plugin]
[INFO] org.eclipse.ecf.protocol.msn                            [eclipse-plugin]
[INFO] org.jivesoftware.smack                                  [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.bittorrent                     [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.bittorrent.ui                  [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.datashare                      [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.datashare.nio                  [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.discovery                      [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.dnssd                          [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.efs               [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4       [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45      [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4.ssl   [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer                   [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.scp               [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.filetransfer.ssl               [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.irc                            [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.irc.ui                         [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.jmdns                          [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.jslp                           [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.msn                            [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.msn.ui                         [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.remoteservice                  [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.r_osgi                         [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.ui                             [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp.datashare                 [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp                           [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp.remoteservice             [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.xmpp.ui                        [eclipse-plugin]
[INFO] org.eclipse.ecf.provider.zookeeper                      [eclipse-plugin]
[INFO] org.eclipse.ecf.remoteservice.eventadmin                [eclipse-plugin]
[INFO] org.eclipse.ecf.server.generic                          [eclipse-plugin]
[INFO] org.eclipse.ecf.server                                  [eclipse-plugin]
[INFO] org.eclipse.ecf.server.generic.feature                 [eclipse-feature]
[INFO] org.eclipse.ecf.tests                              [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.apache.httpclient.server          [eclipse-plugin]
[INFO] org.eclipse.ecf.tests.datashare                    [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer                 [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient4     [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient45    [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.filetransfer.httpserver           [eclipse-plugin]
[INFO] org.eclipse.ecf.tests.presence                     [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.protocol.msn                 [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.provider.datashare.nio       [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.provider.xmpp                [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.remoteservice                [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.sharedobject                 [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.storage                      [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.sync                         [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution   [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.discovery                    [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.remoteservice.generic        [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.remoteservice.r-osgi         [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.generic [eclipse-test-plugin]
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.r-osgi [eclipse-test-plugin]
[INFO] org.eclipse.ecf.remoteservices.tooling.pde              [eclipse-plugin]
[INFO] org.eclipse.ecf.console.feature                        [eclipse-feature]
[INFO] org.eclipse.ecf.core                                   [eclipse-feature]
[INFO] org.eclipse.ecf.core.feature                           [eclipse-feature]
[INFO] org.eclipse.ecf.core.ssl.feature                       [eclipse-feature]
[INFO] org.eclipse.ecf.datashare.feature                      [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.dnssd.feature                [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.feature                      [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.jmdns.feature                [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.slp.feature                  [eclipse-feature]
[INFO] org.eclipse.ecf.discovery.zookeeper.feature            [eclipse-feature]
[INFO] org.eclipse.ecf.docshare.feature                       [eclipse-feature]
[INFO] org.eclipse.ecf.eventadmin.examples.feature            [eclipse-feature]
[INFO] org.eclipse.ecf.eventadmin.feature                     [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.feature                   [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.httpclient4.feature       [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.httpclient45.feature      [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.httpclient4.ssl.feature   [eclipse-feature]
[INFO] org.eclipse.ecf.filetransfer.ssl.feature               [eclipse-feature]
[INFO] org.eclipse.ecf.osgi.services.feature                  [eclipse-feature]
[INFO] org.eclipse.ecf.presence.feature                       [eclipse-feature]
[INFO] org.eclipse.ecf.provider.generic.datashare.feature     [eclipse-feature]
[INFO] org.eclipse.ecf.provider.generic.feature               [eclipse-feature]
[INFO] org.eclipse.ecf.provider.generic.remoteservice.feature [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.examples.feature         [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.feature                  [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.rest.feature             [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.rest.synd.feature        [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.rosgi.feature            [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.sdk.examples.feature     [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.sdk.feature              [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.servlet.feature          [eclipse-feature]
[INFO] org.eclipse.ecf.remoteservice.soap.feature             [eclipse-feature]
[INFO] org.eclipse.ecf.sharedobject.feature                   [eclipse-feature]
[INFO] org.eclipse.ecf.tests.feature                          [eclipse-feature]
[INFO] org.eclipse.ecf.tests.filetransfer.feature             [eclipse-feature]
[INFO] org.eclipse.ecf.xmpp.feature                           [eclipse-feature]
[INFO] ECF Target Platform Definitions                                    [pom]
[INFO] ECF p2 Repository                                   [eclipse-repository]
[INFO] 
[INFO] ---------------------< org.eclipse.ecf:ecf-parent >---------------------
[INFO] Building Eclipse Communication Framework (ECF) 1.0.0-SNAPSHOT    [1/161]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ ecf-parent ---
[INFO] Metadata[gpg signature org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:eclipse-plugin:null:pom].filename = org.eclipse.ecf.remoteservice.asyncproxy-2.1.100.pom.asc
[INFO] Metadata[project org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy].filename = org.eclipse.ecf.remoteservice.asyncproxy-2.1.100.pom
[INFO] Metadata[gpg signature org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:eclipse-plugin:null].filename = org.eclipse.ecf.remoteservice.asyncproxy-2.1.100.jar.asc
[INFO] Metadata[gpg signature org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:sources].filename = org.eclipse.ecf.remoteservice.asyncproxy-2.1.100-sources.jar.asc
[INFO] Metadata[gpg signature org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy:jar:javadoc].filename = org.eclipse.ecf.remoteservice.asyncproxy-2.1.100-javadoc.jar.asc
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse Communication Framework (ECF) 1.0.0-SNAPSHOT SUCCESS [  5.030 s]
[INFO] org.eclipse.ecf.doc 1.3.300-SNAPSHOT ............... SKIPPED
[INFO] com.mycorp.examples.timeservice 1.1.200-SNAPSHOT ... SKIPPED
[INFO] com.mycorp.examples.timeservice.async 2.1.100-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.consumer 1.1.200-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.consumer.ds 1.0.300-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.consumer.ds.async 1.0.200-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery 1.2.101-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.consumer.filediscovery.rest 1.2.101-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.host 1.1.300-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.provider.rest.consumer 1.1.101-SNAPSHOT SKIPPED
[INFO] com.mycorp.examples.timeservice.provider.rest.host 1.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.example.clients 2.0.200-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.example.collab 2.0.200-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.examples.eventadmin.app 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer.edef 1.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.hello.consumer 3.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.hello.ds.consumer 2.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.hello.host 3.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.hello 4.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.examples.remoteservices.rest.rss 1.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.console 1.3.100-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.ecf.datashare 3.0.300-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.ecf.discovery 5.0.400-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.browser 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.edit 3.0.200-SNAPSHOT . SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.model 3.0.200-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.discovery.ui 3.0.300-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.properties 3.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.ui.userinput 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.docshare 3.0.400-SNAPSHOT .......... SKIPPED
[INFO] org.eclipse.ecf.filetransfer 5.1.100-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.filetransfer.ui 1.5.200-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.identity 3.9.400-SNAPSHOT .......... SKIPPED
[INFO] org.eclipse.ecf 3.9.100-SNAPSHOT ................... SKIPPED
[INFO] org.eclipse.ecf.presence.bot 1.3.300-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.presence.collab.ui 1.3.101-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.presence 2.1.200-SNAPSHOT .......... SKIPPED
[INFO] org.eclipse.ecf.presence.ui 2.4.200-SNAPSHOT ....... SKIPPED
[INFO] org.eclipse.ecf.provider 4.8.300-SNAPSHOT .......... SKIPPED
[INFO] org.eclipse.ecf.remoteservice.asyncproxy 1.1.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.asyncproxy 2.1.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice 8.13.100-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.remoteservice.rest 2.7.300-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.remoteservice.rest.synd 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.servlet 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.soap 1.1.200-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.remoteservice.ui 3.4.300-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.ecf.sharedobject 2.6.100-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.ssl 1.2.400-SNAPSHOT ............... SKIPPED
[INFO] org.eclipse.ecf.storage 2.0.200-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.ecf.sync 2.0.300-SNAPSHOT .............. SKIPPED
[INFO] org.eclipse.ecf.telephony.call 2.0.200-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.telephony.call.ui 1.3.200-SNAPSHOT . SKIPPED
[INFO] org.eclipse.ecf.ui.capabilities 1.0.200-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.ui 2.2.200-SNAPSHOT ................ SKIPPED
[INFO] org.eclipse.team.ecf.core 1.0.200-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.team.ecf.ui 1.0.200-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin 4.6.1200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.console 1.2.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy 1.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.osgi.services.remoteserviceadmin 1.6.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.osgi.services.distribution 2.1.500-SNAPSHOT SKIPPED
[INFO] ch.ethz.iks.r_osgi.remote 1.2.201-SNAPSHOT ......... SKIPPED
[INFO] ch.ethz.iks.slp 1.3.100-SNAPSHOT ................... SKIPPED
[INFO] org.eclipse.ecf.protocol.bittorrent 0.3.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.protocol.msn 1.2.200-SNAPSHOT ...... SKIPPED
[INFO] org.jivesoftware.smack 3.3.300-SNAPSHOT ............ SKIPPED
[INFO] org.eclipse.ecf.provider.bittorrent 0.3.400-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.bittorrent.ui 0.2.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.datashare 1.5.200-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.provider.datashare.nio 0.9.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.discovery 3.0.101-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.provider.dnssd 1.2.300-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.efs 1.5.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4 1.1.500-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45 1.0.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient45.win32 1.0.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.httpclient4.ssl 1.1.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer 3.2.600-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.scp 2.1.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.filetransfer.ssl 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.irc 1.3.400-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.provider.irc.ui 1.3.200-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.provider.jmdns 4.3.300-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.provider.jslp 3.2.300-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.ecf.provider.msn 1.2.200-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.provider.msn.ui 1.3.200-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.provider.remoteservice 4.4.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.r_osgi 3.6.300-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.provider.ui 1.4.101-SNAPSHOT ....... SKIPPED
[INFO] org.eclipse.ecf.provider.xmpp.datashare 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.xmpp 3.2.400-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.ecf.provider.xmpp.remoteservice 1.2.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.xmpp.ui 2.2.300-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.ecf.provider.zookeeper 1.2.300-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.remoteservice.eventadmin 1.3.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.server.generic 8.1.100-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.server 2.1.300-SNAPSHOT ............ SKIPPED
[INFO] org.eclipse.ecf.server.generic.feature 1.2.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests 2.2.101-SNAPSHOT ............. SKIPPED
[INFO] org.eclipse.ecf.tests.apache.httpclient.server 3.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.datashare 2.0.101-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.tests.filetransfer 2.0.400-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient4 1.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.filetransfer.httpclient45 1.0.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.filetransfer.httpserver 1.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.presence 2.0.101-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.ecf.tests.protocol.msn 0.3.100-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.tests.provider.datashare.nio 1.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.provider.xmpp 2.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.remoteservice 2.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.sharedobject 2.0.101-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.tests.storage 1.0.101-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.ecf.tests.sync 1.0.101-SNAPSHOT ........ SKIPPED
[INFO] org.eclipse.ecf.tests.osgi.services.distribution 1.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.discovery 2.0.101-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.tests.remoteservice.generic 2.1.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.remoteservice.r-osgi 1.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.generic 1.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.osgi.services.distribution.r-osgi 1.0.101-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservices.tooling.pde 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.console.feature 1.2.100-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.ecf.core 3.14.14-SNAPSHOT .............. SKIPPED
[INFO] org.eclipse.ecf.core.feature 1.5.700-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.ecf.core.ssl.feature 1.1.500-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.ecf.datashare.feature 1.0.200-SNAPSHOT . SKIPPED
[INFO] org.eclipse.ecf.discovery.dnssd.feature 1.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.feature 1.0.200-SNAPSHOT . SKIPPED
[INFO] org.eclipse.ecf.discovery.jmdns.feature 1.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.slp.feature 1.0.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.discovery.zookeeper.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.docshare.feature 1.0.200-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.ecf.eventadmin.examples.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.eventadmin.feature 2.0.200-SNAPSHOT  SKIPPED
[INFO] org.eclipse.ecf.filetransfer.feature 3.14.1400-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.filetransfer.httpclient4.feature 3.14.14-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.filetransfer.httpclient45.feature 1.0.600-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.filetransfer.httpclient4.ssl.feature 1.1.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.filetransfer.ssl.feature 1.1.400-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.osgi.services.feature 2.5.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.presence.feature 1.0.200-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.ecf.provider.generic.datashare.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.generic.feature 1.0.400-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.provider.generic.remoteservice.feature 1.1.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.examples.feature 1.5.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.feature 2.5.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.rest.feature 1.0.300-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.rest.synd.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.rosgi.feature 1.1.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.sdk.examples.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.sdk.feature 3.14.14-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.servlet.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.remoteservice.soap.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.sharedobject.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.tests.feature 3.0.200-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.ecf.tests.filetransfer.feature 1.0.200-SNAPSHOT SKIPPED
[INFO] org.eclipse.ecf.xmpp.feature 1.0.200-SNAPSHOT ...... SKIPPED
[INFO] ECF Target Platform Definitions 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ECF p2 Repository 3.14.14-SNAPSHOT ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.821 s
[INFO] Finished at: 2020-08-16T22:39:47Z
[INFO] ------------------------------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 73 killed;
[ssh-agent] Stopped.
Finished: SUCCESS