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-25 07:50:07 +0700
Time to build: 19 minutes 42 seconds
Last changed: 10/25/2007 05:23:24
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 36)
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 59)
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 67)
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 195)
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 331)
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 715)
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 877)
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 = r588057, (Oct 25 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: testNestedTypes001
org.apache.harmony.jpda.tests.jdwp.ReferenceType.NestedTypesTest
Unit Test Error Details: (1)
Test: testNestedTypes001Class:
org.apache.harmony.jpda.tests.jdwp.ReferenceType.NestedTypesTestorg.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.ReferenceType.NestedTypesTest.testNestedTypes001(NestedTypesTest.java:75)
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 log20071025052324Lbuild.328 10/25/2007 05:23:24hdk
begin 644 execution_log.zip
M4$L#! H ( #E!63?5='/??Q( "5_ 2 97AE8W5T:6]N7VQO9RYH
M=&UL[5U]4^,XTO^;? K=7ET=5!'GC;QNABL.F!MFAY<C#'M/3<U#"5M)#([E
[EMAIL PROTECTED];[EMAIL PROTECTED]&;J4KN,7Z16JW_=K59;EKO#<.3M=J^Y,][M!H+M
M=BF1X=AC[_[:YWY8E.Y_6(>TRG_Y]:^[A2AP:,B*\L[O% I%R<(H*-XXMR'G
MGBS>2[P8%TE?%1%4.(@"S[7AID,"P6^8'1*?CAAQ?>*. BY"BYS%UR]X4/S$
M[IB')0,FPC%Q6-_UW=#EOM3'0*;O"AEB_1)[0 *E2#(A2[8-_Q5M/AIQOR1M
MX0:A+,6$7":MAY%'J.\0.J#8=F[UZ\CUG)(]9/8MCX#,T+DMW7-QZ_J#JZ2/
MI1&]99D&"H60R;!3(/C[PNPA_TH*[U;[EMAIL PROTECTED] DA;(M>M3@:0M:W4J!=MC
MU"\B([((W <1,%2P>3 [EMAIL PROTECTED]>[EMAIL PROTECTED]'N1^J.ZLSHUG'%
M5[(OF,(23CHOEJ NA(U="8:4WJ(I62BH$RVA-%;[?!2X'F+P\>[EMAIL PROTECTED];\%3
MR?:HE"QN[(;>47N6FVJS0B2/A,V(0HN$_-5;[EMAIL PROTECTED]"M)GWJ2;1-WX'.!
M'(W8B(OQ,7UP1]&H!]Z"@%] [4W1*$Y^J<L5B_R^=WYR=/(/(W:H];1T SY(
M]:<4UX[ <Y2X&)1H0(%&:[EMAIL PROTECTED]/"\I27X O0HJE W8=#0:,G;.!*T,F+.0U
MQ379I"$!.!BIM[92=S9$7(DY%G6<32>FM?4K29?[_P6_5*F+<0#2I'T6CCOD
M8LA UN&[EMAIL PROTECTED],"RJ?7Z"FWR#7SN#]0>A!""4'O28C5/KG^+7,^ 3,6.6=]X A
M5,4&S&?"M;/%NH>[1 YYY#E DP04Y0$= 4"=59!<<+FZA@"C=ST-U%"2BVVY
MG@'7]4$@/O7.IJX>?.HFCF+;Y(YZ$>"\&LQ/11R;T8AODV7(?Z!R>$R#7-CC
M,MW?MB]? _7:&J)^X]P'I3-JW[+PP)4!#:%&KFU7*CL9_"$B\<-_1BQBRKC5
MJ:;X!-P-6OA2VWZQ5>_\#$!6=]J/O#2$HHGULGMR!(8]8&(3KX\U:6O PB-G
M<VMK.TUUR6^&PC-\P3-_K^)"0GKML:5.1)5ZL1NI_Q1JULKZ"VP6)AI:SXZ<
M;1)?6%DS?GA@&S\#L+5Z-A#X'[ ++C?7%>_+T;$K!,\?\%NUK 4K*E*-]NIP
M*<#&1O<](>AXZ1 _*?7"<;[U0^/6+E<SN-U1H5&[EMAIL PROTECTED],?E"\VC\R7M5*-8M7
MWV6>HQ&3$<RM]C$-\5Y?#+F2VN;6%_?KLV.J'Q3G2OG'!KJ6 [0Z_%D=ZB(\
MUR?AI5",<UWBU#]@&,"43GT0Z'UR^1.-?'N8),3RH&[EMAIL PROTECTED]@\U4IN4]
M%PE1PAY"!L'3]";YEJZKIU++S7B(N4;A4L_]#P8U)*=-AP/8/@^)PZ"48 2?
M<M 08.^[/O5B.I< U3\?'1 E'[EMAIL PROTECTED])PVF8#_$S(4L*2_[V?<X
M=5;!^)$QZ\<V!$^M*'0]:YI-_'4>HJM!FD,5\\\^NP,\072K.=#U246]0/+M
M9D;RU\ -HS[(XS0*3_O'[EMAIL PROTECTED]/WNGD_'S9DWRI>]P&,X!PR56FE"8\$;[EMAIL
PROTECTED]
MKT_BZ 5BKS0K&;D'T;4'/D/1(4A&'6WV0O4H!!/!6S#J"'XO=9D3'K[GD>\L
M<75DA:%.L# 2OG9'NOT^%X]XV")]P4=JY)N6S/1X/Y(A'WV"2X"HSQBX8G3S
M@ !S8";KWVDOB&,CG$$K([EMAIL PROTECTED]:UDF*L3ZKG18J1S2BF% .&E.^N
M&%D>UETQ%NG+^F204OK"1]>X!$&?ELM5?*:4JS'E\@(7#CV"N'6?HP,.$XK@
MRC>Q5>8<JPBW%U(!91QVY#OL@;Q[1V;O'@+4R;UL0#W7^Z\Z"LSG[<FCP2)L
MUR=;E(=M;1FVM4;6&0CW#N1%)A CI1BJ!S<\9S9S[\"D\L?K7.3F8*<CUOG<
M+^(@!:5&WQNOA-WZ9(Q>A%T]Z\A=/R2'_SH[W+\X/[EMAIL PROTECTED]>A=[9]^/KD
MM++7]\[/]_[/[EMAIL PROTECTED]"(=S0'R6R<UOVYC)K4_B:#%LRS!K9*/AGP2SZOHD>YX/
M3J4]9]7$3X'.FJ5NGH5.K9:=T?PLZ*QIAN5)Z#0K6=N)YP]]ZGJ18,=,2CI@
M@,PO?_XS>;]W].GS^2%Q(E5&]0@/[EMAIL PROTECTED],LJ29AE^&2:?CHP:YJ >1(P
MK69VR'D^,&N"RR*XUC1Q\PBN?2KSI^BUK"UA#C=^8)"=3JDJ%RC7<[EMAIL PROTECTED]
M3MA#>([EMAIL PROTECTED]/-N?.JY[C\.9R\'2S6M,\RM-Q:F5-*P\G\8/ LPBU]<QF
M3))02X.[5G:]LP)+/1H\.EB SWM]-Q>BI=XN;L$8$&N6>[EMAIL PROTECTED]<FSR5+2F9+
MAZ6=>C:I-+->!=<U*C(P5$5VN!F+<!M%N_7]GZ-?PETN<I_%ZB*OM"Y]S?(7
M$FZPTL>#W\\^0XTD(WLF. A&_BYH$"Q9?%BK952!BL%=O 3&>YLE,&\%:77-
[EMAIL PROTECTED]>Q2Y.Z<>I^R]?MQ28R4(8.)&+TKR3WS---VE#8PTMKP':^!(@# (C
M23;AY)X*'X0BMPJ% (8;$'V1/=A>Y+#T&USJO:WX#LA9AL]^34LM*_#<ZY(#
MHQL?QV43_;%0':RX(?6JX[SWR<XCWY_S-EERFY#)2H6/[EMAIL PROTECTED]"LPY*K#
M&_P?M!&BL-)$Y1ZUPEZCE2\W:##3KH+E6-IRK-ARM*A4[RVT'.O2%6%$O6,H
M!([EMAIL PROTECTED]<LO<-A+4<0+DN!+I*2R3=[KF8_LD/(V.<0U2/KPPATQPCP:2.9T2,-J
M5XAD]HL)[5B5:M4(I9K5;K0-\52MFZ)4;S0,]:Y5K1GBJ=&NF\*NE=N[VJJ4
M*E6KEJM/U54IM:R=JAG-!'UJ-8U0:[EMAIL PROTECTED]>1V;F=54A"AERMFM*!JM7?,
M:&;5:M5R);6ZQ,'PRJ:4O-XPHP9UJY6/7F-EU01%:)[EMAIL PROTECTED](9\%K@
MH(R9<-N,(\?!Q924RBTC)EQI6&5#CAP&EX8Y2F:T "@9&H2!4L6,!0-XQ@:7
M5LV4TVRWS%$R9BTM4]ZW9DR?VDUSOL 83_7<X/<I84\[UZT\1>)[EMAIL PROTECTED]&!
M0SR^8V:. "I>-0;=CKDXTYB&&YML&.H<>,R*J>E=JVI*3JT=8Y3,12K&9L%5
M8VZN8FPH-S0<8.^,#<#&.F>.I>=!5YDCIGG3Z</>Q2IIHTG*$;.8UHE:"8N'
MZH&)>OQ^>& D#C;FK&K&S-D<I?S,R/=1+T,A9]VJM',#ZI4S&E4<LTR--*V:
M&2=3APC(S'RA:[EMAIL PROTECTED],;&!S/JA/&TF<$/0LZR*6VJYKNG^LHJWK9V
MS.6 C>6ERX:,!41N* 1J635#&<D*SOC-.'([EMAIL PROTECTED],36,J)@/TYDZN=CXE
MDVC(L[2L:LL,?'[EMAIL PROTECTED] 23>,C/IA^$E?QQ^"J7\V&#U9Q0U4"A3 8NQ
MA,T2B7^?1*G!YYZF!N*FH6"L8M4-/0RH6=7\%-F3>F=,"PPY\KK5-!2PH#Z9
MTLQ:W5306C5F+<V%4<:<">GSUTA\X-[,ZEH#(UG34,36:%J-BADS;[EMAIL PROTECTED]'
MAE4W9%(-JV'('3:MNJ$P$D);[EMAIL PROTECTED]"I0,Y1RA>SNF] !(F>I>
MS5 V' ,V0Y8WR3H60A[9PV+\FHE4>\-WDJM,U9]<8Y,]XCM+%N7U]HY[;[,J
M3]*1G"[+0PYL[ML4Y'+"@0%7;["O]U#'CP'XG/@JD4A"]A!N$X>KC1MX.,2M
MS)<MZ]/[EMAIL PROTECTED]&*=2/ N_,1>_F"NVS;^(& R2(\4DSV9S"P*';^AOS0] .S
MOY(]-621#WK((GJ;*"9(AVS:6V2?!V/A#H8AJ;3;H'I53*3B&M.X6H_WPWO<
[EMAIL PROTECTED]@$'5[A=<$!>TU7-MYDO0K6U" 9= ?3$"=[5,-:]ZFW3V%PCEK/(O)%4"
ME+!(O6!(@27<]0FZ'[EMAIL PROTECTED]@.'D.C0#551=[Y^ )#O=4JUYO;9//[EMAIL
PROTECTED],!\
M<VL;]TF/'DHNK55+ ]M&SVN!\:CMW8F258K6, R#3BE9,)R,\##8YP)HOR&"
MA[;[EMAIL PROTECTED],\?4V!EC8NRF.1W\_AC,1H#3*"M"F1?8\CZC;X&08
M,'G''"NW?\/7[];'DZ.B^GH)&3*UBXDV<+4JF>)RY53IU,EG?(^N,R\BBY?Y
[EMAIL PROTECTED]>N=X__2KIZRS'<WT7N+J8]J9"Z2DCQFO-0D0"-')(N_MU5IC)P
M(<8CZNJ]"X+&E=/07^8[Z*%XAL[\'R[7=EB?1EX8;XV&]')$ [EMAIL PROTECTED]"QC"
MA>VOS0\G781P-T4(-0^)Z6^:3/@1S'$%L]&'N_X3>)(!L]V^JSXHDW4U67X<
MTM6-<#&>,)7PD]*YA"L[_E (Z$VJL978F[1%[H>N/7Q,M ]N4[\5A2\;4#'.
M9]_UP1"RC1RIB_&7/V;43;V_ (W0*.0C\)AJ<Y!\^N"_KCFXE2Q<N.^1B,=*
MM':8O^3SFC*L65HJ:%#[\N&6)Q%P1/X-TR.-WTREE<0K,[EMAIL PROTECTED]>XXZ 8/<9
M_,^9!'6%""K7LSG<?@/[EMAIL PROTECTED](T,71S04)' _9F$.?S"D#!#A-^!0]'13
M0^8%UASWNC'EYEOL$_\@'_?.52A) $::!FZF/.J6VQ_/J;=8B^(Z&_ C<75
M&>DY6)L\JEV\96,)]L9(-SFZ4GYP0[V1J$,5K7O)_71]=4F]_#([EMAIL PROTECTED] 0%U=
M7CE %9YM74J P0$"$]Z2:X]8G]2=J;9!DNV(X/JD*MD$U^&[EMAIL PROTECTED]:TZ3
M6QGVE. $>V3K]#.D+[ZBE?<L5SAPDV%\_SJ5N^]BL2M PBEE0]]A*7R+1NJ
M2_S.A1D$=1SU33#JQ8-!MD$/#"1= [K+[I.A \X"+N6C8+!H,P%QC5(<QY6!
M1\<$+X&;P9VP)-D$"P)7":-AHI?(>L)C1G"AI*1[T=N[^GS^:1=)IG0))F"
M/!T%Z&B'7+CA^%%U;%N3P*,K92BS&J$N)!A L5EFT\1 [EMAIL PROTECTED],&&0'D1N
M<O=;IXNVO/N'$A/<5M$<6#$4(G$AU3\LM4V8-;!T04L7M,"%="K5VLZ<IK0M
MX-\)X+.&D&IO\\/%Q1F&Z+W3_=]Z6X^H(8!"[EMAIL PROTECTED]/B"UJ<]'FK88!R$?"!K
M>*GHPHPB 5_,IZCJ=A/NDJN*9,;"Y'PFGL2#VIUO1'TZP,%POB.8-I3F;>H!
M%C,)1F:*2W3_6LG1K&F(B8"%C:4YG53(8Q65U#ROLW:ZN+U9=F>KY/$[<LQS
M.XHW\'#<P6SV([EMAIL PROTECTED](@/+@($Z*.#B_?C"0.ODM;CM244#J5L+6
MMV(W_HJ&=A1_S%[18SY>Z^K#*_6YK=T_+,LBQ8]=#,*20CE<^/S>3[[5(=-L
M;"CM$.S?&QO_T+-%EE(+N!,E"?>[EMAIL PROTECTED]@;&_MXE!XC!+M+_#SN-1W);&6U
MHV8(=?7!U+Q##NZ6AT.M+1![9VHZ#),9,)*<LQ&_8P0&[EMAIL PROTECTED]&%\KD/9*&JH
MH<:A.DAU#5M3 RZZ7ADZ/,JV!_-GH NU>PQF'HI1+*L#"E<D\VOH::8BJAI4
MNQA"T*K4+M%<KF-$ K*A"2*9NGH?:*A]I#>$IBFF-^TA3,6WD! E^[USO?5$
[EMAIL PROTECTED]:'O<!TE-/CX*I9%M);''I57HXR":U!^D(Z9,80BJ_-!6\)WA(4I1RR[#
MJ$+E42RT493,Z^OZ$WV#V!0NQG%6BHAR%9.L);"5)99$CFGF<\+%C6EL?)E$
MQK,M*O$N-J4/"%Z.-6LG\RUCTND4%(01G8U,#:UIZ78S">85OMEY<7KZJ3?[
MT<[X7?)IB?K_OJ*Y;#\$?2:%K3=%P+;F[8:@>ZP+JQR9^KZB^E.NY'^6;<&V
MJ:F-^=4&,P\/#U7RCE26;7HP^<[EMAIL PROTECTED]"LEE)=B18MB&!
M5LJW>/:A_[[5LX^LL;WFLX\5GI]/18 ?#Y#QHW0(0'KH#/6&U#T*H.<]/U]Y
M75+5JAA[FZ&9OSYB99[*5CE^ [EMAIL PROTECTED]"F"MRJR41".\5*<$)Q<R)YC,JZH
M \%.0?.OSZ [EMAIL PROTECTED]<.G'9(O5S;&:6U!0T4>2"Z#IKF:X2H)?S<><G%7;TL
M/"P4)$RYPPG?!1B IB=:"DHT0B<""P5D% >F2 5V>FV''I]51I)CLE/M]I=L
MJM51569NH-P)M^U("#"Y^Z'K32C"[1!C)720G4).[ZE#88XAY,3H%9?)9?P"
M>:?:TCN[&&YY=;EK+G:JWX\-]6'V:;R@&&HW%3\0%]WC'Z5SVA2L0K=$=[LE
M\.+P]YH[8_@'E63WOU!+ 0(4 PH ( #E!63?5='/??Q( "5_ 2
M "[EMAIL PROTECTED] !E>&5C=71I;VY?;&]G+FAT;6Q02P4& $ 0!
) KQ(
end