Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Maven CDT build gets stuck

Hi Saleem.

I have re-run the build locally on my machine a couple of times to
check if I could reproduce the problem you are seeing. Unfortunately I
cannot. I did remove my cached copies of org.bouncycastle.bcprov* to
make sure that a fresh download of them didn't cause the problem.
(They were in /home/jonah/.m2/repository/p2/osgi/bundle/org.bouncycastle.bcprov
BTW)

Perhaps some additional comparing to what versions of tools, etc we
are using would get to a resolution, have a look at the last
successful 9.1 build's output, near the top it shows some versions of
Java and Maven. Are you using the same versions?

https://hudson.eclipse.org/cdt/job/cdt-9.1

Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 6 December 2016 at 21:33, Saeed, Saleem <saleem.saeed@xxxxxxx> wrote:
> I tried the repo you suggested by making the changes in the link provided,
> but the same problem occurs.
>
>
>
> It gets stuck at:
>
>
>
> [INFO] Fetching org.bouncycastle.bcprov_1.52.0.v20160915-1535.jar.pack.gz
> from
> http://download.eclipse.org/tools/orbit/downloads/drops2/S20160916162006/repository/plugins/
> (810.76kB)
>
>
>
> Saleem
>
>
>
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Marc-André Laperle
> Sent: Tuesday, December 06, 2016 3:00 PM
> To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>; Roland Grunberg
> <rgrunber@xxxxxxxxxx>
>
>
> Subject: Re: [cdt-dev] Maven CDT build gets stuck
>
>
>
> I don't think the mystery was fully resolved. Can you try using this repo
> instead?
>
> http://download.eclipse.org/tools/orbit/downloads/drops/S20160916162009/repository/
>
>
>
> Like we did here:
>
> https://git.eclipse.org/r/#/c/82561/2/releng/org.eclipse.cdt.target/cdt.target
>
>
>
> Marc-Andre
>
> ________________________________
>
> From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of
> Saeed, Saleem <saleem.saeed@xxxxxxx>
> Sent: Tuesday, December 6, 2016 3:49:21 PM
> To: CDT General developers list.; Roland Grunberg
> Subject: Re: [cdt-dev] Maven CDT build gets stuck
>
>
>
> Which CDT committer should I contact to get more information on this bug and
> a potential work-around?
>
> Saleem
>
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Saeed, Saleem
> Sent: Tuesday, December 06, 2016 1:06 PM
> To: Roland Grunberg <rgrunber@xxxxxxxxxx>; CDT General developers list.
> <cdt-dev@xxxxxxxxxxx>
> Subject: Re: [cdt-dev] Maven CDT build gets stuck
>
> I am using Tycho 0.25
>
> Saleem
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Roland Grunberg
> Sent: Tuesday, December 06, 2016 1:00 PM
> To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
> Subject: Re: [cdt-dev] Maven CDT build gets stuck
>
>> > When I run mvn clean verify, it downloads a bunch of things and gets
>> > stuck at the following step:
>> >
>> >
>> >
>> > [INFO] Fetching
>> > org.bouncycastle.bcprov_1.52.0.v20161004-1854.jar.pack.gz
>> > from
>> > https://hudson.eclipse.org/orbit/job/orbit-recipes/lastSuccessfulBui
>> > ld/artifact/releng/repository/target/repository/plugins/
>> > (805.57kB)
>> >
>> >
>> >
>> > Any ways around this?
>>
>> I remember this has come up before and it's usually related to
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=489387 . I remember that
>> a fix was made to Equinox for Mars M7, so as long as the Equinox
>> runtime being used is newer than that it, shouldn't happen.
>>
>> Perhaps a CDT committer may know how this issue is avoided.
>
> I found a thread from October on cdt-dev with a similar issue that was in
> fact due to a failed Orbit build getting promoted on Hudson but this doesn't
> look like that case. The metadata seems fine and the unit mentioned is
> there.
>
> Are you using a version of Tycho older than 0.23.0 for the build ?
>
> Cheers,
> --
> Roland Grunberg
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top