BUILD FAILED:
Ant Error Message:
/export/users/cc/cc-common/scripts/cc-exec-adaptor.xml:104: The following error
occurred while executing this line:
/export/users/cc/cc-common/adaptors/jdktools-test/adaptor.xml:23: The following
error occurred while executing this line:
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build.xml:242:
The following error occurred while executing this line:
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/make/build-test.xml:97:
There were test errors.
Date of build: 2007-12-01 21:59:31 +0600
Time to build: 17 minutes 52 seconds
Last changed: 12/01/2007 18:34:26
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 = r600107, (Dec 1 2007), Linux/em64t/gcc 4.1.0, debug build
http://harmony.apache.org
Run jdk/bin/javac -version in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/javah in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/javadoc in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/jarsigner in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/keytool -help in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test/Test01.java
(at line 24)
private static final long xxx2 = 1;
^^^^
The field Test01.xxx2 is never read locally
----------
1 problem (1 warning)
TOOLS exclude list:
/export/users/cc/cc-common/build/checkouts/hdk/working_classlib/deploy/build/jdktools.tools.exclude
Running TOOLS tests
test.jre.home=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre
The test report is in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report/html/index.html
The execution FAILED with the following exception:
The following error occurred while executing this line:
/export/users/cc/cc-common/adaptors/jdktools-test/adaptor.xml:23: The following
error occurred while executing this line:
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build.xml:242:
The following error occurred while executing this line:
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/make/build-test.xml:97:
There were test errors.
***********************************************************
Unit Tests: (160)
error: 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 log20071201183426Lbuild.438 12/01/2007 18:34:26hdk
begin 644 execution_log.zip
M4$L#! H ( "[EMAIL PROTECTED],VA<1( -M^ 2 97AE8W5T:6]N7VQO9RYH
M=&UL[5U]<]NXT?_;^A3H=3JU9RQ*U*NE4]QQ;:=Q+HY3R\GUF4R>#$Q"$A.*
M8 '2MIJY[]Y=@)1$2J)D&W:43#6)AR_ 8K&_W<5B"8*]433V#WO7W)T<]D+!
M#GN4R&CBLQ=_'? @*DOO/ZQ+#JI_^?6OAZ4X=&G$RO(FZ)9*9<FB."Q_<;]&
MG/NR?"OQ8E(D>U7$4.$D#GW/@9LN"07_PIR(!'3,B!<0;QQR$5GD77+]BH?E
M-^R&[EMAIL PROTECTED]"*:$)<-O,"+/!Y(?0QD!IZ0$=:OL#LD4(DE$[+B./"O[/#QF <5
[EMAIL PROTECTED]&0E(>0Q:=V-?4(#E] AQ;8+JU_'GN]6G!%SOO(8R(S<KY5;+KYZP?!S
MVL?*F'YEN09*I8C)J%LB^/O(G!'_1$HO-OR5KJ NM$#2%LBU%U"!I"UK<RHE
MQV<T*",[EMAIL PROTECTED]<AS$P5')X."E_$:P\\'R&X#BC,7>S5Y(B7=V+,MR/U1W5F?%7
MUQ.?R+%@"DLXZ3Y:@KH0-O99,*3T'$W)4DF=: EEL3KFX]#S$8/7[TZ.B"[^
M'#Q5')]*R9+&OM ;ZLQS4VO;1/)8.(PHM$C$G[SUOA=@<U"->)(,J"_9/O&&
M 1?(T9B-N9B<TSMO'(_[X"T(^ [EMAIL PROTECTED];Y/>CR[=G;_]AQ ZUGE:^
M@ ]2_:DDM6/P'!4NAA4:4J!1&5$!ER>[EMAIL PROTECTED](R$."+D&+EA%W'PR%CEVSHR8@)
M"WG-<$UV:40 #D::!WN9.SLBJ<1<B[KNKIO0VON59,O]_XI?IM35) 1IT@&+
M)EUR-6(@ZVC$P7$!Y8MK])1[Y)KY/[EMAIL PROTECTED]/[EMAIL PROTECTED]"W),)J;[EMAIL
PROTECTED]/? #,6N60#
MX A 5,6&+&#"<_+%>J>'1(YX[+M DX04Y0$= 4#=39!<<;FVA0"C=[T(U5!2
MB&VUF0/7"T @ ?7?S5P]^-1=',7VR0WU8\!Y,[EMAIL PROTECTED]'?)^N0?T7EZ)R&
MA; G97J_[7]X"M3K6XCZ%_<VK+RCSE<[EMAIL PROTECTED]'4*+1MVV[D\(>()(C^&;.8
M*>-6IYKB/7 W:.%K;?O15MWX&8"L-3H+7AI"T=1ZV2TY \,>,K&+UR>:M#5D
MT9F[N[>WGZ6ZYC='X0&^X(&_)W$A$;WVV5HGHDH]VHTT?PHU.\C["VP6)AI:
MS\[<?9)<[EMAIL PROTECTED]@6S\#L/5F/A#X'[ K+K>W%>\/XW-/"%X\X!_4\Q:[EMAIL
PROTECTED]
MVJO#M0 ;&]V/A*"3M4/\M-0CQ_F#'QJW3K66P^V&"HT:'!1B]H/BU?F1\:K9
MM3Q> X_YKD9,QC"W.L8TQ$M],>)*:KM['[U/#XZI?E"<[>J/#72] &AU^+,Z
MU%5X;D_"2Z&8Y+K$17#",("I7 [EMAIL PROTECTED]:[EMAIL PROTECTED]'[EMAIL
PROTECTED]<-4
MIN4E%RE1PNXB!L'3[";YEJVKIU+KS7B$N4;A4=_[#P8UI*!-EP/8 8^(RZ"4
M8 2?<M (8!]X ?43.A\ !JCX_NR$*.TD?*#5 E7J,;!O3QI,P7Z*F0M945[V
M?>!SZFZ"\8(QZ\<V!$^M./)\:Y9-_'49HIM!6D 5\\\!NP$\072;.=#M244]
M0O*==D[RU\ -HP'(XR*.+@;[EMAIL PROTECTED]/7NCD_'+9DV*I^]P!,X!PR5.FE"4\%;M@
M=#.Q;T_BZ!%BM]MV3NYA?.V#SU!T"))11[O]2#T*P43P'[EMAIL PROTECTED]>8MCU[R
M.'#7N#JRP5 G6!2+0+LCW?Z BP4>]LA \+$:^68E<[EMAIL PROTECTED] :, :N
M&-T\(,!<F,D&-]H+XM@(9]#*& \5I=[?#I<UH&EMI!C;D^IYE&+D,XH9Q8 A
MY;LK1IZ';5>,5?JR/1FDC+[P\34N0="GU6H-GRD5:DRUNL*%0X\@;CWFZ("C
ME"*X\EULE;GG*L+M1U1 &9>=!2Z[(R]>D/F[IP!U>B\?4"_U_IN. LMYN_=H
ML K;[<D6%6%;7X=MLYYW!L*[ 7F1*<1(*8'JSHLNF<.\&S"IXO&Z$+DEV.F(
M=3GWJSC(0*G1]R<;8;<]&:-'8==N+3[C):?_>G=Z?'5Z\OGTP^G;J_[GXXOW
M;Z\ K?SUH\O+H_^S?!8,H]$2$!]D<LO;-F9RVY,[EMAIL PROTECTED];.LP6GK/\))C5MB?9
M\W!P:O;"+/$G06?+4C</0J?>R"]8^EG0V=(,R[W0:2]D6)+YPX!Z?BS8.9.2
[EMAIL PROTECTED]>'IV]>7]Y2MQ8E5$]P@,UULL_D3_]LDD29AT^N:;O#\R6)F#N
M-^(LI#<?#LR6X+(*KBU-W"S =4QE\12]GG]HCSG<Y(%!?CJEJERA7"]Q_0ZN
M_7G+[J(/N*3O"":QP7!WZ;SJ(0YO*0?W-ZLMS:/<'Z>#?&ZS""[EMAIL PROTECTED]"S"K7M
MS&9,DU!KLQ@'^?!!@:4>#9Z=K,#GI;Y;"-%:;Y>T8 R(+4L]7(VP0]/GDA4E
ML[7#4J.93RK-K5?!=8V*# Q5L1/M)B+<1]'[EMAIL PROTECTED]>%SV)UD2=:E[YE
M^0L)-UCE]<GO[]Y#C30C^TYP$(S\7= P7+/XL)Y/0E$QO$F6P/C/LP3FN2"M
M;5D2X]'8+200DY1^DKK_^&E/@9DNA($3N2K-._T]T'33-C36T/(6H(TO <(@
M,)9D%TYNJ0A *'*O5 IAN '1E]F=X\<NR[[!I=[;2NZ G&7TX->TU+("W[NN
MN#"Z\4E2-M4?"]7!2AI2KSHN>Y_L,@Z")6^3I;<)F:Y4>/WA_,4]&[EMAIL PROTECTED]<
[EMAIL PROTECTED],V0A16F:K<0BOL*5KY^ 4-9M95L!Q+6XZ56(X6E>J]A99C??!$%%/_
M' J!(5C)[EMAIL PROTECTED]<]C(4\8(D^!(IL??)2SWSD5U2W2>GN 9)'UYY8T:83T/)W"YI
M6;56DTCF/)I2W3JH-0Q1:K4ZABAUFF9X:EBU>LM4[QIF*#6L>JMF"KMB.=4W
MI63;5KU1J%"U34FUK:89.=5 XFTCE-J6;4Q*=J&4&AMWKFE5;6.::4J=&ATS
M @>S:[EMAIL PROTECTED];[EMAIL PROTECTED]@%<QYL</3/GQ5LT4
MI;9=J)H;&Y[=M.RJ&[EMAIL PROTECTED]<[EMAIL PROTECTED](:5J-M3J%,>:AFU9CA%8]W
MWX52VS8E\0-C^M1J&-."IAE7ASR9<>1MZZ!Q8"ID-86<(?L%2AU3E%I58P-"
M,7+?1YOJQKQX[4&>P%X,?1OM)1(_[5]M,N^<YBPP#6*IE8HZX8&LJ.=WIR<F
M.ELW93K-FC%*;5-0MAX&Y9-2:AJ*%4V&&ZWBN.Q>6F"L=S53,ZMFV]C07C.F
MF89XJD'OC,G)V%RV>6#,%QC+_#0;ID+JCIET3:UN50UE[2#,KYGQ!="[JAGL
MVI9M+$PP-B"TEXW(#XR!C.5;3?7MP)3K7:,"S8TUO&-U;&.31F/=:]=-C0>=
MIAD-;UL=0U&!C<DH,P:L2)DQ%R1E:$9DXP3;E*]K%$^N[C$%K9GI71MF::9R
[EMAIL PROTECTED])@QEQ W/5"=;J'N*O%8>8]DL#%D^+-GRHTK&IQCOM>08^QR88Q)3 7
M1#?;VY?5,C5YM:V&;4KB5=M4K-(TY)UP\FHF6FD:',Y-35O @HUE[3KFGBG4
M5_&T) ?T\'[EMAIL PROTECTED](.LAJ',7JL-)F7&8> 3/U/#=*UJIGMMJVXH]P*4
MJL;FRL7/6.\%7LM4B%PWI 9 [EMAIL PROTECTED];4JC;$/.IP&NU5#W<.30IE>*
M>.R,RLF[(5)MZ-Y-KS)%8'J-33=V[ZY92=<_.N\_SU(Z2<=RMI8..7!XX% 0
MS%L.#'AZ5WR]\3GNX!]P$C!\#YY$["[:)RY7NRWP:(3[CZ];BZ?[I0ID[N,5
MZXL ]\['[/&KY/)MXZ[^TY5SI)QNJF!@)>OR7?2AZ3OF?")':LPBK_281?3>
[EMAIL PROTECTED]"&XXB8G<ZH'NU:K6M%H8FU?I\$-WBQDEJVPJJMJS@@GB@
MKK[GL$"";NT3"KB$ZC,/N!5EIGG5V[2SO]A6TZK^0C(E0 G+U ]'%%C"K9J@
MZZ'/(H;MX#$T"E0S5>1-@&\=M*I5N]K>)[LGS"'$5LSO[>/FYO%=A8U;C:@R
M=!RP.=L"\U&;LA,EK RQ412%W4JZS#<=XV&X+T30>48(3QW? Z,GKU&6^J,
M :K<!L;[EMAIL PROTECTED]<B1#%4=6(6N3(]XFZ#6Z& 9,WS+4*^S=Z^FZ]
M?GM65M\<(2.F]A[1%J[6$E-<9)PIG3EYCV^_=9?%9,GB7.R!=8X?^OC(]9[O
MGTA/;Q2&N[+(P]6TIQ4R5PDI7W,>[EMAIL PROTECTED]/2P[^'RE:&'D1Y1%V]]4#0N-X9
M^LL"%UT4S]%9_L-%UBX;T-B/[EMAIL PROTECTED]"("A!6;PMX(A7([^U/QPTD,(#S.$
M4/.0F/X2R90?P5Q/, >=N!?<@R<9,L<;>.HS,'E?D^?')3W="!>3*5,I/QF=
[EMAIL PROTECTED]&MN(O6E;Y';D.:-%H@/PF_I=)GQ%@(I),?M> (:0;^1,74R^
MUS&G;NJM [EMAIL PROTECTED]<W!K>3APMV*1#)8HK7##*:8UXQAS=-2
M48/:30\W*HF!(_)OF"!I_.8J;21>B;&*$N3U!/?Q [O/X7_))[EMAIL PROTECTED]"%GLWE
MSC/X-FCH!!O2VP]Z.*2A(('["8L*^(,A98@(/P.'HJ^;&C$_M):XUYT9-]\2
MG_@'>7UTJ6)) C#2+'!SY5&WO,%D2;W56I34V8$?2:H#RDC/Q=IDH7;Y*YM(
ML#=&>NG19^4'=]1[A#I6T;J7WL_65Y?4*RLS [EMAIL PROTECTED]'YUJ4$&%P@
M,.4MO;; ^K3N7+4=DFXB!->G5<DNN [7&PQ #_1V6TN:W,NQIP0'B&B?_!GM
M#.FK;V\E'2L4+MQ4."^O;O5?JE#<.H%86OG0!2R5;]E17>(W'DPAJ.NJ+WE1
M/QD,[EMAIL PROTECTED]"#9&M!==IL.'7 6<BD7HL&RPP3$-4IQ7$^&/IT0O 1N!O>ODF07
M+ A<)8R&J5XBZRF/.<%%DI+>5?_H\_O+-X=(,J-+, 4#Y.DX1$<[XL*+)@O5
ML6U- H\^*T.9UPAU(<4 BLTSFR4&<KB;D-Z(@PF#]"!RDX??NCVTY<,_E)C@
MMHKFP(JA$$D*J?YAJ7W"K*&E"UJZH 4NI&O#)'M)4]H6\.\4\'E#R+2W^^KJ
MZAW&Z/V+X]_Z>PO4$$"A?;P>'Y#:S.<C34=,PH@/[EMAIL PROTECTED]
M>REWZ55%,F=A<CD3]^)![:[EMAIL PROTECTED]"XW!',&LKR-O, JYD$(S/%);I_K>1H
MUC3"3,#*QK*<3BL4L8I*:I[7>[EMAIL PROTECTED]:Y'2?;;KC><#Y]D&\P
M*]ULI>4L+P0"H#PXB),R#LY/'PQD3GY+VHY5%)"YE;+UK=Q+OGVA'<4?\U?T
MF(_7>OKPL_I(UN$?EF61\NL>!F%IH0(N GX;I%_8D%DV=I1V"/;OG9U_Z-DB
[EMAIL PROTECTED](G3E/M<'920(_R=G6,[EMAIL PROTECTED](YEOK+:!S."[EMAIL PROTECTED]
MHY'6%HB]<S5=AMD,&$DNV9C?, *#'$P1U#"^U*'LE#744.-4'62ZAJVI 1==
MKXQ<'N?;@_DST(7:?08S#\4HEM4!A2?2^37T-%<150VJ78T@:%5JEVHNUS$B
M =G0%)%<7;U[,]0^T]LXTPS3N\X(IN)[2(B2X_ZEWC B1P(8='P>@*2FGPR%
MTLBVDMAB:17ZN(@F#8;9B"E7&(*J('(4?._P$*6H99=C5*&R$ OME"7S<Q31M"6SEB:618Y;[EMAIL PROTECTED];[EMAIL PROTECTED](K!*_
MFK63^98SZ6P*"L*([DZNAM:T;+NY#/,&7]J\NKAXTY__U&;R!OBL1/-_W[Y<
MMXN!/I/"T5L98%O+]C#0/=:%58Y,?151_:G:Q1]36['9:68[?;4MS-W=78V\
M(/:ZK0JFOZ4[P>AM31/&%,F';UJ:[B1 =NUT'X%UVPAHI7R.AQ_Z[W,]_,@;
MVU,^_-C@"?I,!+CEOTP>ID, TD=GJ+>1[E, O>@)^L8KDVSKP-A[9';Q,L6-
M>:I:U>1A]8.?XNG [EMAIL PROTECTED]>JLS&833!2TE"<'HA?X[)N+(.!+LES;[EMAIL
PROTECTED](&DB]
MRS=PVB6-=K4ZSFH+&BCR0'0=-,VG"%$K^)'RBH=[<5EX6"I)F')'4[Y+, #-
M3K04E&[EMAIL PROTECTED]@H#DRQ"[EMAIL PROTECTED]/JN,),=DI]JC+]T*JZNJS-U N1/N.+$0
M8'*W(\^?4H3;$<9*Z""[I8+>4Y?"'$/(J=$K+M/+^-WP;JVN]V,QW/+F<M=<
M-&K?CPWU.?59O* 8ZK05/Q 7W>(?I7/:%*Q2KT(/>Q7U[?J*_HZ]TI?#_P)0
M2P$"% ,* " LLH$W4;C-H7$2 #;?@ $@ I($
H97AE8W5T:6]N7VQO9RYH=&UL4$L%!@ ! $ 0 *$2 $!
end