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-10-30 19:19:56 +0600
Time to build:  19 minutes 34 seconds
Last changed:   10/30/2007 16:22:30
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 = r590021, (Oct 30 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: (161)
        
error: testClassObject001 
org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassObjectTest
Unit Test Error Details:        (1)
                
Test: testClassObject001Class: 
org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassObjectTestorg.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.getClassIDBySignature(JDWPTestCase.java:287)
        at 
org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassObjectTest.testClassObject001(ClassObjectTest.java:71)
        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)

***********************************************************
Modifications since last successful build:      (1)
            
add cc-hdk log20071030162230Lbuild.350 10/30/2007 16:22:30hdk

begin 644 execution_log.zip
M4$L#! H    ( /"<7C<T<K)_EA(  "-_   2    97AE8W5T:6]N7VQO9RYH
M=&UL[5U[<]LXDO_;^A38V;I:N\JBWL]1?.6SG8TS<9RUG,Q>I7(IF(0D.A3!
M!4C;VM1\]^L&2$FD)$JR88^26M6,PP?0:/[EMAIL PROTECTED](Z]H]X-=R9'O4"P
MHQXE,IQX[-7?!MP/B]+]-^N2=OF_?OW;42$*'!JRHKSSNX5"4;(P"HJWSK>0
M<T\6[R5>C(NDKXH(*IQ&@>?:<-,A@>"WS Z)3\>,N#YQQP$7H44^Q->O>5!\
MQ^Z8AR4#)L()<=C ]=W0Y;[4QT!FX H98OT2>T "[EMAIL PROTECTED](4NV#?\5;3X><[\D
M;>$&H2S%A%PFK8>Q1ZCO$#JDV'9N]9O(]9R2/6+V-QX!F9'SK73/Q3?7'WY-
M^E@:TV\LTT"A$#([EMAIL PROTECTED]/>)?2.'5AK_"-=2%%DC2 KEQ?2J0M&5M3J5@
M>XSZ161$%H'[( *&"C8/)L5;P8H#UV,(CCT:<R=])2[2U;THPOU(W5&=&7]S
M7/&%G BFL(23[I,EJ MA8U\%0THOT90L%-2)EE :JQ,^#EP/,7C[X?28Z.(O
MP5/)]JB4+&[LEMY1>YZ;:JM")(^$S8A"BX3\V5OONSXV!]6(*\F >I(=$G?H
M<X$<C=F8B\D%?7#'T;@/WH* 7T#M3=$H3G^IRQ6+_'Y\]?[\_=^-V*'6T](M
M^"#5GU)<.P+/4>)B6*(!!1JE$15P>3(K*$L# ;X(*99.V4TT'#)VQ8:N#)FP
MD-<[EMAIL PROTECTED]@8*31/DC=V1-Q)>98U''VG9C6P:\D7>[_5OQ2I:XG [EMAIL PROTECTED]
MZ9+K$0-9AR,[EMAIL PROTECTED]@[EMAIL PROTECTED]@E!+TG(59[Y_K?F/,.F+'(%1L 
M1P"B*C9D/A.NG2W6.SLB<L0CSP&:)* H#^@( [EMAIL PROTECTED]@AI)<
M;,N-#+BN#P+QJ?=AYNK!I^[C*'9([EMAIL PROTECTED] <Z;P;PMXMB,1OR0K$/^#96C"QKD
MPAZ7Z?UV^.DY4*_M(.JWSGU0^D#M;RP\=65 0ZB1:]N52CV#/T0D?OB/B$5,
M&;<[EMAIL PROTECTED]:^U[2=;=?UG +):[RQX:0A%$^ME]^0<#'O(Q#Y>GVC2UI"%
MY\[^P<%AFNJ:WQR%1_B"1_Z>Q86$],9C:YV(*O5D-]+X*=2LG?47V"Q,-+2>
MG3N')+ZPL6;\\, V?P9@:XUL(/ ?8%=<;NTJWI_&%ZX0/'_ ;]>R%JRH2#7:
MJ\.U !L;W8^%H).U0_RTU!/'^?8/C5NG7,[EMAIL PROTECTED]>[EMAIL 
PROTECTED]<C'[0?'J_,AX52O5
M+%X#EWF.1DQ&,+<ZP33$:WTQY$IJ^P>?W2^/CJE^4)PKY1\;Z%H.T.KP9W6H
MJ_#<G8270C'.=8E+_Y1A %.Z]$&@]\GE=S3R[5&2$,N#NK,0^Z(%D[,'FZE,
MRVLN$J*$/80,@J?93?(]75=/I=:;\0ASC<*EGOMO#&I(3IL.![!]'A*'02G!
M"#[EH"' /G!]ZL5T/@$,4/'C^2E1VDGX0*L%JM138-^=-)B"_0PS%[*DO.Q'
MW^/4V03C!6/6CVT(GEI1Z'K6+)OXZS)$-X,TARKFGWUV!WB"Z#9SH+N3BGJ"
[EMAIL PROTECTED]&?9#'911>#BY4#IZ\TLGYY;(G^5+WN UF .&[EMAIL PROTECTED]'H
M9F+?G<31$\1>:54R<@^B&P]\AJ)#D(PZVN^'ZE$()H(/8-01_%[J,N]Y^)I'
MOK/&[EMAIL PROTECTED]<+/!P0 :"C]7(-RN9Z?%))$,^?@>7 %&?,7#%
MZ.8! >; 3-:[EMAIL PROTECTED];&>[EMAIL PROTECTED]:%D#FM9&BK$[J9XG*48VHYA2#!A2
M_G3%R/*PZXJQ2E]V)X.4TA<^OL$E"/JT7*[B,Z5<C2F75[APZ!'$K2<<'7"8
M4 17OH^M,N="1;C]D HHX[!SWV$/Y-4K,G_W#*!.[F4#ZJ7>?]-18#EO6X\&
MJ[#=G6Q1'K:[EMAIL PROTECTED]:EEG(-P[D!>90HR48J@>W/"*V<R] Y/*'Z]SD5N"G8Y8
MEW._BH,4E!I];[(1=KN3,7H2=JWFXC-><O;/#V<GUV>G7\\^G;V_[G\]N?SX
M_AK0REX_OKHZ_E_+8_XP'"T!\5$FM[QM8R:W.XFCU;"MPVSA.<M/@EEU=Y(]
MCP>G6EF8)?XDZ.Q8ZN91Z-3JV05+/PLZ.YIAV0J=UD*&)9X_#*CK18)=,"GI
MD $RO_SUK^3U\?F[CU=GQ(E4&=4C/%!CO?P+^<LOFR1AUN&3:7I[8'8T ;/=
MB+.0WGP\,#N"RRJX=C1QLP#7"97Y4_1:]J$]YG#C!P;9Z92J<HURO<+U.[CV
MYSU["#_ADKYCF,3ZP_VE\ZK'.+RE'&QO5CN:1]D>IW8VMYF'D_A!X%F%VFYF
M,Z9)J+59C'[EMAIL PROTECTED]>#YZ<K\'FM[^9"M-;;Q2T8 V+'[EMAIL 
PROTECTED](^S0]+ED2<EL
M[;!4;V232G/K57!=HR(#0U5DA_NQ" ]1M =__G/T3W"7B]QGL;K(,ZU+W['\
MA80;K/3V]/</'Z%&DI'](#@(1OXN:!"L67Q8RR:AJ!C>[EMAIL PROTECTED])=9 O-2D%9W
M+(GQ9.P6$HAQ2C].W7_^<J# 3!;"P(E<E>:=_AYINDD;&FMH>0?0QI< 81 8
M2[(/)_=4^" 4>5 H!##<@.B+[,'V(H>EW^!2[VW%=T#.,GST:UIJ68'GWI0<
M&-WX)"Z;Z(^%ZF#%#:E7'9>]3W85^?Z2M\F2VX1,5RJ\_73Q:DM&(5B!(5<=
MWN+_H(T0A96F*K?0"GN.5C[?HL',[EMAIL PROTECTED]:)2O;?0<JQ/K@@CZEU 
M(3 $*UY^@<->BB)>D 1?(B650_):SWQDEY0/R1FN0=*'U^Z8$>;10#*G2YI6
MIT8DLY],J&Z50>M,4*I9G:HAEJJ5AB%*]6;+4.=:9J14MYIE4V(JMW([5]N4
M4J5J5=OU/%+534FUK4JU;4J=C-!I68U*;M\V%U/%ZM1S)5[?E!0$Z-5:TY"<
[EMAIL PROTECTED]&*'4!,,SIN7UMAFF&E8K7U#-C055MMJ57"W?V%Y:5K-AQI&#O33,
M"*IMM5MF;[EMAIL PROTECTED]&#6K&> (Y57(M;V,CKH!&M4R!UZJ;ZEZK9LP=&%(HH%3-
M=<';@%<SPU/5:I5-8=<V!5V[9<Y:S(PN$(N9$U/=V(AG2L/;[EMAIL PROTECTED]
M$[+60."F([EMAIL PROTECTED]&S*YC3#%-$6H]RE]6EOC+92'=6?]ZD_GK
M-/>!Z11+K7C4B1-D13T'/#LU,LR84JZ6N=F>,23;Q@;1=M.<)S86MG2,F7/=
MG!:8"C9:[EMAIL PROTECTED]&U%.QE3<T/P3U<F<4S<S'C>L2KZ*;YS2
MJ&(8;$:AZE:S;L;NH'N&YGHMJUXU-KLVYE4ZQB:-IC(_51A;C"6!.V:< 02=
MN6)J;)&M,[EMAIL PROTECTED](J6HJ[U,QXS,KJ)EF=!Q)&0K%D)0ART-2'3,J
M!6ZSF2OUK5*)9GAJ66U#\[V&U3!D>C H&,HAX1.87(W:0N+U_$=>&U-J6O7\
M(6_SAQ1UJVXHS*A934,/&<%O[EZ$V#+VW+-M+$)LMLW87<5J&$O;Y3\]VZIS
MYN9E9N+#AL$D<"O_B= V&=?\ 6&;R,!85-=:&1HL20,]?HG$&^[-+:XU$-&T
M\EW]YD\T6U;#D-(UK:HA*V]9-4,/D9M6HV)[EMAIL PROTECTED] I!\ RM38'N
M&7JB">%:S9!"M:V.H10J2*IF:$[9M QEJB!>,^/%FK.!HQ#RR!X5X[=,I-H:
MOIM<98K ]!J;;A'?7;,FKW]\T7^917F2CN5L51YR8'/?IB"8]QP8</7^^GH+
M=?P6@,^)S_"->A*RA_"0.%SMV\##$>YDOFY5G^Z7*I"ZCU>L6P'>G8_9T]?;
M9=O&[P-,U^"18K([EMAIL PROTECTED]<OWXX>F'YC]A1RK(8N\T4,6T;M$,4&Z9-\^("<\
MF AW. I)I=,!W:N688C!):9QM3X?A/>X!9/: (.JS2^X("ZHJ^?:S)>@6X>$
M BZ!^F $;FJ9:E[U-NGL+Q#)6>5?2*H$*&&1>L&( DNXZ1-T/?!8R+ =/(9&
[EMAIL PROTECTED]<[EMAIL PROTECTED]&IE9+YU<(C;I$</)9?6JJ6A;6/@8('UJ-W=
MB9)5BM8H#(-N*5DOG(SP,-CG FB_(()GMN>"S9.W*$K]=0' KVRU6M#WFE7#
MWLUP//^?"[EMAIL PROTECTED] 4JCK !M6>38\XBZ#5Z& 9-WS+%R^S=Z_FZ]?7]>5!\O(2.F
M-C'1!JX6)5-<K9PJG3KYB*_1=9=%9/$J7^R!=8%?#/G,]>;Q7TA/[SB&V[O(
MH]6TIQ525PDIWG >[EMAIL PROTECTED]/2P[]'RE2&+L1X1%V]=T'0N' :^LM\!ST4S]!9
M_L/[EMAIL PROTECTED];T,@+XYW1D%Z."("A!6;PMX(A7-?^W/QPTD,(CU*$4/.0F/ZDR90?
MP1Q7,!M]N.MOP9,,F.T.7/4]F:RKR?+CD)YNA(O)E*F$GY3.)5S9\7="0&]2
MC6W$WK0M<C]R[=$BT0&X3?U2%+YK0,4DGWW7!T/(-G*N+L8?_IA3-_7Z C1"
MHY"/P6.JO4'RZ8/_NN'@5K)PX;9'(AXKT=IA_I+/:\JPYFFIH$%MRX<[GD3 
M$?D73(\T?G.5-A*OQ%!%"?)[EMAIL PROTECTED]"@MUG\+]B$M050JA<S^9P^P5\&[EMAIL 
PROTECTED]
M?0Q='-%0D,#]A(4Y_,&0,[EMAIL PROTECTED]<Z]Z,F^^Q3_R#O#V^4J$D
M 1AI&KBY\JA;[F"RI-YJ+8KK[,&/Q-4!9:3G8&VR4+OXC4TDV!LCO>3HJ_*#
M>^J%1!VJ:-U+[J?KJTOJW9<9 3P% NKJ^LH!JO!\ZU("# X0F/[EMAIL PROTECTED]
MKMH>[EMAIL PROTECTED](?C#@:@!WK?KB5-'F384X(#1+1/_HIVAO351[SBCN4*
M%VXJG)=7M_JO521NG4(HK7SH I;*M^RI+O$[%V80U''4)\&H%P\&V08],)!T
M#>@NNT^&[EMAIL PROTECTED])[EMAIL PROTECTED]&J4XCBL#CTX(7@([EMAIL 
PROTECTED];(/[EMAIL PROTECTED];#1"^1
M]83'C.!"24GONG_\]>/5NR,DF=(EF($!\G0<H*,=<>&&[EMAIL PROTECTED]:',
M:X2ZD&  Q>:931,#.3Q,2&_$P81!>A"YR:/OW1[:\M$?2DQP6T5S8,50B,2%
M5/^PU"%AUM#2!2U=T (7TJU4:_4E36E;P+]3P.<-(=7>_IOKZP\8HO<O3W[K
M'RQ00P"%]O%Z?$!J,Y^/-&TQ"4(^%#2 \5+1A1E% KY83E'5[27<)5<5R8R%
MR>5,;,6#VIQO3'TZQ,%PN2.8-93F;>8!5C,)1F:*2W3_6LG1K&F(B8"5C:4Y
MG5;(8Q65U#RO\W:ZNKUY=N>KY/$[=LQS.X[W[W#<X7SV([EMAIL PROTECTED]@@$
M0'EP$"=%')R?/QA(G?P6MQVI*"!U*V'K>[$7?T1#.XH_YJ_H,1^O]?3A5_6U
MK:,_+,LBQ;<]#,*20CE<^/S>3S[5(=-L["GM$.Q?>WM_U[-%EE(+N!,E"?>Y
[EMAIL PROTECTED]>R=XE!XC!+M+_#QN-1W);&6UH68(=?7!S+Q##NZ6AR.M+1![9VHZ
M#),9,))<L3&_8P0&[EMAIL PROTECTED]&%\J4/9*VJHH<:9.DAU#5M3 RZZ7ADZ/,JV!_-G
MH NU^PQF'HI1+*L#"E<D\VOH::8BJAI4NQY!T*K4+M%<KF-$ K*A"2*9NGH;
M:*A]KO>#IBFF]^T13,4/D! E)[EMAIL PROTECTED]:'O<!TE-OST*I9%M);'%TBKT
M<[EMAIL PROTECTED], [EMAIL PROTECTED]@(4I1RR[#J$)E(1;:*TKF#73]J;Y!; [EMAIL 
PROTECTED]
M142YBFG6$MC*$DLBQS3S.>'BWBPV_I1$QO,M*O&N-J4W"%Z.-6LG\SUCTND4
M%(01W;U,#:UIZ78S">8-/MEY?7GYKC__S<[X5?)9B<9_/J*Y;CL$?2:%K?=$
MP+:6;8:@>ZP+JQR9^KRB^E.NY'^5;<6NJ:E]^=7^,@\/#U7RBE36[7DP_2W=
M4D;[EMAIL PROTECTED]"LE])-B18MQ^!5LJ7>/:A_[[4LX^LL3WGLX\-GI_/
M1(#?#I#QHW0(0/KH#/5^U'T*H.<]/]]X65+5JAAZL(BKDHRLE"I;Y?A-JT<_
MP]-Q31&<59&[EMAIL PROTECTED]""E^)\X/1"]AQS<44=!W8+FG]]!KT0U)[EMAIL 
PROTECTED]::;3'
M:65!^T0>B*Z#EOD<$6H)/W9><G%/+PL/"P4),^YPRG<!QI_9B9:"$HW0><!"
M 1G%<2E2<9U>VJ&'9Y60Y)CK5'O])5MJ=565N1LH=\)M.Q("+.Y^Y'I3BG [
MQ% )_6.WD--[ZE"88@@YM7G%97(9OS_>K;;UOBZ&6]Y<[IJ+>O7/8T-]EGT6
M+BB&.BW%#X1%]_A'Z9PV!:O0*]&[EMAIL PROTECTED]<./R]X<X$_D$E.?I_4$L! A0#"@  
M  @ \)Q>-S1RLG^6$@  (W\  !(              *2!     &5X96-U=&EO
@;E]L;V<N:'1M;%!+!08      0 ! $    #&$@     ! 
end

Reply via email to