Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Builds freezing

IIRC for new jobs you have to ask webmaster or the project lead


Am 23.08.2016 12:54 vorm. schrieb "Stefan Xenos" <sxenos@xxxxxxxxxx>:
Interesting. Unfortunately, I have no idea how to set up a new job (or even if I have permissions to do so). I tried logging into hudson with my committer account and clicked on all the links I could find looking for something along the lines of "new job", but if such a feature exists it eluded me.

Who maintains the hudson server for JDT core?

Also: how would I ensure that the jstack-all job runs on the same build slave as the frozen build I'm interested in?

  - Stefan

On Mon, Aug 22, 2016 at 3:40 PM Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
Hi Stefan,

You could do what Marc-Andre did on CDT, he just added a new job and
ran it: https://hudson.eclipse.org/cdt/job/jstack-all/

In case you can't see the job settings, the relevant one is running
this Command in Execute Shell:

JDK_PATH=/opt/public/common/jdk1.8.0_x64/bin
${JDK_PATH}/jps -l | grep -v jps | awk '{print $1}' | xargs -n 1
${JDK_PATH}/jstack

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


On 22 August 2016 at 23:33, Stefan Xenos <sxenos@xxxxxxxxxx> wrote:
> Does anyone has root access to the machine running that build?
>
> It would be very helpful if someone could ssh into that machine and grab a
> stack trace so I can see what all the threads are doing.
>
> On Mon, Aug 22, 2016 at 3:29 PM Stefan Xenos <sxenos@xxxxxxxxxx> wrote:
>>
>> Hey, folks.
>>
>> I've been having trouble getting JDT core builds to run over the past
>> week. They always seem to freeze midway through the unit tests.
>> Specifically, I'm trying to get a build to run for the following patch:
>>
>> https://git.eclipse.org/r/#/c/76660/
>>
>> I updated the code to print out the test names of every unit test it
>> starts, and the current build is locked up in
>> CompletionTests2.testChangeInternalJar:
>>
>>
>> https://hudson.eclipse.org/platform/job/eclipse.jdt.core-Gerrit/1506/console
>>
>> ...but that test suite runs fine for me locally.
>>
>> Anyone have any ideas how we might unstick the stuck builds?
>>
>>   - Stefan
>
>
> _______________________________________________
> jdt-core-dev mailing list
> jdt-core-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/jdt-core-dev
_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev

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

Back to the top