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/05/05 00:37:11 UTC

[build-test alert] BUILD FAILED LINUX SUSE 9 x86_64: jdktools_test

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:60: The following error occurred while executing this line: /export/users/tst/cc/projects/trunk/working_jdktools/make/properties.xml:319: The following error occurred while executing this line: /export/users/tst/cc/projects/trunk/working_jdktools/modules/jpda/build.xml:135: Process fork failed.

Date of build:	05/05/2007 05:36:30
Time to build:	26 seconds
Last changed:	05/05/2007 05:16:09
Last log entry:	Marking source code eol style native.


***********************************************************
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<E> 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<E> 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<K,V> 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<K,V> 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<K,V> 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<E> 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<E> 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<E> 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<E> 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<E> 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/hdk/jdk/jre/bin/java
  Debuggee JVM=/export/users/tst/cc/projects/trunk/target/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:	(42)
            
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/Main.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/FileNameGenerator.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CertExporter.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeyStoreCertPrinter.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/jpda/make/doc.templ 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CertChainVerifier.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeyStoreConverter.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/test/java/org/apache/harmony/tools/keytool/tests/TestUtils.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/JSParameters.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeytoolException.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/TimeStampGenerator.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeytoolParameters.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeyCertGenerator.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/windows/transport/dt_socket/dt_socket.def 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/test/java/org/apache/harmony/tools/keytool/tests/GenKeyTest.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/test/java/org/apache/harmony/tests/tools/javac/MainTest.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CertImporter.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/JSSigner.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/ArgParser.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/EntryManager.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/HelpPrinter.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CSRGenerator.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/JSLogFormatter.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/JarSignerException.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/JSVerifier.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/UserInteractor.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CRLManager.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/KeytoolKSLoaderSaver.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/Command.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/CertReader.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/jarsigner/Main.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Main.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/keytool/ArgumentsParser.java 05/05/2007 05:16:09 Marking source code eol style native.
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java 05/05/2007 04:54:11 Classlib no longer depends upon ecj.Update ecj version for jdktools
modified tellison  /harmony/enhanced/jdktools/trunk/make/depends.properties 05/05/2007 04:54:11 Classlib no longer depends upon ecj.Update ecj version for jdktools
modified tellison  /harmony/enhanced/classlib/trunk/make/depends.properties 05/05/2007 04:54:11 Classlib no longer depends upon ecj.Update ecj version for jdktools
modified tellison  /harmony/enhanced/classlib/trunk/make/depends.xml 05/05/2007 04:54:11 Classlib no longer depends upon ecj.Update ecj version for jdktools
modified tellison  /harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java 05/05/2007 04:54:11 Classlib no longer depends upon ecj.Update ecj version for jdktools
modified tellison  /harmony/enhanced/jdktools/trunk/make/depends.properties 05/05/2007 04:54:11 Classlib no longer depends upon ecj.Update ecj version for jdktools
modified tellison  /harmony/enhanced/classlib/trunk/make/depends.properties 05/05/2007 04:54:11 Classlib no longer depends upon ecj.Update ecj version for jdktools
modified tellison  /harmony/enhanced/classlib/trunk/make/depends.xml 05/05/2007 04:54:11 Classlib no longer depends upon ecj.Update ecj version for jdktools