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/07 06:27:03 UTC

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

BUILD COMPLETE:	build.134

Date of build:	05/07/2007 11:13:01
Time to build:	13 minutes 28 seconds
Last changed:	05/06/2007 19:06:26
Last log entry:	switch GCv5 to be the default GC

***********************************************************
Errors/Warnings:	(98)
            

========================================
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\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: 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
SAMSA exclude list: C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.samsa.exclude
Running SAMSA tests
test.jre.home=C:\cruise_hdk\cc\projects\trunk\target\hdk\jdk\jre
Run javac in C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report - EXCLUDED
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in C:\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: C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.tools.exclude
Running TOOLS tests
test.jre.home=C:\cruise_hdk\cc\projects\trunk\target\hdk\jdk\jre
The test report is in C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report\html\index.html

***********************************************************
Unit Tests: (134)
        
All Tests Passed

***********************************************************
Modifications since last successful build:	(47)
            
modified xli  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 05/06/2007 19:06:26 switch GCv5 to be the default GC
added ndbeyer  /harmony/enhanced/drlvm/trunk/vm/port/include/port_threadunsafe.h 05/06/2007 11:19:19 Apply patch for HARMONY-3765 - [drlvm][general] markup macros for thread unsafe regions
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLDecoder.java 05/06/2007 03:13:26 Apply patch HARMONY-3793 ([classlib][luni] Performance improvement for java.net.URLDecoder.decode())
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/bit_ops.h 05/05/2007 18:54:15 [DRLVM][GCv5] enable IPF build
modified xli  /harmony/enhanced/drlvm/trunk/build/make/components/vm/gc_gen.xml 05/05/2007 18:54:15 [DRLVM][GCv5] enable IPF build
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