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:28: 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 05:05:49 +0600
Time to build:  18 minutes 28 seconds
Last changed:   12/27/2007 02:03:55
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/ia32/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:28: 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 log20071227020355Lbuild.536 12/27/2007 02:03:55hdk

begin 644 execution_log.zip
M4$L#! H    (  DKFS<XYJV5\Q(  ):!   2    97AE8W5T:6]N7VQO9RYH
M=&UL[5U[<]LXDO_;^A38V;I:N\JBWL]1?.6SG8DS<>RSG,Q=I7(IF(0DVA3!
M!4G;VM1\]^L&2$FD*.IAV*.D5C7C\ $T&OWK;C2:(-@;!6/GJ'?+K<E1SQ/L
MJ$>)'TP<]N8? ^X&1=_^%^N2=OD_?OW'42'[EMAIL PROTECTED]@N%HL^"T"O>6?<!
MYXY??/3Q8E0D>56$4.$T]!S;A)L6\02_8V9 7#IFQ':)/?:X" QR%5V_X5[Q
M [EMAIL PROTECTED];TF @FQ&([EMAIL PROTECTED] UOX =8OL2<D4 I])OR2:<)_19./Q]PM
M^::PO< O181LYAM/8X=0UR)T2+'MW.JWH>U8)7/$S'L> IF1=5]ZY.+>=H??
MXCZ6QO2>I1HH% +F!]T"P=\79H[X5U)XL^:O< -UH042MT!N;9<*)&T8ZU,I
MF ZC;A$9\8O O1<"0P63>Y/BG6#%@>TP!,<<C;F5O!(5Z:I>%.%^*._(SHSO
M+5M\)2>"22SAI/ML":I"[EMAIL PROTECTED]:S3E%PKR1$DHB=4)'[EMAIL PROTECTED])JKX
M:_!4,AWJ^RQJ[(X^4'.>FVJK0GP>"I,1B18)^(NWWK==; ZJ$=LG ^KX[)#8
M0Y<+Y&C,QEQ,+NB3/0['?? 6!/P":F^"1G'Z2URN&.2/X^N/YQ]_TV*'2D]+
M=^"#9']*4>T0/$>)BV&)>A1HE$94P.7)K*!?&@CP14BQ=,INP^&0L6LVM/V 
M"0-Y37!-]FE   Y&&NV#Q)T]$55BED$M:]^*:!W\2I+E_F_)+U'J9N*!-.F 
M!9,NN1DQD'4PXN"X@/+E+7K* W++'.X.I1X$4$+01Q)@M0^V>\^L#\",0:[9
M #@"$&6Q(7.9L,UTL=[9$?%'/'0LH$D\BO* C@"@UCI(+KE<W4& T;M>>G(H
MR<6VW$B!:[EMAIL PROTECTED])<Z5S-7#SYU'T>Q0_) [EMAIL 
PROTECTED]''9A3BAV05\N^H/[J@
M7B[L49G>[X>[EMAIL PROTECTED]<]>J4K:MZSX-3V/1I C5S;KE3J*?PA(G&#_PY9
MR*1QRU-%<0/<[EMAIL PROTECTED]@I>&4#2V7O9(SL&PATSLX_6)(FT,
M67!N[1\<'":IKOC-4=C"%VSY>Q$7$M!;AZUT(K+4L]U(XZ=0LW;:7V"S,-%0
M>G9N'9+HPMJ:\<,[EMAIL PROTECTED]' OX%=<KFUJWA_'E_80O#\ ;]=2UNPI.++
MT5X>[EMAIL PROTECTED] 2=K!SBIZ6>.<ZW?VC<.N5J"K<'*A1J<)"+V0^*5^='QJM:
MJ:;Q&MC,[EMAIL PROTECTED],0[Q5%P,NI;9_\,7^NG5,]8/B7"G_V$#7<H"6AS^K
M0UV&Y^XDO"2*4:Y+7+JG# .8TJ4+ GV,[EMAIL PROTECTED]'[EMAIL PROTECTED]</9E,
M9EK><A$3)>PI8! \S6Z2[\FZ:BJUVHQ'F&L4-G7L?V%00W+:M#B [?* 6 Q*
M"4;P*0<- /:![5(GHO,98("*G\Y/[EMAIL PROTECTED]"EG@/[[J3!).QGF+GP2]++
M?G(=3JUU,%XP9O78AN"I$0:V8\RRB;]F(;H>I#E4,[EMAIL PROTECTED] $T2WG@/=G534
M,R3?::4D?PO<,.J"/"[#X')P(7/PY(U*SF?+GN1+W>$FF &[EMAIL PROTECTED]
MH^N)?7<21\\0>Z552<G="V\=\!F2#D$R\FB_'\A'(9@(/H!11_!'7Y7YR(.W
M/'2M%:Z.K#'4"1:$PE7N2+4_X&*!AP,R$'PL1[Y9R52/3T(_X.,/< D0=1D#
M5XQN'[EMAIL PROTECTED]'DE+O/X^R&E"TUE*,W4GU/$LQTAG%A&+ 
MD/*7*T::AUU7C&7ZLCL9I(2^\/$M+D%0I^5R%9\IY6I,N;S$A4./(&X]X>B 
[EMAIL PROTECTED]@BN/)];)59%S+"[0=40!F+G;L6>R)OWI#YNV< =7PO'5!G>O]U1X%LWC8>
M#99ANSO9HCQL:ZNP;=32SD#8#R O,H48*450/=G!-3.9_0 FE3]>[EMAIL PROTECTED]
M6+.Y7\9! DJ%OC-9"[EMAIL PROTECTED]"[M6<_$9+SG[GZNSDYNSTV]GG\\^WO2_G5Q^
[EMAIL PROTECTED]:*6O'U]?'_^OX3!W&(PR0-S*Y++;UF9RNY,[EMAIL 
PROTECTED];*LP6GK/\))A5=R?9
MLSTXU<K"+/$G06?'4C=;H5.KIQ<L_2SH[&B&[EMAIL PROTECTED],*"V$PIVP7R?
[EMAIL PROTECTED]>'I]_^'1]1JQ0EI$]P@,YUOM_(W_[99TDS"I\4DUO#LR.)F V
M&W$6TIO; [,CN"R#:T<3-PMPG5 _?XI>2S^TQQQN], @/9V256Y0KM>[EMAIL PROTECTED]
M_GQD3\%G7-)W#)-8=[B?.:_:QN%E<K"Y6>UH'F5SG-KIW&8>3N('@6<9:KN9
[EMAIL PROTECTED],=KI\$&")1\-GI\NP>>[EMAIL PROTECTED]@=2SW<C+!#T^>2)2FS
ME<-2O9%.*LVM5\%UC9(,#%6A&>Q'(CQ$T1[\]<_1/\-=+G*?Q:HB+[0N?<?R
M%S[<8*7WIW]<?8(:<4;V2G 0C/^'H)ZW8O%A+9V$HF+X$"V!<5YG"<QK05K=
ML23&L[%;2"!&*?TH=?_EZX$$,UX( R?^LC3O]+>EZ<9M**RAY1U &U\"A$%@
M[)-].'[EMAIL PROTECTED] >%@@?##8B^R)Y,)[EMAIL PROTECTED] ?D[ =;OZ8EEQ4X]FW)
[EMAIL PROTECTED]&-3Z*RL?X8J Y&U)!\U3'K?;+KT'4SWB:+;Q,R7:GP_O/%FPT9A6 %AEQY
M>([EMAIL PROTECTED]"%%::JMQ"[EMAIL PROTECTED] RS$^VR((J7,!
MA< 0C&CY!0Y["8IXP2?X$BFI')*W:N;C=TGYD)SA&B1U>&./&6$.]7QF=4G;
M*#>:Q&?FLRG5C5JUHHE2N=/[EMAIL PROTECTED],SK-FBY*%5UR:C5RL:NM
M2ZE2-9JU7)%7UU?->EV/0M6,2J6CA5+3:#1R*:TOJ H(*K=[]7E2U1Q2$*35
M:O5%4F?]FW6\2WIQFX&+VT1Z=1LR)E,V9Z<[EMAIL PROTECTED]>HRI;C2U.9UR/9=2
M<^W>@>*V<[WS,F.JI$FUC'*MO;6*J FPD9@ ZU.&2EG/"-0V6IVJMA%(C\. 
MWE4S3',[2KF$ZFM[GJ;1RO<\FYA?1QNEIJZ1NM/)T/3M7$)35T13*6N34T57
MO%9N:M/,LB[7J<]::C4]OJ!FE%MZ>*IIC&O+^1:\09#5:NKRF75ME*IU/;X 
MXW]=6E#1%&NC%NCJ7;FMR].5F]HHE?6,G"#Q_(G$)CY3FQ9T6MJ\KS:GTM;E
M,LOZ7&9=FSII&Z,[EMAIL PROTECTED]([EMAIL PROTECTED]@]MH)RTI8QJ6OCJ:D+
MNTY=FW>JK\]3)1>[1BN#IS5GB_V FO?RF9KQ&U./-_TU9HR)U,E<OF-A+EN!
M4*.5,1AOSMX5]]0CQ&AI^B9SVA7R:V2,7<[EMAIL PROTECTED]@;H;L!=9LYV
M<^YN1K:OGL]H3E?HFS9I&R2KV@;NIJ[XIM)>/U[.UX?,V<":^I!:,6!(U3CA
MH;N.4C3F>6SD9V [C>T]4B:3&QO5JK!<5]!2R7(>VTW.\A\Z;)#XJVM*0U4P
M:M%CWI*4/DIZT -2%4TQ9]UHMW,I;9"#T!2:MXUJ5ERP!:6&T=%D+PVC7M86
MO&;YF"T$WEJ51-R$4CW77-9_'M8PJFU]N61ME+2-K!U-3\=U/O75E8_$&9H>
M_V0TM4WU:E5MT_2*-B70EOKK5+5-/[4MVZAK>_!2T[?88FD2,2.TVGY-SCON
MS*WFUO(H4X\=-%M&LZQ'Z5HP,],#2\NH5_5T#RAI$E3#:&@R3E0Z/7)J-HUF
M_IB_@: :FM; Z%,HT,VZ)HV2I'0%;"U=$7(G?R'(^KV;/58I!#PT1\7HO29?
M?HR@&U]EDL#T&IM^E*"[8A5H__BB_SK+0'TZ]F?K0)$#D[LF!<%\Y," K;[H
MH#;MQZ]/N)RX#/=P( %["@Z)Q>5.(3P8X=[YJ]:1JG[) HG[>,6X$^#>[EMAIL PROTECTED]
M?X5GNFW\(L5TU2<IQAN":%B%G?T%"&CZB9E?R;$<[EMAIL PROTECTED]"=(E^^8!
M.>'>1-C#44 JG0[H7K4,=HR+FJ-J?3X('G'3+[GE"I7;K7!!;%!7QS:9ZX-N
M'1(*N'CR$R6XC6JB>=G;N+._5(R&4?Z%)$J $A:IXXTHL(3;C$'7/8<%#-O!
[EMAIL PROTECTED]":J^ \NOC'3+#<[=3",_5-FDFI+,G]PB!OSAT\EF]:JI:%I8MK)@$+R
M>P)$RBI!:Q0$7K<4KU"/[EMAIL PROTECTED],!-%\1P3/3L<'FR7L4I?J>!>!7-EHM  QB
M6NS=#,?S_[J ,^&A-,H*4(,<.PZ1M\'+,&[EMAIL PROTECTED]&;O]&+]^M]Q_/B_)S.63$
MY+8YRL#E,GB*Z^,3I1,GG_#%S6Y62!:M*\<>&!?XC9HO7'VNX"OIJ3WN<$,A
[EMAIL PROTECTED]"BK><!Y($:.2(]/#OD325H0U!'I%7'VT0-"[5A_XRUT(/Q5-T
[EMAIL PROTECTED]@O/J27(P)@:($9_"UA"-^D>&E^..DAA$<)0JAY2$Q]1&?*
MCV"6+9B)/MQV-^#)]YAI#VSY!:.TJTGS8Y&>:H2+R92IF)^$SL5<F=&7:4!O
M$HVMQ=ZT+?(XLLW1(M$!N$WU&AZ^W4+%))]]VP5#2#=R+B]&[EMAIL PROTECTED]
M0L. C\%CRMUH\NF#_[KEX%;2<.%&6R(:*]':80*3SVO"L.9IR:!!;@2)>^R$
MP!'Y)\R/%'YSE=82KX^ABA3D[02WH 2[3^%_S7Q05PBA<CV;Q<U7\&W0T"DV
MI';.M'%$0T$"]Q,6Y/ '0\H0$7X%#D5?-35BCF=DN->]&3??(Y_X)WE_?"U#
M20(PTB1P<^51M^S!)*/><BV*ZNS!CT35 66D9V%MLE"[>,\F/M@;([WXZ)OT
[EMAIL PROTECTED]@5JBC=B^\GZ\M+\FVK&0$\!0+RZNK*'JKP?.N^#S!80&[EMAIL PROTECTED]
MW;EJ>R3>_PJN3ZN2?7 [EMAIL PROTECTED]>(RFCQ(L2<[EMAIL PROTECTED]&11W+
M%2[<E#AG5S?Z;V4D;IQ"*"U]Z *6TK?LR2[Q!QMF$-2RY$?HJ!,-!ND&'3"0
M9 WH+GN,APXX\[CO+P2#19,)B&NDXEBV[SET0O 2N!G<>LTG^V!!X"IA-(SU
M$EF/>4P)+O IZ=WTC[]]NOYPA"[EMAIL PROTECTED],$">CCUTM",N[&"R4!W;5B3PZ)LT
ME'F-D!=B#*#8/+-)8B"'IPGIC3B8,$@/(C?_Z'NWA[9\]*<4$]R6T1Q8,10B
M42'9/RQU2)@Q-%1!0Q4TP(5T*]5:/:,I90OX=PKXO"$DVMM_=W-SA2%Z__+D
M]_[! C4$4"@?K\8'I#;S^4C3%!,OX$-!/[EMAIL PROTECTED])5V84<[EMAIL PROTECTED]
M+,S/9F(C'N1VD&/JTB$.AMF.8-90DK>9!UC.)!B9+B[1_2LE1[.F 28"EC:6
MY'1:(8]55%+]O,[;Z?+VYMF=KY+'[]C2S^TXVC'&[EMAIL PROTECTED])BMEL[P0
M"(#RX"[EMAIL PROTECTED]/6H[E%% XE;,UO=B+_ILBW(4?\Y?46,^7NNIPV_R
M^VY'?QJ&08KO>QB$Q85RN'#YHQM_',9/LK$GM4.P?^[M_:9FBRRA%G GC#/N
M<W500J9P]O9.\"@[EMAIL PROTECTED]/MYW-P\]-.5Y1:N =15!S/S#CBX6QZ,E+9 [)VJ
M:3%,9L!(<LW&_($1&[EMAIL PROTECTED]"'\4R'LE=44$.-,WF0Z!JV)@=<=+U^8/$PW1[,
MGX$NU.XSF'E(1K&L"BAL$<^OH:>IBJAJ4 V72,F8<*JY7,6(!&1#8T12==7&
MXU#[7.U 3A-,[YLCF(H?("%*3OK7:J^3% [EMAIL PROTECTED]'2X"Y*:?NT62B/;4F*+I67H
M8R&:U!TF(Z9480BJW,"4\%WA(4I1R2[%J$1E(1;:*_K,&:CZ4WV#V!0N1G%6
[EMAIL PROTECTED]);"5)A9'CDGF<\+%O5EL_#F.C.=;E.)=;DKO$+P<:U9.YGO*I),I
M* @CNGNI&DK3DNVF$LQK?"3VYO+R0W_^*['[EMAIL PROTECTED]<ZLP7IMJ%
M [EMAIL PROTECTED]/^:=<R?\.X))]>[EMAIL PROTECTED] [&CT]/57)&U)9M<O&])>Y
MB9':D3=B3)+<?K_=>!,,LE^)M\!8M0.&4LK7>/:A_K[6LX^TL;WDLX\U'J#/
M1(!?J_"C9^D0@/31&:H=T/L40,[EMAIL PROTECTED]:UK6W:5]7+]%CR5C7*T)&7K
[EMAIL PROTECTED]"F"MRJRL1=,\%*4$)Q>2)]C,JZH L%N0?&OSJ [EMAIL PROTECTED] 
>..V21J5:
M'2>U!0T4>2"J#IKF2X2HI5$P=DHV;B-GX&&AX,.4.YCR78 !:':BI"!%(U0B
ML%! 1G%@"[EMAIL PROTECTED]/%99B0Y)COE]I+Q2^Q=667N!LJ=<-,,A0"3>QS9SI0B
MW XP5D('V2WD])Y:%.88PI\:O>0ROHR?O.]6VVHK(<TMKR]WQ46]^M>Q,:;W
MK#2+%R1#G9;[EMAIL PROTECTED]'HE>A1KP1>'/[><FL"_Z"2'/T_4$L! A0#
M"@    @ "2N;-SCFK97S$@  EH$  !(              *2!     &5X96-U
C=&EO;E]L;V<N:'1M;%!+!08      0 ! $     C$P     ! 
end

Reply via email to