Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 87709 invoked from network); 1 Dec 2006 12:33:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2006 12:33:17 -0000 Received: (qmail 22700 invoked by uid 500); 1 Dec 2006 12:33:25 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 22089 invoked by uid 500); 1 Dec 2006 12:33:24 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 22077 invoked by uid 99); 1 Dec 2006 12:33:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 04:33:24 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ivavladimir@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 04:33:12 -0800 Received: by ug-out-1314.google.com with SMTP id z36so1905539uge for ; Fri, 01 Dec 2006 04:32:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=tasBU7Ve94Vyodhs0hiNhTPTeL0/AXvfhVM3Pc+LmjpdrPbq0dLL+fAmTp/LAL+cTvLRDir2vJiS4QfTpTJ6oETuv+FiPmD2DJCWVbwadoBIOF2YncTCZwkT3Cf4taZBhOI70F/mgOMGHh22KEXK8dS8dbenM5pD4suXM6CXux8= Received: by 10.78.146.11 with SMTP id t11mr4809163hud.1164976370492; Fri, 01 Dec 2006 04:32:50 -0800 (PST) Received: by 10.78.202.17 with HTTP; Fri, 1 Dec 2006 04:32:50 -0800 (PST) Message-ID: <7273946b0612010432l6f1373a6le3d4cad0549c764d@mail.gmail.com> Date: Fri, 1 Dec 2006 18:32:50 +0600 From: "Vladimir Ivanov" To: dev@harmony.apache.org Subject: Re: [build-test]Build fixed notice? (Re: [build-test alert] BUILD FAILED SUSE 9 1CPU gcc debug: classlib_drlvm) In-Reply-To: <456ED9D3.4070505@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3573_379804.1164976370455" References: <200611300443.kAU4hVA3015230@nssmon01.ins.intel.com> <456ED9D3.4070505@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3573_379804.1164976370455 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/30/06, Paulex Yang wrote: > > I'm a little confused by the the build-test result, seems there is a > successful build between this and the former one 6 hours before, because > log below shows only two modifications since last successful build, > while the former one shows 102. If so, possible to send the build fixed > notifications, too? It would be easier to follow. Yes, the CC was updated to do it. And, I'm also curious about the results later, they show different test > failures every time, I'm not sure if it is because the former tests > failures have been fixed while new failures appeared? Actually, it is a big problem. The results of tests run are not stable (even for IBM VM). Usually, failed tests are gui tests (swing, for example) but the list of failed tests also unstable :( thanks, Vladimir nomail@intel.com wrote: > > BUILD FAILED: > > Ant Error Message: > > /export/viv/trunk/cc/projects/classlib/trunk/build.xml:167: The > following error occurred while executing this line: > /export/viv/trunk/cc/projects/classlib/trunk/make/build-test.xml:132: > There were test errors. > > > > Date of build: 11/30/2006 08:48:59 > > Time to build: 113 minutes 42 seconds > > Last changed: 11/30/2006 08:47:39 > > Last log entry: Apply patch for HARMONY-2340 > ([classlib][luni]ObjectInputStream.readClassDesc throws NullPointerException > when it is called outside of readObject()) > > > > *********************************************************** > > Errors/Warnings: (8604) > > > > > > *********************************************************** > > Unit Tests: (18830) > > > > error: test_readClassDescriptor tests.api.java.io.ObjectInputStreamTest > > Unit Test Error Details: > > (1) > > > > Test: test_readClassDescriptorClass: > tests.api.java.io.ObjectInputStreamTestjava.lang.NullPointerException > > at java.util.Hashtable.put(Hashtable.java:698) > > at java.io.ObjectInputStream.registerObjectRead( > ObjectInputStream.java:2274) > > at java.io.ObjectInputStream.readClassDescriptor( > ObjectInputStream.java :1748) > > at > tests.api.java.io.ObjectInputStreamTest$ObjectIutputStreamWithReadDesc1.readClassDescriptor > (ObjectInputStreamTest.java) > > at > tests.api.java.io.ObjectInputStreamTest.test_readClassDescriptor ( > ObjectInputStreamTest.java:753) > > at java.lang.reflect.VMReflection.invokeMethod(Native Method) > > > > > > *********************************************************** > > Modifications since last successful build: (2) > > > > modified > liangyx /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectInputStream.java > 11/30/2006 08:47:39 Apply patch for HARMONY-2340 > ([classlib][luni]ObjectInputStream.readClassDesc throws NullPointerException > when it is called outside of readObject()) > > modified > liangyx /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/io/ObjectInputStreamTest.java > 11/30/2006 08:47:39 Apply patch for HARMONY-2340 > ([classlib][luni]ObjectInputStream.readClassDesc throws NullPointerException > when it is called outside of readObject()) > > > > > > > -- > Paulex Yang > China Software Development Lab > IBM > > > ------=_Part_3573_379804.1164976370455--