From alerts-return-2690-apmail-harmony-alerts-archive=harmony.apache.org@harmony.apache.org Fri May 11 09:54:59 2007 Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 77844 invoked from network); 11 May 2007 09:54:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2007 09:54:58 -0000 Received: (qmail 96340 invoked by uid 500); 11 May 2007 09:55:05 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 96224 invoked by uid 500); 11 May 2007 09:55:04 -0000 Mailing-List: contact alerts-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 alerts@harmony.apache.org Received: (qmail 96210 invoked by uid 99); 11 May 2007 09:55:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 02:55:04 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.55.52.88] (HELO mga01.intel.com) (192.55.52.88) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 02:54:57 -0700 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 11 May 2007 02:54:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.14,521,1170662400"; d="scan'208";a="244566549" Received: from nssmon01.ins.intel.com (HELO nssmon002) ([10.125.118.43]) by fmsmga001.fm.intel.com with ESMTP; 11 May 2007 02:54:34 -0700 Received: from nstdrlxl6 (nstdrlxl6.ins.intel.com [10.125.122.36]) by nssmon002 (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with SMTP id l4B9sWvI011667 for ; Fri, 11 May 2007 16:54:32 +0700 Message-Id: <200705110954.l4B9sWvI011667@nssmon002> Subject: [build-test alert] BUILD FAILED LINUX SUSE 9 x86: jdktools_test Date: Fri, 11 May 2007 16:54:32 +0700 Content-Type: text/plain From: nomail@intel.com To: alerts@harmony.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Checked: Checked by ClamAV on apache.org BUILD FAILED: Ant Error Message: /export/cruise_hdk/cc/projects/trunk/working_jdktools/build.xml:242: The following error occurred while executing this line: /export/cruise_hdk/cc/projects/trunk/working_jdktools/make/build-test.xml:97: There were test errors. Date of build: 05/11/2007 16:00:46 Time to build: 53 minutes 30 seconds Last changed: 05/11/2007 15:14:50 Last log entry: HARMONY-3825 : Patch for adapative heap size extension *********************************************************** Execution log (errors/warnings messages): Result: 1 ======================================== Testing jdktools binaries... ======================================== Compiling JPDA tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/DebuggeeRegister.java (at line 57) registered.add(debuggee); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 2. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/TestOptions.java (at line 28) import java.io.File; ^^^^^^^^^^^^ The import java.io.File is never used ---------- ---------- 3. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 113) eventQueue.add(eventPacket); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 4. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 248) replies.put(new Integer(replyPacket.getId()), replyPacket); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 5. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 283) commands.put(Id, command); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 6. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java (at line 354) commands.put(Id, command); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- ---------- 7. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 1829) frames.add(frame); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 8. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 1897) vars.add(var); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 9. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 2117) fields.add(superClassFields.toArray()[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 10. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java (at line 2127) fields.add(field); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 11. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/ThreadReference/FramesTest.java (at line 449) frames.add(new FrameStruct(frameID, loc)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 11 problems (11 warnings) JPDA exclude list: /export/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.jpda.exclude Running JPDA tests Debugger JVM=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre/bin/java Debuggee JVM=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre/bin/java SAMSA exclude list: /export/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.samsa.exclude Running SAMSA tests test.jre.home=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre Run jdk/bin/java -version in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report java version "1.5.0" pre-alpha : not complete or compatible svn = r537127, (May 11 2007), Linux/ia32/gcc 3.3.3, release build http://incubator.apache.org/harmony Run jdk/bin/javac -version in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report Run jdk/bin/javah in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report Run jdk/bin/jarsigner in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report Run jdk/bin/keytool -help in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report Compiling TOOLS tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in /export/cruise_hdk/cc/projects/trunk/working_jdktools/modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test/Test01.java (at line 23) private static final long xxx2 = 1; ^^^^ The field Test01.xxx2 is never read locally ---------- 1 problem (1 warning) TOOLS exclude list: /export/cruise_hdk/cc/projects/trunk/working_classlib/deploy/build/jdktools.tools.exclude Running TOOLS tests test.jre.home=/export/cruise_hdk/cc/projects/trunk/target/hdk/jdk/jre [Fatal Error] :-1:-1: Premature end of file. The file /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report/TEST-org.apache.harmony.jpda.tests.jdwp.ObjectReference.IsCollectedTest.xml is not a valid XML document. It is possibly corrupted. The test report is in /export/cruise_hdk/cc/projects/trunk/working_jdktools/build/test_report/html/index.html *********************************************************** Unit Tests: (56) *********************************************************** Modifications since last successful build: (8) modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen_adapt.cpp 05/11/2007 15:14:50 HARMONY-3825 : Patch for adapative heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_compact.cpp 05/11/2007 15:14:50 HARMONY-3825 : Patch for adapative heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/space_tuner.cpp 05/11/2007 15:14:50 HARMONY-3825 : Patch for adapative heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_space.h 05/11/2007 15:14:50 HARMONY-3825 : Patch for adapative heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.cpp 05/11/2007 15:14:50 HARMONY-3825 : Patch for adapative heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.h 05/11/2007 15:14:50 HARMONY-3825 : Patch for adapative heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.cpp 05/11/2007 15:14:50 HARMONY-3825 : Patch for adapative heap size extension modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace.h 05/11/2007 15:14:50 HARMONY-3825 : Patch for adapative heap size extension