Started by user Scott Lewis Running as Scott Lewis Agent default-agent-fzmm5 is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-fzmm5" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ecf.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-fzmm5" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "default-agent-fzmm5" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ecf.svc.cluster.local/ecf/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:d7df679b5f7337f1bf77922400a148b80e3c483ccba72933a18f0c87be98f8b1" imagePullPolicy: "IfNotPresent" 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: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - 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: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" 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: {} restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-ecf" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" [EnvInject] - Loading node environment variables. Building remotely on default-agent-fzmm5 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-2l9iKq0fa2J7/agent.56 SSH_AGENT_PID=58 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/ecf-tycho.master.stage-release@tmp/private_key_6562937752639569576.key (/home/jenkins/agent/workspace/ecf-tycho.master.stage-release@tmp/private_key_6562937752639569576.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/* > 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/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 7f2087ee1a28226f44936347172e623df6ad1b29 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7f2087ee1a28226f44936347172e623df6ad1b29 Commit message: "Fix for feature dependent upon asyncproxy" > git rev-list --no-walk cfd3c6a15d4d6eb45c5d3068144e52481e086f6b # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 37829 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 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.5.2.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/slave.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 37829 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/pom.xml clean verify javadoc:aggregate -Ppack-and-sign -Dtarget-platform=2019-09 [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/pom.xml [INFO] Adding repository http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] 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 content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/ (174.41kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/ [INFO] Adding repository http://download.eclipse.org/releases/2019-09 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-09/ (482B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-09/ (482B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-09/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-09/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/201909181001/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/201909181001/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-09/201909181001/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-09/201909181001/ [INFO] Resolving dependencies of MavenProject: org.eclipse.ecf:org.eclipse.ecf.doc:1.3.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/doc/bundles/org.eclipse.ecf.doc/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (9.5MB) [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/R20190726180751/repository/ [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20190726180751/repository/ [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/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 http://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (21.32kB) [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/ [INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/ [INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB) [INFO] Unpacking org.eclipse.osgi_3.15.0.v20190830-1434... [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 javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (246.29kB) [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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (258.72kB) [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436... [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.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.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.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.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (154.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (154.23kB) [INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619... [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (44.03kB) [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147... [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/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 http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.65kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB) [INFO] Unpacking org.eclipse.core.commands_3.9.500.v20190805-1157... [INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB) [INFO] Unpacking org.eclipse.equinox.common_3.10.500.v20190815-1535... [INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.400.v20190624-1144... [INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.7.500.v20190815-1535... [INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.500.v20190714-1850... [INFO] Fetching org.eclipse.core.databinding_1.7.500.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.7.500.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.71kB) [INFO] Unpacking org.eclipse.core.databinding_1.7.500.v20190624-2109... [INFO] Fetching org.eclipse.core.databinding.observable_1.8.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.8.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.53kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.8.0.v20190805-1157... [INFO] Fetching org.eclipse.core.databinding.property_1.7.100.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.7.100.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.79kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.7.100.v20190805-1157... [INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB) [INFO] Unpacking org.eclipse.core.expressions_3.6.500.v20190617-1926... [INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB) [INFO] Unpacking org.eclipse.core.runtime_3.16.0.v20190823-1314... [INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.500.v20190620-1426... [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB) [INFO] Unpacking org.eclipse.equinox.app_1.4.300.v20190815-1535... [INFO] Fetching org.eclipse.e4.core.commands_0.12.700.v20190621-1412.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.700.v20190621-1412.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.77kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.700.v20190621-1412... [INFO] Fetching org.eclipse.e4.core.di_1.7.400.v20190903-1311.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.400.v20190903-1311.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.9kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.400.v20190903-1311... [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 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.200.v20190620-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.200.v20190620-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.6kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.200.v20190620-0649... [INFO] Fetching org.eclipse.e4.core.services_2.2.0.v20190630-2019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.0.v20190630-2019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.41kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.0.v20190630-2019... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.98kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.98kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.15kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.15kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/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.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.67kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.16kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946... [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.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB) [INFO] Unpacking org.eclipse.emf.ecore_2.19.0.v20190822-1451... [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.98kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735... [INFO] Fetching org.eclipse.swt_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.swt_3.112.0.v20190904-0609... [INFO] Fetching org.eclipse.jface_3.17.0.v20190820-1444.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.17.0.v20190820-1444.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.05kB) [INFO] Unpacking org.eclipse.jface_3.17.0.v20190820-1444... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.99kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.47kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.91kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413... [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.17kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.17kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.82kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.27kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021... [INFO] Fetching org.eclipse.e4.ui.services_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.26kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.3.600.v20190716-1245... [INFO] Fetching org.eclipse.equinox.event_1.5.200.v20190814-0953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.200.v20190814-0953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.84kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.200.v20190814-0953... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.46kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808... [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (85.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (85.99kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB) [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/2019-09/201909181001/plugins/ (84.13kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.08kB) [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/2019-09/201909181001/plugins/ (51.08kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (49.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (49.84kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.13kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.59kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716... [INFO] Fetching org.eclipse.jface.databinding_1.9.100.v20190805-1255.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.9.100.v20190805-1255.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.64kB) [INFO] Unpacking org.eclipse.jface.databinding_1.9.100.v20190805-1255... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448... [INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.96kB) [INFO] Unpacking org.eclipse.help_3.8.500.v20190624-2105... [INFO] Fetching org.eclipse.ui.intro_3.5.700.v20190814-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (141.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.700.v20190814-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (141.88kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.700.v20190814-0635... [INFO] Fetching org.eclipse.ui.intro.universal_3.3.600.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.74MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro.universal_3.3.600.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.74MB) [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.600.v20190624-2105... [INFO] Fetching org.eclipse.ui_3.114.0.v20190808-1317.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (361.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.114.0.v20190808-1317.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (361.83kB) [INFO] Unpacking org.eclipse.ui_3.114.0.v20190808-1317... [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB) [INFO] Unpacking org.eclipse.emf.common_2.16.0.v20190625-1131... [INFO] Fetching org.eclipse.jface.text_3.15.300.v20190819-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (318.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.15.300.v20190819-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (318.61kB) [INFO] Unpacking org.eclipse.jface.text_3.15.300.v20190819-0725... [INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB) [INFO] Unpacking org.eclipse.text_3.9.0.v20190826-1019... [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.1MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.112.0.v20190904-0609... [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.workbench_3.116.0.v20190826-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,005.56kB) [INFO] Fetching org.eclipse.ui.workbench_3.116.0.v20190826-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,005.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.workbench_3.116.0.v20190826-1428... [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.8.100.v20190625-1825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (123.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.8.100.v20190625-1825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (123.17kB) [INFO] Unpacking org.eclipse.ui.forms_3.8.100.v20190625-1825... [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.52kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.52kB) [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.201-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.101-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.101-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.101-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.1-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.1-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.1-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.101-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.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer/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.equinox.concurrent_1.1.400.v20190621-0852.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.concurrent_1.1.400.v20190621-0852.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.23kB) [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.400.v20190621-0852... [INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer:1.1.101-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.201-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.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds/pom.xml [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.300.v20190417-0900.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.63kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.300.v20190417-0900.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.63kB) [INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds:1.0.201-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.101-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.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds.async:1.0.101-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.201-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.201-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.201-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] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (112.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (112.2kB) [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845... [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (329.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (329.69kB) [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.6.v20190503-0009... [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (108.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (108.91kB) [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214... [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] 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] 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.101-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.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/examples/bundles/org.eclipse.ecf.example.clients/pom.xml [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] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.example.clients:2.0.101-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.101-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.101-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.600.v20190615-1517.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.64kB) [INFO] Fetching org.eclipse.compare.core_3.6.600.v20190615-1517.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.64kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.700.v20190614-0928.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (116.55kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.700.v20190614-0928.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (116.55kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.500.v20190620-1312... [INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB) [INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB) [INFO] Fetching org.eclipse.ui.ide_3.16.0.v20190916-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (962.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.16.0.v20190916-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (962.38kB) [INFO] Unpacking org.eclipse.ui.ide_3.16.0.v20190916-1323... [INFO] Fetching org.eclipse.ui.editors_3.12.0.v20190730-1840.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (196.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.12.0.v20190730-1840.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (196.67kB) [INFO] Unpacking org.eclipse.ui.editors_3.12.0.v20190730-1840... [INFO] Fetching org.eclipse.equinox.bidi_1.2.100.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.2.100.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.95kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.2.100.v20190815-1535... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.100.v20190705-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.100.v20190705-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.100.v20190705-1223... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (74.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (74.67kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (50.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (50.89kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.48kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.300.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.300.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.67kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.300.v20190714-1851... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (234.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (234.66kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631... [INFO] Fetching org.eclipse.ui.navigator_3.9.0.v20190807-2204.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (135.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.0.v20190807-2204.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (135.18kB) [INFO] Unpacking org.eclipse.ui.navigator_3.9.0.v20190807-2204... [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.example.collab:2.0.101-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.101-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.101-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.101-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] 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] 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] Unpacking org.jdom_1.1.1.v201101151400... [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.1-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.1-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.console/pom.xml [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (75.47kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646... [INFO] Fetching org.eclipse.pde.ds.lib_1.1.300.v20190417-0900.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (32.21kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.300.v20190417-0900.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (32.21kB) [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.console:1.3.1-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.201-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.201-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.201-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.301-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.301-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.301-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.102-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.102-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.discovery.ui.browser/pom.xml [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108.78kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.16.0.v20181104-0733... [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (96.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (96.99kB) [INFO] Unpacking org.eclipse.emf.edit_2.15.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (59.56kB) [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/2019-09/201909181001/plugins/ (59.56kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402... [INFO] Fetching org.eclipse.ui.views_3.10.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.64kB) [INFO] Unpacking org.eclipse.ui.views_3.10.0.v20190805-1157... [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser:1.0.102-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.101-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.101-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.101-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.101-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.101-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.101-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.202-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.202-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.202-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.101-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.101-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.101-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.101-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.101-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.600.v20190713-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (40.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (40.77kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021... [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed:3.0.101-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.102-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.102-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.102-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.301-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.301-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.301-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.0.300-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.0.300-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.0.300-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.100-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.100-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.100-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.300-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.300-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.300-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.4-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.4-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.4-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.201-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.201-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.201-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.600.v20190614-1239.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.600.v20190614-1239.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.600.v20190614-1239... [INFO] Fetching org.eclipse.ui.console_3.8.600.v20190815-2020.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.8.600.v20190815-2020.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.96kB) [INFO] Unpacking org.eclipse.ui.console_3.8.600.v20190815-2020... [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.101-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.101-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.101-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.101-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.101-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.101-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.200-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.200-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.200-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.101-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.101-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.101-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.2-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.2-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.2-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.2-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.2-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.2-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.201-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.201-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.201-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.203-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.203-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.600.v20190807-1130.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.runtime_3.6.600.v20190807-1130.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.27kB) [INFO] Unpacking org.eclipse.pde.runtime_3.6.600.v20190807-1130... [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservice.ui:3.4.203-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.1-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.1-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.1-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.300-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.300-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.300-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.101-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.101-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.101-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.201-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.201-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.201-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.100-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.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.team.ecf.core/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.team.core_3.8.700.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.700.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.02kB) [INFO] Unpacking org.eclipse.team.core_3.8.700.v20190619-1613... [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.core:1.0.100-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.100-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.100-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.700.v20190802-1838.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (304.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.700.v20190802-1838.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (304.71kB) [INFO] Unpacking org.eclipse.compare_3.7.700.v20190802-1838... [INFO] Fetching org.eclipse.team.ui_3.8.600.v20190819-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (494.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.600.v20190819-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (494.29kB) [INFO] Unpacking org.eclipse.team.ui_3.8.600.v20190819-1553... [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.team.ecf.ui:1.0.100-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.1102-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.1102-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.1102-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.1-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.1-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.1-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.200-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.200-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.200-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.400-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.400-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.400-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] Fetching org.objectweb.asm_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (58.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (58.92kB) [INFO] Unpacking org.objectweb.asm_7.1.0.v20190412-2143... [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.1-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.1-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.1-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.100-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.100-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.100-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.100-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.100-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.100-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.300-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.300-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.300-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.100-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.100-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.100-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.101-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.101-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.101-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.201-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.201-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.201-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.201-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.201-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.201-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.101-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.101-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.101-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.400-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.400-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.400-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.100-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.100-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45/pom.xml [INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.2kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.2kB) [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45:1.0.100-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.0-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.0-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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (328.72kB) [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (17.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (17.36kB) [INFO] Unpacking org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947... [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer.httpclient45.win32:1.0.0-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.101-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.101-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.101-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.500-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.500-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.600.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.600.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.77kB) [INFO] Unpacking org.eclipse.core.net_1.3.600.v20190619-1613... [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.filetransfer:3.2.500-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.100-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.100-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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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.100-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.101-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.101-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.101-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.300-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.300-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.300-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.100-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.100-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.100-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.200-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.200-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.200-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.202-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.202-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.202-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.100-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.100-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.100-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.100-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.100-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.100-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.101-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.101-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.101-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.201-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.201-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.201-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.101-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.101-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.101-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.300-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.300-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.300-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.101-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.101-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.101-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.201-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.201-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.201-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.201-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.201-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/providers/bundles/org.eclipse.ecf.provider.zookeeper/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.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 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] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.provider.zookeeper:1.2.201-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.1-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.1-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.1-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.0.101-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.0.101-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.0.101-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.201-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.201-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.201-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.1.101-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.1.101-SNAPSHOT @ /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/server-side/features/org.eclipse.ecf.server.generic.feature/pom.xml [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.server.generic.feature:1.1.101-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.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (283.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/plugins/ (283.72kB) [INFO] Unpacking org.junit_4.12.0.v201504281640... [INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.92kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.500.v20190715-1310... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (107.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (107.65kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (181.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (181.79kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110... [INFO] Fetching org.eclipse.ui.ide.application_1.3.400.v20190818-1234.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.400.v20190818-1234.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.59kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.400.v20190818-1234... [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (70.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (70.56kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649... [INFO] Fetching org.eclipse.urischeme_1.0.400.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.0.400.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.43kB) [INFO] Unpacking org.eclipse.urischeme_1.0.400.v20190621-1448... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/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.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.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.101-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.101-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.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (2.73MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/plugins/ (2.73MB) [INFO] Unpacking org.apache.ant_1.10.5.v20190526-1402... [INFO] Fetching org.eclipse.ant.core_3.5.500.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.500.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.03kB) [INFO] Unpacking org.eclipse.ant.core_3.5.500.v20190701-1953... [INFO] Fetching org.eclipse.ant.launching_1.2.600.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.600.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.99kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.600.v20190701-1953... [INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB) [INFO] Unpacking org.eclipse.debug.core_3.14.0.v20190812-1404... [INFO] Fetching org.eclipse.jdt.launching_3.15.0.v20190826-1639.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (273.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.15.0.v20190826-1639.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (273.11kB) [INFO] Unpacking org.eclipse.jdt.launching_3.15.0.v20190826-1639... [INFO] Fetching org.eclipse.core.externaltools_1.1.400.v20190705-1530.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.7kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.400.v20190705-1530.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.externaltools_1.1.400.v20190705-1530... [INFO] Fetching org.eclipse.jdt.core_3.19.0.v20190903-0936.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.67MB) [INFO] Fetching org.eclipse.jdt.core_3.19.0.v20190903-0936.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.67MB) [INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.06MB) [INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.06MB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.400.v20190705-1219.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.400.v20190705-1219.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.07kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.400.v20190705-1219... [INFO] Fetching org.eclipse.debug.ui_3.14.200.v20190822-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.200.v20190822-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1MB) [INFO] Unpacking org.eclipse.debug.ui_3.14.200.v20190822-2125... [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.jdt.ui_3.19.0.v20190827-1733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (3.95MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.19.0.v20190827-1733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (3.95MB) [INFO] Unpacking org.eclipse.jdt.ui_3.19.0.v20190827-1733... [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.65MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.65MB) [INFO] Fetching org.eclipse.jdt.junit_3.11.500.v20190809-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (235.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.500.v20190809-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (235.62kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.500.v20190809-1613... [INFO] Fetching org.eclipse.pde.ui_3.11.100.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.47MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.11.100.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.47MB) [INFO] Unpacking org.eclipse.pde.ui_3.11.100.v20190830-1158... [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.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.core_3.13.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.29MB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (19.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (19.48kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.94kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.27kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (38.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (38.81kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.400.v20190701-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.400.v20190701-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.08kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.400.v20190701-1309... [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.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.92kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (37.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (37.84kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.06kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.94kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.17kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (105.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (105.12kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.56kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (121.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (121.78kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (46.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (46.12kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947... [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (287.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (287.17kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459... [INFO] Fetching org.eclipse.equinox.security.ui_1.2.400.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (71.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.400.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (71.35kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.400.v20190714-1851... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (402.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (402.25kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645... [INFO] Fetching org.eclipse.jdt.debug_3.13.100.v20190902-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (933.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.13.100.v20190902-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (933.08kB) [INFO] Unpacking org.eclipse.jdt.debug_3.13.100.v20190902-1050... [INFO] Fetching org.eclipse.search_3.11.700.v20190813-2210.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.700.v20190813-2210.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.55kB) [INFO] Unpacking org.eclipse.search_3.11.700.v20190813-2210... [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.65kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.65kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.400.v20190625-1910.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (65.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.400.v20190625-1910.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (65.6kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.400.v20190625-1910... [INFO] Fetching org.eclipse.pde.build_3.10.500.v20190620-0530.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (478.67kB) [INFO] Fetching org.eclipse.pde.build_3.10.500.v20190620-0530.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (478.67kB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.76kB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.76kB) [INFO] Fetching org.eclipse.pde.launching_3.7.700.v20190814-1102.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.7.700.v20190814-1102.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.4kB) [INFO] Unpacking org.eclipse.pde.launching_3.7.700.v20190814-1102... [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (147.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (147.39kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246... [INFO] Fetching org.eclipse.ui.views.log_1.2.700.v20190819-1015.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.700.v20190819-1015.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.92kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.700.v20190819-1015... [INFO] Fetching org.eclipse.ui.trace_1.1.600.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.600.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.32kB) [INFO] Unpacking org.eclipse.ui.trace_1.1.600.v20190830-1158... [INFO] Fetching org.eclipse.ui.genericeditor_1.1.500.v20190823-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.500.v20190823-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.24kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.500.v20190823-1613... [INFO] Resolving class path of MavenProject: org.eclipse.ecf:org.eclipse.ecf.remoteservices.tooling.pde:1.0.101-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.1-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.1-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.1-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.6-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.6-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.6-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.400-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.400-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.400-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.300-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.300-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.300-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.101-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.101-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.101-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.1-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.1-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.1-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.101-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.101-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.101-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.1-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.1-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.1-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.1-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.1-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.1-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.100-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.100-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.100-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.600-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.600-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.600-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.6-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.6-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.6-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.100-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.100-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.100-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.200-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.200-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.200-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.200-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.200-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.200-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.4.2-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.4.2-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.4.2-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.101-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.101-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.101-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.101-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.101-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.101-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.300-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.300-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.300-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.200-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.200-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.200-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.101-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.101-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.101-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.1-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.1-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.1-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.101-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.101-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.101-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.6-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.6-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.6-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.101-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.100-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.100-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.100-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.xmpp.feature:1.0.101-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.101-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.101-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.6-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.6-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.6-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.doc [eclipse-plugin] [INFO] com.mycorp.examples.timeservice [eclipse-plugin] [INFO] com.mycorp.examples.timeservice.async [eclipse-plugin] [INFO] org.eclipse.ecf.identity [eclipse-plugin] [INFO] org.eclipse.ecf [eclipse-plugin] [INFO] org.eclipse.ecf.discovery [eclipse-plugin] [INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy [eclipse-plugin] [INFO] org.eclipse.ecf.remoteservice.asyncproxy [eclipse-plugin] [INFO] org.eclipse.ecf.remoteservice [eclipse-plugin] [INFO] org.eclipse.osgi.services.remoteserviceadmin [eclipse-plugin] [INFO] org.eclipse.ecf.osgi.services.remoteserviceadmin [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] org.eclipse.ecf.remoteservice.rest [eclipse-plugin] [INFO] com.mycorp.examples.timeservice.provider.rest.consumer [eclipse-plugin] [INFO] org.eclipse.ecf.sharedobject [eclipse-plugin] [INFO] org.eclipse.ecf.provider [eclipse-plugin] [INFO] org.eclipse.ecf.provider.remoteservice [eclipse-plugin] [INFO] org.eclipse.ecf.remoteservice.servlet [eclipse-plugin] [INFO] com.mycorp.examples.timeservice.provider.rest.host [eclipse-plugin] [INFO] org.eclipse.ecf.presence [eclipse-plugin] [INFO] org.eclipse.ecf.filetransfer [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.remoteservice.eventadmin [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.osgi.services.distribution [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.remoteservice.rest.synd [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.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.osgi.services.remoteserviceadmin.console [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.eclipse.ecf.provider.filetransfer [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.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.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.remoteservice [eclipse-plugin] [INFO] org.eclipse.ecf.provider.xmpp.ui [eclipse-plugin] [INFO] org.eclipse.ecf.provider.zookeeper [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.datashare [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.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/155] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ecf-parent --- [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ ecf-parent --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ ecf-parent --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.0:normalize (pack200-normalize) @ ecf-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ ecf-parent --- [INFO] [INFO] --- tycho-pack200b-plugin:1.5.0:pack (pack200-pack) @ ecf-parent --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ ecf-parent --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ ecf-parent --- [INFO] [INFO] ----------------< org.eclipse.ecf:org.eclipse.ecf.doc >----------------- [INFO] Building org.eclipse.ecf.doc 1.3.201-SNAPSHOT [2/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.doc --- [INFO] The project's OSGi version is 1.3.201.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:compile (default-compile) @ org.eclipse.ecf.doc --- [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.5.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.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.201-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.201-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.201-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.doc --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.doc --- [INFO] Fetching p2.index from https://download.eclipse.org/rt/ecf/latest/site.p2/ [INFO] Fetching p2.index from https://download.eclipse.org/rt/ecf/latest/site.p2/ [INFO] Adding repository https://download.eclipse.org/rt/ecf/latest/site.p2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/ecf/latest/site.p2/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/ecf/latest/site.p2/ [INFO] Fetching org.eclipse.ecf.doc_1.3.200.v20180301-1831.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (32.16kB) [INFO] Fetching org.eclipse.ecf.doc_1.3.200.v20180301-1831.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (32.16kB) [INFO] Fetching org.eclipse.ecf.doc.source_1.3.200.v20180301-1831.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.15kB) [INFO] Fetching org.eclipse.ecf.doc.source_1.3.200.v20180301-1831.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.15kB) [INFO] [INFO] ----------< org.eclipse.ecf:com.mycorp.examples.timeservice >----------- [INFO] Building com.mycorp.examples.timeservice 1.1.101-SNAPSHOT [3/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ com.mycorp.examples.timeservice --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice --- [INFO] The project's OSGi version is 1.1.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ com.mycorp.examples.timeservice --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice --- [INFO] Fetching com.mycorp.examples.timeservice_1.1.100.v20180301-1831.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (6.74kB) [INFO] Fetching com.mycorp.examples.timeservice_1.1.100.v20180301-1831.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (6.74kB) [INFO] Fetching com.mycorp.examples.timeservice.source_1.1.100.v20180301-1831.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (9.25kB) [INFO] Fetching com.mycorp.examples.timeservice.source_1.1.100.v20180301-1831.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (9.25kB) [INFO] [INFO] -------< org.eclipse.ecf:com.mycorp.examples.timeservice.async >-------- [INFO] Building com.mycorp.examples.timeservice.async 2.1.1-SNAPSHOT [4/155] [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.5.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.async --- [INFO] The project's OSGi version is 2.1.1.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.async --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.async --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.async --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.1-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.1-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.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.async --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.async --- [INFO] Fetching com.mycorp.examples.timeservice.async_2.1.0.v20180314-1732.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (6.76kB) [INFO] Fetching com.mycorp.examples.timeservice.async_2.1.0.v20180314-1732.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (6.76kB) [INFO] Fetching com.mycorp.examples.timeservice.async.source_2.1.0.v20180314-1732.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (9.36kB) [INFO] Fetching com.mycorp.examples.timeservice.async.source_2.1.0.v20180314-1732.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (9.36kB) [INFO] [INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.identity >-------------- [INFO] Building org.eclipse.ecf.identity 3.9.300-SNAPSHOT [5/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.identity --- [INFO] The project's OSGi version is 3.9.300.v20191020-1846 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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] 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.5.0:compile (default-compile) @ org.eclipse.ecf.identity --- [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.5.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.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.300-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.300-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.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.identity --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.identity --- [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (27.11kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (27.11kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.1.v20181107-1749.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (53.36kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.1.v20181107-1749.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (53.36kB) [INFO] [INFO] ------------------< org.eclipse.ecf:org.eclipse.ecf >------------------- [INFO] Building org.eclipse.ecf 3.9.4-SNAPSHOT [6/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf --- [INFO] The project's OSGi version is 3.9.4.v20191020-1846 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[368] 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:[83] 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.5.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.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.4-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.4-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.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf --- [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (48.13kB) [INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (48.13kB) [INFO] Fetching org.eclipse.ecf.source_3.9.3.v20190423-0625.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (103.18kB) [INFO] Fetching org.eclipse.ecf.source_3.9.3.v20190423-0625.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (103.18kB) [INFO] [INFO] -------------< org.eclipse.ecf:org.eclipse.ecf.discovery >-------------- [INFO] Building org.eclipse.ecf.discovery 5.0.301-SNAPSHOT [7/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery --- [INFO] The project's OSGi version is 5.0.301.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[64] 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.5.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.301-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.301-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.301-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.301-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.301-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery --- [INFO] Fetching org.eclipse.ecf.discovery_5.0.300.v20180306-0211.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.67kB) [INFO] Fetching org.eclipse.ecf.discovery_5.0.300.v20180306-0211.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.67kB) [INFO] Fetching org.eclipse.ecf.discovery.source_5.0.300.v20180306-0211.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (47.23kB) [INFO] Fetching org.eclipse.ecf.discovery.source_5.0.300.v20180306-0211.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (47.23kB) [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 [8/155] [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.5.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.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.5.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.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20180301-0016.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (6.38kB) [INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy_1.0.100.v20180301-0016.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (6.38kB) [INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.100.v20180301-0016.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (7.4kB) [INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy.source_1.0.100.v20180301-0016.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (7.4kB) [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.asyncproxy >------ [INFO] Building org.eclipse.ecf.remoteservice.asyncproxy 2.1.2-SNAPSHOT [9/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] The project's OSGi version is 2.1.2.v20191031-1433 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.2-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.2-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.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.asyncproxy --- [INFO] Fetching org.eclipse.ecf.remoteservice.asyncproxy_2.1.0.v20180409-2248.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (9kB) [INFO] Fetching org.eclipse.ecf.remoteservice.asyncproxy_2.1.0.v20180409-2248.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (9kB) [INFO] Fetching org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.0.v20180409-2248.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (11.98kB) [INFO] Fetching org.eclipse.ecf.remoteservice.asyncproxy.source_2.1.0.v20180409-2248.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (11.98kB) [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.remoteservice >------------ [INFO] Building org.eclipse.ecf.remoteservice 8.13.2-SNAPSHOT [10/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice --- [INFO] The project's OSGi version is 8.13.2.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[254] logService.log(LogHelper.getLogCode(status), LogHelper.getLogMessage(status), status.getException()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method log(int, String, Throwable) from the type LogService is deprecated 15. INFO in /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/util/tracker/RemoteServiceTracker.java (at line 30) @SuppressWarnings("unchecked") ^^^^^^^^^^^ At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored 15 problems (0 errors, 1 warning, 1 info) [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.5.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.2-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.2-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.2-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.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice --- [INFO] Fetching org.eclipse.ecf.remoteservice_8.13.1.v20180801-1752.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (56.19kB) [INFO] Fetching org.eclipse.ecf.remoteservice_8.13.1.v20180801-1752.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (56.19kB) [INFO] Fetching org.eclipse.ecf.remoteservice.source_8.13.1.v20180801-1752.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (132.66kB) [INFO] Fetching org.eclipse.ecf.remoteservice.source_8.13.1.v20180801-1752.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (132.66kB) [INFO] [INFO] ----< org.eclipse.ecf:org.eclipse.osgi.services.remoteserviceadmin >---- [INFO] Building org.eclipse.osgi.services.remoteserviceadmin 1.6.200-SNAPSHOT [11/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] The project's OSGi version is 1.6.200.v20180301-0016 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.200-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.5.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.200-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.200-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.200-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.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.osgi.services.remoteserviceadmin --- [INFO] Fetching org.eclipse.osgi.services.remoteserviceadmin_1.6.200.v20180301-0016.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.41kB) [INFO] Fetching org.eclipse.osgi.services.remoteserviceadmin_1.6.200.v20180301-0016.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.41kB) [WARNING] Baseline and reactor have same fully qualified version, but with different content [WARNING] different META-INF/ECLIPSE_.RSA: different META-INF/ECLIPSE_.SF: different [INFO] [INFO] --< org.eclipse.ecf:org.eclipse.ecf.osgi.services.remoteserviceadmin >-- [INFO] Building org.eclipse.ecf.osgi.services.remoteserviceadmin 4.6.1102-SNAPSHOT [12/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] The project's OSGi version is 4.6.1102.v20191025-2254 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[42] 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:[63] 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:[166] 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:[181] 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:[184] 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:[248] 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:[253] 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:[253] 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:[529] 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:[658] 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:[664] 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:[673] 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:[824] 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:[828] 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:[835] 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:[886] 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:[886] 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:[892] 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:[892] 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:[33] 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:[353] 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:[364] EndpointListener listener, ^^^^^^^^^^^^^^^^ The type EndpointListener is deprecated 23. INFO in /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/TopologyManager.java (at line 243) public void event(ServiceEvent event, @SuppressWarnings("rawtypes") Map listeners) { ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 23 problems (0 errors, 22 warnings, 1 info) [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.5.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.1102-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.1102-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.1102-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.1102-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.1102-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.1102-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.remoteserviceadmin --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.1100.v20180920-1931.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (74.23kB) [INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin_4.6.1100.v20180920-1931.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (74.23kB) [INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.6.1100.v20180920-1931.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (109.95kB) [INFO] Fetching org.eclipse.ecf.osgi.services.remoteserviceadmin.source_4.6.1100.v20180920-1931.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (109.95kB) [INFO] [INFO] ------< org.eclipse.ecf:com.mycorp.examples.timeservice.consumer >------ [INFO] Building com.mycorp.examples.timeservice.consumer 1.1.101-SNAPSHOT [13/155] [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.5.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.consumer --- [INFO] The project's OSGi version is 1.1.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.consumer --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.consumer --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.consumer --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.consumer --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.consumer --- [INFO] Fetching com.mycorp.examples.timeservice.consumer_1.1.100.v20180702-0050.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.44kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer_1.1.100.v20180702-0050.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.44kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.source_1.1.100.v20180702-0050.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (10.55kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.source_1.1.100.v20180702-0050.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (10.55kB) [INFO] [INFO] ----< org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds >----- [INFO] Building com.mycorp.examples.timeservice.consumer.ds 1.0.201-SNAPSHOT [14/155] [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.5.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.consumer.ds --- [INFO] The project's OSGi version is 1.0.201.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.consumer.ds --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.consumer.ds --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.consumer.ds --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.201-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.201-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.201-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.consumer.ds --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.200.v20180728-0140.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (13.9kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.ds_1.0.200.v20180728-0140.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (13.9kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.ds.source_1.0.200.v20180728-0140.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (26.4kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.ds.source_1.0.200.v20180728-0140.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (26.4kB) [INFO] [INFO] --< org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.ds.async >-- [INFO] Building com.mycorp.examples.timeservice.consumer.ds.async 1.0.101-SNAPSHOT [15/155] [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.5.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.consumer.ds.async --- [INFO] The project's OSGi version is 1.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.consumer.ds.async --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.consumer.ds.async --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.consumer.ds.async --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.consumer.ds.async --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20180730-2030.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (14.26kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.ds.async_1.0.100.v20180730-2030.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (14.26kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.ds.async.source_1.0.100.v20180730-2030.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (26.72kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.ds.async.source_1.0.100.v20180730-2030.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (26.72kB) [INFO] [INFO] --< org.eclipse.ecf:com.mycorp.examples.timeservice.consumer.filediscovery >-- [INFO] Building com.mycorp.examples.timeservice.consumer.filediscovery 1.2.101-SNAPSHOT [16/155] [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.5.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.5.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.consumer.filediscovery --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.5.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.consumer.filediscovery --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.consumer.filediscovery --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.5.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.5.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.consumer.filediscovery --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20190515-1132.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (7.14kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.filediscovery_1.2.100.v20190515-1132.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (7.14kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.filediscovery.source_1.2.100.v20190515-1132.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.36kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.filediscovery.source_1.2.100.v20190515-1132.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.36kB) [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 [17/155] [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.5.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.5.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.5.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.5.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.5.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.consumer.filediscovery.rest --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20190515-1132.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (7.12kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.filediscovery.rest_1.2.100.v20190515-1132.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (7.12kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.filediscovery.rest.source_1.2.100.v20190515-1132.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.37kB) [INFO] Fetching com.mycorp.examples.timeservice.consumer.filediscovery.rest.source_1.2.100.v20190515-1132.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.37kB) [INFO] [INFO] --------< org.eclipse.ecf:com.mycorp.examples.timeservice.host >-------- [INFO] Building com.mycorp.examples.timeservice.host 1.1.201-SNAPSHOT [18/155] [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.5.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.host --- [INFO] The project's OSGi version is 1.1.201.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.host --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.host --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.host --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.201-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.201-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.201-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.host --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.host --- [INFO] Fetching com.mycorp.examples.timeservice.host_1.1.200.v20180728-0140.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (14.68kB) [INFO] Fetching com.mycorp.examples.timeservice.host_1.1.200.v20180728-0140.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (14.68kB) [INFO] Fetching com.mycorp.examples.timeservice.host.source_1.1.200.v20180728-0140.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (27.08kB) [INFO] Fetching com.mycorp.examples.timeservice.host.source_1.1.200.v20180728-0140.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (27.08kB) [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest >--------- [INFO] Building org.eclipse.ecf.remoteservice.rest 2.7.201-SNAPSHOT [19/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.rest --- [INFO] The project's OSGi version is 2.7.201.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.rest --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[104] 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.5.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.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rest --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.rest --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.201-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.201-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.201-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rest --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.rest --- [INFO] Fetching org.eclipse.ecf.remoteservice.rest_2.7.200.v20180227-0153.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.87kB) [INFO] Fetching org.eclipse.ecf.remoteservice.rest_2.7.200.v20180227-0153.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.87kB) [INFO] Fetching org.eclipse.ecf.remoteservice.rest.source_2.7.200.v20180227-0153.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (37kB) [INFO] Fetching org.eclipse.ecf.remoteservice.rest.source_2.7.200.v20180227-0153.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (37kB) [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 [20/155] [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.5.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.provider.rest.consumer --- [INFO] The project's OSGi version is 1.1.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.provider.rest.consumer --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.5.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.provider.rest.consumer --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.provider.rest.consumer --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.5.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.5.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.provider.rest.consumer --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.provider.rest.consumer --- [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.sharedobject >------------ [INFO] Building org.eclipse.ecf.sharedobject 2.6.1-SNAPSHOT [21/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.sharedobject --- [INFO] The project's OSGi version is 2.6.1.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[108] 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:[62] 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.5.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.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.1-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.1-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.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.sharedobject --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.sharedobject --- [INFO] Fetching org.eclipse.ecf.sharedobject_2.6.0.v20180404-2345.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (38.18kB) [INFO] Fetching org.eclipse.ecf.sharedobject_2.6.0.v20180404-2345.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (38.18kB) [INFO] Fetching org.eclipse.ecf.sharedobject.source_2.6.0.v20180404-2345.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (104.6kB) [INFO] Fetching org.eclipse.ecf.sharedobject.source_2.6.0.v20180404-2345.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (104.6kB) [INFO] [INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.provider >-------------- [INFO] Building org.eclipse.ecf.provider 4.8.200-SNAPSHOT [22/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider --- [INFO] The project's OSGi version is 4.8.200.v20191024-1546 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[24] final boolean res = mySet.add(m); ^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet 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:[79] 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) 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:[79] 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 [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:[42] return member.compareTo(((Member) o).member); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable 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:[136] 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:[59] connectors.add(conn); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector 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:[77] 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) 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:[77] 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 [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] Constructor aConstructor = newClass.getConstructor(argTypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class 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:[281] results.add(conn); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List 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:[49] 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:[82] 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) 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:[82] 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 [WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainer.java:[373] 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:[238] 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:[249] public Map getLocalContainerProperties() { ^^^ Type safety: The return type Map for getLocalContainerProperties() from the type SOContext needs unchecked conversion to conform to Map 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:[94] public Map getProperties() { ^^^ Type safety: The return type Map for getProperties() from the type SOConfig needs unchecked conversion to conform to Map 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:[41] public Map getProperties() { ^^^ Type safety: The return type Map for getProperties() from the type SOContainerConfig needs unchecked conversion to conform to Map 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:[50] 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:[34] map = Collections.synchronizedMap(new TreeMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation synchronizedMap(TreeMap) of the generic method synchronizedMap(Map) 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:[34] map = Collections.synchronizedMap(new TreeMap()); ^^^^^^^^^^^^^ Type safety: The expression of type TreeMap needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.provider/src/org/eclipse/ecf/provider/generic/SOContainerGroup.java:[40] map.put(key, aSpace); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map 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:[160] 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 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:[182] 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 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:[188] active.put(so.getObjID(), so); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type TreeMap. References to generic type TreeMap 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:[282] aSet.add(i.next()); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet 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:[285] aSet.add(i.next()); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet 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:[34] receiverQueues.put(recv[i], queues[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable 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:[69] 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 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.5.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.200-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.200-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.200-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.200-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider --- [INFO] Fetching org.eclipse.ecf.provider_4.8.100.v20190220-2101.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (52.96kB) [INFO] Fetching org.eclipse.ecf.provider_4.8.100.v20190220-2101.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (52.96kB) [INFO] Fetching org.eclipse.ecf.provider.source_4.8.100.v20190220-2101.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (97.65kB) [INFO] Fetching org.eclipse.ecf.provider.source_4.8.100.v20190220-2101.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (97.65kB) [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.provider.remoteservice >------- [INFO] Building org.eclipse.ecf.provider.remoteservice 4.4.101-SNAPSHOT [23/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.remoteservice --- [INFO] The project's OSGi version is 4.4.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.remoteservice --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[66] rscAdapterFactories.add(af); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List 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:[69] rscAdapterFactories.add(af); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List 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 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 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:[125] 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 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:[138] 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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.remoteservice --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.provider.remoteservice --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.remoteservice --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.remoteservice --- [INFO] Fetching org.eclipse.ecf.provider.remoteservice_4.4.100.v20180516-2213.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (30.88kB) [INFO] Fetching org.eclipse.ecf.provider.remoteservice_4.4.100.v20180516-2213.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (30.88kB) [INFO] Fetching org.eclipse.ecf.provider.remoteservice.source_4.4.100.v20180516-2213.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (42.15kB) [INFO] Fetching org.eclipse.ecf.provider.remoteservice.source_4.4.100.v20180516-2213.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (42.15kB) [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.servlet >-------- [INFO] Building org.eclipse.ecf.remoteservice.servlet 1.0.101-SNAPSHOT [24/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] The project's OSGi version is 1.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.servlet --- [INFO] Fetching org.eclipse.ecf.remoteservice.servlet_1.0.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (10.48kB) [INFO] Fetching org.eclipse.ecf.remoteservice.servlet_1.0.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (10.48kB) [INFO] Fetching org.eclipse.ecf.remoteservice.servlet.source_1.0.100.v20180302-2006.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (15.99kB) [INFO] Fetching org.eclipse.ecf.remoteservice.servlet.source_1.0.100.v20180302-2006.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (15.99kB) [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 [25/155] [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.5.0:build-qualifier (default-build-qualifier) @ com.mycorp.examples.timeservice.provider.rest.host --- [INFO] The project's OSGi version is 1.1.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ com.mycorp.examples.timeservice.provider.rest.host --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.5.0:target-platform (default-target-platform) @ com.mycorp.examples.timeservice.provider.rest.host --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ com.mycorp.examples.timeservice.provider.rest.host --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.5.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.5.0:p2-metadata (attach-p2-metadata) @ com.mycorp.examples.timeservice.provider.rest.host --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ com.mycorp.examples.timeservice.provider.rest.host --- [INFO] [INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.presence >-------------- [INFO] Building org.eclipse.ecf.presence 2.1.101-SNAPSHOT [26/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence --- [INFO] The project's OSGi version is 2.1.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence --- [INFO] Fetching org.eclipse.ecf.presence_2.1.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (24.99kB) [INFO] Fetching org.eclipse.ecf.presence_2.1.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (24.99kB) [INFO] Fetching org.eclipse.ecf.presence.source_2.1.100.v20180302-2006.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (98.05kB) [INFO] Fetching org.eclipse.ecf.presence.source_2.1.100.v20180302-2006.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (98.05kB) [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.filetransfer >------------ [INFO] Building org.eclipse.ecf.filetransfer 5.0.300-SNAPSHOT [27/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.filetransfer --- [INFO] The project's OSGi version is 5.0.300.v20191020-1846 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[73] 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.5.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.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.0.300-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.0.300-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.0.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.0.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.filetransfer --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.filetransfer --- [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.100.v20180301-0132.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (76.35kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.100.v20180301-0132.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (76.35kB) [INFO] [INFO] ---------------< org.eclipse.ecf:org.jivesoftware.smack >--------------- [INFO] Building org.jivesoftware.smack 3.3.300-SNAPSHOT [28/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.jivesoftware.smack --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:validate-id (default-validate-id) @ org.jivesoftware.smack --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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 22. INFO in /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/entitycaps/EntityCapsManager.java (at line 210) @SuppressWarnings("rawtypes") ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored 23. INFO in /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/protocols/bundles/org.jivesoftware.smack/src/org/jivesoftware/smackx/entitycaps/EntityCapsManager.java (at line 220) @SuppressWarnings("rawtypes") ^^^^^^^^^^ At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored [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 26 problems (0 errors, 23 warnings, 23 info) [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.5.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.5.0:target-platform (default-target-platform) @ org.jivesoftware.smack --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ org.jivesoftware.smack --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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_8521730217124303702/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_8521730217124303702/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.5.0:pack (pack200-pack) @ org.jivesoftware.smack --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.jivesoftware.smack --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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/plugins/ (1.07MB) [INFO] Fetching org.jivesoftware.smack_3.3.300.v20180303-0057.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (1.07MB) [WARNING] Baseline and reactor have same fully qualified version, but with different content [WARNING] different META-INF/ECLIPSE_.RSA: different META-INF/ECLIPSE_.SF: different jars/xpp.jar: different META-INF/ECLIPSE_.RSA: different [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.provider.xmpp >------------ [INFO] Building org.eclipse.ecf.provider.xmpp 3.2.300-SNAPSHOT [29/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.provider.xmpp --- [INFO] The project's OSGi version is 3.2.300.v20180227-0153 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.provider.xmpp --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[88] 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.5.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.300-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.provider.xmpp --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.provider.xmpp --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.300-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.300-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.300-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.provider.xmpp --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.provider.xmpp --- [INFO] Fetching org.eclipse.ecf.provider.xmpp_3.2.300.v20180227-0153.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (59.82kB) [INFO] Fetching org.eclipse.ecf.provider.xmpp_3.2.300.v20180227-0153.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (59.82kB) [WARNING] Baseline and reactor have same fully qualified version, but with different content [WARNING] different META-INF/ECLIPSE_.RSA: different META-INF/ECLIPSE_.SF: different [INFO] [INFO] -----------------< org.eclipse.ecf:org.eclipse.ecf.ui >----------------- [INFO] Building org.eclipse.ecf.ui 2.2.101-SNAPSHOT [30/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.ui --- [INFO] The project's OSGi version is 2.2.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.ui --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.ui --- [INFO] Fetching org.eclipse.ecf.ui_2.2.100.v20180302-2126.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (63.25kB) [INFO] Fetching org.eclipse.ecf.ui_2.2.100.v20180302-2126.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (63.25kB) [INFO] Fetching org.eclipse.ecf.ui.source_2.2.100.v20180302-2126.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (77.23kB) [INFO] Fetching org.eclipse.ecf.ui.source_2.2.100.v20180302-2126.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (77.23kB) [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.presence.ui >------------- [INFO] Building org.eclipse.ecf.presence.ui 2.4.101-SNAPSHOT [31/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.presence.ui --- [INFO] The project's OSGi version is 2.4.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.presence.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[199] 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/internal/presence/ui/Activator.java:[78] registry.put(CONTACTS_IMAGE, AbstractUIPlugin.imageDescriptorFromPlugin(PLUGIN_ID, "icons/contacts.gif").createImage()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/ecf-tycho.master.stage-release/framework/bundles/org.eclipse.ecf.presence.ui/src/org/eclipse/ecf/internal/presence/ui/Activator.java:[79] registry.put(COLLABORATION_IMAGE, AbstractUIPlugin.imageDescriptorFromPlugin(PLUGIN_ID, "icons/collaboration.gif").createImage()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method imageDescriptorFromPlugin(String, String) from the type AbstractUIPlugin 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/menu/AbstractRosterMenuContributionItem.java:[72] 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:[74] 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:[300] 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:[63] 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:[63] 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:[163] 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:[163] 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:[163] 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:[1288] 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:[1320] 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:[1340] 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:[115] (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:[366] 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:[290] 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:[911] 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:[1033] 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:[36] 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:[42] 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:[62] return (IContainer) pca.getAdapter(IContainer.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unnecessary cast from IContainer to IContainer 22 problems (22 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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.presence.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.presence.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.presence.ui --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.presence.ui --- [INFO] Fetching org.eclipse.ecf.presence.ui_2.4.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (73.52kB) [INFO] Fetching org.eclipse.ecf.presence.ui_2.4.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (73.52kB) [INFO] Fetching org.eclipse.ecf.presence.ui.source_2.4.100.v20180302-2006.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (97.36kB) [INFO] Fetching org.eclipse.ecf.presence.ui.source_2.4.100.v20180302-2006.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (97.36kB) [INFO] [INFO] ----------< org.eclipse.ecf:org.eclipse.ecf.example.clients >----------- [INFO] Building org.eclipse.ecf.example.clients 2.0.101-SNAPSHOT [32/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.example.clients --- [INFO] The project's OSGi version is 2.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.example.clients --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.example.clients --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.example.clients --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.example.clients --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.example.clients --- [INFO] Fetching org.eclipse.ecf.example.clients_2.0.100.v20180302-1843.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (13.89kB) [INFO] Fetching org.eclipse.ecf.example.clients_2.0.100.v20180302-1843.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (13.89kB) [INFO] Fetching org.eclipse.ecf.example.clients.source_2.0.100.v20180302-1843.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.42kB) [INFO] Fetching org.eclipse.ecf.example.clients.source_2.0.100.v20180302-1843.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.42kB) [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.server.generic >----------- [INFO] Building org.eclipse.ecf.server.generic 8.0.101-SNAPSHOT [33/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.server.generic --- [INFO] The project's OSGi version is 8.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.server.generic --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.0.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.server.generic --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.0.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.server.generic --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.0.101-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.0.101-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.0.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.0.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.server.generic --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.server.generic --- [INFO] Fetching org.eclipse.ecf.server.generic_8.0.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (31.51kB) [INFO] Fetching org.eclipse.ecf.server.generic_8.0.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (31.51kB) [INFO] Fetching org.eclipse.ecf.server.generic.source_8.0.100.v20180302-2006.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (63.22kB) [INFO] Fetching org.eclipse.ecf.server.generic.source_8.0.100.v20180302-2006.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (63.22kB) [INFO] [INFO] -----------< org.eclipse.ecf:org.eclipse.ecf.example.collab >----------- [INFO] Building org.eclipse.ecf.example.collab 2.0.101-SNAPSHOT [34/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.example.collab --- [INFO] The project's OSGi version is 2.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.example.collab --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[63] 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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.example.collab --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.example.collab --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.example.collab --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.example.collab --- [INFO] Fetching org.eclipse.ecf.example.collab_2.0.100.v20180302-1843.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (88.91kB) [INFO] Fetching org.eclipse.ecf.example.collab_2.0.100.v20180302-1843.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (88.91kB) [INFO] Fetching org.eclipse.ecf.example.collab.source_2.0.100.v20180302-1843.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (130.22kB) [INFO] Fetching org.eclipse.ecf.example.collab.source_2.0.100.v20180302-1843.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (130.22kB) [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.eventadmin >------ [INFO] Building org.eclipse.ecf.remoteservice.eventadmin 1.3.1-SNAPSHOT [35/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] The project's OSGi version is 1.3.1.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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:[77] 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:[530] 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:[530] 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:[682] 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:[682] 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:[719] 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:[719] 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:[84] 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:[84] 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:[193] 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:[193] 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.5.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.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.1-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.1-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.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.remoteservice.eventadmin --- [INFO] Fetching org.eclipse.ecf.remoteservice.eventadmin_1.3.0.v20181107-1749.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (14.72kB) [INFO] Fetching org.eclipse.ecf.remoteservice.eventadmin_1.3.0.v20181107-1749.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (14.72kB) [INFO] Fetching org.eclipse.ecf.remoteservice.eventadmin.source_1.3.0.v20181107-1749.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (26.64kB) [INFO] Fetching org.eclipse.ecf.remoteservice.eventadmin.source_1.3.0.v20181107-1749.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (26.64kB) [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.examples.eventadmin.app >------- [INFO] Building org.eclipse.ecf.examples.eventadmin.app 1.0.101-SNAPSHOT [36/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.eventadmin.app --- [INFO] The project's OSGi version is 1.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.eventadmin.app --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.eventadmin.app --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.examples.eventadmin.app --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.eventadmin.app --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20180302-1843.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (12.85kB) [INFO] Fetching org.eclipse.ecf.examples.eventadmin.app_1.0.100.v20180302-1843.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (12.85kB) [INFO] Fetching org.eclipse.ecf.examples.eventadmin.app.source_1.0.100.v20180302-1843.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.81kB) [INFO] Fetching org.eclipse.ecf.examples.eventadmin.app.source_1.0.100.v20180302-1843.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (21.81kB) [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 [37/155] [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.5.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.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.5.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.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.hello.consumer.edef --- [INFO] [INFO] ---< org.eclipse.ecf:org.eclipse.ecf.examples.remoteservices.hello >---- [INFO] Building org.eclipse.ecf.examples.remoteservices.hello 4.0.101-SNAPSHOT [38/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.remoteservices.hello --- [INFO] The project's OSGi version is 4.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.hello --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.hello --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.hello --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.5.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.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.hello --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.hello --- [INFO] [INFO] -----< org.eclipse.ecf:org.eclipse.ecf.osgi.services.distribution >----- [INFO] Building org.eclipse.ecf.osgi.services.distribution 2.1.400-SNAPSHOT [39/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] The project's OSGi version is 2.1.400.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.400-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.400-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.400-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.400-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.400-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.osgi.services.distribution --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.200.v20180301-0016.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.49kB) [INFO] Fetching org.eclipse.ecf.osgi.services.distribution_2.1.200.v20180301-0016.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.49kB) [INFO] Fetching org.eclipse.ecf.osgi.services.distribution.source_2.1.200.v20180301-0016.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (10.73kB) [INFO] Fetching org.eclipse.ecf.osgi.services.distribution.source_2.1.200.v20180301-0016.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (10.73kB) [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 [40/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.remoteservices.hello.consumer --- [INFO] The project's OSGi version is 3.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.hello.consumer --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.hello.consumer --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.hello.consumer --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.5.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.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.hello.consumer --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.hello.consumer --- [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 [41/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer --- [INFO] The project's OSGi version is 2.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.5.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.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.hello.ds.consumer --- [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 [42/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.remoteservices.hello.host --- [INFO] The project's OSGi version is 3.1.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.hello.host --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.hello.host --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.hello.host --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.5.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.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.hello.host --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.hello.host --- [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.remoteservice.rest.synd >------- [INFO] Building org.eclipse.ecf.remoteservice.rest.synd 1.0.101-SNAPSHOT [43/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.remoteservice.rest.synd --- [INFO] The project's OSGi version is 1.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.remoteservice.rest.synd --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.remoteservice.rest.synd --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.remoteservice.rest.synd --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.remoteservice.rest.synd --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.29kB) [INFO] Fetching org.eclipse.ecf.remoteservice.rest.synd_1.0.100.v20180302-2006.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.29kB) [INFO] Fetching org.eclipse.ecf.remoteservice.rest.synd.source_1.0.100.v20180302-2006.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (11.11kB) [INFO] Fetching org.eclipse.ecf.remoteservice.rest.synd.source_1.0.100.v20180302-2006.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (11.11kB) [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 [44/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.examples.remoteservices.rest.rss --- [INFO] The project's OSGi version is 1.1.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.examples.remoteservices.rest.rss --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.examples.remoteservices.rest.rss --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.0:source-feature (source-feature) @ org.eclipse.ecf.examples.remoteservices.rest.rss --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.5.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.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.examples.remoteservices.rest.rss --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.examples.remoteservices.rest.rss --- [INFO] [INFO] --------------< org.eclipse.ecf:org.eclipse.ecf.console >--------------- [INFO] Building org.eclipse.ecf.console 1.3.1-SNAPSHOT [45/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.console --- [INFO] The project's OSGi version is 1.3.1.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.1-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.5.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.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.console --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.1-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.1-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.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.console --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.console --- [INFO] Fetching org.eclipse.ecf.console_1.3.0.v20180713-1805.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (10.41kB) [INFO] Fetching org.eclipse.ecf.console_1.3.0.v20180713-1805.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (10.41kB) [INFO] Fetching org.eclipse.ecf.console.source_1.3.0.v20180713-1805.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (11.5kB) [INFO] Fetching org.eclipse.ecf.console.source_1.3.0.v20180713-1805.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (11.5kB) [INFO] [INFO] -------------< org.eclipse.ecf:org.eclipse.ecf.datashare >-------------- [INFO] Building org.eclipse.ecf.datashare 3.0.201-SNAPSHOT [46/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.datashare --- [INFO] The project's OSGi version is 3.0.201.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.201-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.201-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.201-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.201-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.201-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.datashare --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.datashare --- [INFO] Fetching org.eclipse.ecf.datashare_3.0.200.v20180302-0300.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (11.75kB) [INFO] Fetching org.eclipse.ecf.datashare_3.0.200.v20180302-0300.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (11.75kB) [INFO] Fetching org.eclipse.ecf.datashare.source_3.0.200.v20180302-0300.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (34.21kB) [INFO] Fetching org.eclipse.ecf.datashare.source_3.0.200.v20180302-0300.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (34.21kB) [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.model >--------- [INFO] Building org.eclipse.ecf.discovery.ui.model 3.0.101-SNAPSHOT [47/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.model --- [INFO] The project's OSGi version is 3.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.model --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.model --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (22.87kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.model_3.0.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (22.87kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.model.source_3.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (45.69kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.model.source_3.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (45.69kB) [INFO] [INFO] ---------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.edit >---------- [INFO] Building org.eclipse.ecf.discovery.ui.edit 3.0.101-SNAPSHOT [48/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] The project's OSGi version is 3.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.edit --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (14.97kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.edit_3.0.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (14.97kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.edit.source_3.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (23.99kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.edit.source_3.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (23.99kB) [INFO] [INFO] ------------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui >------------ [INFO] Building org.eclipse.ecf.discovery.ui 3.0.202-SNAPSHOT [49/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui --- [INFO] The project's OSGi version is 3.0.202.v20191025-0549 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.202-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.202-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.202-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.202-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.202-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.202-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.0:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.ecf.discovery.ui --- [INFO] Fetching org.eclipse.ecf.discovery.ui_3.0.200.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (12.65kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.source_3.0.200.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (17.85kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.source_3.0.200.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (17.85kB) [INFO] [INFO] --------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.browser >-------- [INFO] Building org.eclipse.ecf.discovery.ui.browser 1.0.102-SNAPSHOT [50/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] The project's OSGi version is 1.0.102.v20191025-0604 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.102-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.102-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.102-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.102-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.102-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.102-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.browser --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.21kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.browser_1.0.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (8.21kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.browser.source_1.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (9.75kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.browser.source_1.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (9.75kB) [INFO] [INFO] ------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties >------- [INFO] Building org.eclipse.ecf.discovery.ui.properties 3.0.101-SNAPSHOT [51/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] The project's OSGi version is 3.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.properties --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (7.75kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.properties_3.0.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (7.75kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.properties.source_3.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (9.76kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.properties.source_3.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (9.76kB) [INFO] [INFO] ---< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.properties.tabbed >--- [INFO] Building org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.101-SNAPSHOT [52/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] The project's OSGi version is 3.0.101.v20191012-1926 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.101-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.101-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.101-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.101-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.properties.tabbed --- [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (11.19kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.properties.tabbed_3.0.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (11.19kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (16.46kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.properties.tabbed.source_3.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (16.46kB) [INFO] [INFO] -------< org.eclipse.ecf:org.eclipse.ecf.discovery.ui.userinput >------- [INFO] Building org.eclipse.ecf.discovery.ui.userinput 1.0.102-SNAPSHOT [53/155] [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.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] The project's OSGi version is 1.0.102.v20191025-0604 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.5.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.5.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.102-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.102-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.discovery.ui.userinput --- [INFO] [INFO] --- tycho-pack200a-plugin:1.5.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.102-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.102-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.102-SNAPSHOT-sources.jar [WARNING] Thread 'pool-1-thread-5 for channel id=200951' has been interrupted java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep (Native Method) at java.lang.Thread.sleep (Thread.java:340) at java.util.concurrent.TimeUnit.sleep (TimeUnit.java:386) at org.eclipse.cbi.maven.http.RetryHttpClient.send (RetryHttpClient.java:53) at org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner.doSignJar (RemoteJarSigner.java:61) at org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner.sign (FilteredJarSigner.java:44) at org.eclipse.cbi.maven.plugins.jarsigner.JarResigner.sign (JarResigner.java:104) at org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner.doSignJarRecursively (RecursiveJarSigner.java:64) at org.eclipse.cbi.maven.plugins.jarsigner.RecursiveJarSigner.doSignJar (RecursiveJarSigner.java:41) at org.eclipse.cbi.maven.plugins.jarsigner.FilteredJarSigner.sign (FilteredJarSigner.java:44) at org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo.signArtifact (SignMojo.java:333) at org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo.execute (SignMojo.java:316) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main (Maven35Launcher.java:130) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at jenkins.maven3.agent.Maven35Main.launch (Maven35Main.java:178) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at hudson.maven.Maven3Builder.call (Maven3Builder.java:139) at hudson.maven.Maven3Builder.call (Maven3Builder.java:70) at hudson.remoting.UserRequest.perform (UserRequest.java:212) at hudson.remoting.UserRequest.perform (UserRequest.java:54) at hudson.remoting.Request$2.run (Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call (InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run (FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624) at java.lang.Thread.run (Thread.java:748) [WARNING] Failed to calculate digest for org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo java.nio.channels.ClosedByInterruptException at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202) at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:164) at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65) at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109) at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103) at java.security.DigestInputStream.read(DigestInputStream.java:161) at java.io.FilterInputStream.read(FilterInputStream.java:107) at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2146) at org.apache.commons.io.IOUtils.copy(IOUtils.java:2102) at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2123) at org.apache.commons.io.IOUtils.copy(IOUtils.java:2078) at hudson.Util.getDigestOf(Util.java:604) at hudson.Util.getDigestOf(Util.java:639) at hudson.maven.ExecutedMojo.(ExecutedMojo.java:103) at hudson.maven.Maven3Builder$MavenExecutionListener.recordExecutionTime(Maven3Builder.java:644) at hudson.maven.Maven3Builder$MavenExecutionListener.recordMojoEnded(Maven3Builder.java:608) at hudson.maven.Maven3Builder$MavenExecutionListener.mojoSucceeded(Maven3Builder.java:600) at hudson.maven.Maven3Builder$JenkinsEventSpy.onEvent(Maven3Builder.java:303) at org.apache.maven.eventspy.internal.EventSpyDispatcher.onEvent(EventSpyDispatcher.java:104) at org.apache.maven.eventspy.internal.EventSpyExecutionListener.mojoSucceeded(EventSpyExecutionListener.java:131) at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:87) at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:218) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) at org.jvnet.hudson.maven3.launcher.Maven35Launcher.main(Maven35Launcher.java:130) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at jenkins.maven3.agent.Maven35Main.launch(Maven35Main.java:178) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:139) at hudson.maven.Maven3Builder.call(Maven3Builder.java:70) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.lang.InterruptedException [INFO] [INFO] --- tycho-pack200b-plugin:1.5.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.102-SNAPSHOT.jar [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 101 iota=163 [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ecf.discovery.ui.userinput --- [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 101 iota=163 [INFO] [INFO] --- tycho-p2-extras-plugin:1.5.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.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (14.22kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.userinput_1.0.100.v20180302-1807.jar.pack.gz from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (14.22kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.userinput.source_1.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (20.64kB) [INFO] Fetching org.eclipse.ecf.discovery.ui.userinput.source_1.0.100.v20180302-1807.jar from https://download.eclipse.org/rt/ecf/latest/site.p2/plugins/ (20.64kB) [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 101 iota=163 [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 101 iota=163 [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 145 iota=163 [INFO] [INFO] ----------------< org.eclipse.ecf:org.eclipse.ecf.sync >---------------- [INFO] Building org.eclipse.ecf.sync 2.0.201-SNAPSHOT [54/155] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ecf.sync --- [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 145 iota=163 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ecf.sync --- [INFO] The project's OSGi version is 2.0.201.v20191012-1926 [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 145 iota=163 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ecf.sync --- [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 145 iota=163 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ecf.sync --- [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 145 iota=163 [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 [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 145 iota=163 [INFO] [INFO] --- tycho-compiler-plugin:1.5.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:[74] 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) [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 145 iota=163 [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 [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 145 iota=163 [INFO] [INFO] --- tycho-source-plugin:1.5.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.201-SNAPSHOT-sources.jar [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 145 iota=163 [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ecf.sync --- [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 145 iota=163 [INFO] [INFO] --- tycho-packaging-plugin:1.5.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.201-SNAPSHOT.jar [WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: java.util.concurrent.ExecutionException: Invalid object ID 145 iota=163 [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ecf.sync --- $ ssh-agent -k channel stopped[WARNING] Failed to notify spy hudson.maven.Maven3Builder$JenkinsEventSpy: hudson.remoting.Channel$OrderlyShutdown: Command Close created at [INFO] [INFO] --- tycho-pack200a-plugin:1.5.0:normalize (pack200-normalize) @ org.eclipse.ecf.sync --- unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 58 killed; [ssh-agent] Stopped. Build was aborted Aborted by Scott Lewis Finished: ABORTED