You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alerts@harmony.apache.org by no...@intel.com on 2007/07/03 04:42:25 UTC

[build-test alert] BUILD FAILED Windows XP SP2 x86: jdktools_test

BUILD FAILED:
	Ant Error Message:
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build.xml:242: The following error occurred while executing this line: C:\cruise_hdk\cc\projects\trunk\working_jdktools\make\build-test.xml:60: The following error occurred while executing this line: C:\cruise_hdk\cc\projects\trunk\working_jdktools\make\properties.xml:319: The following error occurred while executing this line: C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\build.xml:235: Process fork failed.

Date of build:	07/03/2007 09:41:40
Time to build:	18 seconds
Last changed:	07/03/2007 09:16:46
Last log entry:	HARMONY-3934 : comments by Vladimir Beliaev: 

The attached patch does the following things:

1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).

2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following:

    2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line)

   2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)

I've tested DRLVM with different variants of related command line - works as expected. 

***********************************************************
Errors/Warnings:	(87)
            

========================================
Testing jdktools binaries...
========================================

Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in C:\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<E> should be parameterized
----------
----------
2. WARNING in C:\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 C:\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<E> should be parameterized
----------
4. WARNING in C:\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<K,V> should be parameterized
----------
5. WARNING in C:\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<K,V> should be parameterized
----------
6. WARNING in C:\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<K,V> should be parameterized
----------
----------
7. WARNING in C:\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<E> should be parameterized
----------
8. WARNING in C:\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<E> should be parameterized
----------
9. WARNING in C:\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<E> should be parameterized
----------
10. WARNING in C:\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<E> should be parameterized
----------
----------
11. WARNING in C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ExceptionTest.java
 (at line 187)
	long frameID = reply.getNextValueAsFrameID();
	     ^^^^^^^
The local variable frameID is never read
----------
----------
12. WARNING in C:\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<E> should be parameterized
----------
12 problems (12 warnings)
JPDA exclude list: C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.jpda.exclude
Running JPDA tests
  Debugger JVM=C:\cruise_hdk\cc\projects\trunk\target\hdk\jdk\jre/bin/java
  Debuggee JVM=C:\cruise_hdk\cc\projects\trunk\target\hdk\jdk\jre/bin/java

***********************************************************
Unit Tests: (0)
        
No Tests Run: This project doesn't have any tests

***********************************************************
Modifications since last successful build:	(12)
            
modified xli  /harmony/enhanced/drlvm/trunk/vm/vmcore/include/init.h 07/03/2007 09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following:    2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line)   2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. 
modified xli  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 07/03/2007 09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following:    2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line)   2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. 
modified xli  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties 07/03/2007 09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following:    2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line)   2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. 
modified xli  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 07/03/2007 09:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following:    2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line)   2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. 
modified ndbeyer  /harmony/enhanced/common_resources/build/depends.properties 07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer  /harmony/enhanced/common_resources/build/depends.xml 07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer  /harmony/enhanced/jdktools/trunk/make/depends.properties 07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer  /harmony/enhanced/classlib/trunk/make/depends.properties 07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer  /harmony/enhanced/common_resources/build/depends.properties 07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer  /harmony/enhanced/common_resources/build/depends.xml 07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer  /harmony/enhanced/jdktools/trunk/make/depends.properties 07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version
modified ndbeyer  /harmony/enhanced/classlib/trunk/make/depends.properties 07/03/2007 08:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version