Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-build] Build failed in Hudson: C-HEAD-sdk.feature #1121

See <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/1121/changes>

Changes:

[Markus Alexander Kuppe] NEW - bug 319313: [RemoteSrvc] Build and test r-OSGi remoteservices standalone
https://bugs.eclipse.org/bugs/show_bug.cgi?id=319313

------------------------------------------
Started by an SCM change
[workspace] $ /usr/bin/cvs -Q -z3 -d :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/rt/ co -P -D "Wednesday, July 14, 2010 1:00:58 PM UTC" org.eclipse.ecf/
$ computing changelog
[workspace] $ /bin/sh -xe /tmp/hudson3176368059002229532.sh
+ echo -n 'purge old buckminster output'
purge old buckminster output+ test -e buckminster.output
+ test -e buckminster.temp
+ test -e site.p2
+ test -e projects
+ test -e .metadata
+ test -e junit_result.xml
+ test -e coverage_report.xml
+ echo -n 'cp all target, mspecs, rmap and cqueries to build root'
cp all target, mspecs, rmap and cqueries to build root+ find -L org.eclipse.ecf -type f -iname '*.rmap'
+ xargs -i cp '{}' .
+ find -L org.eclipse.ecf -type f -iname '*.mspec'
+ xargs -i cp '{}' .
+ find -L org.eclipse.ecf -type f -iname '*.cquery'
+ xargs -i cp '{}' .
+ echo -n 'create targetplatform and projects folder'
create targetplatform and projects folder+ test -e targetPlatformPath
+ mkdir -p targetPlatformPath/
+ test -e projects
+ mkdir projects/
+ echo -n 'Flatten Repository'
Flatten Repository+ find -L org.eclipse.ecf -type f -iname .project -printf '%h\n'
+ xargs -i cp -rf '{}' projects/
+ echo -n 'HACK!!! rename features containing "-" to "_" so they can be found by Bucky'
HACK!!! rename features containing "-" to "_" so they can be found by Bucky+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.base-feature
++ tr - _
+ mv projects/org.eclipse.ecf.base-feature projects/org.eclipse.ecf.base_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.core-feature
++ tr - _
+ mv projects/org.eclipse.ecf.core-feature projects/org.eclipse.ecf.core_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.example-feature
++ tr - _
+ mv projects/org.eclipse.ecf.example-feature projects/org.eclipse.ecf.example_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.platform-feature
++ tr - _
+ mv projects/org.eclipse.ecf.platform-feature projects/org.eclipse.ecf.platform_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.provider.filetransfer.httpclient-feature
++ tr - _
+ mv projects/org.eclipse.ecf.provider.filetransfer.httpclient-feature projects/org.eclipse.ecf.provider.filetransfer.httpclient_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.remoteservice-feature
++ tr - _
+ mv projects/org.eclipse.ecf.remoteservice-feature projects/org.eclipse.ecf.remoteservice_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.sdk-feature
++ tr - _
+ mv projects/org.eclipse.ecf.sdk-feature projects/org.eclipse.ecf.sdk_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.server-feature
++ tr - _
+ mv projects/org.eclipse.ecf.server-feature projects/org.eclipse.ecf.server_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.tests-feature
++ tr - _
+ mv projects/org.eclipse.ecf.tests-feature projects/org.eclipse.ecf.tests_feature
+ for f in 'projects/*-feature'
++ echo projects/org.eclipse.ecf.tests-platform-feature
++ tr - _
+ mv projects/org.eclipse.ecf.tests-platform-feature projects/org.eclipse.ecf.tests_platform_feature
+ echo -n 'HACK!!! align folder and feature ids'
HACK!!! align folder and feature ids+ test -e projects/org.eclipse.ecf.sdk_feature
+ mv projects/org.eclipse.ecf.sdk_feature projects/org.eclipse.ecf.sdk
+ test -e projects/org.eclipse.ecf.core_feature
+ mv projects/org.eclipse.ecf.core_feature projects/org.eclipse.ecf.core
+ echo -n 'Done, ready to fire off Bucky\n===================\n'
Done, ready to fire off Bucky\n===================\n[workspace] $ /opt/hudson/tools/Java1.5_update_22_x86-64/bin/java -Dbuckminster.output.root=<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/buckminster.output> -Dbuckminster.temp.root=<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/buckminster.temp> -Xmx768m -Xms768m -XX:PermSize=512M -XX:MaxPermSize=512M -Decf.p2.repository=http://localhost/no/repo -Dsite.include.top=true -Dsite.signing=false -Dsite.pack200=true -Dpde.bundle.range.generation=false -Dpde.feature.range.generation=perfect -Dstaging.area=/home/data/httpd/download-staging.priv/rt/ecf -Dsigning.type=eclipse.remote -Declipse.committer.name=mkuppe -Declipse.committer.keyfile=/usr/share/tomcat5/.ssh/id_rsa -Dqualifier.replacement.*=generator:buildTimestamp -Dgenerator.buildTimestamp.format='v'yyyyMMdd-HHmm -DtargetPlatformPath=<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws//targetPlatformPath> -DprojectsPath=<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws//projects> -jar /opt/hudson/tools/Buckminster_3.6/buckminster/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -application org.eclipse.buckminster.cmdline.headless -data <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/> --loglevel info -S <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/commands.txt>
INFO:  installJRE '--location' '/opt/hudson/tools/Java1.4.2_update_18_x86-64/jre'
INFO:  installJRE '--location' '/opt/hudson/tools/Java1.5_update_22_x86-64/jre'
INFO:  installJRE '--location' '/opt/hudson/tools/Java1.6_update_20_x86-64/jre'
INFO:  setpref 'org.eclipse.buckminster.pde.targetPlatformPath=<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws//targetPlatformPath'>
org.eclipse.buckminster.pde.targetPlatformPath set to the value '<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws//targetPlatformPath'>
INFO:  import '<https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws//org.eclipse.ecf.sdk.mspec'>
ERROR   [0006] : No suitable provider for component org.apache.commons.logging:osgi.bundle was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0006] : No suitable provider for component org.apache.commons.logging:osgi.bundle was found in searchPath default
    ERROR   [0006] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0006] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0006] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0006] : No suitable provider for component org.apache.commons.httpclient:osgi.bundle was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0006] : No suitable provider for component org.apache.commons.httpclient:osgi.bundle was found in searchPath default
    ERROR   [0006] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0006] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0006] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0006] : No suitable provider for component org.apache.commons.codec:osgi.bundle was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0006] : No suitable provider for component org.apache.commons.codec:osgi.bundle was found in searchPath default
    ERROR   [0006] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0006] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0006] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
