You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mark Thomas <ma...@apache.org> on 2017/01/03 16:57:08 UTC

Re: buildbot failure in on tomcat-trunk

On 03/01/2017 16:23, buildbot@apache.org wrote:
> The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at:
>     https://ci.apache.org/builders/tomcat-trunk/builds/2004
> 
> Buildbot URL: https://ci.apache.org/
> 
> Buildslave for this Build: silvanus_ubuntu
> 
> Build Reason: The AnyBranchScheduler scheduler named 'on-tomcat-commit' triggered this build
> Build Source Stamp: [branch tomcat/trunk] 1777147
> Blamelist: markt
> 
> BUILD FAILED: failed compile_1

Odd. The tests timed out. It could be random but my refactoring earlier
today has to be a suspect root cause.

I'll run the complete test suite locally and see what results I get.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: buildbot failure in on tomcat-trunk

Posted by Mark Thomas <ma...@apache.org>.
On 03/01/2017 17:11, R�my Maucherat wrote:
> 2017-01-03 17:57 GMT+01:00 Mark Thomas <ma...@apache.org>:
> 
>> On 03/01/2017 16:23, buildbot@apache.org wrote:
>>> The Buildbot has detected a new failure on builder tomcat-trunk while
>> building . Full details are available at:
>>>     https://ci.apache.org/builders/tomcat-trunk/builds/2004
>>>
>>> Buildbot URL: https://ci.apache.org/
>>>
>>> Buildslave for this Build: silvanus_ubuntu
>>>
>>> Build Reason: The AnyBranchScheduler scheduler named 'on-tomcat-commit'
>> triggered this build
>>> Build Source Stamp: [branch tomcat/trunk] 1777147
>>> Blamelist: markt
>>>
>>> BUILD FAILED: failed compile_1
>>
>> Odd. The tests timed out. It could be random but my refactoring earlier
>> today has to be a suspect root cause.
>>
>> I'll run the complete test suite locally and see what results I get.
>>
> It was only a simple NPE, fixed now.

Thanks. I just found the same problem and was mulling over whether to
add the null check or restore the code that always created the writer.

Adding the null check works for me.

Thanks for the fix.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: buildbot failure in on tomcat-trunk

Posted by Rémy Maucherat <re...@apache.org>.
2017-01-03 17:57 GMT+01:00 Mark Thomas <ma...@apache.org>:

> On 03/01/2017 16:23, buildbot@apache.org wrote:
> > The Buildbot has detected a new failure on builder tomcat-trunk while
> building . Full details are available at:
> >     https://ci.apache.org/builders/tomcat-trunk/builds/2004
> >
> > Buildbot URL: https://ci.apache.org/
> >
> > Buildslave for this Build: silvanus_ubuntu
> >
> > Build Reason: The AnyBranchScheduler scheduler named 'on-tomcat-commit'
> triggered this build
> > Build Source Stamp: [branch tomcat/trunk] 1777147
> > Blamelist: markt
> >
> > BUILD FAILED: failed compile_1
>
> Odd. The tests timed out. It could be random but my refactoring earlier
> today has to be a suspect root cause.
>
> I'll run the complete test suite locally and see what results I get.
>
> It was only a simple NPE, fixed now.

Rémy