Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Builds?

From: <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Marc-André Laperle <marc-andre.laperle@xxxxxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Tuesday, August 9, 2016 at 1:15 PM
To: "elaskavaia.cdt@xxxxxxxxx" <elaskavaia.cdt@xxxxxxxxx>, "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Builds?

That "Abort Action" doesn't seem to exist in Hudson. In the mean time, I've made a very simple job that does jps then jstack and outputs all the stacks. There seems to be a lot of processes lingering.

I assume this is picking up processes from the other HIPPs. We are sharing hipp2 with 11 other projects.


https://hudson.eclipse.org/cdt/job/jstack-all/

Marc-Andre


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Alena Laskavaia [elaskavaia.cdt@xxxxxxxxx]
Sent: Tuesday, 09 August 2016 12:53 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Builds?

We use "build-timeout plugin".
It adds option Abort the build if it stuck
You can add jstack dump as "Abort Action"

On Tue, Aug 9, 2016 at 11:21 AM, Doug Schaefer <dschaefer@xxxxxxxxxxxxxx> wrote:
That¹s weird, but yes. Sergey had two builds running, both of them hung in
tests. Mine was started after and finished first. That¹ll explain it.

Are there any plug-ins that will do a jstack after the build runs past a
certain amount of time so we can see where things are hung?

D.

On 2016-08-09, 11:16 AM, "cdt-dev-bounces@xxxxxxxxxxx on behalf of Jonah
Graham" <cdt-dev-bounces@xxxxxxxxxxx on behalf of jonah@xxxxxxxxxxxxxxxx>
wrote:

>On 9 August 2016 at 16:11, Doug Schaefer <dschaefer@xxxxxxxxxxxxxx> wrote:
>> The one that hit me yesterday though was a very long delay collecting
>>test
>> results. It wasn¹t even in our Maven run.
>
>Was there another build running still in this case? I think Marc Andre
>had mentioned something about the cdt-verify builds being dependent on
>each other to record test results so that effectively the build have
>to finish in order.
>_______________________________________________
>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