Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Photon aggregation jobs are stuck

It seems that there is a bug with the aggregator and the way it computes download.checksum.*

Here are the actual checksums of org.eclipse.compare_3.7.200.v20180418-1233.jar

6a4e388f9578dbb66d0dc8128097ad77  org.eclipse.compare_3.7.200.v20180418-1233.jar
3ea05da118160a8aa1be2c98c43d8868495a95bca1a5d6a3980fbdc653773f02  org.eclipse.compare_3.7.200.v20180418-1233.jar

and here an excerpt of the p2 artifacts repository:

    <artifact classifier='osgi.bundle' id='org.eclipse.compare' version='3.7.200.v20180418-1233'>
      <properties size='10'>
        <property name='artifact.size' value='804645'/>
        <property name='download.size' value='804645'/>
        <property name='download.md5' value='6a4e388f9578dbb66d0dc8128097ad77'/>
        <property name='maven-version' value='3.7.200-SNAPSHOT'/>
        <property name='maven-artifactId' value='org.eclipse.compare'/>
        <property name='maven-extension' value='jar.pack.gz'/>
        <property name='maven-groupId' value='org.eclipse.compare'/>
        <property name='maven-classifier' value='pack200'/>
        <property name='download.checksum.md5' value='4a014f90877bc58a7336e0a6d863b4bd'/>
        <property name='download.checksum.sha-256' value='6bf838a9064adb86f20a1ced5fc953014ce72f68f6b9eb71ecd28d711e42cdc7'/>
      </properties>
    </artifact>

As you can see download.md5 is correct, while download.checksum.md5 and download.checksum.sha-256 are not. 

Any idea how it could be fixed? Should keep the complete staging repo as is, and build EPP in order to release M7 later today?

--
Mikaël Barbero - Eclipse Foundation
IT Services - Release Engineering
📱 (+33) 642 028 039
🐦 @mikbarbero

Le 17 mai 2018 à 15:35, Nick Boldt <nboldt@xxxxxxxxxx> a écrit :

There appears to be a problem with the simrel photon staging site. When I attempt to use p2.mirror to make a copy of the site, I get this error:

09:00:15 [p2.mirror] Messages while mirroring artifact descriptors.
09:00:15 [p2.mirror] Problems downloading artifact: osgi.bundle,org.eclipse.compare,3.7.200.v20180418-1233.
09:00:15 [p2.mirror] SHA-256 hash is not as expected. Expected: 6bf838a9064adb86f20a1ced5fc953014ce72f68f6b9eb71ecd28d711e42cdc7 and found 3ea05da118160a8aa1be2c98c43d8868495a95bca1a5d6a3980fbdc653773f02.

Here's the command I'm running:

09:00:15 Command-line arguments:  -consoleLog -data /mnt/hudson_workspace/workspace/jbosstoolstargetplatformrequirements-mirror-matrix/a4e6db81/tmp -application org.eclipse.ant.core.antRunner -f build.xml -Dversion=201805161906-Photon.0.M7 -DURL=http://download.eclipse.org/staging/photon

And here's the script:


I can work around this with -DignoreErrors=true, but that seems potentially a bad idea. 

Should the staging site be rebuilt to fix this SHA/metadata problem?



Nick

On Thu, May 17, 2018 at 7:10 AM, Daniel Megert <daniel_megert@xxxxxxxxxx> wrote:
The change was in the wrong Gerrit change but is still valid. This was announced on May 10: https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg15529.htmland Markus said, he will take care of this, see ttps://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg15530.html

Dani



From:        Mickael Istria <mistria@xxxxxxxxxx>
To:        Cross project issues <cross-project-issues-dev@eclipse.org>
Date:        17.05.2018 12:46
Subject:        Re: [cross-project-issues-dev] Photon aggregation jobs are stuck
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx






On Thu, May 17, 2018 at 12:39 PM, Arthur van Dorp <Arthur.vanDorp@bsi-software.com> wrote:
Sorry. I’m looking at the latest EPP-Build: https://ci.eclipse.org/packaging/job/photon.epp-tycho-build/I’m not sure, what code will be pulled there after the SimRel part is done.
 

Please bring this to the epp-dev mailing-list. The contribution of RAP tools was disabled by http://git.eclipse.org/c/simrel/org.eclipse.simrel.build.git/commit/rap-tools.aggrcon?id=d298c990d67b7ee4cd2e1232a41f1bee636507fa(which seems not related and erroneous to me). If this was not intentional, then it would IMO be better to respin SimRel than to add workload on RAP which didn't do anything wrong here.
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



--
Nick Boldt
Principal Software Engineer, RHCSA
Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com



“The Only Thing That Is Constant Is Change” - Heraclitus
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Attachment: signature.asc
Description: Message signed with OpenPGP


Back to the top