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 76826E318 for ; Sun, 25 Nov 2012 09:19:59 +0000 (UTC) Received: (qmail 56620 invoked by uid 500); 25 Nov 2012 09:19:58 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 56274 invoked by uid 500); 25 Nov 2012 09:19:58 -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 56252 invoked by uid 99); 25 Nov 2012 09:19:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2012 09:19:57 +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 (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vb0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2012 09:19:50 +0000 Received: by mail-vb0-f45.google.com with SMTP id p1so13941979vbi.18 for ; Sun, 25 Nov 2012 01:19:29 -0800 (PST) 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; bh=SYwiZxIief9Gh0sTrUyPL+QNWkNHA/F+PYOhVXsgv+0=; b=byjOZZMPizf+nBxoltehqJqdVF/CTwoUrW8Od+QHRAABtoBWHO64yZQLphA67EYGW2 ksZxdDkH0WHuDn8W7HZdVKwOxdzNz+dUkO1BIXLvlO0MHHwzLtIDi9sA2get8cbdtO41 OmPHn7LesY0d1F1XUqMi5asf2AMatkGN/lmh984Vb60RESZNlTwzBAjTjm4l786wDIIq 6Eso2c+Jr7sb7+u9bdVWqMiyn9SpwmLUJvn+yJTIOk8x/HZYokK0kSH2hWw9CK35xhuv wV3/TAzOpIEsHWOjGtAAIoVznNLOFs61swUdPemxai2eU169ZCHMt9oMBvpRmd7tUOJP /A4w== MIME-Version: 1.0 Received: by 10.58.65.105 with SMTP id w9mr13852322ves.54.1353835169249; Sun, 25 Nov 2012 01:19:29 -0800 (PST) Received: by 10.58.249.199 with HTTP; Sun, 25 Nov 2012 01:19:29 -0800 (PST) In-Reply-To: <20121125003420.361EDC00B7@aegis.apache.org> References: <20121125003420.361EDC00B7@aegis.apache.org> Date: Sun, 25 Nov 2012 13:19:29 +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 X-Virus-Checked: Checked by ClamAV on apache.org 2012/11/25 : > 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/3597 > Test org.apache.tomcat.util.scan.TestJarScanner FAILED (BIO + NIO) Testcase: testJarsToSkipFormat took 0.274 sec FAILED Token "websocket-api.jarcommons-beanutils*.jar" contains sub string ".jar" or separator "," is missing expected:<35> but was:<13> junit.framework.AssertionFailedError: Token "websocket-api.jarcommons-beanutils*.jar" contains sub string ".jar" or separator "," is missing expected:<35> but was:<13> at org.apache.tomcat.util.scan.TestJarScanner.testJarsToSkipFormat(TestJarScanner.java:45) It is good that we have such a test. It should be easy to fix. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org