BUILD FAILED:
Ant Error Message:
/export/users/cc/cc-common/scripts/cc-exec-adaptor.xml:104: The following error
occurred while executing this line:
/export/users/cc/cc-common/adaptors/jdktools-test/adaptor.xml:23: The following
error occurred while executing this line:
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build.xml:242:
The following error occurred while executing this line:
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/make/build-test.xml:97:
There were test errors.
Date of build: 2007-12-27 04:48:23 +0600
Time to build: 17 minutes 36 seconds
Last changed: 12/27/2007 02:00:43
Last log entry: hdk
***********************************************************
Errors/Warnings: (226)
Result: 1
========================================
Testing jdktools binaries...
========================================
Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/DebuggeeRegister.java
(at line 58)
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/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/TestOptions.java
(at line 505)
internalProperties.put(name, value);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type HashMap.
References to generic type HashMap<K,V> should be parameterized
----------
----------
3. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
(at line 114)
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/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
(at line 249)
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/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
(at line 284)
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/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/PacketDispatcher.java
(at line 355)
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/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
(at line 1834)
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/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
(at line 1902)
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/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
(at line 2122)
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/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/framework/jdwp/VmMirror.java
(at line 2132)
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/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/OnthowDebuggerLaunchDebuggee.java
(at line 94)
class ExceptionForDebugger extends Exception {
^^^^^^^^^^^^^^^^^^^^
The serializable class ExceptionForDebugger does not declare a static final
serialVersionUID field of type long
----------
----------
12. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java
(at line 32)
import java.util.LinkedList;
^^^^^^^^^^^^^^^^^^^^
The import java.util.LinkedList is never used
----------
13. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java
(at line 97)
boolean isOutOfMemory = false;
^^^^^^^^^^^^^
The local variable isOutOfMemory is never read
----------
14. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java
(at line 171)
public Class loadClass(String name) throws ClassNotFoundException {
^^^^^
Type safety: The return type Class for loadClass(String) from the type
ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to
Class<?> from the type ClassLoader
----------
15. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ClassUnloadDebuggee.java
(at line 179)
public Class findClass(String name) throws ClassNotFoundException {
^^^^^
Type safety: The return type Class for findClass(String) from the type
ClassUnloadDebuggee.CustomLoader needs unchecked conversion to conform to
Class<?> from the type ClassLoader
----------
----------
16. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEvents002Test.java
(at line 100)
boolean expectColocatedEvents = (testedMethodStartCodeIndex ==
testedMethodEndCodeIndex);
^^^^^^^^^^^^^^^^^^^^^
The local variable expectColocatedEvents is never read
----------
----------
17. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEvents003Test.java
(at line 53)
private boolean eventMethodExitReceived = false;
^^^^^^^^^^^^^^^^^^^^^^^
The field CombinedEvents003Test.eventMethodExitReceived is never read locally
----------
18. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEvents003Test.java
(at line 76)
int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
^^^^^^^^^^^^^^^^^^^^^
The local variable EXPECTED_EVENTS_COUNT is never read
----------
----------
19. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java
(at line 84)
int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
^^^^^^^^^^^^^^^^^^^^^
The local variable EXPECTED_EVENTS_COUNT is never read
----------
20. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java
(at line 212)
int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
^^^^^^^^^^^^^^^^^^^^^
The local variable EXPECTED_EVENTS_COUNT is never read
----------
21. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java
(at line 348)
int EXPECTED_EVENTS_COUNT = EXPECTED_EVENTS_ARRAY.length;
^^^^^^^^^^^^^^^^^^^^^
The local variable EXPECTED_EVENTS_COUNT is never read
----------
22. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java
(at line 732)
String failureMessage = "## FAILURE during checking events! !";
^^^^^^^^^^^^^^
The local variable failureMessage is never read
----------
23. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTest.java
(at line 894)
String failureMessage = "## FAILURE during checking events !";
^^^^^^^^^^^^^^
The local variable failureMessage is never read
----------
----------
24. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTestCase.java
(at line 135)
long methodStartCodeIndex = lineTableReply.getNextValueAsLong();
^^^^^^^^^^^^^^^^^^^^
The local variable methodStartCodeIndex is never read
----------
25. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/CombinedEventsTestCase.java
(at line 187)
long methodStartCodeIndex = reply.getNextValueAsLong();
^^^^^^^^^^^^^^^^^^^^
The local variable methodStartCodeIndex is never read
----------
----------
26. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/Events/ExceptionTest.java
(at line 188)
long frameID = reply.getNextValueAsFrameID();
^^^^^^^
The local variable frameID is never read
----------
----------
27. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/ThreadReference/FramesTest.java
(at line 450)
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
----------
----------
28. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/share/JDWPUnitDebuggeeProcessWrapper.java
(at line 233)
argv.add(val);
^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Vector. References
to generic type Vector<E> should be parameterized
----------
29. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/jpda/test/common/unit/org/apache/harmony/jpda/tests/jdwp/share/JDWPUnitDebuggeeProcessWrapper.java
(at line 253)
return (String[])argv.toArray(args);
^^^^^^^^^^^^^^^^^^
Type safety: The method toArray(Object[]) belongs to the raw type Vector.
References to generic type Vector<E> should be parameterized
----------
29 problems (29 warnings)
JPDA exclude list:
/export/users/cc/cc-common/build/checkouts/hdk/working_classlib/deploy/build/jdktools.jpda.exclude
Running JPDA tests
Debugger
JVM=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre/bin/java
Debuggee
JVM=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre/bin/java
SAMSA exclude list:
/export/users/cc/cc-common/build/checkouts/hdk/working_classlib/deploy/build/jdktools.samsa.exclude
Running SAMSA tests
test.jre.home=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre
Run jdk/bin/java -version in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r606940, (Dec 27 2007), Linux/em64t/gcc 4.1.0, debug build
http://harmony.apache.org
Run jdk/bin/javac -version in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/javah in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/javadoc in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/jarsigner in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/keytool -help in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test/Test01.java
(at line 24)
private static final long xxx2 = 1;
^^^^
The field Test01.xxx2 is never read locally
----------
1 problem (1 warning)
TOOLS exclude list:
/export/users/cc/cc-common/build/checkouts/hdk/working_classlib/deploy/build/jdktools.tools.exclude
Running TOOLS tests
test.jre.home=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre
The test report is in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report/html/index.html
The execution FAILED with the following exception:
The following error occurred while executing this line:
/export/users/cc/cc-common/adaptors/jdktools-test/adaptor.xml:23: The following
error occurred while executing this line:
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build.xml:242:
The following error occurred while executing this line:
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/make/build-test.xml:97:
There were test errors.
***********************************************************
Unit Tests: (160)
error: testExceptionEventLocation
org.apache.harmony.jpda.tests.jdwp.Events.ExceptionTest
error: testPopFramesWithInvokeMethods
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFrames002Test
failure: testDebuggerLaunch002
org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest
failure: testDebuggerLaunch004
org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest
failure: testGetValues001
org.apache.harmony.jpda.tests.jdwp.StackFrame.GetValuesTest
failure: testPopSeveralFrames
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFrames002Test
failure: testPopSeveralTimes
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFrames002Test
failure: testPopFramesTest001
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFramesTest
failure: testSetValues001
org.apache.harmony.jpda.tests.jdwp.StackFrame.SetValuesTest
failure: testThisObjectTest001
org.apache.harmony.jpda.tests.jdwp.StackFrame.ThisObjectTest
failure: testFrameCount001
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FrameCountTest
failure: testFrames005
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest
failure: testFrames004
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest
failure: testFrames003
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest
failure: testFrames002
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest
failure: testFrames001
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest
Unit Test Error Details: (16)
Test: testExceptionEventLocationClass:
org.apache.harmony.jpda.tests.jdwp.Events.ExceptionTestorg.apache.harmony.jpda.tests.framework.TestErrorException:
org.apache.harmony.jpda.tests.framework.jdwp.exceptions.TimeoutException:
Connection was closed
at
org.apache.harmony.jpda.tests.framework.jdwp.VmMirror.performCommand(VmMirror.java:1590)
at
org.apache.harmony.jpda.tests.framework.jdwp.VmMirror.resume(VmMirror.java:444)
at
org.apache.harmony.jpda.tests.jdwp.Events.ExceptionTest.testExceptionEventLocation(ExceptionTest.java:169)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Caused by:
org.apache.harmony.jpda.tests.framework.jdwp.exceptions.TimeoutException:
Connection was closed
at
org.apache.harmony.jpda.tests.framework.jdwp.PacketDispatcher.run(PacketDispatcher.java:600)
Test: testPopFramesWithInvokeMethodsClass:
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFrames002Testorg.apache.harmony.jpda.tests.framework.TestErrorException:
org.apache.harmony.jpda.tests.framework.jdwp.exceptions.TimeoutException:
Connection was closed
at
org.apache.harmony.jpda.tests.framework.jdwp.VmMirror.performCommand(VmMirror.java:1590)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFrames002Test.testPopFramesWithInvokeMethods(PopFrames002Test.java:410)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Caused by:
org.apache.harmony.jpda.tests.framework.jdwp.exceptions.TimeoutException:
Connection was closed
at
org.apache.harmony.jpda.tests.framework.jdwp.PacketDispatcher.run(PacketDispatcher.java:600)
Test: testDebuggerLaunch002Class:
org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTestjunit.framework.AssertionFailedError:
Null message received from debugger
at
org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest.performTest(OnthrowDebuggerLaunchTest.java:189)
at
org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest.testDebuggerLaunch002(OnthrowDebuggerLaunchTest.java:84)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testDebuggerLaunch004Class:
org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTestjunit.framework.AssertionFailedError:
Null message received from debugger
at
org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest.performTest(OnthrowDebuggerLaunchTest.java:189)
at
org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest.testDebuggerLaunch004(OnthrowDebuggerLaunchTest.java:123)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testGetValues001Class:
org.apache.harmony.jpda.tests.jdwp.StackFrame.GetValuesTestjunit.framework.AssertionFailedError:
ThreadReference::FramesCommand command, Error Code:<13(THREAD_NOT_SUSPENDED)>
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:662)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:591)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:562)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:575)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.JDWPStackFrameTestCase.jdwpGetFrames(JDWPStackFrameTestCase.java:113)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.GetValuesTest.examineGetValues(GetValuesTest.java:113)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.GetValuesTest.testGetValues001(GetValuesTest.java:81)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testPopSeveralFramesClass:
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFrames002Testjunit.framework.AssertionFailedError:
StackFrame::PopFramesCommand command, Error Code:<13(THREAD_NOT_SUSPENDED)>
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:662)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:591)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:562)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:575)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.JDWPStackFrameTestCase.jdwpPopFrames(JDWPStackFrameTestCase.java:211)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFrames002Test.testPopSeveralFrames(PopFrames002Test.java:139)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testPopSeveralTimesClass:
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFrames002Testjunit.framework.AssertionFailedError:
ThreadReference::FramesCommand command, Error Code:<13(THREAD_NOT_SUSPENDED)>
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:662)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:591)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:562)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:575)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.JDWPStackFrameTestCase.jdwpGetFrames(JDWPStackFrameTestCase.java:113)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFrames002Test.testPopSeveralTimes(PopFrames002Test.java:241)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testPopFramesTest001Class:
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFramesTestjunit.framework.AssertionFailedError:
StackFrame::PopFrames command, Error Code:<13(THREAD_NOT_SUSPENDED)>
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:662)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:591)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:562)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:575)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.PopFramesTest.testPopFramesTest001(PopFramesTest.java:134)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testSetValues001Class:
org.apache.harmony.jpda.tests.jdwp.StackFrame.SetValuesTestjunit.framework.AssertionFailedError:
ThreadReference::FramesCommand command, Error Code:<13(THREAD_NOT_SUSPENDED)>
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:662)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:591)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:562)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:575)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.JDWPStackFrameTestCase.jdwpGetFrames(JDWPStackFrameTestCase.java:113)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.SetValuesTest.examineGetValues(SetValuesTest.java:114)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.SetValuesTest.testSetValues001(SetValuesTest.java:82)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testThisObjectTest001Class:
org.apache.harmony.jpda.tests.jdwp.StackFrame.ThisObjectTestjunit.framework.AssertionFailedError:
ThreadReference::FramesCommand command, Error Code:<13(THREAD_NOT_SUSPENDED)>
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:662)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:591)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:562)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:575)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.JDWPStackFrameTestCase.jdwpGetFrames(JDWPStackFrameTestCase.java:113)
at
org.apache.harmony.jpda.tests.jdwp.StackFrame.ThisObjectTest.testThisObjectTest001(ThisObjectTest.java:97)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testFrameCount001Class:
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FrameCountTestjunit.framework.AssertionFailedError:
ThreadReference::FrameCount command, Error Code:<13(THREAD_NOT_SUSPENDED)>
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:662)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:591)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:562)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.checkReplyPacket(JDWPTestCase.java:575)
at
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FrameCountTest.testFrameCount001(FrameCountTest.java:75)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testFrames005Class:
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTestjunit.framework.AssertionFailedError:
unexpected behaviour: error is THREAD_NOT_SUSPENDED(13) but must be
INVALID_LENGTH(504)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest.testFrames005(FramesTest.java:103)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testFrames004Class:
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTestjunit.framework.AssertionFailedError:
unexpected behaviour: error is THREAD_NOT_SUSPENDED(13) but must be
INVALID_INDEX(503)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest.testFrames004(FramesTest.java:157)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testFrames003Class:
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTestjunit.framework.AssertionFailedError:
Unexpected ERROR = 13(THREAD_NOT_SUSPENDED)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest.testFrames003(FramesTest.java:209)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testFrames002Class:
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTestjunit.framework.AssertionFailedError:
Unexpected ERROR = 13(THREAD_NOT_SUSPENDED)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest.testFrames002(FramesTest.java:277)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
Test: testFrames001Class:
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTestjunit.framework.AssertionFailedError:
Unexpected ERROR = 13(THREAD_NOT_SUSPENDED)
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest.testFrames001(FramesTest.java:373)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
***********************************************************
Modifications since last successful build: (1)
add cc-hdk log20071227020043Lbuild.497 12/27/2007 02:00:43hdk
begin 644 execution_log.zip
M4$L#! H ( , HFS<Z'G6TY!( (B! 2 97AE8W5T:6]N7VQO9RYH
M=&UL[3UK<]LXDI^M7X&=K:NUJRSJ;3U&\97/=B;.Q+'/<C)WE<JE8!*2&%,$
M%R!M:U/SWZ\;(&61HBC)1CQ*:[EMAIL PROTECTED]"C4:_T0#!_CB<>(?]&^Y,#_N!8(=]
M2F0X]=BK?PRY'Y:E^R_6([EMAIL PROTECTED]&5YY_=*I;)D8124OSJW(>>>
M+-]++(RKI$M%! U.HL!S;[EMAIL PROTECTED]<2<!%Z%%+N/R:QZ4W[$[
MYF'-@(EP2APV='TW=+DO]36 &;I"AMB^PAX00"623,B*;<-_99M/)MRO2%NX
[EMAIL PROTECTED],2"72>MAXA'J.X2.*/9=V/PF<CVG8H^9?<LC #-V;BOW7-RZ_NA+,L;*
MA-ZR3 >E4LADV"L1_'UB]IA_)J57:_Y*U] 6>B!)#^3&]:E T):U/I22[3'J
MEQ$160;[EMAIL PROTECTED]@0*MD\F):_"E8>NAY#YMCC"7?2)7&5GAY%&9Y'ZHD:S.36<<5G
M<BR8XB7<])Y-05T)._LB&$)ZB:YDJ:1N-(72O#KFD\#UD =O+T^.B*[^$CA5
M;(]*R>+.OM([:L]C4V_7B.21L!E1W"(A_^Z]#UP?NX-FQ)5D2#W)]HD[\KE
MC"[EMAIL PROTECTED] &M!P"[EMAIL PROTECTED]@E&>_5''-(G\<7;T_>_^;$3W4<EKY"C9(
MC:<2MX[ <E2X&%5H0 %&94P%%$\?*\K*4( M0HB5$W83C4:,7;&1*T,F+,0U
MA379I2$!=C#2ZNREGNR(N!%S+.HXNTX,:^]7DJ[W?TM^J5K7TP"H28<LG/;(
[EMAIL PROTECTED]<,Q!\,%D"]NT%+ND1OF<7^DY""$&H+>DQ";O7/]6^:\ V0L<L6&@!$P
M454;,9\)U\Y6ZY\>$CGFD>< 3!)0I <,!!CJK,/))<7U+60P6M>+0+F20MY6
M6QGFNCX0Q*?>Y:.I!YNZBUYLG]Q1+P(^K\?F33F.W6B.[Y-5G']#Y?B<!H5L
MC^OT?]__^#VXWMA"KG]U[H/*);5O67CBRH"&T*)0MVNU9H;_$)'XX7]'+&)*
[EMAIL PROTECTED]&1M:;W04K#:%HHKWLGIR!8H^8V,7RJ09MC5AX
MYNSN[>VGH:[EMAIL PROTECTED])"0WGALI1%1M9YM1EH_A9AULO8"NX6)AI:S
M,V>?Q 5K2\8/S]B#GX&QC58V$/@W8Y<4M[>5WQ\GYZX0O-CA=QI9#590I/+V
MZG([EMAIL PROTECTED],AZ'2EBY_5>J:?[_S0?.M6ZQF^W5&AN087A3S[0?G5_9'Y5:_5
ML_P:NLQS-,=D!'.K8TQ#O-:%(5=4V]W[Y'Y^<[EMAIL PROTECTED]&=TH8+2Z_%D-
MZC)^;D_"2W$QSG6)"_^$80!3N?"!H/=)\3L:[EMAIL PROTECTED];J[$/NB!I/3!YNI
M3,[EMAIL PROTECTED](*GQX?D6[JMGDJM5N,QYAJ%2SWW7QC4D((^'0[,]GE(' :U
M!".XRD%#8/O0]:D7P_D(;("&'\Y.B)).PH=:+%"DGL/V[4F#*;:?8N9"5I25
M_>![G#KK\'A!F?6R#<%;*PI=SWK,)OZ:Q]'U6%H %?///[EMAIL PROTECTED]@VY.*
M>@;EN^T,Y6\ &T9]H,=%%%X,SU4.GKS2R?E\VI-BJGO<!C6 <,E5JI0&/".[
M8'0]LF]/[EMAIL PROTECTED]:QFZ!]&-!S9#P2$(1EWM#D*U%(*)X#WP.H+?2UWG/0]?
[EMAIL PROTECTED]:K$RR,A*_-D>Y_R,4"#GMD*/A$>;['FID1'T<RY)-W4 0<]1D#
M4XQF'CC ')C)^G?:"J)OA#OH98*7"E+_/P_S.M"PUA*,[4GU/$LPLAG%E&"
M2_G+!2.+P[8+QC)YV9X,4DI>^.0&MR#HVVJUCFM*A1)3K2XQX3 BB%N/.1K@
M,($(IGP7>V7.N8IP!R$54,=A9[[#'LBK5V3^Z2FP.GF6#:ASK?^Z7B ?MXV]
MP3+>;D^VJ(BWC56\;36RQD"X=T O,F,Q0HI9]>"&5\QF[AVH5+&_+N1<#N]T
MQ)J/_3(,4JS4W/>F:_%N>S)&S^)=^V!QC9><_L_EZ?'UZ<F7TX^G[Z\'7XXO
M/KR_!FYERX^NKH[^U_*8/PK'.4Q\DLKE]VU,Y;8G<;2<;:MXMK#.\I/PK+X]
MR9ZG,Z=>[EMAIL PROTECTED]<V;[EMAIL PROTECTED]>)[EMAIL PROTECTED]
MDY*.&'#FE[__G;P^.GOWX>J4.)&JHT:$%\K7R[^1O_VR3A)F%7\R76_.F"U-
MP&SF<1;2FT]GS);P91F[MC1QL\"N8RJ+I^B-[*(]YG#C!8/L=$HUN4:Z7N'^
M'=S[\YX]A!]Q2]\13&[EMAIL PROTECTED]:DOS*)OSJ9/-;1;[EMAIL PROTECTED]&
MM>W,9LR24"NS&)UL^*"8I98&STZ6\.>U?EK(HI76+N[!&".V+/5P/<8!S=8E
M*XIF*]U2LY5-*LWM5\%]C0H,N*K(#G=C$NXC:??^^G7TC_"4B\*U6%WE.^U+
MW[+\A80'K/+VY(_+#] BR<A>"@Z$D7\(&@0K-A\VLDDH*D9W\188[V6VP+P4
M2^M;EL1X-N\6$HAQ2C].W7_ZO*>[EMAIL PROTECTED],T[^SU1=9,[EMAIL PROTECTED]
M"$Y@(LDNW-Q3X0-1Y%ZI%("[ =*7V8/M10Y+O\&EWMN*GP"[EMAIL PROTECTED]/
MO:DXX-WX-*Z;R(^%XF#%':E7'?/>)[N*?#_G;;+D,2&SG0IO/YZ_VA!1"%;
MY:[EMAIL PROTECTED]"-$8969R"WTPKY'+Y^^HL(\#A4TQ]*:8\6:[EMAIL PROTECTED]&
MU#N'2J (5KS] MU>"B(62((OD9+:/GFM9SZR1ZK[Y!3W(.G+:W?""/-H()G3
M(P=6H]8EDMG/AM2P.NV6(4CMQH$A2-V.J=$UZAU#D ZJID;7[)H:7;?1+(+4
M6!=2K6:[EMAIL PROTECTED]/!U4 . VE:M52CCZ].I:C4[C2)0S7E0]0)0,,>M
MU]J+H$X'U^L8E^S>[EMAIL PROTECTED]&5L3D],:$"[EMAIL PROTECTED]&1IF5(UEK6
M0:W04!RL"PGBMWJ[$-0R5:KE6/D<L5U30/3LUTK-?LV)0CM'<I\ J&,9\SW&
M;$[3E,-HMPIQ:JYM=)I6MVJ&WJ###3,V%2"9\ZRMNB%KT.P:$X,#4Q1OF0+4
M+G0\&[E54W;<'*2N(8N""FPFNJH#)%/6Z:!X=&L'5QVKVC8SNJ9E+)SM-HT)
MP8$9DU('@ALS!-7MFQZUS=A+L$W&YEF=FBGKU.H:\RN&+ %Z36/6J6K*_[:K
MQOQ!TUA,<& ,4L<8I)HI2"U#\_8ZZ)TQ#]PR)D]-4_)D*IY#^V3,%A3/R3:2
M F-1P08:7"OTY?4\9[[F1'$04OM6K:59OS&]K"G7F"RF<B9SB8Z%66P-0^"<
[EMAIL PROTECTED]/]-)AO"5]D^EL,?UJW1PM>@:"9K&KY^5Z-\=NL %W-\"NFI>#W!R[
MZ[$K];J,V4Q%IV[*K'4,A=X0G1J;7+:-3<([C?5'MT*9\B+F-04BLU7 4K)Q
MS"-_':EHS>/8*N) VZK7GRZUN4ANK%4OY4.-.;YN<1)[EMAIL PROTECTED]@7L,\C1GU
M5J#,S,\0E*&5"P7*5*J\59R/W&"%Q]!$MFTUNV;BX!;HB[DU-5/[EMAIL PROTECTED] ;EK
MQ3/B32 5B_CZZV!+0LZ_.*!NY85Q3YSP&TL=&!+,NM6NF:.3(4MG-0W9S(95
M+5Y_WFA:9<IU'AA*M+6LEC$ZM0QMUX XS9"[EMAIL PROTECTED]<=73=^*\X=[<
M'FX#\4SSP(R<'(!'-.,0T6D8$MV&&=Y"U& [EMAIL PROTECTED]:U(.<,V3 @% M
M,R&[.4@'!KD'<R]3A*IU3"T<MTP1"G/@6F%*(8_L<3E^E4FJ[P_TDE*F ,S*
MV.P[!+T5&S\'1^>#E]GY*>E$/F[]1 QL[ML4"/.> P*N_HB#/J<?/SCA<^(S
M/+:!A.PAW"<.5X>#\'",Q^6OVCJJQZ4JI)YCB?55@&WG$_;\39W9OO$C%+.-
MGJ2<G %B8.-U_D<?H.L'9G\F1\IAD3?:81&]6XL)TB.[]AXYYL%4N*-Q2&K=
M+LA>O5IMJWW,<;,!'X;W>,Z7.F6%JA-6N" NB*OGVLR7(%O[A )? O55$CPY
M-=6]&FTRV%]J5LNJ_D)2-4 (R]0+QA10PI/%8.B!QT*&_> U= I04TWDG8\O
MR8!)[39!,79/F$WJ;87\WCZ>Q1\]5-CDH!E61K:-\8<%M=0W!(@[EMAIL PROTECTED] R#
M7B79E9XX>/#UA1RT7Y"%I[;[EMAIL PROTECTED]& 5Y_[[N/$41_?(R+/_.H<[
M$2 YJIJC%CGR/*(>@[EMAIL PROTECTED]<ZS"\8V__[#>OC\KJT_DD#%31^5H#5=;WRGN
MB4_53MU\P)<U>WD!6;R7'[EMAIL PROTECTED]>-W:3YQ_8F"SZ2OS[7#0X3DX7+8LP:I4D+*
M-YR'"@2(Y)CT\>^ATI61"R$>4:7W+A :M^?#>)GOH(GB&3CY/WPGP&%#&GEA
M?/X>PBL@ 2"T@ S^EB"$;T]\;WPXZ2,+#U. 4/(0F/[EMAIL PROTECTED],!N-N.MO
M@),,F.T.7?75HJRMR>+CD+[NA(OI#*D$GY3,)5C9\==H0&Y2G:V%WJPO<C]V
M[?$BT"'83?WJ';[10L6T&'W7!T7(=G*F"N//R\R)FWI)!CJA4<@G8#+5"33%
M\,%^W7 P*UEVX>%:(G:6J.TP?2G&-:58\[!4U* .?\1S=2+ B/P39D>:?W.-
MUB*OQ%A%$?)[EMAIL PROTECTED]'_%)(@KQ%"[EMAIL PROTECTED](#]
ME(4%^(%+&2&'7P!#,=!=C9D76#GF=><1FV^Q3?R3O#VZ4K$D 3;2-./FZJ-L
MN<-I3KOE4A2WV8$?B9L#EQ&>@ZW)0NOR+9M*T#=&^LG5%V4'=]1KKSI6T;*7
M/$^W5T7J#:M' '@+ %3IZL8!BO!\[U("&QP ,,,M*5M ?=9VKMD.2<[EMAIL PROTECTED])9
M4[(+IL-QAT.0 WTZ7$Z7>QGT%.& (]HF?T$]0_CJ4W'QP J)"P\5G_.;6X/7
M*A2W3B"[EMAIL PROTECTED](?$[%Z80U''4A^>H%SN#;(<>*$BZ!0R7W2>N ^X"
M+N5"-%BVF8"[EMAIL PROTECTED] HU."[EMAIL PROTECTED]@[EMAIL
PROTECTED],Y!)13W#,$"Z4E/2O
M!T=?/ER].T20*5F"*1APGDX"-+1C+MQPNM <[EMAIL PROTECTED] %"[EMAIL PROTECTED]
M:6! AX<IZ8\YJ#!0#R(W>?BMUT==/OQ3D0D>[EMAIL PROTECTED]@JD;B2&A_6VB?,&EFZ
MHJ4K6F!">K5ZHYG3E=8%_#MC^+PBI/K;?7-]?8DQ^N#B^/?!W@(T9*#0-E[[
M!X3V:/,1IBVF0<A'@@;@+Q5<F%(DS!?Y$%7;?H)=4JI 9C1,YB.Q$0[J",@)
M]>D(G6&^(7CL*(W;HP58CB0HF2DLT?QK(4>UIB%F I9VEL9TUJ (5112\[C.
MZ^GR_N;1G6]2A._$,8_M)#XEQG%'\^F#;(=IZJ8;Y:.\$ B \* 3)V5TSM\_
M&$C=_![W':DH(/4H0>M;N1]_JD4;BC_G2[3/Q[*^OORBONEV^*=E6:3\MH]!
M6%*I N?W_O)!V%D&HT=)1V"_7-GYS<]6V0IL8 G49)OGVN#%+*%M[-SC%=I
M'R'876+G\4#S2&8;JV-;0VBK+Q[5.^1@;GDXUM("L7>FI<,PFP&>Y(I-^!TC
[EMAIL PROTECTED]<>*Y!V2EK5D.+4W61&[EMAIL PROTECTED] +K0<,9AX*4:RK
M PI7)/-K&&FF(8H:-,/M42HFG$DNUS$B =K0A".9MOJP<6A]ID\=IRFD=^TQ
M3,7W$! EQX,K?;Y)[EMAIL PROTECTED]@:'O<!TK-OG +M1%M1;'%VBKT<9";U!^E(Z9,90BJ
M_-!6[+O$2Z2BIET&4<65A5AHIRR9-]3M9_(&L2D4QG%6"[EMAIL PROTECTED];.T):"5!99$
MCFGD"\+%G<?8^&,2&<_WJ,B[7)7>(/,*M%D;F6\9E4ZGH"",Z.UD6FA)2_>;
MR3"O\6'8ZXN+=X/Y+\/&!Q8\UFC]^U.MJP[=T'=2V/KD#>[EMAIL PROTECTED]/6)=6>7(
MU$<\U9]JK?C;?TO.YDU]_4&=8O3P\% GKTAMU<D:LU_NP47Z%-X8,07RZ6?L
M)@=?D-U:<NS%JE,OM%"^Q.*'_OM2BQ]99?N>BQ]K+)\_D@"_4"'CE70(0 9H
M#/6IYP,*3"]:/E][5U+-ZAA[_Z1XT7MME*I6O([EMAIL PROTECTED]
[EMAIL PROTECTED]"K+WF(HKZS"P5]+HZSL8A*"^U$?2 Z(]TFS6FY.TK*!Z(@Y$MT'%_!X!
M:F4<3KR*BP?'67A9*DF8<(<[EMAIL PROTECTED]:81. Y9*B"BZI4B%=7ICA_;.
M*A_),=6I#I1,WESOJ29S#Y#NA-MV) 0HW/W8]680X7&(D1*:QUZI8/34H3##
M$'[EMAIL PROTECTED]@_<M^K-_3A089[7I_N&HMF_:]#8T)O6>4Q6E (==L*'XB*[O&/
MDCFM"E:I7Z&'_0K8</A[PYTI_(-"<OC_4$L! A0#"@ @ P"B;-SH>=;3D
M$@ B($ !( *2! &5X96-U=&EO;E]L;V<N:'1M;%!+
4!08 0 ! $ 4$P !
end