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:98:
There were test failures.
Date of build: 2008-01-21 02:01:36 +0600
Time to build: 19 minutes 15 seconds
Last changed: 01/20/2008 22:28:44
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 = r613598, (Jan 20 2008), 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:98:
There were test failures.
***********************************************************
Unit Tests: (160)
failure: testThreadGroup002
org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroup002Test
Unit Test Error Details: (1)
Test: testThreadGroup002Class:
org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroup002Testjunit.framework.AssertionFailedError:
testThreadGroup002 FAILED:
## Unexpected thread status found out for some tested threads!
at
org.apache.harmony.jpda.tests.jdwp.share.JDWPTestCase.printErrorAndFail(JDWPTestCase.java:753)
at
org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroup002Test.testThreadGroup002(ThreadGroup002Test.java:286)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
***********************************************************
Modifications since last successful build: (1)
add cc-hdk log20080120222844Lbuild.600 01/20/2008 22:28:44hdk
begin 644 execution_log.zip
M4$L#! H ( )H2-3B<D39.>Q( .!^ 2 97AE8W5T:6]N7VQO9RYH
M=&UL[5W_4^.XDO^9_!5Z^^KJ015QXGQ/-L,5!\P.L\/ $8:]JZDY2MA*8G L
M/]D&\J;V?[]NR4YB)W$2$&QFZJ5F*'^16JW^=+=:;5GN#L.1>]"]Y?;XH.L+
M=M"E) C'[EMAIL PROTECTED](MU2*O\'[_^XZ [EMAIL PROTECTED]>07[^S[
MD',W*#X&>#$NDKXJ(JAP'/FN8\%-F_B"WS$K)!X=,>)XQ!GY7(0&N8BO7W&_
M^(D],!=+^DR$8V*SON,YH<.]0!T#F;[EMAIL PROTECTED]@3$BA% 1-!R;[EMAIL
PROTECTED]'BHQ'W
M2H$E'#\,2C$AAP7&[EMAIL PROTECTED],)'5!L.[?Z;>2X=LD:,NN>1T!F:-^7'KFX=[S!
M3=+'THC>LTP#A4+(@K!3(/C[RJPA_T8*[];\%:[EMAIL PROTECTED] DA;(K>-1@:0-8WTJ
M!<MEU"LB(T$1N/<C8*A@<7]<O!.LV'=<AN!8PQ&WTU?B(AW5BR+<C^0=V9G1
MO>V(;^1(,(DEG'1>+$%5"!N[$0PIO4530:[EMAIL PROTECTED]@=\9'ON(C!QXOC0Z**
MOP5/)<NE0<#BQN[H [5FN:DT31+P2%B,2+1([EMAIL PROTECTED],W8/O$
M&7A<($<C-N)B?$:?G%$TZH&W(. 74'M3-(J37^JR:9 _#B\_GW[^38L=*CTM
MW8$/DOTIQ;[EMAIL PROTECTED]@41I2 9?'TX)!J2_ %R'%TC&[C08#QB[9P E"
M)@SD-<4UV:4A [EMAIL PROTECTED];?V4G=V1%R)V0:U[5T[IK7W*TF7^[\EOU2IJ[$/TJ1]
M%HX[Y&K(0-;AD(/C [EMAIL PROTECTED]@M<[DWD'[EMAIL PROTECTED]'TF(U3XYWCVS/P$S!KED
M?> (0)3%!LQCPK&RQ;[EMAIL PROTECTED];Q*<[EMAIL PROTECTED] [EMAIL
PROTECTED]>1R90L!1N]Z[LNA
M)!?;<CT#KN.!0#SJ7DQ=/?C471S%]LD#=2/ >3V8-T4<FU&([Y-5R'[EMAIL PROTECTED]",
M^KFPQV6ZO^]?OP;JU2U$_<Y^]$L7U+IGX;$3^#2$&KFV;9JU#/X0D7CA?T<L
M8M*XY:FBN 'N&BU\I6V_V*IK/P.0E5I[SDM#*)I8+WLDIV#8 R9V\?I8D38&
M+#RU=_?V]M-45_QF*#S#%SSS]RHN)*2W+EOI1&2I%[N1^D^A9JVLO\!F8:*A
M].S4WB?QA;4UXX<'MO$S %NM9P.!?P.[Y')S6_&^'ITY0O#\ ;]5S5JPI!+(
MT5X>[EMAIL PROTECTED] 0=KQSB)Z5>.,ZW?FC<VN5*!K<'*A1J<)"+V0^*5_M'QJMB
M5K)[EMAIL PROTECTED]((*YU1&F(=ZKBR&74MO=^^I\>W9,]8/B;)9_;*"K.4#+PY_5
MH2[#<WL27A+%.-<[EMAIL PROTECTED],[EMAIL PROTECTED]&24(L#^KV7.R+%DQ.GBPF
M,RWON4B($O84,@B>IC?)]W1=-95:;<9#S#4*A[K.OS"H(3EMVAS ]GA(; :E
M!"/XE(.& 'O?\:@;T[D&&*#BE]-C(K63\+Y2"U2IE\"^/6DP"?L)9BZ"DO2R
M7SR74WL=C.>,63VV(7AJ1*'C&M-LXJ^+$%T/TARJF'_VV /@":);SX%N3RKJ
M!9)O-S.2OP5N&/5 'N=1>-X_DSEX\DXEYQ?+GN1+W>46F &[EMAIL PROTECTED]
MH^N)?7L21R\0N]DT,W+WHUL7?(:D0Y",/-KMA?)1"":"]V#4$?PQ4&4^\_ ]
MCSQ[A:LC:[EMAIL PROTECTED])0[4NWWN9CC88_T!1_)D6]:,M/CHR@(^>@37 )$/<;
M%:.;!P28#3-9[T%Y01P;X0Q:&>&AI-3]SX-%#2A::RG&]J1Z7J08V8QB2C%@
M2/G+%2/+P[8KQC)]V9X,[EMAIL PROTECTED]"[EMAIL PROTECTED]<C6F7%[BPJ%'$+<><73
M84(17/DNMLKL,QGA]D(JH(S-3CV;/9%W[\CLW1. .KF7#:@7>O]U1X'%O&T\
M&BS#=GNR17G85E=A6Z]FG8%P'D!>9 (Q4HJA>G+"2V8QYP%,*G^\SD5N 78J
M8EW,_3(.4E J]-WQ6MAM3\;[EMAIL PROTECTED]&_//>,G)_UR<'%V='-^<7)]\ONK=')U_
M^7P%:&6O'UY>'OZOX3)O$ X7@/@LDUO<MC:3VY[$T7+85F$V]YSE)\&LLCW)
MGN>#4S'G9HD_"3I;EKIY%CK56G;!TL^"SI9F6#9"ISF788GG#WWJN)[EMAIL PROTECTED](
MZ( !,K_\_>_D_>'IIR^7)\2.9!G9(SR08WWP-_*W7]9)PJS")]/TYL!L:0)F
MLQ%G+KWY?&"V!)=E<&UIXF8.KB,:Y$_1J]F']IC#C1\89*=3LLH5RO42U^_@
MVI_/["F\QB5]AS")]0:["^=5SW%X"SG8W*RV-(^R.4ZM;&[EMAIL PROTECTED]"S#+7M
MS&9,DE KLQBM;/@@P9*/!D^/E^#S7MW-A6BEMXM;T ;$EJ4>KH;8H<ESR9*4
MV<IAJ5;/)[EMAIL PROTECTED])!H:JR IW8Q'NHVCW_OKGZ-=PEXO<9[&JR"NM2]^R
M_$4 [EMAIL PROTECTED] <!!/\(:COKUA\6,TFH:@8/,1+8-RW60+S5I!6
MMBR)\6+LYA*(<4H_3MU__;8GP4P6PL!)L"S-._D]TW23-A36T/(6H(TO <(@
M, K(+IP\4N&!4(*]0L&'X09$7V1/EAO9+/T&EWQO*[X#<@["9[^F)9<5N,YM
MR8;1C8_CLHG^&[EMAIL PROTECTED]'G+7B;++E-R&2EPL?KLW<;,@K!"@RY
M\O ._X,V0A16FJC<7"OL-5KY>H<&,^TJ6(ZA+,>(+4>)2O;>0,LQKAT11M0]
[EMAIL PROTECTED])@"$:\_ *'O11%O! 0?(F4F/ODO9KY!!U2WB<GN 9)'5XY(T:82_V V1W2
M-,KM"@F8]6)*-:/::FFA5#4JY88FGNI5381:53V=JQEFK::%4MTHE^N:>*JU
MVWF4JNM2,G/%75F73,MHU',9VD3<FK2R830JIAXAF4:[FFMTM75)08!>K>9R
MM8FD&KH\05F3BH/9E?7TKF&8^;K96-L[58UV.;=[&ZAYM:[EMAIL PROTECTED]/0;3,MH-
M;3Q5=7G?BJG+^U::N3RM;7EFTZBT=77/S%>H32B934UCL%G19\/:U*"N2S5-
[EMAIL PROTECTED]/X&[EMAIL PROTECTED]:;*51T:4#56UBJFL:
[EMAIL PROTECTED]'"T!77FTU=$J]4=/&DCU*YH<WL6OIXTC:R:-(GH-30X^A 3A5M7KRIS5JJ
MVJQ%TPB,;ER/[EMAIL PROTECTED]/VB8;=5TLE;5E"U9$F1O%];K<>%F;\RUK,[EMAIL
PROTECTED]&V0*FL;
M$,S\:?X&^9E:OCZMG3"[EMAIL PROTECTED],])C+74("_18<--HMG3IDS:KT\:1QI!'
MVU!>U>;$:_DA3WWM@<[EMAIL PROTECTED]&.VWN:[EMAIL PROTECTED]/U%IZP#-Q;-%CP9I)
MZ9D!24K:O&9^]G_MJ6)3F^VUC'I3C\@;,':NSY.9/R8LDOA)[VJ=IUR9Q1WQ
M^6^"1W[\YI!<,GARK,$<VRU=&5RSG6O8&VB&F8_G^H\7 (:VMI"XI6LV4]84
M$N/[EMAIL PROTECTED])VUI&[EMAIL PROTECTED]:.FZ=D"SK"T3;.KNN+8MK[9C#8M:&AZ
MWE$UZIIF,[EMAIL PROTECTED] K?\_-4-'[EMAIL PROTECTED]/2,K=$T&IJB. @#\H>-#2C5
M-#UK;<[EMAIL PROTECTED]/#4.;,VSKZ1M"IVGX 3'IZ1VP5-.FF+6F'A^&I#3-+T#'F]K"
M;UV2PB%?2:H0\L@:%N/W0P*YJ7LGN<HD@<DU-MG<O;-B-5WO\*SW-LOI CH*
MINOID .+>Q8%P7SFP("C=L97FY_C+OX>)Q[#=^%)R)["?6)SN>,"#X>X!_FJ
M]7BJ7[) ZCY>,>X$.'<^8B]?*9=M&W?VGZR>(\5D8P4-JUD7[Z0/33\QZQLY
ME",6^:!&+*+V=V*"=,BNM4>.N#\6SF 8$K/=!MVK8$X-%X?&U7J\'S[BYDER
MZPHJMZW@@[EMAIL PROTECTED],2\ W=HG%'#QY:<><#O*5/.RMTEG?S$-,(!?2*H$*&&1
MNOZ0 DNX71-TW7=9R+ =/(9&@[EMAIL PROTECTED]'#;-:;[?VR>Y'Z@'GR'QK;Q\W
M.(^>[EMAIL PROTECTED]@#KD?NR$RFK%*UA&/[EMAIL PROTECTED]:S/!=!Z0P1/+-<!
MFR<?493JNP" 7]EH-@&PJE'%WDUQ//VO,[EMAIL PROTECTED]/DJCK UR*'K$GD;O P#)A^8
M;>3V;_CZW?KX^;0H/SM"ADQN/Z(,7"XGIKC..%4Z=?(%7X#K+ K(XO6YV /C
M#+_U\96K;=^_D:[:[EMAIL PROTECTED]>5$A=):1XRWDH28!&#DD7_QY(4QDX$.(1
M>?71 4'CDF?H+_-L]% \0V?Q#]=9VZQ/(S>,]S1#>CDB (;FF,'?$H9P1?IK
M\\-)%R$\2!%"S4-BZF,D$WX$LQW!+/3ACK<!3X'/+*?OR"_!9%U-EA^;=%4C
M7(PG3"7\I'0NX<J*O_ !>I-J;"WV)FV1QZ%C#>>)]L%MJM>9\"T!*L;Y[#L>
M&$*VD5-Y,?YDQXRZR1</H!$:A7P$'E/NZI%/'_S7+0>WDH4+-RP2\5B)[EMAIL PROTECTED]
MEWQ>4X8U2TL)#/=RK) [EMAIL PROTECTED](&_'N)4?V'T&_TL6
[EMAIL PROTECTED]"")[EMAIL PROTECTED]:.L2&U Z&#([EMAIL PROTECTED]"'/QA2!HCP&W
H>JJI(7-]
M8X%[W9ER\SWVB7^2CX>7,I0D "-- S=3'G7+Z8\7U%NN17&='[EMAIL PROTECTED]/1L
MK$WF:A?OV3@ >V.DFQS=2#^X(U\E5*&*TKWD?KJ^O"3?6ID2P%,@(*^NKNRC
M"L^V'@0 @PT$)KPEU^98G]2=J;9#DGV$X/[EMAIL PROTECTED]:T&3>QGV
MI. $>63;]#.D+[\_%;<L5SAPDV)\^+J1N^]C,2-8PBEI0^=PU+ZEAW9)?[@
MP R"VK;[EMAIL PROTECTED] +!I*N =UEC\G0 6<^#X*Y8+!H,0%QC50<VPE\EXX)
M7@([EMAIL PROTECTED] A<)8R&B5XBZPF/&<&% 27=J][AS9?+3P=(,J5+, ,#Y.G(
M1T<[Y,()QW/5L6U% H]NI*',:H2\D& Q6:931,#.3R-27?(P81!>A"Y!0??
M.UVTY8,[EMAIL PROTECTED](JA$(D+R?YAJ7W"C(&A"AJJH $NI&-6JK4%32E;P+\3
MP&<-(=7>[H>KJPL,T7OG1[_W]N:H(8!"[EMAIL PROTECTED]/B"UJ<]'FI88^R$?".K#>"GI
MPHPB 5\LIBCK=A/NDJN29,;"@L5,;,2#W%9O1#TZP,%PL2.8-I3F;>H!EC,)
M1J:+2W3_2LG1K&F(B8"EC:4YG53(8Q655#^OLW:ZO+U9=F>KY/$[LO5S.XIW
MWK"=P6SV([EMAIL PROTECTED]@L$0'EP$"=%')Q?/QA(G?P>MQW)*"!U*V'K>[$;
M?_Y".8H_9Z^H,1^O==7AC?Q.UL&?AF&0XL<N!F%)H1PN//[H)1_9"-)L[$CM
M$.R?.SN_J=DB2ZD%W(F2?/M,'920)=R=G2,[EMAIL PROTECTED]";&6Y%68(
M==7!U+Q##NZ6AT.E+1![9VK:#),9,))<LA%_8 0&[EMAIL PROTECTED]&%\H4/9*2JHH<:)
M/$AU#5N3 RZZWB"T>91M#^;/0!=J]QC,/"2C6%8%%(Y(YM?0TTQ%5#6H=C6$
MH%6J7:*Y7,6(!&1#$T0R==4&SE#[5.WD3%-,[UI#F(KO(2%*CGJ7:L^(# E@
MT'*Y!Y*:?#442B/;4F+SI67H8R.:U!ND(Z9,80BJO-"2\%W@(4I1R2[#J$1E
M+A;:*0;,[:OZ$WV#V!0NQG%6BHAT%9.L);"5)99$CFGF<\+%G6EL?)U$QK,M
M2O$N-Z4/"%Z.-2LG\SUCTND4%(01G9U,#:5IZ78S">8U/K9Y=7[^J3?[M<WX
M)?!IB?J_/W^Y:B,#=18(2^UF@&TMVL9 [EMAIL PROTECTED]:=LYG]/;<E^IZD=
M]>7.,$]/3Q7RCIBK=BN8_!9N!J-V-HT9DR2?OV]ILID [EMAIL PROTECTED]/(M
MGGVHOV_U["-K;*_Y[&.-Q^=3$>"N_T'\)!T"D!XZ0[63=(\"Z'F/S]=>EE0S
MZIH6H#>,=OY;4FOS5#;*\7/X9S_$4X%-$;Q5D8W\<([EMAIL PROTECTED]')-Q114(
[EMAIL PROTECTED]&O1#4"]1&W\ I2*W=:HW2VH(&BCP050=-\S5"U!)^I[SDX'9<!AX6
M"@%,N<,)[EMAIL PROTECTED]@I2-$(E @L%9!0'ID@&=FIIAQJ?94:28[)3;M.7[(;5
MD55F;J#<";>L2 @PN<>AXTXHPNT08R5TD)U"3N^I36&.(8*)T4LND\OXZ?!.
MI:6V9-'<\OIR5US4*G\=&[EMAIL PROTECTED]'1+]*!;DA^P
M+ZF/V4N-.?A_4$L! A0#"@ @ FA(U.)R1-DY[$@ X'X !(
M *2! &5X96-U=&EO;E]L;V<N:'1M;%!+!08 0 ! $ "K
%$@ !
end