Re: [Jenkins] maven-site-plugin-3.x killed (hanging on OSX)

2011-11-30 Thread Olivier Lamy
Hello,
IMHO it's probably something to fix in jenkins.
Did you load an issue on jenkins bug tracker ?

2011/11/30 sebb :
> I had to kill the maven-site-plugin-3.x build, because it was stuck
> waiting for OSX.
>
> Since OSX is currently AWOL - and Jenkins does not handle permanently
> stuck nodes - I updated the job to remove it from the build matrix.



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: [Jenkins] maven-site-plugin-3.x killed (hanging on OSX)

2011-11-30 Thread sebb
On 30 November 2011 10:44, Olivier Lamy  wrote:
> Hello,
> IMHO it's probably something to fix in jenkins.
> Did you load an issue on jenkins bug tracker ?

No, but someone else already did:

https://issues.jenkins-ci.org/browse/JENKINS-6077

> 2011/11/30 sebb :
>> I had to kill the maven-site-plugin-3.x build, because it was stuck
>> waiting for OSX.
>>
>> Since OSX is currently AWOL - and Jenkins does not handle permanently
>> stuck nodes - I updated the job to remove it from the build matrix.
>
>
>
> --
> Olivier Lamy
> Talend: http://coders.talend.com
> http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: HBase-0.92 build 162 hangs

2011-11-30 Thread Stack
On Thu, Nov 24, 2011 at 12:08 PM, Niklas Gustavsson
 wrote:
> On Thu, Nov 24, 2011 at 4:57 PM, Stack  wrote:
>> There is zero output showing on console.  It looks like my build has
>> not even started.  I have nothing to go on.  This hang is not
>> reproducible off Jenkins.  Do you have suggestion on how I might debug
>> this in Jenkins context?
>
> A couple of ideas would be to check with Jenkins devs on what could
> cause a build to not even get started. Also, perhaps checking in a
> local Jenkins installation. If you do, make sure you run the build on
> a slave over SSH as that seems to affect behavior quite a lot.
>

You mean the user maliing list on jenkins-ci.org or elsewhere?  (I
looked on this page,
http://wiki.apache.org/general/Jenkins?action=show&redirect=Hudson,
but saw nothing particular to my case).

I'd ask "What could cause a build to not even start and yet hang
indefinetly?"  They'd probably want some detail beyond that.

I see we are at 1.431.  Do you have anything else I might volunteer
other than its the apache jenkins?  For example, were you able to
garner any clues from the hung process?   A java thread dump or
perhaps ssh was stuck trying to do setup?  Do you think this hang was
an instance of https://issues.jenkins-ci.org/browse/JENKINS-9688?
(Regards slave over ssh, thats how all builds work up on apache
jenkins?)

For sure no one else has hung jenkins in same way?  It strikes me as
odd that before checkout of our project, before we even get a start,
that we are doing something that is particular to us that brings on
this hang.

Thanks and sorry again for any pain caused,
St.Ack


Re: HBase-0.92 build 162 hangs

2011-11-30 Thread Niklas Gustavsson
On Wed, Nov 30, 2011 at 10:25 PM, Stack  wrote:
> You mean the user maliing list on jenkins-ci.org or elsewhere?  (I
> looked on this page,
> http://wiki.apache.org/general/Jenkins?action=show&redirect=Hudson,
> but saw nothing particular to my case).

Yes, the Jenkins mailing list or IRC would probably be the best option.

> I'd ask "What could cause a build to not even start and yet hang
> indefinetly?"  They'd probably want some detail beyond that.
>
> I see we are at 1.431.  Do you have anything else I might volunteer
> other than its the apache jenkins?  For example, were you able to
> garner any clues from the hung process?   A java thread dump or
> perhaps ssh was stuck trying to do setup?

Since the build has not actually started, there is not thread dump I'm afraid.

> Do you think this hang was
> an instance of https://issues.jenkins-ci.org/browse/JENKINS-9688?

Yes.

> (Regards slave over ssh, thats how all builds work up on apache
> jenkins?)

All but the Windows slave.

> For sure no one else has hung jenkins in same way?  It strikes me as
> odd that before checkout of our project, before we even get a start,
> that we are doing something that is particular to us that brings on
> this hang.

I have only seen this build cause this problem. No idea why that would be.

/niklas