WARN:  Dependency org.eclipse.jdt is defined more than once in component org.junit
ERROR   [0011] : No suitable provider for component javax.servlet:osgi.bundle was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0011] : No suitable provider for component javax.servlet:osgi.bundle was found in searchPath default
    ERROR   [0011] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0011] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0011] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0027] : No suitable provider for component com.jcraft.jsch:osgi.bundle/[0.1.41.v200903070017,0.1.41.v200903070017] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0027] : No suitable provider for component com.jcraft.jsch:osgi.bundle/[0.1.41.v200903070017,0.1.41.v200903070017] was found in searchPath default
    ERROR   [0027] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0027] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0027] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0051] : No suitable provider for component org.objectweb.asm:osgi.bundle was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0051] : No suitable provider for component org.objectweb.asm:osgi.bundle was found in searchPath default
    ERROR   [0051] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0051] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0051] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0055] : No suitable provider for component com.ibm.icu:osgi.bundle/[4.2.1.v20100412,4.2.1.v20100412] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0055] : No suitable provider for component com.ibm.icu:osgi.bundle/[4.2.1.v20100412,4.2.1.v20100412] was found in searchPath default
    ERROR   [0055] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0055] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0055] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0059] : No suitable provider for component javax.servlet.jsp:osgi.bundle/[2.0.0.v200806031607,2.0.0.v200806031607] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0059] : No suitable provider for component javax.servlet.jsp:osgi.bundle/[2.0.0.v200806031607,2.0.0.v200806031607] was found in searchPath default
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0059] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0059] : No suitable provider for component org.mortbay.jetty.server:osgi.bundle/[6.1.23.v201004211559,6.1.23.v201004211559] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0059] : No suitable provider for component org.mortbay.jetty.server:osgi.bundle/[6.1.23.v201004211559,6.1.23.v201004211559] was found in searchPath default
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0059] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0059] : No suitable provider for component org.apache.jasper:osgi.bundle/[5.5.17.v201004212143,5.5.17.v201004212143] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0059] : No suitable provider for component org.apache.jasper:osgi.bundle/[5.5.17.v201004212143,5.5.17.v201004212143] was found in searchPath default
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0059] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0059] : No suitable provider for component org.mortbay.jetty.util:osgi.bundle/[6.1.23.v201004211559,6.1.23.v201004211559] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0059] : No suitable provider for component org.mortbay.jetty.util:osgi.bundle/[6.1.23.v201004211559,6.1.23.v201004211559] was found in searchPath default
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0059] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0059] : No suitable provider for component org.apache.lucene.analysis:osgi.bundle/[1.9.1.v20100518-1140,1.9.1.v20100518-1140] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0059] : No suitable provider for component org.apache.lucene.analysis:osgi.bundle/[1.9.1.v20100518-1140,1.9.1.v20100518-1140] was found in searchPath default
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0059] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0059] : No suitable provider for component org.apache.commons.logging:osgi.bundle/[1.0.4.v201005080501,1.0.4.v201005080501] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0059] : No suitable provider for component org.apache.commons.logging:osgi.bundle/[1.0.4.v201005080501,1.0.4.v201005080501] was found in searchPath default
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0059] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0066] : No suitable provider for component org.hamcrest.core:osgi.bundle/[1.1.0.v20090501071000,1.1.0.v20090501071000] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0066] : No suitable provider for component org.hamcrest.core:osgi.bundle/[1.1.0.v20090501071000,1.1.0.v20090501071000] was found in searchPath org.eclipse.swtbot
    ERROR   [0066] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/technology/swtbot/galileo/dev-build/update-site/?importType=binary[http://rsync.osuosl.org/pub/eclipse/technology/swtbot/galileo/dev-build/update-site/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/technology/swtbot/galileo/dev-build/update-site/.
ERROR   [0071] : No suitable provider for component org.apache.log4j:osgi.bundle was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0071] : No suitable provider for component org.apache.log4j:osgi.bundle was found in searchPath org.eclipse.swtbot
    ERROR   [0071] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/technology/swtbot/galileo/dev-build/update-site/?importType=binary[http://rsync.osuosl.org/pub/eclipse/technology/swtbot/galileo/dev-build/update-site/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/technology/swtbot/galileo/dev-build/update-site/.
ERROR   [0059] : No suitable provider for component org.apache.commons.el:osgi.bundle/[1.0.0.v201004212143,1.0.0.v201004212143] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0059] : No suitable provider for component org.apache.commons.el:osgi.bundle/[1.0.0.v201004212143,1.0.0.v201004212143] was found in searchPath default
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0059] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0059] : No suitable provider for component org.apache.lucene:osgi.bundle/[1.9.1.v20100518-1140,1.9.1.v20100518-1140] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0059] : No suitable provider for component org.apache.lucene:osgi.bundle/[1.9.1.v20100518-1140,1.9.1.v20100518-1140] was found in searchPath default
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0059] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0059] : No suitable provider for component javax.servlet:osgi.bundle/[2.5.0.v200910301333,2.5.0.v200910301333] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0059] : No suitable provider for component javax.servlet:osgi.bundle/[2.5.0.v200910301333,2.5.0.v200910301333] was found in searchPath default
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0059] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0059] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
ERROR   [0055] : No suitable provider for component com.ibm.icu:osgi.bundle/[4.2.1.v20100412,4.2.1.v20100412] was found in resourceMap <https://build.ecf-project.org/hudson/job/C-HEAD-sdk.feature/ws/ecf.rmap>
  ERROR   [0055] : No suitable provider for component com.ibm.icu:osgi.bundle/[4.2.1.v20100412,4.2.1.v20100412] was found in searchPath default
    ERROR   [0055] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20090825191606/updateSite/.
    ERROR   [0055] : Rejecting provider p2(http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary[http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/?importType=binary]): No component match was found
      ERROR   No repository found at http://rsync.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20100519200754/updateSite/.
    ERROR   [0055] : Provider cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/tools,org.eclipse.orbit/org.eclipse.orbit.releng/maps): Score is below threshold
