Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 75948 invoked from network); 21 Aug 2006 06:29:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Aug 2006 06:29:50 -0000 Received: (qmail 98007 invoked by uid 500); 21 Aug 2006 06:29:49 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 97481 invoked by uid 500); 21 Aug 2006 06:29:47 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 97470 invoked by uid 99); 21 Aug 2006 06:29:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Aug 2006 23:29:47 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of flamefew@gmail.com designates 66.249.82.232 as permitted sender) Received: from [66.249.82.232] (HELO wx-out-0506.google.com) (66.249.82.232) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Aug 2006 23:29:46 -0700 Received: by wx-out-0506.google.com with SMTP id t4so1546315wxc for ; Sun, 20 Aug 2006 23:29:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EgtqutedjvnLWez63m2rMa58vQ0/EVfx4yaRCp7O/GMar9E+4KXAI97pRquxiE9YYue28/f3NqGDz1lDTteYdTaucjVCfxilFe3l3xWSkWjmmZU01r9ZiCDR/coXDyZ9BIIYLU0MEKc7YB1Kub1bvVKywW4VzQE9jMWHJpLB48Y= Received: by 10.90.100.2 with SMTP id x2mr88437agb; Sun, 20 Aug 2006 23:29:26 -0700 (PDT) Received: by 10.90.36.20 with HTTP; Sun, 20 Aug 2006 23:29:25 -0700 (PDT) Message-ID: <31cc37360608202329s2e7c1f9enc1a69123a573e45a@mail.gmail.com> Date: Sun, 20 Aug 2006 23:29:25 -0700 From: "Henri Yandell" To: "Jakarta Commons Developers List" Subject: [lang] nightly build failed. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 14 Aug 2006 13:05:53 -0000, psteitz@apache.org wrote: > Failed build logs: > http://people.apache.org/~psteitz/commons-nightlies/20060814/io.log > http://people.apache.org/~psteitz/commons-nightlies/20060814/lang.log Interesting error. Testcase: testBugzilla38401(org.apache.commons.lang.time.DurationFormatUtilsTest): FAILED expected:<...0> but was:<...1> junit.framework.ComparisonFailure: expected:<...0> but was:<...1> at org.apache.commons.lang.time.DurationFormatUtilsTest.testBugzilla38401(DurationFormatUtilsTest.java:408) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) It's not the same failure as the code had before that bug was fixed; and we've only seen it the once so far over the period of nightly builds. Always a pain that JUnit doesn't output the expected and was text fully (when it's a small amount of text anyway). The expected text is: "0000/00/30 16:00:00 000". That being the difference between the following lines: cal1.set(2006, 0, 26, 18, 47, 34); cal2.set(2006, 1, 26, 10, 47, 34); I've no idea as to where a '1' might creep in for one of the '0's. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org