Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE8F510D79 for ; Tue, 11 Mar 2014 12:14:55 +0000 (UTC) Received: (qmail 87551 invoked by uid 500); 11 Mar 2014 12:14:51 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 87498 invoked by uid 500); 11 Mar 2014 12:14:50 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 87489 invoked by uid 99); 11 Mar 2014 12:14:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2014 12:14:49 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 74.125.82.169 as permitted sender) Received: from [74.125.82.169] (HELO mail-we0-f169.google.com) (74.125.82.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2014 12:14:44 +0000 Received: by mail-we0-f169.google.com with SMTP id w62so10043778wes.14 for ; Tue, 11 Mar 2014 05:14:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=15jkRM/fbRnHlAYFyLLwIMKsAHrixVG0zYOgw/66va4=; b=IxCH3NBIr1MIAUeXU5xAgkiX7Q8Xh097y6D6pyBjMMv7Gq/UP5MPVB75pZI6ZXPt2+ JNTkD3PCn5N5xG1fQoXQcQGuKypkdSL03zsknm7ViV+vh3l1IYPeNzsNBJr7FSTfhSRM qzyufOr0CtcneTTDMPAQ0ZTgxbhC5rb8OhxLIPwmXRzO8zCI2BqXXvJqM/R8rgHEgqrG HawMXeu3QDfVw4qfFhJ2o3x4ImzB7itOEpy0dRuc+8idOp8EdRIx8n4+aa7FQ+Ukke7F LH04DF+viOs8lzWP+TAKh+g0FpU7Kfi0b5SiUB0EiZgBSFhmDVpgXgYb90wi2RPKhTiJ m/BQ== MIME-Version: 1.0 X-Received: by 10.180.25.46 with SMTP id z14mr2788739wif.49.1394540063386; Tue, 11 Mar 2014 05:14:23 -0700 (PDT) Received: by 10.216.40.14 with HTTP; Tue, 11 Mar 2014 05:14:23 -0700 (PDT) In-Reply-To: References: <20140310211617.6D758C002D@aegis.apache.org> Date: Tue, 11 Mar 2014 16:14:23 +0400 Message-ID: Subject: Re: buildbot failure in ASF Buildbot on tomcat-trunk From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2014-03-11 15:05 GMT+04:00 R=E9my Maucherat : > 2014-03-10 22:16 GMT+01:00 : > >> The Buildbot has detected a new failure on builder tomcat-trunk while >> building ASF Buildbot. >> Full details are available at: >> http://ci.apache.org/builders/tomcat-trunk/builds/5571 >> >> Buildbot URL: http://ci.apache.org/ >> >> Buildslave for this Build: bb-vm_ubuntu >> >> Build Reason: scheduler >> Build Source Stamp: [branch tomcat/trunk] 1576014 >> Blamelist: remm >> >> BUILD FAILED: failed compile_1 >> > > There's one failure with NIO2 and TestWebSocketFrameClient. It's working > for me, and seems to be timeout related. Overall, I'm skeptical about > timeout handling in upgrade mode, since it's pretending not to use IO > timeouts, but NIO still has a write timeout (sometimes, depending on the > code that was run before the upgrade). > > This particular test may be taking just a bit too long (the timeout is 5s= ). > It completes just below 5s when I run it, but takes over 5s on the test > server. Weird ... > Testing trunk @1576281, Win7 JDK 7u51 32-bit The TestWebSocketFrameClient passes for me. No failures in 3 re-runs x 4 connectors. The only test that fails is org.apache.tomcat.util.net.TestSsl. Its failure repeats consistently (all 6 of 6 runs), with NIO2. BIO,NIO,APR connectors do not fail. [[[ Testsuite: org.apache.tomcat.util.net.TestSsl Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6,697 sec ------------- (...) ------------- Testcase: testSimpleSsl took 2,721 sec Testcase: testKeyPass took 0,499 sec Testcase: testRenegotiateWorks took 3,418 sec Caused an ERROR Connection reset java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) at sun.security.ssl.InputRecord.read(InputRecord.java:480) 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= :206) Testcase: testRenegotiateFail took 0,004 sec ]]] Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org