Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 16662 invoked from network); 5 Apr 2007 04:08:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2007 04:08:45 -0000 Received: (qmail 42080 invoked by uid 500); 5 Apr 2007 04:08:52 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 42052 invoked by uid 500); 5 Apr 2007 04:08:52 -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 42042 invoked by uid 99); 5 Apr 2007 04:08:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 21:08:52 -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 [134.134.136.24] (HELO mga09.intel.com) (134.134.136.24) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 21:08:44 -0700 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by mga09.intel.com with ESMTP; 04 Apr 2007 21:08:23 -0700 Received: from nssmon01.ins.intel.com (HELO nssmon002) ([10.125.118.43]) by fmsmga002.fm.intel.com with ESMTP; 04 Apr 2007 21:08:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: i="4.14,373,1170662400"; d="scan'208"; a="68977090:sNHT22790529" Received: from nstdrlel3 (nstdrlel3.ins.intel.com [10.125.122.43]) by nssmon002 (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with SMTP id l3548Hef007545 for ; Thu, 5 Apr 2007 11:08:18 +0700 Message-Id: <200704050408.l3548Hef007545@nssmon002> Subject: [build-test alert] BUILD FAILED LINUX SUSE 9 x86_64: jdktools_test Date: Thu, 05 Apr 2007 11:08:18 +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/users/tst/cc/projects/trunk/working_jdktools/build.xml:242: The following error occurred while executing this line: /export/users/tst/cc/projects/trunk/working_jdktools/make/build-test.xml:55: The following error occurred while executing this line: /export/users/tst/cc/projects/trunk/working_jdktools/make/properties.xml:286: The following error occurred while executing this line: /export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/build.xml:134: Process fork failed. Date of build: 04/05/2007 11:07:47 Time to build: 13 seconds Last changed: 04/05/2007 10:53:11 Last log entry: Workaround to enable IPF after HARMONY-3533 *********************************************************** Execution log (errors/warnings messages): ======================================== Testing jdktools binaries... ======================================== Compiling JPDA tests Since fork is false, ignoring memoryMaximumSize setting ---------- 1. WARNING in /export/users/tst/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/users/tst/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/users/tst/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/users/tst/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/users/tst/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/users/tst/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/users/tst/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/users/tst/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/users/tst/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/users/tst/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/users/tst/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/users/tst/cc/projects/trunk/working_classlib/deploy/build/jdktools.jpda.exclude Running JPDA tests Debugger JVM=/export/users/tst/cc/projects/trunk/target.tst/hdk/jdk/jre/bin/java Debuggee JVM=/export/users/tst/cc/projects/trunk/target.tst/hdk/jdk/jre/bin/java *********************************************************** Unit Tests: (0) No Tests Run: This project doesn't have any tests or tests were not run *********************************************************** Modifications since last successful build: (21) modified varlax /harmony/enhanced/drlvm/trunk/build/make/harmonyvm.properties 04/05/2007 10:53:11 Workaround to enable IPF after HARMONY-3533 modified hindessm /harmony/enhanced/classlib/trunk/depends/jars 04/04/2007 22:01:21 Fixing svn:ignore property. modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3283/JavaLibraryPathTest.java 04/04/2007 21:20:17 Fixed compilation error in this test modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_ia32.cpp 04/04/2007 20:51:25 Applied HARMONY-3527 [drlvm][winx64][threading] HWA fails with threading commits r523754 and r523782 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_ipf.cpp 04/04/2007 20:51:25 Applied HARMONY-3527 [drlvm][winx64][threading] HWA fails with threading commits r523754 and r523782 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_em64t.cpp 04/04/2007 20:51:25 Applied HARMONY-3527 [drlvm][winx64][threading] HWA fails with threading commits r523754 and r523782 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/vm_threads.h 04/04/2007 20:51:25 Applied HARMONY-3527 [drlvm][winx64][threading] HWA fails with threading commits r523754 and r523782 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/nt_platform_utils.cpp 04/04/2007 20:51:25 Applied HARMONY-3527 [drlvm][winx64][threading] HWA fails with threading commits r523754 and r523782 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_shutdown.cpp 04/04/2007 20:51:25 Applied HARMONY-3527 [drlvm][winx64][threading] HWA fails with threading commits r523754 and r523782 modified varlax /harmony/enhanced/drlvm/trunk/build/make/harmonyvm.properties 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path added varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/native_modules_common.cpp 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H3283 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path modified varlax /harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/vmcore/vmcore.vcproj 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H3283/run.test.xml 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path added varlax /harmony/enhanced/drlvm/trunk/src/test/regression/H3283/JavaLibraryPathTest.java 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path modified varlax /harmony/enhanced/drlvm/trunk/vm/em/src/DrlEMImpl.cpp 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/include/properties.h 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/include/native_modules.h 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/properties.cpp 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path modified varlax /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 04/04/2007 18:00:15 HARMONY-3283, HARMONY-3533 [drlvm] Incomplete library search path