Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] 4.19 I-Build: I20201208-1800 - Comparator Errors Found - Rebuilding Now

Hi,

 

I triggered a new build to address comparator errors

 

Thanks

Sravan

 

From: Sravan K Lakkimsetti <sravankumarl@xxxxxxxxxx>
Sent: 09 December 2020 08:33
To: Eclipse platform release engineering list. <platform-releng-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [platform-releng-dev] 4.19 I-Build: I20201208-1800 - Comparator Errors Found

 

Hi,

 

The comparator errors are tracked in Bug 569538 - Comparator error in I20201208-0300

 

Here is what happened:

There are three commits for Bug 569135 - "Toggle Tracepoint" should be in editor ruler and have distinct icon

  1. https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/173413/
  2. https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/172781
  3. https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/172782

 

First two have been rebased at Dec 04 16:19:42 UTC

Third has been rebased at Dec 04 16:19:43 UTC

 

In our build we calculate qualifier for the bundle as last commit time stamp. In this case the timestamp calculated for the above is 20201204-1619 for all three commits.

https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/173413/ was committed initially for Dec 6, 6 PM build. So jdt.debug.ui got built with qualifier 20201204-1619

https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/172781 committed for Dec 7, 6 PM build, the bundle calculated qualifier as previous one based on the commit time stamp as 20201204-1619. Since both have same timestamp, We ended up having comparator errors.

https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/172782 committed for Dec 8, 6 PM build, the bundle calculated qualifier as 20201204-1619 based on commit timestamp

 

The fix for this is to touch jdt.debug.ui bundle.

 

By the way this not a rare problem. As users of gerrit we tend to rebase multiple gerrit patches within a minute. This causes rebased patches created with same timestamp. I believe this is the root cause.

 

Thanks

Sravan

 

 

 

From: genie.releng@xxxxxxxxxxx <genie.releng@xxxxxxxxxxx>
Sent: 09 December 2020 06:18
To: platform-releng-dev@xxxxxxxxxxx
Subject: [EXTERNAL] [platform-releng-dev] 4.19 I-Build: I20201208-1800 - Comparator Errors Found

 

Eclipse downloads:
https://download.eclipse.org/eclipse/downloads/drops4/I20201208-1800

Build logs and/or test results (eventually):
https://download.eclipse.org/eclipse/downloads/drops4/I20201208-1800/testResults.php

Check unanticipated comparator messages:
https://download.eclipse.org/eclipse/downloads/drops4/I20201208-1800/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt

Software site repository:
https://download.eclipse.org/eclipse/updates/4.19-I-builds

Specific (simple) site repository:
https://download.eclipse.org/eclipse/updates/4.19-I-builds/I20201208-1800

Equinox downloads:
https://download.eclipse.org/equinox/drops/I20201208-1800

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-releng-dev

 

 



Back to the top