[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ecf-dev] sdk build failure
|
Hi Thomas,
Thanks much for the info. I've updated the rmap to use Eclipse 3.7
update site.
But now I'm back to the build error that I was seeing before...i.e:
http://dev.eclipse.org/mhonarc/lists/ecf-dev/msg05544.html
Here is the output from this new build:
https://build.ecf-project.org/jenkins/job/C-HEAD-sdk.feature/291/consoleText
I'm not sure what's going wrong...but it seems to be something with the
javadoc generator...i.e. below is what's reported at the end (No warning
parsers defined). I don't know what a warning parser is...but it looks
to be something that's specific to Hudson/Jenkins.
If anyone knows what's going on here with this failure, please chime in.
Thanks,
Scott
Publishing Javadoc
Archiving artifacts
Recording fingerprints
ERROR: Publisher hudson.plugins.templateproject.ProxyPublisher aborted due to exception
java.io.IOException: Error: No warning parsers defined.
at hudson.plugins.warnings.WarningsPublisher.perform(WarningsPublisher.java:229)
at hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:310)
at hudson.plugins.templateproject.ProxyPublisher.perform(ProxyPublisher.java:65)
at hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:27)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:682)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:657)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:635)
at hudson.model.Build$RunnerImpl.post2(Build.java:162)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:604)
at hudson.model.Run.run(Run.java:1401)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:230)
Finished: FAILURE
On 8/21/2011 9:33 PM, Thomas Hallgren wrote:
Hi Scott,
Your rmap redirects searches for org.junit to a repository at
http://ftp.osuosl.org/pub/eclipse/eclipse/updates/3.6/R-3.6.2-201102101200/
It has junit 3.8.2 and 4.8.1 which is consisten with what was
delivered in 3.6. For 4.8.2 you may try the latest Orbit release instead:
http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository
or the regular 3.7 update site.
HTH,
Thomas Hallgren
On 2011-08-22 02:07, Scott Lewis wrote:
Hi Folks,
Today (Sunday) I made a small change to one of the test bundles
(moved it to use org.junit 4.8.2 version in Eclipse 3.7.0) and the
build is now failing thusly:
org.junit:osgi.bundle/4.8.2: Trying provider
cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/eclipse,org.eclipse.releng/maps[:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/eclipse,org.eclipse.releng/maps])
org.junit:osgi.bundle/4.8.2: No provider was found that could resolve
the request
ERROR [0014] : No suitable provider for component
org.junit:osgi.bundle/4.8.2 was found in resourceMap
file:/opt/hudson/jobs/C-HEAD-osgi.services.feature/workspace/ecf.rmap
ERROR [0014] : No suitable provider for component
org.junit:osgi.bundle/4.8.2 was found in searchPath org.eclipse
ERROR [0014] : Rejecting provider
p2(http://ftp.osuosl.org/pub/eclipse/eclipse/updates/3.6/R-3.6.2-201102101200/[http://ftp.osuosl.org/pub/eclipse/eclipse/updates/3.6/R-3.6.2-201102101200/]):
No component match was found
ERROR [0014] : Provider
cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/eclipse,org.eclipse.releng/maps):
Score is below threshold
Does anyone know how this could be avoided? Does some other version
of org.junit have to be used? ...and are we using Eclipse 3.7 in the
target platform currently? (or 3.6.*)?
Thanks,
Scott
On 8/19/2011 7:48 PM, Scott Lewis wrote:
Hi Folks,
The ECF SDK build seems to be failing...for a reason that I can't
understand. Here's an example build that shows the failure:
https://build.ecf-project.org/jenkins/job/C-HEAD-sdk.feature/285/
https://build.ecf-project.org/jenkins/job/C-HEAD-sdk.feature/284/
and here's what seems to be causing the error (it seems to me to be
something fairly late in the build process...i.e. after
compile...even after javadoc generation):
...
[ant]
/opt/hudson/jobs/C-HEAD-sdk.feature/workspace/org.eclipse.ecf/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/util/RemoteFilterImpl.java:129:
warning - Tag @see: can't find matches(java.util.Map) in
org.osgi.framework.Filter
[ant]
/opt/hudson/jobs/C-HEAD-sdk.feature/workspace/org.eclipse.ecf/framework/bundles/org.eclipse.ecf.remoteservice.rpc/src/org/eclipse/ecf/remoteservice/rpc/identity/RpcNamespace.java:64:
warning - Tag @link: reference not found: RPCD
[ant]
/opt/hudson/jobs/C-HEAD-sdk.feature/workspace/org.eclipse.ecf/framework/bundles/org.eclipse.ecf.remoteservice.rpc/src/org/eclipse/ecf/remoteservice/rpc/identity/RpcNamespace.java:64:
warning - Tag @link: reference not found: RPCD
[ant]
/opt/hudson/jobs/C-HEAD-sdk.feature/workspace/org.eclipse.ecf/framework/bundles/org.eclipse.ecf.remoteservice.rpc/src/org/eclipse/ecf/remoteservice/rpc/identity/RpcNamespace.java:64:
warning - Tag @link: reference not found: RPCD
INFO: [end
org.eclipse.ecf:osgi.bundle$3.1.300.qualifier#create.javadoc]
Publishing Javadoc
Archiving artifacts
Recording fingerprints
ERROR: Publisher hudson.plugins.templateproject.ProxyPublisher
aborted due to exception
java.io.IOException: Error: No warning parsers defined.
at
hudson.plugins.warnings.WarningsPublisher.perform(WarningsPublisher.java:229)
at
hudson.plugins.analysis.core.HealthAwarePublisher.perform(HealthAwarePublisher.java:310)
at
hudson.plugins.templateproject.ProxyPublisher.perform(ProxyPublisher.java:65)
at
hudson.tasks.BuildStepMonitor$2.perform(BuildStepMonitor.java:27)
at
hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:682)
at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:657)
at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:635)
at hudson.model.Build$RunnerImpl.post2(Build.java:162)
at
hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:604)
at hudson.model.Run.run(Run.java:1401)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at
hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:230)
Finished: FAILURE
I cleared the workspace and ran the build again...and it seemed to
have the same failure. Anyone have any ideas about what might
be going on here?
Thanks,
Scott
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev