You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Konstantin Kolinko <kn...@gmail.com> on 2012/10/12 10:01:47 UTC

Buidlbot for trunk (was: Re: svn commit: r1397390)

2012/10/12 Mark Thomas <ma...@apache.org>:
> On 12/10/2012 01:21, markt@apache.org wrote:
>> Author: markt
>> Date: Fri Oct 12 00:21:23 2012
>> New Revision: 1397390
>>
>> URL: http://svn.apache.org/viewvc?rev=1397390&view=rev
>> Log:
>> Fix Eclipse Javadoc warning
>
> This commit is primarily to test buildbot as it now has Java 7 available
> and without Java 7, trunk builds have been failing.
>

Congratulations - Buildbot is working now.
The trunk build for r1397390 compiled successfully - first time is
several months.

But it failed when running tests.

There is only 1 failure there:
Test org.apache.tomcat.util.net.TestSsl FAILED  (for NIO)

http://ci.apache.org/projects/tomcat/tomcat8/logs/1397390/TEST-org.apache.tomcat.util.net.TestSsl.NIO.txt
[[[
Testcase: testRenegotiateWorks took 3.722 sec
	Caused an ERROR
Connection reset
java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:189)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:312)
	at sun.security.ssl.InputRecord.read(InputRecord.java:350)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:884)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:102)
	at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
	at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
	at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
	at java.io.InputStreamReader.read(InputStreamReader.java:184)
	at java.io.BufferedReader.fill(BufferedReader.java:154)
	at java.io.BufferedReader.readLine(BufferedReader.java:317)
	at java.io.BufferedReader.readLine(BufferedReader.java:382)
	at org.apache.tomcat.util.net.TestSsl.testRenegotiateWorks(TestSsl.java:197)
]]]


Best regards,
Konstantin Kolinko

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


Re: Buidlbot for trunk (was: Re: svn commit: r1397390)

Posted by Mark Thomas <ma...@apache.org>.
On 13/10/2012 12:45, Konstantin Kolinko wrote:

> http://ci.apache.org/projects/tomcat/tomcat8/logs/1397390/TEST-org.apache.catalina.util.TestServerInfo.NIO.txt
> 
> Architecture:   amd64
> JVM Version:    1.7.0_07-b10
> JVM Vendor:     Oracle Corporation
> 
> JDK 7u7. Nothing exotic there...
> 
> Maybe some test could dump the cipher suites list, if that is what is
> different between configurations.

The renegotiation part is fine. The exception is and the end of the
request body. Not sure why yet...

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


Re: Buidlbot for trunk (was: Re: svn commit: r1397390)

Posted by Konstantin Kolinko <kn...@gmail.com>.
2012/10/12 Mark Thomas <ma...@apache.org>:
> On 12/10/2012 09:01, Konstantin Kolinko wrote:
>> 2012/10/12 Mark Thomas <ma...@apache.org>:
>>> On 12/10/2012 01:21, markt@apache.org wrote:
>>>> Author: markt
>>>> Date: Fri Oct 12 00:21:23 2012
>>>> New Revision: 1397390
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1397390&view=rev
>>>> Log:
>>>> Fix Eclipse Javadoc warning
>>>
>>> This commit is primarily to test buildbot as it now has Java 7 available
>>> and without Java 7, trunk builds have been failing.
>>>
>>
>> Congratulations - Buildbot is working now.
>> The trunk build for r1397390 compiled successfully - first time is
>> several months.
>>
>> But it failed when running tests.
>>
>> There is only 1 failure there:
>> Test org.apache.tomcat.util.net.TestSsl FAILED  (for NIO)
>
> I see the same problem on a Linux VM but not on Windows. Need to find
> some time to dig into this.
>

http://ci.apache.org/projects/tomcat/tomcat8/logs/1397390/TEST-org.apache.catalina.util.TestServerInfo.NIO.txt

Architecture:   amd64
JVM Version:    1.7.0_07-b10
JVM Vendor:     Oracle Corporation

JDK 7u7. Nothing exotic there...

Maybe some test could dump the cipher suites list, if that is what is
different between configurations.

Best regards,
Konstantin Kolinko

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


Re: Buidlbot for trunk (was: Re: svn commit: r1397390)

Posted by Mark Thomas <ma...@apache.org>.
On 12/10/2012 09:01, Konstantin Kolinko wrote:
> 2012/10/12 Mark Thomas <ma...@apache.org>:
>> On 12/10/2012 01:21, markt@apache.org wrote:
>>> Author: markt
>>> Date: Fri Oct 12 00:21:23 2012
>>> New Revision: 1397390
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1397390&view=rev
>>> Log:
>>> Fix Eclipse Javadoc warning
>>
>> This commit is primarily to test buildbot as it now has Java 7 available
>> and without Java 7, trunk builds have been failing.
>>
> 
> Congratulations - Buildbot is working now.
> The trunk build for r1397390 compiled successfully - first time is
> several months.
> 
> But it failed when running tests.
> 
> There is only 1 failure there:
> Test org.apache.tomcat.util.net.TestSsl FAILED  (for NIO)

I see the same problem on a Linux VM but not on Windows. Need to find
some time to dig into this.

Mark

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