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-11-28 12:02:01 +0600
Time to build: 18 minutes 48 seconds
Last changed: 11/28/2007 09:30:47
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 = r598859, (Nov 28 2007), Linux/ia32/gcc 4.1.0, debug build
http://harmony.apache.org
Run jdk/bin/javac -version in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/javah in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/javadoc in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/jarsigner in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Run jdk/bin/keytool -help in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report
Compiling TOOLS tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test/Test01.java
(at line 24)
private static final long xxx2 = 1;
^^^^
The field Test01.xxx2 is never read locally
----------
1 problem (1 warning)
TOOLS exclude list:
/export/users/cc/cc-common/build/checkouts/hdk/working_classlib/deploy/build/jdktools.tools.exclude
Running TOOLS tests
test.jre.home=/export/users/cc/cc-common/build/checkouts/hdk/target/hdk/jdk/jre
The test report is in
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build/test_report/html/index.html
The execution FAILED with the following exception:
The following error occurred while executing this line:
/export/users/cc/cc-common/adaptors/jdktools-test/adaptor.xml:28: The following
error occurred while executing this line:
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/build.xml:242:
The following error occurred while executing this line:
/export/users/cc/cc-common/build/checkouts/hdk/working_jdktools/make/build-test.xml:97:
There were test errors.
***********************************************************
Unit Tests: (160)
error: 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 log20071128093047Lbuild.461 11/28/2007 09:30:47hdk
begin 644 execution_log.zip
M4$L#! H ( )EB?#=FMNP7?!( -Q^ 2 97AE8W5T:6]N7VQO9RYH
M=&UL[5U[<]LXDO_;^A38V;I:N\JBWL]1?.6SG8TSL9VUG,Q>I7(IF(0D)A3!
M!4C;VM1\]^L&2$FD)[EMAIL PROTECTED]/[EMAIL PROTECTED]; W"L?>4>^6.Y.C7B#8
M48\2&4X\]NIO ^Z'1>G^FW5)N_Q?O_[MJ! [EMAIL PROTECTED]<6OSK>0
M<T\6[R5>C(NDKXH(*IQ&@>?:<-,A@>!?F1T2GXX9<7WBC@,N0HN\CZ_?\*#X
MCMTQ#TL&3(03XK"!Z[NARWVICX',P!4RQ/HE]H $2I%D0I9L&_X5;3X><[\D
M;>$&H2S%A%PFK8>Q1ZCO$#JDV'9N]=O(]9R2/6+V-QX!F9'SK73/Q3?7'WY)
M^E@:TV\LTT"A$#([EMAIL PROTECTED]/>*?2>'5AK_"#=2%%DC2 KEU?2J0M&5M3J5@
M>XSZ161$%H'[( *&"C8/)[EMAIL PROTECTED]'KL<0''LTYD[Z2ERDJWM1A/N1NJ,Z,_[F
MN.(S.1%,80DGW2=+4!?"QKX(AI1>[EMAIL PROTECTED]:$T5B=\'+@>8O#V_>DQT<5?
[EMAIL PROTECTED]>2[5$I6=S85WI'[7ENJJT*D3P2-B,*+1+R9V^][_K8'%0CKB0#ZDEV2-RA
MSP5R-&9C+B87],$=1^,^> L"?@&U-T6C./VE+E<L\OOQ]>7YY=^-V*'6T])7
M\$&J/[EMAIL PROTECTED]>H\3%L$0#"C1*([EMAIL PROTECTED])8& GP14BR=LMMH.&[EMAIL
PROTECTED]&3)A
M(:\IKLD^#0G P4BC?9"ZLR?B2LRQJ./L.S&[EMAIL PROTECTED])NMS_K?BE2MU, I F';!P
MTB4W(P:R#D<<'!=0OKI%3WE ;IG'_:'[EMAIL PROTECTED]"'I/0JSVSO6_,><=,&.1:S8
[EMAIL PROTECTED](?"9<.UNL=W9$Y(A'G@,T24!1'M 1 -39!,D5EZL["#!ZUZM #26Y
MV)8;&7!='P3B4^_]S-6#3]W'4>R0W%$O [EMAIL PROTECTED];[EMAIL PROTECTED]&RI'%S3(
MA3TNT_OM\.-SH%[;0=2_.O=!Z3VUO['PU)4!#:%&KFU7*O4,_A"1^.$_(A8Q
M9=SJ5%/< G>#%K[6MI]LU?6? <AJO;/@I2$43:R7W9-S,.PA$_MX?:))6T,6
MGCO[!P>'::IK?G,4'N$+'OE[%A<2TEN/K74BJM23W4CCIU"S=M9?8+,PT=!Z
M=NX<DOC"QIKQPP/;_!F K36R@<[EMAIL PROTECTED];6K>'\<7[A"\/P!OUW+6K"B(M5H
MKP[7 [EMAIL PROTECTED]'34D\<Y]L_-&Z=<C6#VQT5&C4XR,7L!\6K\R/C5:U4
[EMAIL PROTECTED]&C$9P=SJ!-,0K_7%D"NI[1]\<C\_.J;Z07&NE']LH&LY0*O#G]6A
MKL)S=Q)>"L4XUR6N_%.& 4SIR@>!WB>7W]'(MT=)0BP/ZLY"[(L63,X>;*8R
M+:^Y2(@2]A R")YF-\GW=%T]E5IOQB/,-0J7>NZ_,:@A.6TZ',#V>4@<!J4$
M([EMAIL PROTECTED] [EMAIL PROTECTED],4/YZ=$:2?A ZT6J%)/@7UWTF *]C/,7,B2\K(?
M?(]39Q.,%XQ9/[8A>&I%H>M9LVSBK\L0W0S2'*J8?_;9'> )HMO,@>Y.*NH)
MDN^T,I*_!6X8]4$>5U%X-;A0.7CR2B?GE\N>Y$O=XS:8 81+KC*E-.&IV 6C
MFXE]=Q)'3Q![I57)R#V(;CWP&8H.03+J:+\?JD<AF @[EMAIL PROTECTED]'\'NIRUSR\#6/
M?&>-JR,;#'6"A9'PM3O2[0^X6.#A@ P$'ZN1;U8RT^.32(9\_ XN :(^8^"*
MT<T# LR!F:[EMAIL PROTECTED],\5!1ZOWWT;(&-*V-%&-W4CU/4HQL1C&E&#"D
M_.F*D>5AUQ5CE;[EMAIL PROTECTED](M+$/1IN5S%9TJY&E,NKW#AT".(6T\X.N P
MH0BN?!];9<Z%BG#[(150QF'GOL,>R*M79/[N&4"=W,L&U$N]_Z:CP'+>MAX-
M5F&[.]FB/&QKZ[!MU++.0+AW("[EMAIL PROTECTED] ]N.$ULYE[!R:5/U[G(K<$.QVQ
M+N=^%0<I*#7ZWF0C['8G8_0D[%K-Q6>\Y.R?[\].;LY.OYQ]/+N\Z7\YN?IP
M>0-H9:\?7U\?_Z_E,7\8CI: ^"B36]ZV,9/;G<31:MC68;;PG.4GP:RZ.\F>
MQX-3K2S,$G\2='8L=?,H=&KU[(*EGP6='<VP;(5.:R'#$L\?!M3U(L$NF)1T
MR "97_[Z5_+Z^/S=A^LSXD2JC.H1'JBQ7OZ%_.6739(PZ_#)-+T],#N:@-EN
MQ%E(;SX>F!W!915<.YJX68#KA,K\*7HM^] ><[CQ X/L=$I5N4&Y7N/Z'5S[
M<\D>PH^XI.\8)K'^<'_IO.HQ#F\I!]N;U8[F4;;'J9W-;>;A)'X0>%:AMIO9
MC&D2:FT6HYT-'Q18ZM'@^>D*?%[KN[D0K?5V<0O&@-BQU,/-"#LT?2Y94C);
M.RS5&]FDTMQZ%5S7J,C 4!79X7XLPD,4[<&?_QS](]SE(O=9K"[R3.O2=RQ_
M(>$&*[T]_?W]!ZB19&3?"PZ"D;\+&@1K%A_6LDDH*H9W\1(8[V66P+P4I-4=
M2V(\&;N%!&*<TH]3]Y\^'[EMAIL PROTECTED]<")7I7FGOT>:;M*&QAI:W@&T\25 & 3&
MDNS#R3T5/@A%'A0* 0PW(/HB>["]R&'I-[C4>UOQ'9"S#!_]FI9:5N"YMR4'
M1C<^B<LF^F.A.EAQ0^I5QV7ODUU'OK_D;;+D-B'3E0IO/UZ\VI)1"[EMAIL PROTECTED]'
M7_$_:"-$8:6IRBVTPIZCE4]?T6!F707+L;3E6+'E:%&IWEMH.=9'5X01]2Z@
M$!B"%2^_P&$O11$O2((OD9+*(7FM9SZR2\J'Y S7(.G#&W?,"/-H()G3)4VK
MV:@2R>PG4ZI;E6K="*6:U6DV#/%4K3<-46HT*Z9Z5S8CI[K5[)CA";!KU_(H
MU3:E5*E:M5IN]ZJ;DFI;!O6I9812RZK7<WG:1DZ55JYJUC<E!4%ZI]PQ):FZ
M*2UOMTWYE68U5S<WIM2PVIU<.34W[EW5:E5RF=I8RP&\BAGPZE:Y9@:\-O!D
MRFV6*\;<9L?4H%#.'_(VMKQ*TZKE:]0V]F*.D!GL0.(54Q)O&G(KJ$]M4W+*
MM^!MY-0R1LE0X(,\F1GRZE:M8:QWQL;SAJG.E<MFW'@;5-R,8H+ :\8B<F/Q
MH;E0K&XL5#&DX3BRF+-?8][)D)Q Q>MFU EXRH]8MZ)DBJ=.V5A\4=M!?3(4
MT:%F&M.GBBE?T#8VI6X;<KY Z5$#<&6)[UUB*V?]FTWR/=-<(:8?K4NUA!4/
MU9,.]=S\[-1(&&Q,X<NFPI:V.6=E+)1JYR<TMJ)D:B9;Z>1BMW$>[EMAIL PROTECTED]@54T%
M+BU#E!I6M6QFI&E9=4-C%IA+TU3:KMPT-OJ9T2=,'9C2<[EMAIL PROTECTED]>[EMAIL
PROTECTED]:H
M C,84XZNW3%E*^66*6VJ&AJ/VU;-T'R_8BY(J*R=HFU'RHSA*5*F_$HK5\\W
MGH$VK/;C8I<E3K/5,2.GAM5LFQH2*H:F5B#P?'>P1>JVF2_QK2CE:L'FSQ7J
M!A\&F S&3,V(#.DX$C(U9>C4C0TO#3,3HHK5,#;!;AE+V+3KQI*;55/^J54U
MEM([EMAIL PROTECTED]:\BM*2Z>CCES:\X=[<[EMAIL PROTECTED](4W+D,XU6U;#C!TTK;JA
M\+]I-0RM)(!IDJ'[EMAIL PROTECTED] KIG_V'Z+[C4,C:ZH3\:Z5S>GY?6J,34W
MY0_;AD3>Q$25-KU"R"-[5(S?#I%J2_=N<I4I M-K;+JU>W?-6KK^\47_91;3
M23J6L]5TR('-?9N"8"XY,.#J??'UUN>XA[_/B:_2B"1D#^$A<;C:;X&'(]R!
M?-UJ/-TO52!U'Z]87P5X=SYF3U\GEVT;]_6?KITCQ61;!0-K69?OHP]-/S#[
M,SE60Q9YHX<LHG=W8H)TR;Y]0$YX,!'N<!222J<#NE?%F2 [EMAIL PROTECTED],>M
MD]3&%51M6L$%<4%=/[EMAIL PROTECTED]< G4AQYP,[EMAIL PROTECTED]"4B5
M"8O4"T846,+-FJ#K@<="ANW@,30*5%-5Y)V/[QTT.C!)[!R2_4M^1ZIM9+YU
M<(C;FT</)9?6JJ6A;6/NQ0+K4;NR$R6K%*U1& ;=4K+.-QGA8;#/!=!^003/
M;,\%FR=O493ZJP" 7]EJM0"PFE7#WLUP//^?"[EMAIL PROTECTED] 4JCK !M6>38\XBZ#5Z&
M 9-WS+%R^S=Z_FZ]O3POJH^.D!%3FX]H U>+B2FN,DZ53IU\P-??NLLBLGAU
M+O; NL O?7SB>M/WSZ2G=PK#;5GDT6K:TPJIJX04;SD/%0G0R!'IX=\C92I#
M%V(\HJ[>NR!H7/ ,[EMAIL PROTECTED]@L_^$J:X<-:.2%\8YF2"]'!,#0 C/X6\$0
MKD=_;GXXZ2&$1RE"J'E(3'^*9,J/8(XKF(T^W/6WX$D&S'8'KOH.3-;59/EQ
M2$\WPL5DRE3"3TKG$J[L^/L>H#>IQC9B;]H6N1^Y]FB1Z #<IGZ9"=\1H&*2
[EMAIL PROTECTED]&SE7%^,/=LRIFWKM !JA4<C'X#'5GA[Y],%_W7)P*UFX<+LB$8^5
M:.TP?\GG-658\[14T*"[EMAIL PROTECTED]/P+ID<:O[E*&XE78JBB!'D[P8W\P.XS
M^%\S">H*(52N9W.X_0*^#1HZQ8;T_H,[EMAIL PROTECTED](<_F!(&2+"+\"AZ.NF
M1LP+K"7N=6_&S??8)_Y!WAY?JU"2 (PT#=Q<>=0M=S!94F^U%L5U]N!'XNJ
M,M)SL#99J%W\QB82[(V17G+T1?G!/?4BH0Y5M.XE]]/UU27USLJ, )X" 75U
M?>4 57B^=2D!!@<(3'E+KBVP/JT[5VV/)+L(P?5I5;(/KL-Q!P/0 [W?UI(F
M#S+L*<$!(MHG?T$[0_KJXUMQQW*%"S<5SLNK6_W7*A*W3B&45CYT 4OE6_94
ME_B="S,(ZCCJ4U[4BP>#;(,>&$BZ!G27W2=#!YP%7,J%8+!H,P%QC5(<QY6!
M1R<$+X&;P0VL)-D'"P)7":-AHI?(>L)C1G"AI*1WTS_^\N'ZW1&23.D2S,
M>3H.T-&.N'##R4)U;%N3P*,ORE#F-4)=2#" 8O/,IHF!'!XFI#?B8,(@/8C<
MY-'W;@]M^>@/)2:XK:(YL&(H1.)"JG]8ZI P:[EMAIL PROTECTED]:($+Z5:JM?J2IK0M
MX-\IX/.&D&IO_\W-S7L,T?M7)[_U#Q:H(8!"[EMAIL PROTECTED]/B"UF<]'FK:8!"$?"AK
M>*GHPHPB 5\LIZCJ]A+NDJN*9,;"Y'(FMN)!;:HWICX=XF"XW!',&DKS-O,
MJYD$(S/%);I_K>1HUC3$1,#*QM*<3BODL8I*:I[7>[EMAIL PROTECTED]:Y
M'<?[;CCN<#Y[D&TP+=UTI>4L+P0"H#PXB),B#L[/'PRD3GZ+VXY4%)"ZE;#U
MO=B+/WZA'<4?\U?TF(_7>OKPB_I*UM$?EF61XML>!F%)H1PN?'[O)Y_8D&DV
M]I1V"/:OO;V_Z]DB2ZD%W(F2A/M<'920+;R]O1,[EMAIL PROTECTED](YDMK+:
M"[EMAIL PROTECTED]'6%HB],S4=ALD,&$FNV9C?,0*#'$P1U#"^U*'L%374
M4.-,':2ZAJVI 1==KPP='F7;@_DST(7:?08S#\4HEM4!A2N2^37T-%,150VJ
MW8P@:[EMAIL PROTECTED] =G0!)%,7;U],]0^U_LXTQ33^_8(IN('2(B2D_ZUWC$B
M0P([EMAIL PROTECTED]:17Z.(@F]8?IB"E3&((J/[05?._Q$*6H99=A
M5*&R$ [EMAIL PROTECTED]<9R5(J)<Q31K"6QEB2618YKYG'!Q;Q8;?TPB
MX_D6E7A7F](;!"_'FK63^9XQZ70*"L*([EZFAM:T=+N9!/,&G]J\N;IZUY__
MUF;\"OBL1.,_'[]<MXV!/I/"UGL98%O+-C'0/=:%58Y,?191_2E7\K^FMF*W
MT]1^^FI?F(>'ARIY12KK]BJ8_I9N!:/W-8T94R0?OVMILI4 V:\D&PFLVT=
M*^5+//O0?U_JV4?6V)[SV<<&S\]G(L ]_V7\*!T"D#XZ0[V/=)\"Z'G/SS=>
[EMAIL PROTECTED](LR->2I;Y7B9\:,?XNG [EMAIL PROTECTED]>JLC&03C!2W%"<'HA>X[)N*(.
M!+L%S;[EMAIL PROTECTED](ZDN]S3=P"GUM5LKCM+:@@2(/1-=!TWR.$+6$7RDON;@9EX6'
MA8*$*7<XY;L ]#L1$M!B4;H1&"A@(SBP!2IP$ZO[=#CL\I(<DQVJDWZDKVP
MNJK*W V4.^&V'0D!)G<_<KTI1;@=8JR$#K);R.D]=2C,,82<&KWB,KF,'P[O
M5MMZ0Q;#+6\N=\U%O?KGL:&^ISZ+%Q1#G9;B!^*B>_RC=$Z;@E7HE>A1KZ0^
M7E_2'[)7^G+T_U!+ 0(4 PH ( )EB?#=FMNP7?!( -Q^ 2
M "[EMAIL PROTECTED] !E>&5C=71I;VY?;&]G+FAT;6Q02P4& $ 0!
&K!(
end