Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Fail to run junits in hudson

Hi All,
I am trying to re-enable Junit tests for RSE. They run just fine on my
local machine,
but my hudson verification job fails:
https://git.eclipse.org/r/#/c/9720/

According to the metadata log file, the issue is:
!ENTRY org.eclipse.osgi 2 0 2013-01-17 05:24:53.874
!MESSAGE One or more bundles are not resolved because the following
root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-01-17 05:24:53.875
!MESSAGE Bundle
initial@reference:file:../../../../../.maven/repo/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86/3.101.0.v4317b/org.eclipse.swt.gtk.linux.x86-3.101.0.v4317b.jar
was not resolved.
!SUBENTRY 2 org.eclipse.swt.gtk.linux.x86 2 0 2013-01-17 05:24:53.875
!MESSAGE Missing required capability Require-Capability: osgi.ee;
filter="(|(&(osgi.ee=CDC/Foundation)(version=1.0))(&(osgi.ee=JavaSE)(version=1.3)))"...

The complete log is here:
https://hudson.eclipse.org/sandbox/job/target-management/ws/rse/tests/org.eclipse.rse.tests/target/work/data/.metadata/.log/*view*/

Can this be related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=394636?
How do I work around this issue?

Thanks!
Anna.


Back to the top