Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build I20110603-0909 (Timestamp: 201106030909):Build is complete. Test failures/errors occurred.

Thanks David.  That's exactly what happened.  The pde.api.tools.ui bundle was missing a signature in the last build.  However, since its qualifier hadn't changed since the last build, this bundle was discarded and the existing signed bundle from the repository was used instead.  I updated to our latest build and verified that all SDK bundles are signed.

Also, I reran the ant.ui tests on the Mac and the all passed this time.

Kim



From:        David M Williams <david_williams@xxxxxxxxxx>
To:        "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
Date:        06/04/2011 08:48 AM
Subject:        Re: [platform-releng-dev] [eclipse-build]Build I20110603-0909        (Timestamp: 201106030909):Build is complete. Test        failures/errors occurred.
Sent by:        platform-releng-dev-bounces@xxxxxxxxxxx




> Not sure what we see here

In my experience, (from wtp builds, which also use a comparator/mirror step in builds/packaging)


when there is exactly a two-file difference, as there is in the comparator log you reference, it is because one of them is not signed.


This can happen "randomly" due to failure-to-connect-to-Timestamping-authority (see bug 321795) [1] ...
ECLIPSE.RSA, ECLIPSE.SF woudl be missing from the jar that is two files short. When the qualifiers match, due to the most recent one not being signed, then there is no problem with a comparator failure, since the earlier, signed version is mirrored into your distribution anyway, instead of newer, unsigned version ... well, at least, in wtp :)

So, in general, one might think "all is ok" (and it is likely all is ok) but the issues with the random signing error are spotted due only to the lucky coincidence there were no intended changes to the bundles that failed to signed, so the "matching qualifier" triggered a comparator error, sort of by coincidence.


There is no substitute for checking your whole distribution to make sure they are all signed, as was the conclusion in bug 321795 [1].


[1]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=321795






From:        
Daniel Megert <daniel_megert@xxxxxxxxxx>
To:        
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
Date:        
06/04/2011 02:50 AM
Subject:        
Re: [platform-releng-dev] [eclipse-build]Build I20110603-0909        (Timestamp: 201106030909):Build is complete. Test        failures/errors occurred.
Sent by:        
platform-releng-dev-bounces@xxxxxxxxxxx




> org.eclipse.releng.tests_linux.gtk.x86_6.0
This is an error message from the comparator which claims that the '
org.eclipse.pde.api.tools.ui' bundle has a different number of files.
However, 'org.eclipse.pde.api.tools.ui' and its map file entry didn't
change since 'v20110523-1600'. Not sure what we see here - maybe a change
in the builder or a bug in the comparator. For detailed error log, see

http://eclipsebuildserv.ottawa.ibm.com/downloads/master/downloads/drops/I20110603-0909/buildlogs/comparatorlog.txt
.

Dani


platform-releng-dev-bounces@xxxxxxxxxxx wrote on 03.06.2011 22:35:45:

> From:
>
> Kim_Moir@xxxxxxxxxx
>
> To:
>
> platform-releng-dev@xxxxxxxxxxx
>
> Date:
>
> 04.06.2011 04:35
>
> Subject:
>
> [platform-releng-dev] [eclipse-build]Build I20110603-0909 (Timestamp:
201106030909):Build is complete. Test failures/errors occurred.
>
> Build I20110603-0909 (Timestamp: 201106030909):  Automated JUnit testing
is complete.  Test failures/errors occurred in the following:
>
> org.eclipse.ant.tests.ui_macosx.cocoa.x86_5.0
> org.eclipse.releng.tests_linux.gtk.x86_6.0
>
>
> HTTP Download:
>
>
http://download.eclipse.org/eclipse/downloads/drops/I20110603-0909
>
>
> Test result files (hint: copy/paste or drag-and-drop to the JUnit view):

>
>

http://download.eclipse.org/eclipse/downloads/drops/I20110603-0909/testresults/xml/org.eclipse.ant.tests.ui_macosx.cocoa.x86_5.0.xml

>

http://download.eclipse.org/eclipse/downloads/drops/I20110603-0909/testresults/xml/org.eclipse.releng.tests_linux.gtk.x86_6.0.xml

>
> _______________________________________________
> platform-releng-dev mailing list
> platform-releng-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top