INFO:  TAG-ID 0006 = Query for org.eclipse.ecf.sdk:eclipse.feature, path: org.eclipse.ecf.sdk:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.core:eclipse.feature$3.3.0.qualifier
TAG-ID 0011 = Query for org.eclipse.ecf.sdk:eclipse.feature, path: org.eclipse.ecf.sdk:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.core:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.examples.updatesite.server:osgi.bundle$1.0.100.qualifier
TAG-ID 0027 = Query for org.eclipse.ecf.sdk:eclipse.feature, path: org.eclipse.ecf.sdk:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.core:eclipse.feature$3.3.0.qualifier -> org.eclipse.platform:eclipse.feature$3.6.0.v20100602-9gF78GpqFt6trOGhL5t0nJy5fyGHKrwNY
TAG-ID 0051 = Query for org.eclipse.ecf.sdk:eclipse.feature, path: org.eclipse.ecf.sdk:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.core:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.remoteservice.sdk.feature:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.remoteservice.rosgi.feature:eclipse.feature$1.0.0.qualifier
TAG-ID 0055 = Query for org.eclipse.ecf.sdk:eclipse.feature, path: org.eclipse.ecf.sdk:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.core:eclipse.feature$3.3.0.qualifier -> org.eclipse.platform:eclipse.feature$3.6.0.v20100602-9gF78GpqFt6trOGhL5t0nJy5fyGHKrwNY -> org.eclipse.rcp:eclipse.feature$3.6.0.v20100519-9OArFKvFtsd7WLUKgwEZXSS
TAG-ID 0059 = Query for org.eclipse.ecf.sdk:eclipse.feature, path: org.eclipse.ecf.sdk:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.core:eclipse.feature$3.3.0.qualifier -> org.eclipse.platform:eclipse.feature$3.6.0.v20100602-9gF78GpqFt6trOGhL5t0nJy5fyGHKrwNY -> org.eclipse.help:eclipse.feature$1.2.0.v20100427-7e7jEKFEx2XlnZinTQpfz-3
TAG-ID 0066 = Query for org.eclipse.ecf.sdk:eclipse.feature, path: org.eclipse.ecf.sdk:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.core:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.remoteservice.sdk.feature:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.discovery.slp.feature:eclipse.feature$1.0.0.qualifier -> org.eclipse.jdt:eclipse.feature$3.6.0.v20100526-0800-7z8XFUJFMTfCWGoVu7Kltsu9H155
TAG-ID 0071 = Query for org.eclipse.ecf.sdk:eclipse.feature, path: org.eclipse.ecf.sdk:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.core:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.remoteservice.sdk.feature:eclipse.feature$3.3.0.qualifier -> org.eclipse.ecf.discovery.zookeeper.feature:eclipse.feature$1.0.0.qualifier -> org.apache.zookeeper:osgi.bundle$3.3.0

Archiving artifacts
Recording fingerprints
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts



Back to the top