BUILD FAILED:
Ant Error Message:
D:\cc\cc-common\scripts\cc-exec-adaptor.xml:104: The following error occurred
while executing this line:
D:\cc\cc-common\adaptors\jdktools-test\adaptor.xml:28: The following error
occurred while executing this line:
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build.xml:242: The
following error occurred while executing this line:
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\make\build-test.xml:97:
There were test errors.
Date of build: 2007-12-27 06:20:18 +0600
Time to build: 20 minutes 45 seconds
Last changed: 12/27/2007 01:44:52
Last log entry: hdk
***********************************************************
Errors/Warnings: (229)
Result: 1
[cc-ant]: Test Suite 'jdktools-test' execution. Repository updated:
${repository.updated}
[cc-ant]: Check for 'run' failure of hdk = ${hdk.parameters.run.failed}
[cc-ant]: Result: failed.superiors = '${failed.superiors}'
========================================
Testing jdktools binaries...
========================================
Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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
D:\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:
D:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.jpda.exclude
Running JPDA tests
Debugger JVM=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre/bin/java
Debuggee JVM=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre/bin/java
SAMSA exclude list:
D:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.samsa.exclude
Running SAMSA tests
test.jre.home=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre
Run jdk/bin/java -version in
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
java version "1.5.0"
pre-alpha : not complete or compatible
svn = r606938, (Dec 27 2007), Windows/ia32/msvc 1310, debug build
http://harmony.apache.org
Run jdk/bin/javac -version in
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
Run jdk/bin/javah in
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
Run jdk/bin/javadoc in
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
Run jdk/bin/jarsigner in
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
Run jdk/bin/keytool -help in
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build\test_report
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
D:\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:
D:\cc\cc-common\build\checkouts\hdk\working_classlib\deploy\build\jdktools.tools.exclude
Running TOOLS tests
test.jre.home=D:\cc\cc-common\build\checkouts\hdk\target\hdk\jdk\jre
The test report is in
D:\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:
D:\cc\cc-common\adaptors\jdktools-test\adaptor.xml:28: The following error
occurred while executing this line:
D:\cc\cc-common\build\checkouts\hdk\working_jdktools\build.xml:242: The
following error occurred while executing this line:
D:\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: testSingleStep1 org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest
error: testSingleStep3 org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest
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: (18)
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: testSingleStep1Class:
org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTestorg.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.share.JDWPTestCase.resumeDebuggee(JDWPTestCase.java:341)
at
org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest.stepFunction(SingleStepTest.java:152)
at
org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest.testSingleStep1(SingleStepTest.java:60)
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: testSingleStep3Class:
org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTestorg.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.share.JDWPTestCase.resumeDebuggee(JDWPTestCase.java:341)
at
org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest.stepFunction(SingleStepTest.java:152)
at
org.apache.harmony.jpda.tests.jdwp.Events.SingleStepTest.testSingleStep3(SingleStepTest.java:81)
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 log20071227014452Lbuild.447 12/27/2007 01:44:52hdk
begin 644 execution_log.zip
M4$L#! H ( ",UFS<_$]E:@1( '&! 2 97AE8W5T:6]N7VQO9RYH
M=&[EMAIL PROTECTED]&Q;H+;VEL(3V[INFKR-L)7%Q
M+*]D ]G._=_W',E.8CMQ$A E]&WF7FK+TM'1^1P='1W)<GL0#KW]]A5W1OOM
M0+#]-B4R''GL]5][W ]+TOTW:Y'=\E_^]M?]ER^BP*$A*\D;O_7RQ<L7)<G"
M*"A]<ZY#SCU9NI4Z.<Z631<1%CN* L^UX;E# L&_,3LD/ATRXOK$'09<A!8Y
MC],O>5!ZSVZ8ASD#)L(1<5C/]=W0Y;[4UT"FYPH98OFC5M>VX;^2S8=#[G>E
[EMAIL PROTECTED],ND=3?T"/4=0OL4*\R7N8I<S^G: V9?\PC*#ISK[BT7UZ[?_YHT
MJ#NDURQ#%1L8,AE""PG^/C-[P+^0%Z^7_+VXA,)0"4DJ(5>N3P52MZSEJ2 ;
MML>H7T)F9 G:[EMAIL PROTECTED]'IFV"[EMAIL PROTECTED]&'(GFQ9G:R4M*D&>2#]5#1M>
[EMAIL PROTECTED]"3>M^4M29L([EMAIL PROTECTED]'RCU>!Q,:H6RV7#$J'?!BX'DK_W?G1 8E+
M/!HS7=NC4K*DBF_TAMK33%2;%2)Y)&Q&%"XDY(]49\?UL1(H1UQ)>M23;)NX
M?9\+Y&/(AER,3NF=.XR&'; $!#H\*FF:2&G\2Z=7+/+[P<6'DP^_WK^C:=7K
[EMAIL PROTECTED]'8 2Z7/2[-*! HSN@ I)'[EMAIL PROTECTED]>L[\J0
M"0L93/-*-FE(0/B,-':WTH\V1%R,.19UG$TGIK;U-Y+)^']S?NELEZ, !$E[
M+!RUR.6 @9C# 0>3!+3/KM#P;9$KYG&_KX /(8>@MR3$8N]=_YHY[X$=BURP
M'O $^*EL?>8SX=K9;.WC?2('//(<H$D"BC*!I@"6SG(@[EMAIL PROTECTED]:#?/ C4B
M%.-:;F2!=7T0A4^]\XDE!V.YB</[EMAIL PROTECTED];;((];=4#DYI
M4 AYG*?]V_:G1T*\MBZ([EMAIL PROTECTED]:]9>.3*@(90HKA/5RKU+/;@5OCA/R(6
M,=6IU:VFN0KF)GOVPCYMH#?7GR^&U?I>WC"#*YET6G9+3J _]YG8Q/21)F[U
M67CB;&YM;6?H+OA-D;B/#;CO[W%L1TBO/+;0>JA<!NQ'XQGKV&[.3F#%,&'0
M2G;B;),X87FM^!DPW7F^F-8:N7'[EMAIL PROTECTED]"NM/PU-7"[EMAIL PROTECTED]/5
MX*XN%X-K;C _$(*.%H[HXUP/'M9WGR%D>^5J%K(;*C1@<%$,U_.%:N_Y056M
M5'-0]5SF.1HL&<'DZ1"C"V]T8LB5N#:W/KM?[N\\/5^(*^7GB'&M"&-U^3-;
MT+E8/[EMAIL PROTECTED]'N0!+D*8=[+^[?8<<GQG<U4
M#.4-%PE9PNY"!E[2Y"'[EMAIL PROTECTED]():'0Y ^SPD#H-<
[EMAIL PROTECTED]<D* A0-YS?>K%=#XQ(:'@QY,CHG23\)Y6"52G!T+^Q*$M!?DQQB-D5YG5
MC[['J;,4OOE.K-=4"-Y:4>AZUB0VF.W.9!4X"^AB*-EG-X!E))>VF4\<77J(
MT/>:6:%? 3^,^B"([EMAIL PROTECTED]/L<[EMAIL PROTECTED]<XS9H/WA&KNI!:=)CB0M&
MEY7X$\>"'B+Q2K.2%7D077E@([EMAIL PROTECTED]"L9&[EMAIL PROTECTED]&[EMAIL
PROTECTED]>
M^<XBXT:6&[EMAIL PROTECTED]"R/A:P.D.>AQD>-BB_0$'ZIQ;I(ST^K#2(9\^!Z2 $R?,3"_
M:-P!!>; --6_T78/[EMAIL PROTECTED]&>*DHM?]G?U8%FM:2.O'$L9N'Z40N/IC2"[EMAIL
PROTECTED]
MUD GLERLOT[,[EMAIL PROTECTED](4/KW [EMAIL PROTECTED]>7R/*/-[@)P30\Y&MPP
MH0G&>Q/K9<ZI<F([(160QV$GOL/NR.O79/KI,8"</,MYS3/M_=)V?S9W][#_
M<W%]XOA/$:ZUA;@V:CDC(-P;D!09PXNT8ICNW/""V<[EMAIL PROTECTED]'0N1&T6;MHM
MG=V">3RD8-3(>Z,E87OB&-##8&ONS%B;)<?_/#\^O#P^^GK\Z?C#9>?KX=G'
M#Y< 5#;]X.+BX'\MC_G]<# [EMAIL PROTECTED])X[?
M/ "7:B4_ ?R)@%F'8,[EMAIL PROTECTED]<[EMAIL PROTECTED]())X?]*CK18*=,BEI
MGP$HO_SYS^3-P<G[CQ?'Q(E4'M4FO% CNOP3^=,O2T55%D*3J?P^F*Q31&7%
MT24?IKP_)FL$R5RHUBD4DX/JD,H%,^]:;H4=H[!QN#\[4U)E+E&B%[C'!C?H
M?&!WX2?<;G< ,U._OSE[RG0O$S>3A_OTIG6*C-P#HMU<C+(((O&,D)F+V!K%
M)\8!I<5QB=V<GZ" 4FMZ)T=SL'FCGQ;#L]C Q768!&$=@@F7 VS(>!FQJZ2U
M>!2J-W(AHJD]);C?4!&"D2FRP\U8>-LHU*UU6/7^!$^Y*%P^U5D>;XOX.H0D
M)[EMAIL PROTECTED]'OY]_A!))3/5<<!"(_%W0(%BT)["6"RE1T;^)]ZEX/VJ?RH^#L[H.
M88F'PY:/!,81^3CR_OG+EL(QV:T"-W)NK';\NV^/36K1,$/=:P$TOE<'EG\H
MR2;<[EMAIL PROTECTED]< X Q"4V)WM10[+O#"E7I.*'X&\9;C:2U%J^=]SK[H.
M#&9\%.=-M,="9;!BZO&[EMAIL PROTECTED](?'_62UO)<T+&NPK>?3I]O0R'X([ T*HN
MO^'[EMAIL PROTECTED]"7^O51--RM)DYVI^_8?>8M OZB:7[B17W$RT:U50+^XGUR15A1+U3
MR 1:;\7;(G!L2Y/$%$GP#4Q2V29O]%1&MDAYFQSCYB!]>>D.&6$>#21S6F3'
MJC=J1#+[X:0:5GG''*EZTQ2I2GG/&*EF=0UE9;"!U9U&(:G:LJ0J#:M1V2FD
M55V:5MFJ-8PUL;QC#$.8<1F35KE2+/GZ-*UJ :U:TZK-$M9QYW(98Y/=AV;A
M/C21W8B&C*F8S/'1>G4&4]#N5(V1JE>+%6YG65*UJM78*Q;4O#Y5R=+:L\JU
M66PMJ25ZSFNEYKQKJ0]6H[EKS'+4*J9(U:K&N*I5BF55GT.JFC-"36NW.LN@
MK:83'?!J/)@QL\"[EMAIL PROTECTED]&:/>ES%--T.F;NWMUHTU;[EMAIL PROTECTED]@)W
MZ2D::%96"]SP)_+AF@;%OGX(&IW]&-3V2L,8J;+!4=E< ]=3[(MF!D_"E3&.
M%CBT*PU:YB;GQM33F''9,3<!-B6GFE&39\ZY-DEJ_3J,*8[,#EBKB+QRCVC6
MDG.03DCM:[5D9_W*],JI7&8:DHK43$57<O/[EMAIL PROTECTED]:5
[EMAIL PROTECTED]:)B]V>9U=?XZJT"\"G\/"8U,\7<Y<*5>##(Z%8:>:S!F;\I8
M&K8GAL:H%;EZ1+W([%"PE(H<\LA?2CD:TUPV"[EMAIL PROTECTED]/X3-U3M8,28FX:T9
M\MF-ZJ^Q^)XIW]\<'7,6HV(T9K7()[EMAIL PROTECTED]/7/KF%5C7)E<QUPP55HE
M0E19L.BR"JWR7K&TEE^;:UI-4R :G,?]?R"U8.'L*;BJ6M6*L08NTO=GNQ11
MK9D+?!AS==>*3*%VSW*T[K]?Z"WWIK:1/YSU/7-;AG9VS44WF^968W AU)#_
M!J3JAH9M:.#N^L7([EMAIL PROTECTED]&29E:/0PV4*DM6=H_##HES3,N;Q)'WSY(N21
M/2C%;U1)]?6!UB2=*0)3J6S\%8+6XKVIG8/3SB-N3I5T**=VIV*]-O=M"C+Y
MP*%:5W_&01_<CY^:\#GQ&9X-04)[EMAIL PROTECTED]"?I+][>JAND<J0S8)+U
M38"UYT-VSRVHN2KQ Q3C?:FDE!PN<M^=X',^\@ 5WC'["SE0PQ5YJX<KHG>0
M,4%:9-/>(H<\& FW/PA)96\/U*Q:+C?5KNJX6(?WPEL\(TP=VT+5D2U<$!<T
MTW-MYDM0HVU" 8= ?70$CU=-UZ\:F;3QEXH%UN\7DLX"VE:B7C"@P!2>2P:M
M#SP6,JP)KZ%:H)LN(V]\?%5GI[RS5]O=)IM'S";5IN)_:YO\[OH.OY6O7%JK
MOAK*&YM4:A7H+>K+ D1)+$UN$(9!Z]6K9%"/[EMAIL PROTECTED]/;<Z%ODW<H
M1OT!"P"O;#6;@%;[EMAIL PROTECTED]()W\_A3L1H!S*&DV+''@>48_!FC#)Q USK.)F
M#1ZK->\^G)34QV_(@*G#=G0G5GOO*6[*3V=/WWW$MT);LWRP>%,[<FZ=XF=G
M/G/]O8(OI*T/PL.CB.1^$?5QD70R(:4KSD-%!11Q0-KX=U_UD;X+CAU1J;<N
M"!E?$H!6,]]!4\2SA&;_\-4$A_5HY(7QH7U(L% 0P%..'[EMAIL PROTECTED]''2
M1C3W4Z10]Y"<_DK.F"7!'%<P&TVVZZ_"[EMAIL PROTECTED]<]4VBG*G)L>20MJZ'B]&8
MKX2EE 8FC-GQ5VA AU+5+<?AN#)R.W#M09YJ#RRG?OL/W[*A8K2H!:X//2-;
MS8E*C#\W,Z5ZZM4=J(9&(1^"T52'VRRJ >S7%0<#DX4-S^P2\?B(%@"F,(OX
M3?6U:6K*1U '2.*Q/1%P1?X%<R0-Y%2AY:0LT3=1\KP:X=F58 NRFG#!)"@O
[EMAIL PROTECTED],(BMF XZ2.^C\:[EMAIL PROTECTED]
M=F/"Q/?8*OY!WAU<*'^1 &[EMAIL PROTECTED] =0GMS>:4;!(<^)2&_ C,0$ %BDZ6)[D
MRY>NV4A"5V.DG5Q]599P0[UTJQT5K7#)\PP!E:;>[EMAIL PROTECTED]@YD[7
M+R7 X0"%,7=)6I[[<>&I<ALD.4P+TL=ER288#L?M]<#5T(?-S:[EMAIL PROTECTED]
[EMAIL PROTECTED]('Z%%S<MF()PU,%^.SR5N>-<KZM(W"=E1'-0ZH,RX9J%;]Q8:Y
M'4=]6HYZ\8B0J]*#/I(N DUFM\D G<!ES+O#Y9L)L#!41KDN#+PZ([EMAIL PROTECTED]@8
M/,9-DLT(>+EU85Q,5!2Y3[C,2B^4E+0O.P=?/UZ\WT>:*:6".1<H !T&:&H'
M7+CA*%\>:]<T\.JKZC;[EMAIL PROTECTED]&[EMAIL PROTECTED]:0\X]&D0(7AQ<O][JXV=
M>_\/)2IXK#P[Z-60B<295!,QUS9A5M_2&2V=T0*;TJI4:_59=>[EMAIL PROTECTED]'N$_W
MB52%FV\O+\_15>^<'?[6R0HRAE%H*Z]'""0WL?I(U!:C(.1]00,8-Q5AF%PD
M*B#FD%2%VPE_2:JBF>UM<C8;*W&A3I<<4I_V<4B<8Q8F-:6YF]B# C:APYGB
M$T<%K>W8QVF(08#YM:5Y'9<H9!:UU3RWTUVVH,)IAJ?+%'(\=,SS.XS/JG'<
M?BIZD*TQ+>%TJ3E,YUP#T"$<X4D)!^['<@_2=[_%54;[EMAIL PROTECTED]'7W?1
MMN*/Z13M!6!:6U]^55]]V__#LBQ2>M=&+RS)5,B(SV_]Y"LR,L/)AM(-P?ZU
ML?&KGDFRE%+ DV@<?)\JA(*RA;>Q<8A7Z>%"L)O$XN/AZ%'6XRGI8V%#**PO
M)ET\Y&!W>[EMAIL PROTECTED]>+:HPS"Z :/*!1OR&[EMAIL PROTECTED](,[EMAIL
PROTECTED]@R+&Z
M2#4/ZU,C,!IA&3H\.ZQNE&""#92A>(?!7$3QBIFUD^&*9 (.K<V61%V#<KB9
M2CF,8]WEVH$D("": ),MK(\PA^(G^BQSFN)[TQ[ 7'T+*5%RV+G0!Z]D:0"/
MML=]$-?XN[:0'3E78IN17;E$#J)*_7[:D\KF!F_+#VT%XSE>HBRU!#.\*G#R
M/M)&23*OIPF,50\\5TB,'; [EMAIL PROTECTED],8"Q'+?$JT_P7N9(;$]_Y4^(Y3]>I
MA%S4M=XBBD4=7-N;[YE>[EMAIL PROTECTED]@[EMAIL PROTECTED];5[FL[&79V?O.ZGOQL9G
M+$RR-/[EMAIL PROTECTED];GP^"%<PZ&$2W5&=6(33UP4_UIUQ9\,' >4<!I[XG
MH8Y7NKN[JY+7I++P_(_Q;_:)[EMAIL PROTECTED],<29W-H77RT
M]0_]]T>N?^0ZE_GUCR56TB>MQ\]=R'A1'5R0#IH_?:)ZAP+2A2OI2V]3JLW9
M2WZO%;R=!7NZEN:J/-F"_]!%/[EMAIL PROTECTED],[EMAIL
PROTECTED]"$<Z,0X33B7E4S!$5]+>(=SK
MYNA;:)[EMAIL PROTECTED]'X /C+5+?K=>'&;7!CHK<$%T([EMAIL
PROTECTED]"(=>U\7#["R\1'XE
MS,'#"<,O7\#(,WVK!:'D([EMAIL PROTECTED]<[EMAIL PROTECTED])<<0J#KD,GG-
MOJ6*3#U ^1-NVY$0T/[EMAIL PROTECTED]/0W29T$Y"9=FF4X?"'$/(<:=7S"7)^+7[
M5G57'V]DI+[E1:WKKE=_=.5#>LVZ$T= L;'75%R ZW.+?Y1&::6W -3V*[K?
[EMAIL PROTECTED]&OY><6<$_Z ^[/\'4$L! A0#"@ @ (S6;-S\3V5J!$@ <8$ !(
M *2! &5X96-U=&EO;E]L;V<N:'1M;%!+!08 0 !
+ $ "Q$@ !
end