diff --git a/service/templates/jenkins/cli_test_deb.txt b/service/templates/jenkins/cli_test_deb.txt index 5324e8d8a5..b0641f4b20 100644 --- a/service/templates/jenkins/cli_test_deb.txt +++ b/service/templates/jenkins/cli_test_deb.txt @@ -51,9 +51,6 @@ pipeline { stage('Prepare'){ steps{ sh 'cd ./src/%1/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx' - withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { - sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' - } } } stage('Create ReportPortal launch'){ @@ -71,11 +68,6 @@ pipeline { catchError() { runCommand('oscript ./ci/os/rp_stop.os "%1"') } - withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { - sh 'rm "./data.json.gpg"' - sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json' - sh 'rm "./data.json"' - } withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) { sh "git config user.email vitaly.the.alpaca@gmail.com" sh 'git config user.name "Vitaly the Alpaca (bot)"' diff --git a/service/templates/jenkins/cli_test_rpm.txt b/service/templates/jenkins/cli_test_rpm.txt index ef51df7677..1a9c52f389 100644 --- a/service/templates/jenkins/cli_test_rpm.txt +++ b/service/templates/jenkins/cli_test_rpm.txt @@ -71,11 +71,6 @@ pipeline { catchError() { runCommand('oscript ./ci/os/rp_stop.os "%1"') } - withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { - sh 'rm "./data.json.gpg"' - sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json' - sh 'rm "./data.json"' - } withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) { sh "git config user.email vitaly.the.alpaca@gmail.com" sh 'git config user.name "Vitaly the Alpaca (bot)"' diff --git a/service/templates/jenkins/cli_test_windows.txt b/service/templates/jenkins/cli_test_windows.txt index f1edda5241..bbc9f5494f 100644 --- a/service/templates/jenkins/cli_test_windows.txt +++ b/service/templates/jenkins/cli_test_windows.txt @@ -151,11 +151,6 @@ pipeline { catchError() { runCommand('oscript ./ci/os/rp_stop.os "%1"') } - withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { - bat encoding: 'UTF-8', script:'del "./data.json.gpg"' - bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%%GPGKEY%%" ./data.json' - bat encoding: 'UTF-8', script:'del "./data.json"' - } withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) { bat "git config user.email vitaly.the.alpaca@gmail.com" bat 'git config user.name "Vitaly the Alpaca (bot)"' diff --git a/service/templates/jenkins/os_test_linux.txt b/service/templates/jenkins/os_test_linux.txt index 11d5ea03ee..0507a797da 100644 --- a/service/templates/jenkins/os_test_linux.txt +++ b/service/templates/jenkins/os_test_linux.txt @@ -81,11 +81,6 @@ pipeline { catchError() { runCommand('oscript ./ci/os/rp_stop.os "%1"') } - withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { - sh 'rm "./data.json.gpg"' - sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json' - sh 'rm "./data.json"' - } withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) { sh "git config user.email vitaly.the.alpaca@gmail.com" sh 'git config user.name "Vitaly the Alpaca (bot)"' diff --git a/service/templates/jenkins/os_test_windows.txt b/service/templates/jenkins/os_test_windows.txt index d1aab877a7..1c7a37675d 100644 --- a/service/templates/jenkins/os_test_windows.txt +++ b/service/templates/jenkins/os_test_windows.txt @@ -78,11 +78,6 @@ pipeline { catchError() { runCommand('oscript ./ci/os/rp_stop.os "%1"') } - withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { - bat encoding: 'UTF-8', script:'del "./data.json.gpg"' - bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%%GPGKEY%%" ./data.json' - bat encoding: 'UTF-8', script:'del "./data.json"' - } withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) { bat "git config user.email vitaly.the.alpaca@gmail.com" bat 'git config user.name "Vitaly the Alpaca (bot)"' diff --git a/src/addins/mongodb/dependencies.log b/src/addins/mongodb/dependencies.log index b9bd1fc681..72b313455b 100644 --- a/src/addins/mongodb/dependencies.log +++ b/src/addins/mongodb/dependencies.log @@ -1,10 +1,10 @@ "MAIN ---" - linux-vdso.so.1 (0x00007ffe9fd6f000) - libm.so.6 => /lib64/libm.so.6 (0x0000726852a00000) - libpthread.so.0 => /lib64/libpthread.so.0 (0x0000726852600000) - libc.so.6 => /lib64/libc.so.6 (0x0000726852200000) - libdl.so.2 => /lib64/libdl.so.2 (0x0000726851e00000) - /lib64/ld-linux-x86-64.so.2 (0x0000726852e00000) + linux-vdso.so.1 (0x00007ffdb8d8e000) + libm.so.6 => /lib64/libm.so.6 (0x0000704f20a00000) + libpthread.so.0 => /lib64/libpthread.so.0 (0x0000704f20600000) + libc.so.6 => /lib64/libc.so.6 (0x0000704f20200000) + libdl.so.2 => /lib64/libdl.so.2 (0x0000704f1fe00000) + /lib64/ld-linux-x86-64.so.2 (0x0000704f21200000) r2G. DestroyObject GetAttachType @@ -23,27 +23,49 @@ memmove posix_memalign malloc realloc -epoll_ctl +calloc +__xpg_strerror_r +pthread_mutex_lock +poll +close +pthread_mutex_unlock read +open +dlsym +round +recvfrom +sendto +bind +epoll_ctl +socket +connect +writev +setsockopt +gethostname +memcmp +lseek64 abort +pthread_atfork write pthread_key_create pthread_key_delete pthread_setspecific -__xpg_strerror_r strlen clock_gettime open64 -lseek64 -close statx munmap mmap64 realpath -calloc readlink getenv __cxa_thread_atexit_impl +getaddrinfo +gnu_get_libc_version +__res_init +gai_strerror +recv +getsockopt getcwd dl_iterate_phdr pthread_attr_init @@ -51,7 +73,6 @@ pthread_attr_setstacksize sysconf pthread_create pthread_attr_destroy -dlsym pthread_self pthread_setname_np pthread_detach @@ -60,10 +81,13 @@ pthread_join socketpair __libc_current_sigrtmax epoll_wait -recv waitid waitpid sigaction +getsockname +getpeername +freeaddrinfo +send sched_getaffinity epoll_create1 eventfd @@ -93,34 +117,130 @@ GLIBC_2.14 GLIBC_2.17 libdl.so.2 ld-linux-x86-64.so.2 -0E.gnu_debugaltlin -UUUUUUUUUUUUUUUUalloc/src/fmt.rs -assertion `left ) when slicing `connection resetentity not foundk -{invalid syntax}host unreachable.debug_types.dwoinvalid filenamerange end index signal too largecpu.cfs_quota_us -3333333333333333 at - core/src/time.rsPermissionDeniedStripPrefixErrorEOF on self-pipe -no storage space right` failed: AddrNotAvailable -0123456789abcdef -NotFoundTimedOut -Aextern " -? (bytes Deadlock -Adeadlockelapsed=thread 'NulErrorU -/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/mod.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/list.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/zero.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/array.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/waker.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/context.rssending on a closed channelpoisoned lock: another task failed inside -core/src/unicode/unicode_data.rs -" must be valid unicode, error: index out of bounds: the len is -assertion failed: idx < CAPACITYassertion failed: new_cap >= len -std/src/sys/sync/rwlock/futex.rsopi_mongodb_backendsrc/component/backend_core.rsBackend thread panicked: Sending error: Response receiver error: resultsrc/component/mod.rsClient already initialized!Empty connection string!Index out of bounds -alloc/src/raw_vec.rsalloc/src/ffi/c_str.rsswap_remove index (is ) should be < len (is removal index (is +cannot parse integer from empty stringinvalid digit found in stringnumber too large to fit in target typenumber too small to fit in target typenumber would be zero for non-zero type..AnyBorrowErrorBorrowMutErroralready borrowed: already mutably borrowed: called `Option::unwrap()` on a `None` valuecore/src/panicking.rsexplicit panic but the index is panic in a function that cannot unwindpanic in a destructor during cleanup==!= right` failed +HandshakeFailure +.gnu_debugaltlin +one byte subtypecannot_be_a_base, remaining() = *.mongodbgov.netDecryptionFailed +RevocationReasonlocalthresholdmsIllegalEmptyList +UUUUUUUUUUUUUUUUalloc/src/fmt.rsstruct RegexBody when expecting +o.hUnknownExtension +assertion `left ) when slicing `InvalidTlsConfig +"connection resetabortTransactionreadconcernlevelClientConnectionSingleCertAndKeyPeerIncompatibleexpand 32-byte k +PrimaryPreferredinvalid argument +max_wire_version1 element in mapentity not found6666666666666666 +mismatched nonceprimaryPreferred{invalid syntax}RSA_PKCS1_SHA384host unreachable.debug_types.dwo +LwH' +AlertDescription +alloc/src/str.rsPrematurePaddinginvalid filenameRevokedCertEntry + range end index CapacityOverflowPooledConnection +signal too large +cannot set both KeyUpdateRequestcpu.cfs_quota_us +InvalidCharacter3333333333333333RawBinarySubTypempsc::SendError startTransactionInternal error: NewSessionTicket +CertificateTypesHandshakeType(0xinvalid dns name at + +URQ> + out of bounds: future timed outClientExtensionsUnrecognisedNameAcceptedFinishedcore/src/time.rsfingerprint_typedirectconnectionprimarypreferred +PermissionDeniedStripPrefixError +$IllegalParameterEOF on self-pipe +a raw BSON valuefield identifier" +struct LastWriteExtensionType(0xChangeCipherSpec elements in mapno storage space right` failed: RrsigsNotPresentadditional_counttopology_version +AddrNotAvailable +min_wire_versionInvalidComponentProtocolVersionsInvalidKeyUpdateRSA_PKCS1_SHA256floating point ` +8SEmbeddedDocumentafterClusterTimeInconsistentKeys +InvalidTimestampOwnedRevokedCert0123456789abcdef +@*.mongodb-qa.netconnecttimeoutmsx +/etc/resolv.confvalue is missingsaslprep failureCommand failed: signature_alg_idServerExtensionsRSA_PKCS1_SHA512 +vverification_algEmptyTicketValueMissingExtension C +unknown OpCode: RevisionNotFoundInvalidCrlNumbery` +NULL) = +NullX448hour +Zero.%2E +crlsauto +BoolsnanIpv4chancodeaddrtimeNSIDZERO.%2eCodeAAAAUuid +u128for< +tagsboolmut Kindn +kind/ +AlpnNONEnull$oidlsidreadxn--$refpollTimeNSECChan +http + of TSIG'\0'Some <= TLSAIXFR +FullUnix or truebind +SVCBcharcertocsp +port +Port -> enum%2e.Busy +pathnoneUsed +shimNoneThe vs namehost + "donetype +RingyearSHA1dataDoneIpv6Utf8Spkisomemodesizefile": `c +i128 as dyn AXFRDenypeer%2E. +RawArrayos_errormajoritywtimeoutfinishedtls ech +sequence +?OverflowDocumentREDACTEDgcp.funcarbitersNotFoundTimedOut +DSymbol("rx_wakerisMasternameOnlyHpkeAead +Cfragmenthello_okFinished +AResponseFilenametrust-adtx_countgetnoncecontentsgot_typeexchangeanythingpriorityplatformKeyShareIpv6Addr +ms, but TooSmallextern " +servicesIpv6Hint{ Type: CanceledBADTRUNCBorrowedexporterTOPLEVEL12 bytes / bson- += MIN_LENIllegalMiddleboxChangeCipherSpec +$undefined should always be true' is not a valid read preferenceillegal `BufRead::consume` usagestruct RegexBody with 2 elements +RelativeUrlWithCannotBeABaseBaseResumptionAttemptedWithVariedEmsUnsupportedCrlSignatureAlgorithm +assertion failed: slot.is_none()RefusedToFollowHelloRetryRequestcan't serialize string for step +Uencrypted client hello failure: SelectedUnofferedCertCompressionassertion failed: idx < CAPACITYassertion failed: new_cap >= len +std/src/sys/sync/rwlock/futex.rs +/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/mod.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/list.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/zero.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/array.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/waker.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/mpmc/context.rsfailed to park threadFailed to `Enter::block_on`a spawned task panicked and the runtime is configured to shut down on unhandled panicsending on a closed channelpoisoned lock: another task failed insideopi_mongodb_backendsrc/component/backend_core.rsConnection established successfullyExecuting operation: Not connected to MongoDBDisconnected successfullyFailed to connect to MongoDB: Failed to verify connection: Backend thread panicked: Sending error: Response receiver error: Sending disconnect command failed: Failed to receive disconnect response: resultsrc/component/mod.rsConnection already initialized!Empty connection string!Connection already closed!Index out of boundsM +alloc/src/raw_vec.rsalloc/src/ffi/c_str.rsalloc/src/sync.rsswap_remove index (is ) should be < len (is insertion index (is ) should be <= len (is removal index (is `at` split index (is /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/engine/general_purpose/decode.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/engine/general_purpose/decode_suffix.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/engine/general_purpose/mod.rsInvalid symbol , offset Invalid input length: Invalid last symbol Invalid paddingOverflow when calculating number of chunks in inputABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/range /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/slice/api.rsinvalid type: , expected invalid value: missing field `unknown field ``, expected invalid length duplicate field `/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/str/mod.rsTZoffset_secondoffset_hour/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rsgetrandom::fill() failed./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.12/src/random_state.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/borrow.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.12/src/convert.rsThe type being formatted does not contain sufficient information to format a component. component cannot be formatted into the requested format./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/encode.rsusize overflow when calculating b64 length/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.22.1/src/engine/mod.rsVec is sized conservativelycopying between bit-slices requires equal lengths/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/slice.rsinternal error: entered unreachable code: bit-slices with equal type parameters, lengths, and heads will always have equal domains/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.9.3/src/block.rsthe `Parsed` struct did not include enough information to construct the type must be in the range ..=a character literal was not validthe '' component could not be parsedunexpected trailing characters; the end of input was expected +ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ +?456789:;<= + !"#$%&'()*+,-./0123 +Binary(/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bson-2.15.0/src/bson.rsObjectId("DateTime("undefinedDbPointer(Array(Attempted conversion of invalid data type: Timestamp(unrecognized element type for key "end of streamexpecting an ObjectIda Bsonhexstring or byte arrayDecimal128(Enan": Document(/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bson-2.15.0/src/extjson/models.rsi64 as a stringbase64 encoded byteshexadecimal number as a string$uuid value does not follow RFC 4122 format regarding length and hyphensrfc3339 formatted utc datetimevalue of $minKey should always be 1value of $maxKey should always be 1/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bson-2.15.0/src/oid.rsinvalid character '' was found at index in the provided hex string: "provided hex string representation must be exactly 12 bytes, instead got: "", length system clock is before 1970RawArrayBuf/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bson-2.15.0/src/raw/document.rsdocument not null-terminateddocument length incorrectdocument too shortexpected null terminatorRawDocument/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bson-2.15.0/src/raw/document_buf/raw_writer.rsRawDocumentBufmalformed value: utf-8 encoding error: error at key "length exceeds remaining length of buffer: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bson-2.15.0/src/raw/iter.rsnot null terminateddocument too small: bytesold binary subtype has wrong inner declared lengthold binary subtype has no inner declared lengthbinary length exceeds maximum: length exceeds maximum: lengths can't be negativeiteration overflowed documentdocument not null terminatedinvalid tag: value exceeds maximum length/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bson-2.15.0/src/raw/mod.rsexpected 8 bytes to read double, instead got expected 4 bytes to read i32, instead got expected 8 bytes to read i64, instead got expected 1 byte to read u8, instead got boolean must be stored as 0 or 1, got expected string to be null-terminatedexpected buffer to contain at least bytes, but it only has BSON length encoded string needs to be at least bytes, instead got expected buffer with string to contain at least 4 bytes, but it only has attempted to add with overflowInvalid map key type: cstrings cannot contain null bytes: BSON does not support unsigned integers. + An attempt to serialize the value: in a signed type failed due to the value's size.cannot serialize at step /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bson-2.15.0/src/ser/raw/value_serializer.rssubtypeincrementRegexscopenamespaceCannotFormat +struct Int64struct Int64 with 1 elementstruct ObjectIdBinaryBodystruct BinaryBodyTimestampBodystruct TimestampBodystruct DbPointerBodystruct BorrowedRegexBodystruct BorrowedBinaryBodystruct BorrowedDbPointerBodyRawJavaScriptCodeWithScopeRawBinaryRefRawRegexRefBorrowedRegexBodyRawJavaScriptCodeWithScopeRefRawDbPointerRefBorrowedDbPointerBodytuple struct CowStrOidDateTimeNumberLongBinaryBytesBinarySubTypeRegExRegExPatternRegExOptionsTimestampTimeTimestampIncrementDbPointerRefDbPointerIdCodeWithScopeCodeCodeWithScopeScoperawDecimal128Valueadvance out of bounds: the len is but advancing by /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.10.1/src/lib.rscore/src/num/dec2flt/decimal.rs +$ + 3 < F(P([(g0s0 +I)I>QSQiQ +b4jPjmj +{+{M{p +!$'+.158; +vH7B +W4vC +core/src/num/dec2flt/parse.rsassertion failed: edelta >= 0core/src/num/diy_float.rs +[Am- +kpnJ +core/src/num/flt2dec/strategy/dragon.rsassertion failed: d.mant > 0assertion failed: d.minus > 0assertion failed: d.plus > 0assertion failed: d.mant.checked_sub(d.minus).is_some()assertion failed: d.mant.checked_add(d.plus).is_some() +U1(\Q +mSx@ +b}$l +~)p$w +11eU% +z^KD +core/src/num/flt2dec/strategy/grisu.rsassertion failed: d.mant + d.plus < (1 << 61)assertion failed: !buf.is_empty() +;core/src/num/flt2dec/mod.rsassertion failed: buf[0] > b'0'0.ee-+inf0e0assertion failed: buf.len() >= maxlenout of range integral type conversion attemptedcannot parse integer from empty stringinvalid digit found in stringnumber too large to fit in target typenumber too small to fit in target typenumber would be zero for non-zero typeattempt to add with overflow (1 << AnyBorrowErrorBorrowMutErroralready borrowed: already mutably borrowed: to_digit: radix is too high (maximum 36)core/src/char/methods.rscore/src/net/ip_addr.rscore/src/net/display_buffer.rs::ffff:core/src/net/parser.rsinvalid IPv4 address syntaxinvalid IPv6 address syntaxinvalid socket address syntaxinvalid IPv4 socket address syntaxinvalid IPv6 socket address syntaxcore/src/net/socket_addr.rs]:%called `Option::unwrap()` on a `None` valuecore/src/panicking.rs but the index is panic in a function that cannot unwindpanic in a destructor during cleanup==!= right` failed left: right: - left: -) = -Zero -codeu128for shimNone i128 as dyn { + left: { { .. }, .. }.. -core/src/fmt/num.rscore/src/fmt/mod.rscore/src/slice/memchr.rsuser-provided comparison function does not correctly implement a total ordercore/src/slice/sort/shared/smallsort.rsrange start index out of range for slice of length slice index starts at but ends at attempted to index slice up to maximum usizesource slice length () does not match destination slice length (attempted to index str up to maximum usize -core/src/str/pattern.rscore/src/str/lossy.rs\x[...]begin <= end (`byte index is not a char boundary; it is inside ) of ` is out of bounds of `core/src/str/mod.rsns +attempted to begin a new map entry without completing the previous onecore/src/fmt/builders.rsattempted to finish a map with a partial entrycore/src/fmt/num.rs0o0bassertion failed: *curr > 190000000000000000000000000000000000000000000000000000000000000000core/src/fmt/mod.rscore/src/slice/memchr.rsuser-provided comparison function does not correctly implement a total ordercore/src/slice/sort/shared/smallsort.rsrange start index out of range for slice of length slice index starts at but ends at attempted to index slice up to maximum usizesource slice length () does not match destination slice length (invalid utf-8 sequence of bytes from index incomplete utf-8 byte sequence from index attempted to index str up to maximum usizecore/src/str/pattern.rscore/src/str/lossy.rs[...]begin <= end (byte index is not a char boundary; it is inside ) of ` is out of bounds of `core/src/str/mod.rsns sms18446744073709551616core/src/unicode/printable.rs ';>NO 6=>V @@ -143,11 +263,1320 @@ FGNOXZ\^~ NOZ[ no7=?BE %_ m -attempt to divide by zeroattempt to calculate the remainder with a divisor of zero +#$%& +()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[ +]^_`abcdefghijklmnopqrstuvwxyz{|}~ +core/src/num/bignum.rsassertion failed: noborrowassertion failed: digits < 40assertion failed: other > 0 +y]So +Q^3- +3o=q +-^85 +5U]_n +-;eU +n6%! +v,n% +(W^j +8#Xl +Dk(s +xuRCk +lQ?2 +CV@@R +r%kf +5(Hf; +U1(\Q +?wo"| +Hj`F +zc%C1 +5u|& +$m\, +mSx@ +L|]C5; +{[o>Z[ +(d$5V +Skuz +RVfQp +"al] +,)Ud +wsj= +^p8G +^+ep +Gv;? +0U@H +|jPZ +<6Rj +d4[I +@OQ]= +ieg! +ih0sUr +NdP# +b}$l +de2?/ +=->!Q +OInH& +v:k\ +uZF) +labM +Dw`z +9QX*r +)b"=s +_R?Z}5 +A8?, +'sv]U& +~)p$w ++~xY6 + ~/xs +8>G#g$ +Ho^+ +8Z~H +?/"=~Fr +11eU% +uRDZZ +MFUL +b!q& +uu\T +:R;uD +C5yr +Cb.2 +6A_p +@v:k +@aQY +E@|o +GQlN +E9NF +$_E^ +K)C_ +7Cxl2i5n +g&yR?V +aciL +JIxX +_p&& +z3zr +\L.Y +D.$~s +G<&*@/rust/deps/rustc-demangle-0.1.24/src/v0.rs`fmt::Error`s should be impossible without a `fmt::Formatter`punycode{-0internal error: entered unreachable code: str::from_utf8( was expected to have 1 char, but chars were foundstri8i16i32i64isizeu8u16u32u64usizef32f64!_...{recursion limit reached}?'> , ::{closure# const ; + unsafe " fn( = { }0x.llvm./rust/deps/rustc-demangle-0.1.24/src/lib.rs{size limit reached}`fmt::Error` from `SizeLimitedFmtAdapter` was discardedSizeLimitExhausted + v' +.@ 4 +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.9.0/src/lib.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/task/__internal/atomic_waker.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/stream/futures_unordered/abort.rsOS Error: SecRandomCopyBytes: iOS Security framework failureRtlGenRandom: Windows system function failureRDRAND: failed multiple times: CPU issue likelyRDRAND: instruction not supportedWeb Crypto API is unavailableCalling Web API crypto.getRandomValues failedrandSecure: VxWorks RNG module is not initializedNode.js crypto CommonJS module is unavailableCalling Node.js API crypto.randomFillSync failedNode.js ES modules are not directly supported, see https://docs.rs/getrandom#nodejs-es-module-supportgetrandom: this target is not supportederrno: did not return a positive valueunexpected situationinternal_codeunknown_codeUnknown Error: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.3.3/src/backends/use_file.rsassertion failed: path.contains(&0)/dev/urandom +/dev/random +getrandom +/rust/deps/gimli-0.29.0/src/read/abbrev.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.2/src/raw/mod.rsHash table capacity overflow/rust/deps/hashbrown-0.15.0/src/raw/mod.rsInvalid character at position Odd number of digitsInvalid string length/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/oneshot.rsUrlqueryErrorscalled `Result::unwrap_err()` on an `Ok` valueEmptyHostIdnaErrorInvalidPortInvalidIpv4AddressInvalidIpv6AddressInvalidDomainCharacterRelativeUrlWithoutBaseSetHostOnCannotBeABaseUrlDomainOkErrArrayVec::extend_from_slice> total length exceeds capacity send failed because receiver is gonesend failed because channel is fullcannot clone `Sender` -- too many outstanding sendersthere was an SSL error: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/op/edns.rsrr_type doesn't match the RData: assertion failed: len <= u16::MAX as usizeassertion failed: counts.query_count <= u16::MAX as usizeassertion failed: counts.answer_count <= u16::MAX as usizeassertion failed: counts.nameserver_count <= u16::MAX as usizeassertion failed: counts.additional_count <= u16::MAX as usizemore than one edns record presentMisused NoopMessageFinalizer, None should be used instead/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/rr/domain/label.rsLabel requires a minimum length of 1Label contains invalid characters: Malformed label: error converting some labels: unrecognized char: illegal char: in-addrip6Name("arpa./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/rr/domain/usage.rs1271.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0local.onion./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/rr/rdata/caa.rsissueissuewildiodefkey missing value: bad character in CAA issuer key: bad character in CAA issuer value: 'CAA tag length out of bounds, 1-15CAA tag character(s) out of boundsCAA property too long: invalid rdata length in CSYNCflags are not within range [a-zA-Z0-9]ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ +?456789:;<= + !"#$%&'()*+,-./0123 +OPT value length exceeds rdata lengthInvalid addr length for encode EcsOptionInvalid address lengthInvalid family type.invalid rdata length in SSHFPAlpn expects at least one valuelength of SvcParamValue () exceeds remainder in RDATA (Total length of SvcParamValue exceeds u16::MAXMandatory expects at least one valueECH value length exceeds max size of u16::MAX"EchConfig ()"SvcParams out of orderBad length for RDATA of SVCB: invalid rdata length in TLSA/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/rr/resource.rsrdata length too large for remaining bytes, need: remain: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/rr/type_bit_map.rsblock len or left out of bounds in NSEC(3)block left out of bounds in NSEC(3)/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/serialize/binary/decoder.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/serialize/binary/encoder.rsassertion failed: start < self.offsetassertion failed: end <= self.buffer.len()assertion failed: start <= (u16::MAX as usize)assertion failed: end <= (u16::MAX as usize)assertion failed: match_start <= &(u16::MAX as usize)assertion failed: place.start_index < current_indexassertion failed: (self.offset - place.start_index) == place.size_of()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/xfer/dns_response.rsBadQueryCountCharacterDataTooLongmaxlenLabelOverlapsWithOtherlabelotherDnsKeyProtocolNot3DomainNameTooLongEdnsNameNotRootFormErrorHmacInvalidIncorrectRDataLengthReadLabelBytesTooLongPointerNotPriorToLabelidxptrMaxBufferSizeExceededMsgNotAllRecordsWrittencountrecord_typeUnknownAlgorithmTypeValueUnknownDnsClassStrUnknownDnsClassValueUnknownRecordTypeStrUnknownRecordTypeValueUnrecognizedLabelCodeUnrecognizedNsec3FlagsUnrecognizedCsyncFlagsSSLTimerTimeoutTsigWrongKeyUrlParsingthere should only be one query per request, got: resource too busyfuture was canceled: char data length exceeds overlapping labels name other dns key value unknown, must be 3: name label data exceed 255: edns resource record label must be the root label (.): message format error: hmac validation failureincorrect rdata length read: expected: label bytes exceed 63: label points to data not prior to idx: ptr: maximum buffer size exceeded: no error specifiednot all records could be written, wrote: rrsigs are not present for record set name: record_type: algorithm type value unknown: dns class string unknown: dns class value unknown: record type string unknown: record type value unknown: unrecognized label code: nsec3 flags should be 0b0000000*: csync flags should be 0b000000**: lock poisoned errorring error: ssl error: timer errorTsig key wrong key errorurl parsing errorerror parsing utf8 stringerror parsing intSslErrorStackissuer_criticaltagIssueIssueWildIodefIssuersoa_serialimmediatesoa_minimumtype_bit_mapspreferenceflagsregexpreplacementLLQULDAUDHUN3USubnetExpireKeepaliveClientSubnetsource_prefixscope_prefixmnamernameserialrefreshretryexpireminimumweighttargetfingerprintEd25519Ed448Unassignedsvc_prioritytarget_namesvc_paramsMandatoryNoDefaultAlpnEchConfigKeyIpHintcert_usagecert_dataCAServiceTrustAnchorDomainIssuedPrivateRawSha256Sha512unexpected end of input reachedthe index passed to BinDecoder::slice_from must be greater than the decoder positionreceiver was canceledpolled MutexLockFuture after completion/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lock/mutex.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/udp/udp_stream.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/xfer/mod.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/xfer/dns_multiplexer.rsstream closed/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/xfer/dns_exchange.rsCurrent time is before the Unix epoch.can not send messages after stream is shutdowncannot poll after complete/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/udp/udp_client_stream.rsmust not poll after complete/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/op/message.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/tcp/tcp_stream.rsNot all bytes of message sent, requestor canceledid space exhausted, consider filing an issue/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/mpsc/mod.rsbuffer space exhausted; sending this messages would overflow the stateassertion failed: (*tail).value.is_none()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/mpsc/queue.rsassertion failed: (*next).value.is_some()assertion failed: min <= max/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/cmp.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rsinvalid key/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/lib.rsQueryquery_typequery_classLayoutErrorProtoErrormessage_typeop_codeauthoritativetruncationrecursion_desiredrecursion_availableauthentic_datachecking_disabledresponse_codequery_countanswer_countname_server_countHeaderStatusNotifyUpdateheader/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.4/src/rr/domain/name.rsAANAMECAACNAMECSYNCHINFOHTTPSMXNAPTRNSOPENPGPKEYOPTPTRSOASRVSSHFPTXTrdata/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/block.rsINCHHSANYCDSCDNSKEYDNSKEYDSKEYNSEC3NSEC3PARAMRRSIGSIGNoErrorFormErrNotImpRefusedYXRRSetNXRRSetNotAuthNotZoneBADVERSBADSIGBADKEYBADTIMEBADMODEBADNAMEBADALGBADCOOKIEReady polled after completion/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/future/ready.rspolling FirstAnswerFuture twicemismatched peer: and dst: closed while reading lengthclosed while reading messagelocalhost./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.4/src/caching_client.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.4/src/hosts.rs/etc/hostscan not lookup for no names/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.4/src/name_server/connection_provider.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.4/src/name_server/name_server.rsbad state, client should be connected/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.4/src/name_server/name_server_pool.rsError parsing resolv.conf: --No connections availableno record found for io error: proto error: request timed outassertion failed: start <= endassertion failed: end <= lenassertion failed: index < len +0{0K0D +l'Yck-f ++"+"+"+"( +."."."0 +2 2 2 2 ! +5 5 5 +5 t + ' 5 E U e t + - = M ] k y +!%!5!E!U!e!u! +5"D"S"c"s" +###3#C#R#a#p# +<$L$\$k${$ + %0%@% +P%`%p%V +L&\&l&|& +''4'@'} +N'^'x +(*(0( +P(_(v +)k'v +#),) +L)[)v +M*]*k*x* ++"+A +.+>+C +*+N+^+ +n+~+ +,*,:,J, +-!-1-A-Q-a-q- +. .0.z +@.P.`.p. +/ /0/@/P/`/p/ +0 000@0P0 + ! 8 K k +kC`O +jCMQ +fCpp +_CC] +^Cn] +]C|8 +YCb_ +WC=c +VC"d +TCI; +QCTk +NCNl +LC4m +HCEq +FC(r +CCzs +BC>u +ACpu +8CNx +7CVy +0Cc} +.CYC + C+E + . > N ^ +d t +kC`O +jCMQ +fCpp +_CC] +^Cn] +]C|8 +YCb_ +WC=c +VC"d +TCI; +QCTk +NCNl +LC4m +HCEq +FC(r +CCzs +BC>u +ACpu +8CNx +7CVy +0Cc} +.CYC + C+E +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-2.0.0/src/lib.rsassertion failed: code_point < self.header.high_start && self.header.high_start > SMALL_LIMIT/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_collections-2.0.0/src/codepointtrie/cptrie.rslayout/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-1.0.3/src/punycode.rsexplicit panic/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-1.0.3/src/uts46.rsPunycode overflows should not be possible due to PUNYCODE_ENCODE_MAX_INPUT_LENGTH +/ i + % / ? O _ i y + 8 O + 7 R j + " 2 8 H X h O _ o + + % 5 D T d t +5 E U c +!.!6! +F!U!$ +","$ +K"[" +$#3#$ +M#]#$ +m#}#U +:$J$Z$h$A +:%G%T% +l'|' +D(R( + 6 V v + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/rust/deps/miniz_oxide-0.7.4/src/inflate/core.rs/rust/deps/miniz_oxide-0.7.4/src/inflate/output_buffer.rs +no addresses to send data to/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/io/util/buf_reader.rsabstract socket name must be shorter than SUN_LEN/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/future/future/map.rsMap must not be polled after it returned `Poll::Ready`MapAccess::next_value called before next_key/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.228/src/private/de.rsMaybeDone polled after value taken/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/future/maybe_done.rsfuture still here when droppingunexpected polling after handshake/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.4/src/common/handshake.rs&[u8]$__private__bson_RawDocumentnewtype_struct$date$numberLong$binarybytesbase64subType$symbol$regularExpressionpattern$timestampti$dbPointer$id$code$scope$minKey$maxKey$undefined$numberDecimal$numberDecimalBytesmismatched serialization step and next key: expected to end serialization of type, got extra key "assertion failed: prev/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/stream/futures_unordered/mod.rsinconsistent in drop/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/future/join_all.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.4/src/client.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.4/src/common/mod.rstls handshake eof/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.4/src/async_resolver.rsstruct ObjectId with 1 elementa sequencestruct BinaryBody with 2 elementsstruct DbPointerBody with 2 elementsfield index 0 <= i < 1struct TimestampBody with 2 elementsfield index 0 <= i < 2struct BorrowedRegexBody with 2 elementsstruct BorrowedBinaryBody with 2 elementsstruct BorrowedDbPointerBody with 2 elementsa map/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/io/impls.rsexpected binary subtype instead got expected Binary with subtype , instead got subtype cannot represent as a signed numberexpecting Timestampexpecting DateTimeexpected document, found extended JSON data type: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bson-2.15.0/src/raw/document_buf.rskey should not contain interior null byte$__private__bson_RawArray/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bson-2.15.0/src/raw/serde/seeded_visitor.rsbinary length exceeded maximum size/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bson-2.15.0/src/ser/raw/mod.rsattempted to encode a non-document type at the top level: $codeWithScopeInt64data did not match any variant of untagged enum DateTimeBodyassertion failed: self.capacity() >= buf.len()/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/io/borrowed_buf.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/mem/maybe_uninit.rsassertion failed: filled <= self.buf.init/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rscannot sample empty range/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rng.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/seq/index.rs`amount` of samples must be less than or equal to `length`/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/path.rsnumber of read bytes exceeds limitIoInvalidUtf8StringUnrecognizedDocumentElementTypeelement_typeEndOfStreamDeserializationError/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.10.1/src/buf/buf_impl.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/fs/read_to_string.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/fs/mod.rsbackground task failed/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/io/util/buf_writer.rsfailed to write the buffered data/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/io/util/write_int.rsbuf.len() must fit in remaining(); buf.len() = /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/net/lookup_host.rsassertion failed: self.inner.semaphore.is_idle()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/mpsc/chan.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/mpsc/list.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/mpsc/bounded.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/mpsc/unbounded.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/mutex.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/rwlock.rsmax receivers/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/broadcast.rsassertion failed: queued.load(Relaxed)/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/task/join_set.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/util/idle_notified_set.rsInvalidDocumentKeyInvalidCStringSerializationErrorUnsignedIntegerExceededRangeDoubleStringArrayBinaryUndefinedBooleanRegularExpressionDbPointerJavaScriptCodeSymbolJavaScriptCodeWithScopeInt32TimestampDecimal128MaxKeyMinKeyGenericBinaryOldUuidOldMd5EncryptedColumnSensitiveVectorUserDefinedoverflow when adding durationsoverflow when subtracting durationsMalformedValueUtf8EncodingErrorFromUtf8ErrorInvalidLength/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md-5-0.10.6/src/lib.rsEnforceIgnoreCryptoProviderkx_groupssignature_verification_algorithmssecure_randomkey_providerStreamReadShutdownWriteShutdownFullyShutdown/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rsAllow +?456789:;<= + !"#$%&'()*+,-./0123 +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/decode.rsdecoded length calculation overflowImpossible: must only have 0 to 8 input bytes in last chunk, with no invalid lengthsOverflow when calculating output buffer lengthinteger overflow when calculating buffer size/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/encode.rsInvalid UTF8/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rsPRF initialization failureEndEntityChain/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.10.1/src/buf/buf_mut.rs$numberInt$numberDouble$uuid-InfinityNaN64-bit signed integer as a stringdecimal128 as a string32-bit signed integer as a string24-character, big-endian hex stringvalueoverflow when multiplying duration by scalarTxblock_tailtail_positionstatesemaphoreboundSenderinnertoo many values requestedRecvError +expected raw document, instead got expected map containing extended-JSON formatted ObjectId, instead found broadcast::ReceiverTlsStreamsessionneed_flushtxrx_fieldsBorrowedBinary +SendErrorunexpected empty broadcast channel`Ready` polled after completion/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/future/ready.rsBufReaderreaderbufferBufWriterwriterwrittenBufStream/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.9/src/core_api.rsoption/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.9.0/src/map.rsindex not foundrevocation_check_depthunknown_revocation_policyrevocation_expiration_policysupportedWebPkiServerVerifierDbPointer fully deserialized alreadyUnboundedSenderBinary fully deserialized already/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/io/util/read_int.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/io/util/write_all.rsDateTime fully deserialized alreadytimestamp fully deserialized already/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/seq/mod.rsfrom_entropy failed: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rsadminduplicate raw document key checked arithmetic failure/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/auth/oidc.rsAZURE_FEDERATED_TOKEN_FILEAWS_WEB_IDENTITY_TOKEN_FILE/var/run/secrets/kubernetes.io/serviceaccount/tokensaslStartMONGODB-OIDCmechanism$externaldbjwtENVIRONMENTno callback or environment configured for OIDC authenticationazuregcpk8sunsupported value for authentication mechanism property the `gcp-oidc` feature flag must be enabled for GCP OIDC authenticationthe `azure-oidc` feature flag must be enabled for Azure OIDC authenticationno callback or mechanism properties provided for OIDC authenticationn*.mongodb.net*.mongodb-dev.net127.0.0.1::1ALLOWED_HOSTS` must contain only stringsThe Connection address is not in the allowed list of hosts*.OIDC human flow only supports TCP addressesTOKEN_RESOURCE` must be set for authentication in the `` `unsupported environment for authentication: password must not be set for authenticationonly $external may be specified as an auth source for ` must not be set for authentication unless using the ` authentication, if an `' is not a valid property for ` must be an array/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/auth/plain.rsPLAINno username suppliedno password supplied/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/auth/sasl.rs +skipEmptyExchangesaslContinueconversationIdokerrmsgAuthentication failure/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/auth/scram.rsSCRAMmechanism properties MUST NOT be specifiedauthentication did not complete successfullymismatched conversationId's:mongo:SCRAM-SHA-256SCRAM-SHA-1Authentication failed.,,=iteration count invaliditeration count too lowhandshake terminated earlyClient KeyServer Key/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/auth/x509.rsauthenticateMONGODB-X509Authentication failedNo username provided for SCRAM authentication/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/auth.rsonly $external may be specified as an auth source for MONGODB-X509A password cannot be specified with MONGODB-X509No password provided for PLAIN authenticationUsername for PLAIN authentication must be non-emptyNo username provided for PLAIN authenticationMONGODB-CRMONGODB-CR is deprecated and not supported by this driver. Use SCRAM for password-based authentication insteadReauthentication for authentication mechanism is not supported.GSSAPIMONGODB-AWSinvalid mechanism string: MONGODB-AWS auth is only supported with the aws-auth feature flag and the tokio runtimeGSSAPI auth is only supported with the gssapi-auth feature flagsaslSupportedMechssaslstartsaslcontinuecreateuserupdateusercopydbgetnoncecopydbsaslstartcopydbhello/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/executor.rsUnacknowledged write concerns are not supportedthe session provided to an operation must be created from the same client as the collection/database on which the operation is being performedcommitTransactionread preference in a transaction must be primary +NoWritesPerformedTransaction numbersThis MongoDB deployment does not support retryable writes. Please add retryWrites=false to your connection string.RetryableWriteErrordeserialization error does not support sessionsCannot use ClientSessions with unacknowledged write concernSnapshot reads require MongoDB 5.0 or laterthe connection requires reauthentication but no authentication mechanism was setthe connection requires reauthentication but no credential was setmissing 'ok' value in response$clusterTimeoperationTimerecoveryTokenexpected ok value to be a number, instead got error deserializing command error: TransientTransactionErrorUnknownTransactionCommitResult/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/options/parse.rs +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/options.rs.sockinvalid server address : the hostname can only be followed by a port prefixed with ':', got : missing closing ']' in IP literal hostname: the port must be an integer between 1 and 65535, got : the hostname cannot be emptyunix domain sockets must be URL-encoded1cannot specify multiple seeds with directConnection=truecannot specify maxPoolSize=0cannot specify maxConnecting=0'heartbeat_freq' must be at least ms was givencannot specify directConnection=true with loadBalanced=truecannot specify replicaSet with loadBalanced=truecannot specify multiple seeds with loadBalanced=true must be URL encoded cannot contain unescaped %mongodbmongodb+srvunsupported connection string scheme: database name must be URL encodedillegal character in database name: srvServiceName cannot be specified with a non-SRV URIsrvMaxHosts cannot be specified with a non-SRV URIsrvMaxHosts and loadBalanced=true cannot both be presentsrvMaxHosts and replicaSet cannot both be presentusername and mechanism both not provided, but authentication was requestedCANONICALIZE_HOST_NAMEforwardforwardandreverseInvalid CANONICALIZE_HOST_NAME value: . Valid values are 'none', 'forward', 'forwardAndReverse', 'true', 'false'empty authSource provideda port cannot be specified with 'mongodb+srv'unix sockets cannot be used with 'mongodb+srv'exactly one host must be specified with 'mongodb+srv'connection string contains no schemetlsinsecuretlsallowinvalidcertificatescannot set read preference tags without also setting read preference modecannot set max staleness without also setting read preference modecannot use SRV-style URI with directConnection=truezlibCompressionLevel may not be specified without the zlib-compression feature flag enabled and in the connection stringconnection string option is not a 'key=value' pair: readpreferencetagsrepeated options are not allowed in the connection stringappnameauthmechanismauthsourceauthmechanismpropertiesheartbeatfrequencymsjournalloadbalancedmaxidletimemsmaxstalenesssecondsmaxpoolsizeminpoolsizemaxconnectingreadpreferencereplicasetretrywritesretryreadsservermonitoringmodeserverselectiontimeoutmssockettimeoutmssrvmaxhostssrvservicenametlsssltlscafiletlscertificatekeyfiletlscertificatekeyfilepassworduuidrepresentationwwaitqueuetimeoutmswtimeoutmszlibcompressionlevelcompressorsuuidRepresentation is an invalid option. An option with a similar name exists: 'zlibCompressionLevel' cannot be greater than 9'zlibCompressionLevel' cannot be less than -1connection string `` argument must be an integer` option must be a non-negative integerconnection string `w` option cannot be a negative integercsharplegacyjavalegacypythonlegacyconnection string `uuidRepresentation` option can be one of `csharpLegacy`, `javaLegacy`, or `pythonLegacy`. Received invalid `the cert-key-password feature must be enabled to specify tlsCertificateKeyFilePassword in the URI'tlsCertificateKeyFile' can't be set if tls=false'tlsCAFile' can't be set if tls=false` option must be a booleancannot set when TLS is disabledcannot set {key}={tls} if other TLS options are setcannot set {key}={tls} if TLS is disabled` argument must be a positive integerstream is not a valid server monitoring modeprimarysecondarysecondarypreferrednearestmaxStalenessSeconds must be -1 or positive, instead got OIDC_CALLBACKOIDC_HUMAN_CALLBACK must only be specified through client optionseach entry in authMechanismProperties must be a colon-separated key-value pair, got invalid maxStalenessSeconds value: ' is not a valid read preference tag (which must be of the form 'key:value'/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/session/action.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/session/pool.rskillcursorsparallelcollectionscan/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client/session.rsid/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/client.rsendSessionsinvalid server response/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/cmap/conn/pooled.rscannot pin a checked-in connection (id = cannot pin an already-pinned connection (id = Invalid wire protocol opcode: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/cmap/conn/wire/header.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/cmap/conn/wire/message.rsserialization errorInvalid op code, expected and got Message length over maximum The server's message claims that the uncompressed length is , but was computed to be The original opcode of the compressed message must be , but was The server indicated that the reply would be an OP_MSG response must contain exactly one payload type 0 section/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/cmap/conn.rsStream checked out but not handshakedConnection to interrupted due to server monitor timeoutinternal error: entered unreachable code: failed to match bindall branches are disabled and there is no else branchattempted to send a new message to but moreToCome bit was setattempted to stream response from connection to but moreToCome bit was not setcannot take in-use connection (id=cannot take connection after unpin (id=/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/cmap/connection_requester.rsattempted to unwrap pooled connection when was establishing/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/cmap/establish/handshake.rsapplicationdriverosenvarchitectureruntimetimeout_secmemory_mbregionurlcontainer +AWS_EXECUTION_ENVAWS_REGIONAWS_LAMBDA_FUNCTION_MEMORY_SIZEFUNCTIONS_WORKER_RUNTIMEFUNCTION_MEMORY_MBFUNCTION_TIMEOUT_SECFUNCTION_REGIONVERCEL_REGION/.dockerenvdockerKUBERNETES_SERVICE_HOSTorchestratorkubernetesAWS_LAMBDA_RUNTIME_APIVERCELK_SERVICEFUNCTION_NAMEAWS_Lambda_aws.lambdaazure.funcvercelmongo-rust-driver3.3.0linuxx86_64tokio2 with loadBalancedclientspeculativeAuthenticate/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/cmap/establish.rsDriver attempted to initialize in load balancing mode, but the server does not support this mode./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/cmap/manager.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/cmap/worker.rscheck out attempted from new pool/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/cmap.rsInvalid result from connection requesterUnsupported compressor ID returned from the server: linearizableavailablewrite concern `w_timeout` field cannot be negativewrite concern cannot have w=0 and j=trueConnection pool for cleared because another operation failed with: failure: internal error +Error code ): /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/event.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/hello.rshelloOktopologyVersionmaxAwaitTimeMS/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/id_set.rswriteConcerncursoratClusterTimeindexfiltercommentlistDatabasesan empty document cannot be passed to a run_command operation/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/operation.rs$genericRunCommand/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/runtime/acknowledged_message.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/runtime/join_handle.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/runtime/resolver.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/runtime/stream.rsNo DNS results for domain empty TCP connect task setTCP connect task failure: connecting to all DNS results failed but no error reported/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/runtime/tls_rustls.rscould not resolve 1 +DigiCert, Inc.1&0$ +DigiCert TLS ECC P384 Root G50 +w5O; +{kX + CommScope1+0) +"CommScope Public Trust RSA Root-010 +f*|RQu +]{E6& +mWOi +Entrust, Inc.1(0& +See www.entrust.net/legal-terms1907 +0(c) 2012 Entrust, Inc. - for authorized use only1301 +*Entrust Root Certification Authority - EC10 +|UD: +AffirmTrust1 +AffirmTrust Commercial0 +5y2- +#[zz +}N c +^PNz +D-Trust GmbH1"0 +D-TRUST BR Root CA 2 20230 +TkcQoI3 +)RkNwl +|O[(z +C$^KkMg +5{_l +,8"/ +d(]A +8ZO#tt +;7:c0 +"6(b# ++]d$ +A24A +>]2/ +CN1%0# +TrustAsia Technologies, Inc.1"0 +TrustAsia TLS RSA Root CA0 +tg/T +8m}l +N4xX% +(!eS`z +~. ^ +'%u'm +JdYak +D-Trust GmbH1"0 +D-TRUST EV Root CA 1 20200 +ueI*0g +aB{I +AffirmTrust1 +AffirmTrust Networking0 +lkaR +UdDe +3w5D +$fU$K@D +Greater Manchester1 +Salford1 +COMODO CA Limited1'0% +COMODO Certification Authority0 +Bi<0 +r0jf +$9jG + CommScope1+0) +"CommScope Public Trust ECC Root-010 +h/HNS+ +w9W1 +emSign PKI1 +eMudhra Inc1 +emSign Root CA - C10 +VB*9%p +Fs4; +k)pC +Greater Manchester1 +Salford1 +COMODO CA Limited1+0) +"COMODO ECC Certification Authority0 +G{/u +n?l// Y[ +1$0" +GlobalSign ECC Root CA - R51 +GlobalSign1 +GlobalSign0 +Amazon1 +Amazon Root CA 30 +k9|3 +hbEW}DX +QuoVadis Limited1 +QuoVadis Root CA 30 +C9Je +VyE+ +RZYV +SwissSign AG1+0) +"SwissSign RSA TLS Root CA 2022 - 10 +.UQ{ +"QMN( +08:i +7 LW +Amazon1 +Amazon Root CA 20 +dtb,= +j6QF'a[ +U}|% +!dz _ld +liR6 +n~o? +Texas1 +Houston1 +SSL Corporation1402 ++SSL.com EV Root Certification Authority ECC0 +Q=}\ +.ZpZ +Telia Finland Oyj1 +Telia Root CA v20 +6D$c +:"#4 +R'a8 +.|-l +IZENPE S.A.1 +Izenpe.com0 +{n&w +Azsnm +Ai~u + -T'H +LS97# + DMMd +GlobalSign Root CA - R61 +GlobalSign1 +GlobalSign0 +PmBf/M +y(MR +rVn. +6Iw0 +af j +'YLv9[ +,zXO +BEyn +c<(L +Arizona1 +Scottsdale1%0# +Starfield Technologies, Inc.1200 +)Starfield Root Certificate Authority - G20 +Iw2)V +mSLb +c[ v +TN1705 +.Agence Nationale de Certification Electronique1 +TunTrust Root CA0 +>N@n +y*&6y +2Q,> +fLf_ +Up$= +5C]'N +Texas1 +Houston1 +SSL Corporation1705 +.SSL.com EV Root Certification Authority RSA R20 +w}4$ +YvZS ++hD{ +`pA^ +;stUG + CommScope1+0) +"CommScope Public Trust ECC Root-020 + IdenTrust1*0( +!IdenTrust Public Sector Root CA 10 +;zJ,1* +1(WXZ +39"9 +omHHa +5*f/ +GT). +iTrusChina Co.,Ltd.1 +vTrus ECC Root CA0 +YVAw +DXbB +DigiCert Inc1 +www.digicert.com1 0 +DigiCert Global Root G30 +a[QF~ +?Am; +Texas1 +Houston1 +SSL Corporation110/ +(SSL.com Root Certification Authority ECC0 +k1RcA; +US1"0 +Google Trust Services LLC1 +GTS Root R40 +0{KI +US1"0 +Google Trust Services LLC1 +GTS Root R30 +&Qro +AUn+ +Microsoft Corporation1604 +-Microsoft ECC Root Certificate Authority 20170 +oJfQ +DigiCert, Inc.1%0# +DigiCert TLS RSA4096 Root G50 +D[Lo0 +OjMw +{?]- +/y0% +HvV:C +Budapest1 +Microsec Ltd.1'0% +Microsec e-Szigno Root CA 20091 +info@e-szigno.hu0 +3@}m +9@u~ +Sn"_ +DigiCert Inc1 +www.digicert.com1$0" +DigiCert Assured ID Root CA0 + 9(X` +yS\1 +JP1#0! +Cybertrust Japan Co., Ltd.1 +SecureSign Root CA120 +7zhE+ +Wu#M +W;*v%3 +]%N*); +71I3r + TAIWAN-CA1 +Root CA1 +TWCA CYBER Root CA0 +iex| +8rEX +0!(m +#.D Y7[ +k"2$ +e 73` +vkBZXv4 +GR1705 +.Hellenic Academic and Research Institutions CA1$0" +HARICA TLS ECC Root CA 20210 +emSign PKI1%0# +eMudhra Technologies Limited1 +emSign Root CA - G10 + +O_lv^ +Entrust, Inc.1(0& +See www.entrust.net/legal-terms1907 +0(c) 2009 Entrust, Inc. - for authorized use only1200 +)Entrust Root Certification Authority - G20 +aNXr +\/xV +nH;o +N2Lbw +Athens1D0B +;Hellenic Academic and Research Institutions Cert. Authority1D0B +;Hellenic Academic and Research Institutions ECC RootCA 20150 +dN %/ +r8Pv +,HoL%) +VZ|i + $l~ +Arizona1 +Scottsdale1 +GoDaddy.com, Inc.110/ +(Go Daddy Root Certificate Authority - G20 +O/Y0" +;F|2 +biQ% +bC%4 +;p*?n +I1\iF +Gebze - Kocaeli1B0@ +9Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK1-0+ +$Kamu Sertifikasyon Merkezi - Kamu SM1604 +-TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 10 +S7*M +-'8t +.tr1 +D-Trust GmbH1'0% +D-TRUST Root Class 3 CA 2 20090 +HHP> +4F $ +P?i] +G5ZJ +JP1#0! +Cybertrust Japan Co., Ltd.1 +SecureSign Root CA140 +l$c9 +*bYP +Yg{U +uR(, +X?-/ +GlobalSign nv-sa1 +GlobalSign Root R460 +,zc`@ +E3k' +FOMx\ +Q&# + w>{ +rsCW} +mt]B +M@~$ +_)c1Yq +lyTvl +New Jersey1 +Jersey City1 +The USERTRUST Network1.0, +%USERTrust ECC Certification Authority0 +JP1%0# +SECOM Trust Systems CO.,LTD.1'0% +Security Communication RootCA20 +ZoviR +~WO? +Greater Manchester1 +Salford1 +COMODO CA Limited1+0) +"COMODO RSA Certification Authority0 +xH0E +HCgNr* + FNm> +|3WA< +PjUF +3:.\ +1\:jG +DigiCert Inc1 +www.digicert.com1!0 +DigiCert Trusted Root G40 +]J<0"0i3 +t;mq +u]xf +v=Y]Bv +p,A` +RQGt +|Lu?c + Qko +FNMT-RCM1 +Ceres1 +VATES-Q2826004J1,0* +#AC RAIZ FNMT-RCM SERVIDORES SEGUROS0 +6JR! +Illinois1 +Chicago1!0 +Trustwave Holdings, Inc.1:08 +1Trustwave Global ECC P384 Certification Authority0 +Milan1#0! +Actalis S.p.A./033585209671'0% +Actalis Authentication Root CA0 +A-/L +zG"D5 +_aQ"U +:v$O +1EaPN +4P(X +Arizona1 +Scottsdale1%0# +Starfield Technologies, Inc.1;09 +2Starfield Services Root Certificate Authority - G20 +kv8c +.j;X +I|fN +CN1&0$ +BEIJING CERTIFICATE AUTHORITY1 +BJCA Global Root CA20 +DE1'0% +Deutsche Telekom Security GmbH1+0) +"Telekom Security TLS ECC Root 20200 +ES1B0@ +9Autoridad de Certificacion Firmaprofesional CIF A626340680 +#Y_ +&oAl +Z$ v +Ea9# + TAIWAN-CA1 +Root CA1 +TWCA Global Root CA0 +LNEI +G`/+295R:( +?u_) +ptO- +tS*=S'i +&ca6N +)J!fy +1Q}2 + Hong Kong1 + Hong Kong1 +Hongkong Post1 0 +Hongkong Post Root CA 30 +30 3S +PA.? +)Jk4 +cAS0 +PL1"0 +Unizeto Technologies S.A.1'0% +Certum Certification Authority1"0 +Certum Trusted Network CA0 +9]jdy +<1J8| +BwL% +CN100. +'China Financial Certification Authority1 +CFCA EV ROOT0 +wT*KL +Y,4I +hMn, +6+4s +r]PeY +"`jc`Nv +TS.x2g= +Xoq` + IdenTrust1'0% +IdenTrust Commercial Root CA 10 +)KIx< +g5ns +3d+c +eky3 +SwissSign AG1 +SwissSign Gold CA - G20 +@>W$ +7Z*r +z` +`iV9 +Entrust, Inc.1907 +0www.entrust.net/CPS is incorporated by reference1 +(c) 2006 Entrust, Inc.1-0+ +$Entrust Root Certification Authority0 +m*oH +Ff.M +nCym +#G\^ +DigiCert Inc1 +www.digicert.com1+0) +"DigiCert High Assurance EV Root CA0 +Mr = +:8P[w1 +AA"Nea + Certainly1 +Certainly Root R10 +;$& +SSL Corporation1%0# +SSL.com TLS RSA Root CA 20220 + rO@ +a>5# +/{X= +>|D_ +rvnLG +)@N/ +NH{Q +\i7Gf +R'mny +Bu#n +QuoVadis Limited1 +QuoVadis Root CA 2 G30 +af!_ +M rI +^`*1 +h/S^ +'RV+ +n8}S- +EeXP8 +DE1+0) +"T-Systems Enterprise Services GmbH1 +T-Systems Trust Center1%0# +T-TeleSec GlobalRoot Class 20 +|{|- +On7H(8 +#}9G +S&QC +Illinois1 +Chicago1!0 +Trustwave Holdings, Inc.1:08 +1Trustwave Global ECC P256 Certification Authority0 +US1)0' + Internet Security Research Group1 +ISRG Root X10 +qiJffl +\4ylv + dwnG7 +A)>Y> +00\H +Illinois1 +Chicago1!0 +Trustwave Holdings, Inc.110/ +(Trustwave Global Certification Authority0 +]Q(K<7 +XyF>T +W 7) +|YbJ +OHA}5J +Buypass AS-9831633271 0 +Buypass Class 2 Root CA0 +DPh$ +Bgb^w +K<.Z +W5Sx + ACCVRAIZ11 +PKIACCV1 +ACCV1 +Z\$7 +@-n" +-)*Zqzdj +OISTE Foundation1!0 +OISTE Server Root RSA G10 +r\Jmi +7|&wn +fgSh + $*L +e){6 +],@r +UniTrust1 +UCA Global G2 Root0 +/"T*X +WO;: +&5T +98Sx@ +N*u*{ +Athens1D0B +;Hellenic Academic and Research Institutions Cert. Authority1@0> +7Hellenic Academic and Research Institutions RootCA 20150 +:y +pcNy +Jf1A +dmvf +v gh +S0F^KT +\e}M= +7_cc +-&kS| +Q 9> +*7;p +?iC| +hx5M +CN1%0# +TrustAsia Technologies, Inc.1$0" +TrustAsia Global Root CA G30 +P~fB +/P t +F'aZ +DhTh +Erp/ +& Zh +Bratislava1 +Disig a.s.1 +CA Disig Root R20 +x>kA +a-A~ +N$.V +en|b +))mk: +Oe@x\GP +:DfK +BW|6 +Amazon1 +Amazon Root CA 40 +{FKc + Dhimyotis1 +Certigna0 +x]B[ +o*(%n*> +%?>D +D-Trust GmbH1"0 +D-TRUST BR Root CA 1 20200 +Cknu +Y;Aek + +k1.9 +QsMk +Z7Z% +D-Trust GmbH1*0( +!D-TRUST Root Class 3 CA 2 EV 20090 +"7^7 +OISTE Foundation1!0 +OISTE Server Root ECC G10 +DE1'0% +Deutsche Telekom Security GmbH1+0) +"Telekom Security TLS RSA Root 20230 +uB)! +8W3% +qQ}ux +7qqG +G4)> +jzHmv +{x5,8 +TW1#0! +Chunghwa Telecom Co., Ltd.1 +HiPKI Root CA - G10 +ZGrgU +_}Bd9z&6 +RFd9 +^Eqw + ufZJ +|o{b +lGZe +US1 0 +SecureTrust Corporation1 +SecureTrust CA0 +o1BlR>h +W/B& +Atos TrustedRoot 20111 +Atos1 +o*;.; +`dYzi +>otr +0*sb ++atqlC +b)f( +CN1&0$ +BEIJING CERTIFICATE AUTHORITY1 +BJCA Global Root CA10 +g$#Oc +f}KU +?xdIi +G:"A +.$oE! +1~lz + G632875101 +ES1'0% +ANF Autoridad de Certificacion1 +ANF CA Raiz1"0 +ANF Secure Server Root CA0 +~E2` +K/KK +TLW +q\9) +,~s%2 +HRg, +DE1+0) +"T-Systems Enterprise Services GmbH1 +T-Systems Trust Center1%0# +T-TeleSec GlobalRoot Class 30 +b"o$ +qAJ+ +\Le +4$}U +6 vff + CommScope1+0) +"CommScope Public Trust RSA Root-020 +b=%# +b4HQ +c n$ +[-=_ +y6,t| +6u8. ++{ T +j,TG +-V~U +Unable to parse PEM-encoded item from Unable to parse PEM-encoded root certificate from built-in provider should support default protocol versions: Unable to parse PEM-encoded client certificate from /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/runtime/worker_handle.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/runtime.rsprocessIdcounter4.2Server at reports wire version , but this version of the MongoDB Rust driver requires at least (MongoDB ). requires wire version , but this version of the MongoDB Rust driver only supports up to /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/sdam/description/topology/server_selection.rsServer selection timeout: No available servers. Topology: Server selection timeout: None of the available servers suitable for criteria . Topology: +, Set Name: , Max Set Version: , Max Election ID: , Compatibility Error: , Servers: [ ]Connection string replicaSet name does not match actual name /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/sdam/description/topology.rscannot transition to a load balancerprimary marked stale due to electionId/setVersion mismatchprimary marked stale due to discovery of newer primaryinvalid max_staleness value: must be at least /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/sdam/monitor.rsserver closed{ Address: , Average RTT: , Last Update Time: , Max Wire Version: , Min Wire Version: , Replica Set Name: , Replica Set Version: , Compatiblity Error: , Error: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/sdam/srv_polling.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/sdam/topology.rssecondaryPreferredread preference tags can only be specified when a non-primary mode is specifiedmax staleness can only be specified when a non-primary mode is specifiedcannot serialize u32 as i32/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/srv.rsSRV lookup for returned no records returned result , which does not match domain name ._tcp.TXT record option '' was returned, but only 'authSource', 'replicaSet', and 'loadBalanced' are allowed' was returned, only 'true' and 'false' are allowed values.TXT record string '' is not a value `key=value` option pairTXT lookup for returned more than one record, but more than one are not allowed with 'mongodb+srv'Cannot set read concern after starting a transaction/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/action/list_databases.rsExpected "name" field in server response, but it was not foundreadConcern/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mongodb-3.3.0/src/action/run_command.rsHelperrequestScopesstruct IdpServerInfostruct IdpServerInfo with 3 elementsMongoDbCrScramSha1ScramSha256MongoDbX509PlainMongoDbOidcTcpapiVersionapiStrictapiDeprecationErrorshostsno transaction startedCannot call abortTransaction after calling commitTransactioncannot call abortTransaction twiceClusterTimeclusterTimestruct ClusterTimestruct ClusterTime with 2 elements$db$readPreferencetxnNumberautocommitconnectiongenerationCheckedInavailable_timeCheckedOutpool_managercancellation_receiverPinnedpinned_statepinned_senderInUsereturned_timeserver_addressinitial_server_typesasl_supported_mechslogical_session_timeoutmax_bson_object_sizemax_write_batch_sizemax_message_size_bytesservice_idStreamDescriptionConnectionstream_descriptionserver_idaddresstime_createdcommand_executingmore_to_comeLoadBalancedGenerationNormalLoadBalancedsenderPoolManagerClear_completion_handlercauseMarkAsReadycompletion_handlerCheckInHandleConnectionFailedHandleConnectionSucceededBroadcastForPoolWriteConcernjListDatabasesOptionsauthorizedDatabasesenabledBulkWriteErrorwrite_concern_errorswrite_errorspartial_resultSummaryVerboselabelswire_versionsourceKind: , labels: , source: InvalidArgumentAuthenticationBsonDeserializationBsonSerializationInsertManyBulkWriteCommandDnsResolveGridFsConnectionPoolClearedInvalidResponseServerSelectionSessionsNotSupportedWriteTransactionIncompatibleServerMissingResumeTokenAn invalid argument was provided: An error occurred when trying to execute an insert_many operation: An error occurred when executing Client::bulk_write: An error occurred during DNS resolution: The server returned an invalid reply to a database operation: Attempted to start a session on a deployment that does not support sessionsAn error occurred when trying to execute a write operation: The server does not support a database operation: Cannot provide resume functionality when the resume token is missingCustom user errorClient has been shut downCommandErrorcode_nameWriteConcernErrordetailserrInfoerrorLabelsstruct WriteConcernErrorstruct WriteConcernError with 5 elementsWriteErrorIndexedWriteErrorInsertManyErrorwrite_concern_errorinserted_idsFileNotFoundidentifierMissingChunkUploadStreamClosedWrongSizeChunkactual_sizeexpected_sizeWrongNumberOfChunksactual_numberexpected_numberAbortErrororiginal_errordelete_errorWriteInProgressisWritablePrimarymsgmecompressionsetVersionsetNamehiddenarbiterOnlyisreplicasetlogicalSessionTimeoutMinuteslastWriteminWireVersionmaxWireVersionelectionIdmaxBsonObjectSizemaxWriteBatchSizeserviceIdmaxMessageSizeBytesconnectionIdlastWriteDatestruct LastWrite with 1 elementstruct Responsestruct Response with 1 elementdatabasesstruct CommandResponsestruct CommandErrorBodywriteConcernErrorstruct WriteConcernOnlyBodystruct WriteConcernOnlyBody with 2 elementsSummaryBulkWriteResultinserted_countmatched_countmodified_countupserted_countdeleted_countVerboseBulkWriteResultsummaryinsert_resultsupdate_resultsdelete_resultsInsertOneResultinserted_idUpdateResultupserted_idDeleteResultAcknowledgedMessageacknowledgerAcknowledgmentSenderTlsNoCertVerifierStandaloneMongosRsPrimaryRsSecondaryRsArbiterRsOtherRsGhostLoadBalancerTopologyVersionprocess_idstruct TopologyVersionstruct TopologyVersion with 2 elementsSingleReplicaSetNoPrimaryReplicaSetWithPrimaryShardedReadPreferencePredicatePrimarySecondarySecondaryPreferredNearestReadPreferenceOptionsmax_stalenesshedgetagSetsmaxStalenessSecondsHedgedReadOptions/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.21.3/src/imp_std.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.11/src/parking_lot.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs%00%01%02%03%04%05%06%07%08%09%0A%0B%0C%0D%0E%0F%10%11%12%13%14%15%16%17%18%19%1A%1B%1C%1D%1E%1F%20%21%22%23%24%25%26%27%28%29%2A%2B%2C%2D%2E%2F%30%31%32%33%34%35%36%37%38%39%3A%3B%3C%3D%3E%3F%40%41%42%43%44%45%46%47%48%49%4A%4B%4C%4D%4E%4F%50%51%52%53%54%55%56%57%58%59%5A%5B%5C%5D%5E%5F%60%61%62%63%64%65%66%67%68%69%6A%6B%6C%6D%6E%6F%70%71%72%73%74%75%76%77%78%79%7A%7B%7C%7D%7E%7F%80%81%82%83%84%85%86%87%88%89%8A%8B%8C%8D%8E%8F%90%91%92%93%94%95%96%97%98%99%9A%9B%9C%9D%9E%9F%A0%A1%A2%A3%A4%A5%A6%A7%A8%A9%AA%AB%AC%AD%AE%AF%B0%B1%B2%B3%B4%B5%B6%B7%B8%B9%BA%BB%BC%BD%BE%BF%C0%C1%C2%C3%C4%C5%C6%C7%C8%C9%CA%CB%CC%CD%CE%CF%D0%D1%D2%D3%D4%D5%D6%D7%D8%D9%DA%DB%DC%DD%DE%DF%E0%E1%E2%E3%E4%E5%E6%E7%E8%E9%EA%EB%EC%ED%EE%EF%F0%F1%F2%F3%F4%F5%F6%F7%F8%F9%FA%FB%FC%FD%FE%FF/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rngs/adapter/reseeding.rslibc::pthread_atfork failed with code /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rngs/xoshiro256plusplus.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/rngs/thread.rscould not initialize thread_rng: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.9.2/src/rngs/thread.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/guts.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.5/src/ip.rsinvalid IP address syntaxnameserverdomainsearchoptionslookupfamilyinet4inet6/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.5/src/lib.rsdebugndotstimeoutrotateno-check-namesip6-bytestringip6-dotintno-ip6-dotintedns0single-requestsingle-request-reopenno-reloadno-tld-queryuse-vcno-aaaabad unicode at line directive at line is improperly formatted or contains invalid valuedirective options at line contains invalid value of some optionoption at line is not recognized contains invalid IP: extra data at the end of line /rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/iter/traits/exact_size.rsSHA256SHA384SHA512SHA512_256/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/polyfill/slice/as_chunks.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/polyfill/slice/as_chunks_mut.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/polyfill/slice.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/aead/aes/ffi.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/aead/aes.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/aead/aes_gcm/aeshwclmulmovbe.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/aead/aes_gcm/vaesclmulavx2.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/aead/aes_gcm.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/aead/algorithm.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/aead/overlapping/base.rsassertion failed: output.len() <= padded.len()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/aead/overlapping/partial_block.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/aead/quic.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/arithmetic/ffi.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/arithmetic/bigint/modulus.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/arithmetic/bigint.rsassertion failed: power < 32/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/arithmetic/limbs/x86_64/mont.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/arithmetic/montgomery.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/io/writer.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/io/positive.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/digest/dynstate.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/ec/curve25519/ed25519/signing.rs0Q +ring::signature::ED25519/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/ec/curve25519/scalar.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/ec/keys.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/ec/suite_b/ecdsa/digest_scalar.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/ec/suite_b/ecdsa/signing.rsassertion failed: key.len() <= digest_alg.block_len() / 2assertion failed: rand.len() >= dest.len()assertion failed: value_len < 128assertion failed: value.len() < 1280 +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/ec/suite_b/ops.rsassertion failed: !self.scalar_ops.common.is_zero(a) +x+/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/ec/suite_b/ops/p384.rs +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/ec/suite_b/private_key.rsassertion failed: q.elem_verify_is_not_zero(&z).is_ok()InconsistentComponentsInvalidEncodingRNG failedPublicKeyIsMissingVersionNotSupportedWrongAlgorithmPrivateModulusLenNotMultipleOf512BitsUnexpectedError/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/hkdf.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/hmac.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/limb.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/pkcs8.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/rsa/padding/pkcs1.rsassertion failed: em.len() >= digest_len + 11/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/rsa/padding/pss.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/rsa/padding.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/rsa/public_key.rsassertion failed: padding.iter().all(|&b| b == 0)assertion failed: min_bits >= MIN_BITS/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/rsa/public_modulus.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/signature.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/aead/chacha/ffi.rsBitLengthECDSA_P256_SHA256_ASN1ECDSA_P256_SHA256_FIXEDECDSA_P256_SHA384_ASN1ECDSA_P384_SHA256_ASN1ECDSA_P384_SHA384_ASN1ECDSA_P384_SHA384_FIXED010 + 0A0 +00Q0 +@/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/ops/function.rsParseIntError/rust/deps/rustc-demangle-0.1.24/src/legacy.rsC><&*@/rust/deps/rustc-demangle-0.1.24/src/v0.rs`fmt::Error`s should be impossible without a `fmt::Formatter`punycode{-0internal error: entered unreachable code: str::from_utf8( was expected to have 1 char, but chars were foundstri8i16isizeu64usizef32f64!_...{recursion limit reached}?'> ::{closure# const ; + unsafe " fn( = { .llvm./rust/deps/rustc-demangle-0.1.24/src/lib.rs{size limit reached}`fmt::Error` from `SizeLimitedFmtAdapter` was discardedSizeLimitExhausted +/mnt/r/Repos/OpenIntegrations/src/addins/mongodb/target/x86_64-unknown-linux-gnu/release/build/rustc_version_runtime-f67e97e36c17c573/out/version.rsx86_64-unknown-linux-gnurustc 1.83.0 (90b35a623 2024-11-26)90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf2024-11-26description() is deprecated; use Displaychunk size must be non-zerodest is out of bounds/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/slice/sort/unstable/heapsort.rs +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/aead/less_safe_key.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/agreement.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/slice.rsattempt to join into collection with len > usize::MAX/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/str.rsSystemRandomRsaParameterspadding_algCrlsRequiredPSSdigest_algTryFromSliceErroralgorithmsignaturePKCS1digestinfo_prefixCertificateDerRingAlgorithmpublic_key_alg_idserial_numberrevocation_datereason_codeinvalidity_dateUnspecifiedKeyCompromiseCaCompromiseAffiliationChangedSupersededCessationOfOperationCertificateHoldRemoveFromCrlPrivilegeWithdrawnAaCompromiseOwnedSignedDataOwnedOwnedCertRevocationListrevoked_certsissuerissuing_distribution_pointsigned_data/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.14/src/digest.rsBorrowedCertRevocationListInvalidDnsNameErrorAlertMessagePayloadChangeCipherSpecPayload/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/msgs/codec.rsread_bytesu16u24PskIdentitiesCompressionsExtensionTypesClientCertificateTypesCipherSuitesPskBindersProtocolNamesNamedGroupsHpkeSymmetricCipherSuitesPskKeyExchangeModesECPointFormats +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/msgs/deframer/buffers.rsmessage buffer full/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/msgs/deframer/handshake.rs +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/msgs/deframer/mod.rs8 +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/msgs/handshake.rsRandomSessionID +ServerNamesSingleProtocolName +ClientHelloPayloadServerHelloPayload +EndOfEarlyDataHelloRetryRequestServerHelloDoneMessageHashHandshakeMessagePayloadEchConfigExtension/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/msgs/message/inbound.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/msgs/message/outbound.rs +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/msgs/ffdhe_groups.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/common_state.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/compress.rsTLS 1.2 session tickets may not be sent once the handshake has completed/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/conn.rspeer closed connection without sending TLS close_notify: https://docs.rs/rustls/latest/rustls/manual/_03_howto/index.html#unexpected-eofreceived plaintext buffer fullfailed to parse private key as RSA, ECDSA, or EdDSA/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/crypto/ring/sign.rsfailed to parse ECDSA private key as PKCS#8 or SEC1 +failed to parse RSA private key as either PKCS#1 or PKCS#8failed to parse RSA private key: +RsaSigningKeysigning failedRsaSignerscheme +EcdsaSigningKeyEcdsaSignerfailed to parse Ed25519 private key: ++epEd25519SigningKeyEd25519Signer/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/crypto/ring/quic.rspacket number too longsample of invalid length/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/crypto/ring/tls12.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/crypto/ring/tls13.rs +operation not supported/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/crypto/cipher.rsassertion failed: len <= self.used/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/crypto/hash.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/crypto/hmac.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/crypto/tls12.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/crypto/tls13.rsexpand type parameter T is too large/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/crypto/mod.rsinternal error: entered unreachable code: only called if `hybrid_component()` implementedcertificate expired: verification time (UNIX), but certificate is not valid after ( seconds ago)certificate not valid yet: verification time (UNIX), but certificate is not valid before seconds in future)certificate revocation list expired: verification time (UNIX), but CRL is not valid after certificate not valid for name ; certificate is not valid for any names (according to its subjectAltName extension)is only valid for certificate does not allow extended key usage for , allows client authenticationserver authenticationreceived unexpected message: got received unexpected handshake message: got received corrupt message of type peer sent no certificatespresented server name type wasn't supportedcannot decrypt peer's messagecannot encrypt messagepeer is incompatible: peer misbehaved: received fatal alert: invalid peer certificate: invalid certificate revocation list: unexpected error: failed to get current timefailed to get random byteshandshake not completepeer sent excess record sizepeer doesn't support any known protocolthe supplied max_fragment_size was too small or largekeys may not be consistent: other error: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/record_layer.rsassertion failed: self.next_pre_encrypt_action() != PreEncryptAction::Refusemaster secretextended master secret/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/tls12/mod.rskey expansionclient finishedserver finishedassertion failed: context.len() <= 0xffff/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/tls13/key_schedule.rskeyivtraffic updresumptionexporting too muchtls13 res binderc e trafficc hs traffics hs trafficc ap traffics ap trafficexp masterres masterderivedech accept confirmationhrr ech accept confirmationCLIENT_EARLY_TRAFFIC_SECRETCLIENT_HANDSHAKE_TRAFFIC_SECRETSERVER_HANDSHAKE_TRAFFIC_SECRETCLIENT_TRAFFIC_SECRET_0SERVER_TRAFFIC_SECRET_0EXPORTER_SECRETTLS 1.3, client CertificateVerify +TLS 1.3, server CertificateVerify +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/tls13/mod.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/vecbuf.rsillegal write_vectored return value ( > /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/x509.rs\\xno usable cipher suites configuredCiphersuite requires key exchange, but no -compatible key exchange groups were present in `CryptoProvider`'s `kx_groups` fieldno kx groups configuredRootCertStore( roots)roots/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/webpki/server_verifier.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/webpki/verify.rsWebPkiSupportedAlgorithms { all: [ .. ], mapping: }/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/client/client_conn.rsbad EarlyData state/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/client/ech.rsfillerinternal error: entered unreachable code: ECH config version mismatch/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/client/handy.rsClientSessionMemoryCache/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/client/hs.rsassertion failed: supported_versions.any(|_| true)internal error: entered unreachable code: ECH state should only be set when TLS 1.3 was negotiatedinternal error: entered unreachable code: Caught by `PeerMisbehaved::UnsolicitedEncryptedExtension`CLIENT_RANDOMExpected transcript +TLS 1.2 connections do not support traffic secret updates +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.32/src/client/tls13.rsinternal error: entered unreachable code: ServerHello is a handshake messageNo kx groups configured +KeyUpdate is not supported for QUIC connectionsleveldescriptionClientCertificateTypeCompressionAlertLevelExtensionTypeServerNameMaxFragmentLengthClientCertificateUrlTrustedCAKeysTruncatedHMACStatusRequestUserMappingClientAuthzServerAuthzCertificateTypeEllipticCurvesSRPSignatureAlgorithmsUseSRTPHeartbeatALProtocolNegotiationSCTServerCertificateTypePaddingExtendedMasterSecretCompressCertificateSessionTicketPreSharedKeyEarlyDataSupportedVersionsCookiePSKKeyExchangeModesTicketEarlyDataInfoCertificateAuthoritiesOIDFiltersPostHandshakeAuthSignatureAlgorithmsCertTransportParametersNextProtocolNegotiationChannelIdRenegotiationInfoTransportParametersDraftEncryptedClientHelloEncryptedClientHelloOuterExtensionsServerNameTypesecp256r1secp384r1secp521r1X25519NamedGroupFFDHE2048FFDHE3072FFDHE4096FFDHE6144FFDHE8192MLKEM1024secp256r1MLKEM768X25519MLKEM768NamedGroup(0xECPointFormatECCurveTypePskKeyExchangeModeCertificateStatusTypeHpkeKemDHKEM_P256_HKDF_SHA256DHKEM_P384_HKDF_SHA384DHKEM_P521_HKDF_SHA512DHKEM_X25519_HKDF_SHA256DHKEM_X448_HKDF_SHA512HpkeKem(0xHpkeKdfHKDF_SHA256HKDF_SHA384HKDF_SHA512HpkeKdf(0xAES_128_GCMAES_256_GCMCHACHA20_POLY_1305EXPORT_ONLYHpkeAead(0xEchVersionV18EchVersion(0xtyppayloadextensionsUnknowncipher_suitesHelloRetryRequestExtensionsorderDHEECDHEServerKeyExchangeCertificateRequestExtensionsNewSessionTicketExtensionsCertificateStatusHelloRequestClientHelloServerHelloCompressedCertificateCertificateRequestCertificateVerifyClientKeyExchangeEncryptedExtensionsKeyUpdateHpkeSymmetricCipherSuitekdf_idaead_idHpkeKeyConfigconfig_idkem_idpublic_keysymmetric_cipher_suitesEchConfigContentskey_configmaximum_name_lengthpublic_nameversionInnerAlertHandshakeApplicationDataMessageOutputLengthErrorCertifiedKeyInappropriateMessageexpect_typesInappropriateHandshakeMessageInvalidEncryptedClientHelloInvalidMessageNoCertificatesPresentedDecryptErrorEncryptErrorPeerMisbehavedAlertReceivedInvalidCertificateInvalidCertRevocationListGeneralFailedToGetCurrentTimeFailedToGetRandomBytesHandshakeNotCompletePeerSentOversizedRecordNoApplicationProtocolBadMaxFragmentSizeKeyMismatchCertificatePayloadTooLargeHandshakePayloadTooLargeInvalidCcsInvalidContentTypeInvalidCertificateStatusTypeInvalidCertRequestInvalidDhParamsInvalidEmptyPayloadInvalidServerNameMessageTooLargeMessageTooShortMissingDataMissingKeyExchangeNoSignatureSchemesUnexpectedMessageUnknownProtocolVersionUnsupportedCompressionUnsupportedCurveTypeUnsupportedKeyExchangeAlgorithmIllegalEmptyValueDuplicateExtensionPreSharedKeyIsNotFinalExtensionUnknownHelloRetryRequestExtensionUnknownCertificateExtensionAttemptedDowngradeToTls12WhenTls13IsSupportedBadCertChainExtensionsDisallowedEncryptedExtensionDuplicateClientHelloExtensionsDuplicateEncryptedExtensionsDuplicateHelloRetryRequestExtensionsDuplicateNewSessionTicketExtensionsDuplicateServerHelloExtensionsDuplicateServerNameTypesEarlyDataAttemptedInSecondClientHelloEarlyDataExtensionWithoutResumptionEarlyDataOfferedWithVariedCipherSuiteHandshakeHashVariedAfterRetryIllegalHelloRetryRequestWithEmptyCookieIllegalHelloRetryRequestWithNoChangesIllegalHelloRetryRequestWithOfferedGroupIllegalHelloRetryRequestWithUnofferedCipherSuiteIllegalHelloRetryRequestWithUnofferedNamedGroupIllegalHelloRetryRequestWithUnsupportedVersionIllegalHelloRetryRequestWithWrongSessionIdIllegalHelloRetryRequestWithInvalidEchIllegalTlsInnerPlaintextIncorrectBinderInvalidCertCompressionInvalidMaxEarlyDataSizeInvalidKeyShareKeyEpochWithPendingFragmentKeyUpdateReceivedInQuicConnectionMessageInterleavedWithHandshakeMessageMissingBinderInPskExtensionMissingKeyShareMissingPskModesExtensionMissingQuicTransportParametersOfferedDuplicateCertificateCompressionsOfferedDuplicateKeySharesOfferedEarlyDataWithOldProtocolVersionOfferedEmptyApplicationProtocolOfferedIncorrectCompressionsPskExtensionMustBeLastPskExtensionWithMismatchedIdsAndBindersRejectedEarlyDataInterleavedWithHandshakeMessageResumptionOfferedWithVariedCipherSuiteResumptionOfferedWithVariedEmsResumptionOfferedWithIncompatibleCipherSuiteSelectedDifferentCipherSuiteAfterRetrySelectedInvalidPskSelectedTls12UsingTls13VersionExtensionSelectedUnofferedApplicationProtocolSelectedUnofferedCipherSuiteSelectedUnofferedCompressionSelectedUnofferedKxGroupSelectedUnofferedPskSelectedUnusableCipherSuiteForVersionServerEchoedCompatibilitySessionIdServerHelloMustOfferUncompressedEcPointsServerNameDifferedOnRetrySignedKxWithWrongAlgorithmSignedHandshakeWithUnadvertisedSigSchemeTooManyEmptyFragmentsTooManyKeyUpdateRequestsTooManyRenegotiationRequestsTooManyWarningAlertsReceivedTooMuchEarlyDataReceivedUnexpectedCleartextExtensionUnsolicitedCertExtensionUnsolicitedEncryptedExtensionUnsolicitedSctListUnsolicitedServerHelloExtensionWrongGroupForKeyShareUnsolicitedEchExtensionEcPointsExtensionRequiredExtendedMasterSecretExtensionRequiredIncorrectCertificateTypeExtensionKeyShareExtensionRequiredNamedGroupsExtensionRequiredNoCertificateRequestSignatureSchemesInCommonNoCipherSuitesInCommonNoEcPointFormatsInCommonNoKxGroupsInCommonNoSignatureSchemesInCommonNullCompressionRequiredServerDoesNotSupportTls12Or13ServerSentHelloRetryRequestWithUnknownExtensionServerTlsVersionIsDisabledByOurConfigSignatureAlgorithmsExtensionRequiredSupportedVersionsExtensionRequiredTls12NotOfferedTls12NotOfferedOrEnabledTls13RequiredForQuicUncompressedEcPointsRequiredUnsolicitedCertificateTypeExtensionServerRejectedEncryptedClientHelloBadEncodingExpiredExpiredContextNotValidYetNotValidYetContextRevokedUnhandledCriticalExtensionExpiredRevocationListExpiredRevocationListContextBadSignatureNotValidForNameNotValidForNameContextInvalidPurposeInvalidPurposeContextInvalidOcspResponseApplicationVerificationFailureClientAuthServerAuthInvalidRevokedCertSerialNumberIssuerInvalidForCrlParseErrorInvalidConfigListNoCompatibleConfigSniRequiredOtherErrorCloseNotifyBadRecordMacRecordOverflowDecompressionFailureNoCertificateBadCertificateUnsupportedCertificateCertificateRevokedCertificateExpiredCertificateUnknownUnknownCAAccessDeniedDecodeErrorExportRestrictionProtocolVersionInsufficientSecurityInternalErrorInappropriateFallbackUserCanceledNoRenegotiationUnsupportedExtensionCertificateUnobtainableBadCertificateStatusResponseBadCertificateHashValueUnknownPSKIdentityCertificateRequiredEncryptedClientHelloRequiredAlertDescription(0xHandshakeTypeHelloVerifyRequestCertificateURLContentType(0xTLS_NULL_WITH_NULL_NULLTLS_PSK_WITH_AES_128_GCM_SHA256TLS_PSK_WITH_AES_256_GCM_SHA384TLS_EMPTY_RENEGOTIATION_INFO_SCSVTLS13_AES_128_GCM_SHA256TLS13_AES_256_GCM_SHA384TLS13_CHACHA20_POLY1305_SHA256TLS13_AES_128_CCM_SHA256TLS13_AES_128_CCM_8_SHA256TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHATLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHATLS_ECDHE_RSA_WITH_AES_128_CBC_SHATLS_ECDHE_RSA_WITH_AES_256_CBC_SHATLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256CipherSuiteCipherSuite(0xSignatureSchemeRSA_PKCS1_SHA1ECDSA_SHA1_LegacyECDSA_NISTP256_SHA256ECDSA_NISTP384_SHA384ECDSA_NISTP521_SHA512RSA_PSS_SHA256RSA_PSS_SHA384RSA_PSS_SHA512ED25519ED448ML_DSA_44ML_DSA_65ML_DSA_87SignatureScheme(0xAnonymousRSADSAECDSASignatureAlgorithm(0xCertificateCompressionAlgorithmEchClientHelloTypeReadyFailResolveClientCertDefaultTimeProviderSystemTimeError/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.12.0/src/base64.rs +?456789:;<= + !"#$%&'()*+,-./0123 +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.12.0/src/server_name.rsDnsNameIpAddress/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.12.0/src/pem.rs-----BEGIN -----END -----missing section end marker: illegal section start: base64 decode error: I/O error: no items found/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.12.0/src/lib.rsInvalidTrailingPaddingInsufficientOutputSpaceV4V6 h"lxz "6X8I z<=f @@ -245,18 +1674,18 @@ xt\)O8 /!x\+ l hPMX xR|C -a Display implementation returned an error unexpectedly/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/string.rs00010203040506070809101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.9.0/src/map/core.rsfalse/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.145/src/ser.rs[],{}, +internal error: entered unreachable code: empty string, expected a semver versionunexpected end of input while parsing unexpected character while parsing after expected comma after invalid leading zero in value of exceeds u64::MAXempty identifier segment in unexpected character in wildcard req () must be the only comparator in the version requnexpected character after wildcard in version reqexcessive number of version comparatorsmajor version numberminor version numberpatch version numberpre-release identifierbuild metadataError("please refrain from storing >64 petabytes of text in semver version/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.27/src/identifier.rsa byte array1 element in sequence elements in sequencea booleana borrowed byte arraybyte arrayboolean ``integer `character `string unit valueOption valuenewtype structmapunit variantnewtype varianttuple variantstruct variant/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_core-1.0.228/src/de/mod.rs` or `one of .0i32i64u8u3200010203040506070809101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.9.0/src/map/core.rsfalse/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.145/src/ser.rs,{}, uuuuuuuubtnufruuuuuuuuuuuuuuuuuu -assertion failed: edge.height == self.height - 1assertion failed: src.len() == dst.len()/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/collections/btree/map.rsWe shall be set up alreadyassertion failed: old.is_null()Platform broken, got NULL as siginfo to signal handler. Aborting/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/collections/btree/navigate.rs()/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/str/pattern.rs -overflow in Duration::new/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/time.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/slice/sort/stable/quicksort.rsmid > lenError/rust/deps/gimli-0.29.0/src/read/line.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/num/wrapping.rs/rust/deps/gimli-0.29.0/src/read/index.rs.debug_abbrev.debug_addr.debug_aranges.debug_cu_index.debug_info.debug_line.debug_line_str.debug_loc.debug_loclists.debug_ranges.debug_rnglists.debug_str.debug_str_offsets.debug_tu_index.debug_types:/rust/deps/addr2line-0.22.0/src/lib.rs/rust/deps/addr2line-0.22.0/src/function.rstoo many running threads in thread scopestd/src/thread/scoped.rsuse of std::thread::current() is not possible after the thread's +fmt error/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/slice/iter.rsassertion failed: edge.height == self.height - 1assertion failed: src.len() == dst.len()/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/collections/btree/map.rsWe shall be set up alreadyassertion failed: old.is_null()Platform broken, got NULL as siginfo to signal handler. AbortingLayoutaligntried to create a `Socket` with an invalid fd/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.10/src/socket.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/collections/btree/navigate.rs +overflow in Duration::new/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/time.rs/rust/deps/gimli-0.29.0/src/read/line.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/num/wrapping.rs/rust/deps/gimli-0.29.0/src/read/index.rs.debug_abbrev.debug_addr.debug_aranges.debug_cu_index.debug_info.debug_line.debug_line_str.debug_loc.debug_loclists.debug_ranges.debug_rnglists.debug_str.debug_str_offsets.debug_tu_index.debug_types/rust/deps/addr2line-0.22.0/src/lib.rs/rust/deps/addr2line-0.22.0/src/function.rstoo many running threads in thread scopestd/src/thread/scoped.rsuse of std::thread::current() is not possible after the thread's local data has been destroyedstd/src/thread/current.rsfatal runtime error: Attempted to access thread-local data while allocating said data. Do not access functions that allocate in the global allocator! This is a bug in the global allocator. AccessErrorfatal runtime error: an irrecoverable error occurred while synchronizing threads -std/src/thread/mod.rsfailed to generate unique thread ID: bitspace exhaustedthread name may not contain interior null bytesRUST_BACKTRACEfailed to allocate read bufferstream did not contain valid UTF-8/permission deniedconnection refusednetwork unreachableconnection abortednot connectedaddress in useaddress not availablenetwork downbroken pipeentity already existsoperation would blocknot a directoryis a directorydirectory not emptyread-only filesystem or storage mediumfilesystem loop or indirection limit (e.g. symlink loop)stale network file handleinvalid input parameterinvalid datatimed outwrite zeroseek on unseekable filefilesystem quota exceededfile too largeresource busyexecutable file busycross-device link or renametoo many linksargument list too longoperation interruptedunsupportedunexpected end of fileout of memoryin progressother erroruncategorized errorOsmessageCustomerror (os error )std/src/io/stdio.rsfailed printing to : stderrstd/src/io/mod.rsfailed to fill whole bufferpanicked at : -std/src/path.rs.extension cannot contain path separators: receiving on a closed channelstd/src/sync/once.rslock count overflow in reentrant mutexstd/src/sync/reentrant_lock.rsfile name contained an unexpected NUL bytestack backtrace: +std/src/thread/mod.rsfailed to generate unique thread ID: bitspace exhaustedthread name may not contain interior null bytesRUST_BACKTRACEfailed to allocate read bufferstream did not contain valid UTF-8permission deniedconnection refusednetwork unreachableconnection abortednot connectedaddress in useaddress not availablenetwork downbroken pipeentity already existsoperation would blocknot a directoryis a directorydirectory not emptyread-only filesystem or storage mediumfilesystem loop or indirection limit (e.g. symlink loop)stale network file handleinvalid input parameterinvalid datatimed outwrite zeroseek on unseekable filefilesystem quota exceededfile too largeresource busyexecutable file busycross-device link or renametoo many linksargument list too longoperation interruptedunsupportedunexpected end of fileout of memoryin progressother erroruncategorized errorOsmessageCustomerror (os error std/src/io/stdio.rsfailed printing to : stderrstd/src/io/mod.rsfailed to fill whole bufferpaths must not contain interior null bytespath must be shorter than SUN_LENfile descriptor did not correspond to a Unix socketstd/src/os/unix/net/addr.rs(unnamed) (pathname)" (abstract)fdlocalUnixStreamOwnedFdpanicked at : +std/src/path.rsextension cannot contain path separators: receiving on a closed channelstd/src/sync/once.rslock count overflow in reentrant mutexstd/src/sync/reentrant_lock.rsoverflow when adding duration to instantstd/src/time.rsoverflow when subtracting duration from instantfile name contained an unexpected NUL bytestack backtrace: note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. __rust_begin_short_backtrace__rust_end_short_backtraces [... omitted frame ...] @@ -266,14 +1695,2343 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Boxaborting due to panic at thread panicked while processing panic. aborting. thread caused non-unwinding panic. aborting. -std/src/../../backtrace/src/symbolize/mod.rs - ConnectionRefusedConnectionResetHostUnreachableNetworkUnreachableConnectionAbortedNotConnectedAddrInUseNetworkDownBrokenPipeAlreadyExistsWouldBlockNotADirectoryIsADirectoryDirectoryNotEmptyReadOnlyFilesystemFilesystemLoopStaleNetworkFileHandleInvalidInputInvalidDataWriteZeroStorageFullNotSeekableFilesystemQuotaExceededFileTooLargeResourceBusyExecutableFileBusyCrossesDevicesTooManyLinksInvalidFilenameArgumentListTooLongInterruptedUnsupportedUnexpectedEofOutOfMemoryInProgressOtherUncategorizedstrerror_r failurestd/src/sys/pal/unix/os.rsno /proc/self/exe available. Is /proc mounted?std/src/sys/pal/unix/thread.rsfailed to join thread: The number of hardware threads is not known for the target platform/proc/self/cgroupcpu/sys/fs/cgroupcgroup.controllerscpu.cfs_period_us/sys/fs/cgroup/cpu/sys/fs/cgroup/cpu,cpuacct/proc/self/mountinfoInvalid timestampstd/src/sys/pal/unix/time.rsstd/src/sys/pal/unix/process/process_unix.rsinternal error: entered unreachable code: waitid() should only return the above codesstd/src/sys/random/linux.rsfailed to generate random data/dev/urandomOnce instance has previously been poisonedtoo many active read locks on RwLockassertion failed: is_unlocked(state)fatal runtime error: the global allocator may not use TLS with destructors +std/src/../../backtrace/src/symbolize/mod.rs - ConnectionRefusedConnectionResetHostUnreachableNetworkUnreachableConnectionAbortedNotConnectedAddrInUseNetworkDownBrokenPipeAlreadyExistsWouldBlockNotADirectoryIsADirectoryDirectoryNotEmptyReadOnlyFilesystemFilesystemLoopStaleNetworkFileHandleInvalidInputInvalidDataWriteZeroStorageFullNotSeekableFilesystemQuotaExceededFileTooLargeResourceBusyExecutableFileBusyCrossesDevicesTooManyLinksInvalidFilenameArgumentListTooLongInterruptedUnsupportedUnexpectedEofOutOfMemoryInProgressOtherUncategorizedfailed to lookup address information: strerror_r failurestd/src/sys/pal/unix/os.rsno /proc/self/exe available. Is /proc mounted?std/src/sys/pal/unix/thread.rsfailed to join thread: The number of hardware threads is not known for the target platform/proc/self/cgroupcpu/sys/fs/cgroupcgroup.controllerscpu.cfs_period_us/sys/fs/cgroup/cpu/sys/fs/cgroup/cpu,cpuacct/proc/self/mountinfotv_sectv_nsecInvalid timestampstd/src/sys/pal/unix/time.rsInstantstd/src/sys/pal/unix/process/process_unix.rsinternal error: entered unreachable code: waitid() should only return the above codesstd/src/sys/random/linux.rsfailed to generate random data/dev/urandomOnce instance has previously been poisonedtoo many active read locks on RwLockassertion failed: is_unlocked(state)fatal runtime error: the global allocator may not use TLS with destructors std/src/sys/thread_local/destructors/list.rsstd/src/sys/thread_local/key/unix.rsfatal runtime error: assertion failed: key as usize != KEY_SENTVAL -std/src/../../backtrace/src/symbolize/gimli/stash.rs.debug_abbrev.dwo.debug_info.dwo.debug_line.dwo.debug_loc.dwo.debug_loclists.dwo.debug_rnglists.dwo.debug_str.dwo.debug_str_offsets.dwostd/src/../../backtrace/src/symbolize/gimli.rsstd/src/../../backtrace/src/symbolize/gimli/elf.rs/usr/lib/debug/usr/lib/debug/.build-id//proc/self/mapsinsufficient perms__pthread_get_minstack -capacity overflow/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/vec/spec_from_iter_nested.rs -Attempted to register forbidden signal /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.5/src/lib.rsassertion failed: occupied.get_mut().actions.insert(id, action).is_none()failed to write whole buffer/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/io/mod.rsa formatting trait implementation returned an error when the underlying stream did notinternal error: entered unreachable code/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/os/fd/owned.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/once.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/thread/mod.rscannot access a Thread Local Storage value during or after destruction/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/thread/local.rsmain +assertion failed: len >= mem::size_of::()std/src/sys_common/net.rsassertion failed: len >= mem::size_of::()invalid socket addressinvalid port valueTcpStreamstd/src/../../backtrace/src/symbolize/gimli/stash.rs.debug_abbrev.dwo.debug_info.dwo.debug_line.dwo.debug_loc.dwo.debug_loclists.dwo.debug_rnglists.dwo.debug_str.dwo.debug_str_offsets.dwostd/src/../../backtrace/src/symbolize/gimli.rsstd/src/../../backtrace/src/symbolize/gimli/elf.rs/usr/lib/debug/usr/lib/debug/.build-id//proc/self/mapsinsufficient perms__pthread_get_minstack +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/decompose.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/slice/mod.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/slice/sort/stable/drift.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/slice/sort/stable/quicksort.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.9.0/src/arrayvec.rs +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-0.1.5/src/lib.rsmid > len +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.11.1/src/lib.rsfor the given month and yearday +month/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.44/src/parsing/combinator/mod.rsminutesecondoffset houroffset minutebecause leap seconds are not supportedseparatorsubsecondhoursminutesnanosecondcapacity overflow/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/vec/spec_from_iter_nested.rs +Attempted to register forbidden signal /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.5/src/lib.rsassertion failed: occupied.get_mut().actions.insert(id, action).is_none()failed to write whole buffer/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/io/mod.rsa formatting trait implementation returned an error when the underlying stream did not/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/os/fd/owned.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/sync/once.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/thread/mod.rscannot access a Thread Local Storage value during or after destruction/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/std/src/thread/local.rsmain fatal runtime error: something here is badly broken! -RUST_MIN_STACKcalled `Result::unwrap()` on an `Err` value/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/collections/btree/map/entry.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/collections/btree/node.rsassertion failed: edge.height == self.node.height - 1/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/vec/mod.rsArc counter overflow/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/sync.rsTried to shrink to a larger capacity/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/raw_vec.rsPoisonErrorTOKIO_WORKER_THREADS/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/loom/std/mod.rs"" cannot be set to 0" must be usize, error: , value: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/util/wake_list.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/util/linked_list.rsassertion failed: self.tail.is_none() -/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/process/unix/orphan.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/park.rsinconsistent park state; actual = inconsistent park_timeout state: inconsistent park_timeout state; actual = inconsistent state in unpark/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/context/current.rsreached max `enter` depth`EnterGuard` values dropped out of order. Guards returned by `tokio::runtime::Handle::enter()` must be dropped in the reverse order as they were acquired.Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/context/runtime.rsassertion failed: c.runtime.get().is_entered()A Tokio 1.x context was found, but IO is disabled. Call `enable_io` on the runtime builder to enable IO.A Tokio 1.x context was found, but timers are disabled. Call `enable_time` on the runtime builder to enable timers.Oh no! We never placed the Core back, this is a bug!/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rsassertion failed: handle.shared.owned.is_empty()core missing/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/defer.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/multi_thread/park.rsinconsistent state in unpark; actual = /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/multi_thread/queue.rsassertion failed: len <= LOCAL_QUEUE_CAPACITYqueue is not full; tail = ; head = actual = queue not empty/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/multi_thread/worker.rspark missingexpected MultiThread scheduler/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/multi_thread/mod.rsnot a CurrentThread handle/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/mod.rsexpected `CurrentThread::Context`expected `MultiThread::Context`/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/io/driver.rsunexpected error when polling the I/O driver: failed to wake I/O drivermark_pending called when the timer entry is in an invalid state/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/time/entry.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/time/wheel/level.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/time/wheel/mod.rs; when=/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/time/mod.rsassertion failed: !handle.is_shutdown()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/signal/mod.rsBad read on self-pipe: signal driver goneinternal error: entered unreachable code: unexpected stage/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/task/core.rsJoinHandle polled after completionwaker missingassertion failed: snapshot.is_complete()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/task/harness.rsassertion failed: snapshot.is_join_interested()assertion failed: !snapshot.is_join_waker_set()assertion failed: next.is_notified()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/task/state.rsassertion failed: prev.is_running()assertion failed: !prev.is_complete()current: , sub: assertion failed: curr.is_join_interested()assertion failed: !curr.is_join_waker_set()assertion failed: curr.is_join_waker_set()assertion failed: prev.is_complete()assertion failed: prev.is_join_waker_set()assertion failed: prev.ref_count() >= 1assertion failed: prev.ref_count() >= 2assertion failed: self.ref_count() > 0OS can't spawn worker thread: assertion failed: shared.shutdown_tx.is_some()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/blocking/pool.rsnum_idle_threads underflowed on thread exit/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/blocking/schedule.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/blocking/shutdown.rsCannot drop a runtime in a context where blocking is not allowed. This happens when a runtime is dropped from within an asynchronous context.[internal exception] blocking task ran twice./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/blocking/task.rstokio-runtime-workerThe Tokio context thread-local variable has been destroyed./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/handle.rsthere is no reactor running, must be called from the context of a Tokio 1.x runtime/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/metrics/worker.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/signal/registry.rsinvalid event_id: failed to create UnixStream/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/signal/unix.rsFailed to register signal handlerRefusing to register signal /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/notify.rsassertion failed: actual_state == EMPTY || actual_state == NOTIFIEDcalled after complete/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/oneshot.rsassertion failed: value <= self.max_value()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/util/bit.rsassertion failed: sharded_size.is_power_of_two()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/util/sharded_list.rsRNG seed generator is internally corrupt/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/util/rand/rt.rsgetFloatRegister +RUST_MIN_STACK()there is no such thing as a release load/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/sync/atomic.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/collections/btree/map/entry.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/collections/btree/node.rsassertion failed: edge.height == self.node.height - 1Tried to shrink to a larger capacity/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/raw_vec.rsUtf8Errorvalid_up_toerror_lenTryFromIntErrorassertion failed: fd >= 0/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.10/src/sockref.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/io/read_buf.rsfilled overflowfilled must not become larger than initializedTOKIO_WORKER_THREADS/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/loom/std/mod.rs"" cannot be set to 0" must be usize, error: , value: /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/util/wake_list.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/util/linked_list.rsassertion failed: self.tail.is_none()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/io/poll_evented.rsPollEventedioearly eof/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/net/addr.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/net/tcp/stream.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/net/udp.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/net/unix/stream.rs +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/process/unix/orphan.rsA Tokio 1.x context was found, but it is being shutdown./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/park.rsinconsistent park state; actual = inconsistent park_timeout state: inconsistent park_timeout state; actual = inconsistent state in unpark/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/context/current.rsreached max `enter` depth`EnterGuard` values dropped out of order. Guards returned by `tokio::runtime::Handle::enter()` must be dropped in the reverse order as they were acquired.Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/context/runtime.rsassertion failed: c.runtime.get().is_entered()A Tokio 1.x context was found, but IO is disabled. Call `enable_io` on the runtime builder to enable IO.A Tokio 1.x context was found, but timers are disabled. Call `enable_time` on the runtime builder to enable timers.Oh no! We never placed the Core back, this is a bug!/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rsassertion failed: handle.shared.owned.is_empty()driver missingcore missing/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/defer.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/multi_thread/park.rsinconsistent state in unpark; actual = /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/multi_thread/queue.rsassertion failed: len <= LOCAL_QUEUE_CAPACITYqueue is not full; tail = ; head = actual = queue not empty/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/multi_thread/worker.rspark missingexpected MultiThread scheduler/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/multi_thread/mod.rsnot a CurrentThread handle/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/scheduler/mod.rsexpected `CurrentThread::Context`expected `MultiThread::Context`/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/io/driver.rsunexpected error when polling the I/O driver: failed to wake I/O driver/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/io/registration.rsmark_pending called when the timer entry is in an invalid state/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/time/entry.rsTimer already fired/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/time/wheel/level.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/time/wheel/mod.rs; when=/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/time/mod.rsassertion failed: !handle.is_shutdown()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/signal/mod.rsBad read on self-pipe: signal driver goneinternal error: entered unreachable code: unexpected stage/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/task/core.rsJoinHandle polled after completionwaker missingtask was cancelled panicked panicked with message JoinError::Cancelled(JoinError::Panic(, ...)task was cancelledtask panickedassertion failed: snapshot.is_complete()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/task/harness.rsassertion failed: snapshot.is_join_interested()assertion failed: !snapshot.is_join_waker_set()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/task/list.rsassertion failed: next.is_notified()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/task/state.rsassertion failed: curr.is_running()assertion failed: prev.is_running()assertion failed: !prev.is_complete()current: , sub: assertion failed: snapshot.ref_count() > 0assertion failed: curr.is_join_interested()assertion failed: !curr.is_join_waker_set()assertion failed: curr.is_join_waker_set()assertion failed: prev.is_complete()assertion failed: prev.is_join_waker_set()assertion failed: prev.ref_count() >= 1assertion failed: prev.ref_count() >= 2assertion failed: self.0 <= isize::MAX as usizeassertion failed: self.ref_count() > 0is_completeOS can't spawn worker thread: assertion failed: shared.shutdown_tx.is_some()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/blocking/pool.rsnum_idle_threads underflowed on thread exit/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/blocking/schedule.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/blocking/shutdown.rsCannot drop a runtime in a context where blocking is not allowed. This happens when a runtime is dropped from within an asynchronous context.[internal exception] blocking task ran twice./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/blocking/task.rstokio-runtime-workerThe Tokio context thread-local variable has been destroyed./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/handle.rsthere is no reactor running, must be called from the context of a Tokio 1.x runtime/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/runtime/metrics/worker.rsId/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/signal/registry.rsinvalid event_id: failed to create UnixStream/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/signal/unix.rsFailed to register signal handlerRefusing to register signal /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/notify.rsassertion failed: actual_state == EMPTY || actual_state == NOTIFIEDcalled after complete/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/oneshot.rsStateis_closedis_rx_task_setis_tx_task_set/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/batch_semaphore.rscannot add more than MAX_PERMITS permits (number of added permits () would overflow MAX_PERMITS (number of permits must not overflowlock must be acquired before waitingSemaphorepermitsAtomicWaker/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/sync/watch.rsthe timer is shutdown, must be called from the context of Tokio runtimetimer is at capacity and cannot create a new entrytimer duration exceeds maximum duration`period` must be non-zero./home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/time/interval.rstoo much time has elapsed since the interval was supposed to tick/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/time/sleep.rstimer error: assertion failed: value <= self.max_value()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/util/bit.rsassertion failed: sharded_size.is_power_of_two()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/util/sharded_list.rsRNG seed generator is internally corrupt/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.45.1/src/util/rand/rt.rsArc counter overflow/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/sync.rsPoisonErrorLazy instance has previously been poisoned/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.21.3/src/lib.rs +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.18/src/char_data/mod.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lookups.rs +0K0L0 +r"t" +H"I" +0[0\0 +< ( ) +0o0q0 +< 0 1 +0a0b0 +0O0P0 +v"x" +0W0X0 +0M0N0 +0{0|0 +<"A" +0S0T0 +0]0^0 +0Y0Z0 +0{0}0 +0u0v0 +a"b" +%"&" +s"u" +e"q" +0_0`0 +M"m" +0x0z0 +0f0g0 +d"p" +0u0w0 +0r0t0 +w"y" +0Q0R0 +0h0i0 +C"D" +0x0y0 +0d0e0 +E"G" +0U0V0 +0o0p0 +#"$" +< 3 4 +0r0s0 +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/perfect_hash.rsInput/..a Display implementation returned an error unexpectedly/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/string.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/slice/index.rs/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/core/src/str/pattern.rsError/rustc/90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf/library/alloc/src/vec/mod.rsassertion failed: self.is_char_boundary(idx)assertion failed: self.is_char_boundary(n)assertion failed: self.is_char_boundary(start)assertion failed: self.is_char_boundary(end)assertion failed: self.is_char_boundary(new_len)assertion failed: self.is_char_boundary(at)EmptyInvalidDigitPosOverflowNegOverflow/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.4/src/host.rs0x0Xa non-empty list of numbersftphttpswswss:///home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.4/src/parser.rs//file://localhost%2e%2e%2e%2E%2E%2e%2E%2E%2e%2E:/.assertion failed: !self.serialization[scheme_end_as_usize..].starts_with("://")Programming error. parse_query_and_fragment() called without ? or #/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.4/src/lib.rs +TTTTTTTTTTTTTTTT +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8_iter-1.0.4/src/lib.rs +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.17.0/src/parser.rs + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p + 0@P`p +/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.17.0/src/rng.rscould not retrieve random bytes for uuid: called `Result::unwrap()` on an `Err` valueinternal error: entered unreachable codeEndOfInput/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.9.0/src/reader.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.103.7/src/der.rsassertion failed: leading_zero_bytes < size.len()/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.103.7/src/subject_name/dns_name.rs")/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.103.7/src/subject_name/ip_address.rsDnsName("DirectoryNameIpAddress()UniformResourceIdentifier("Unsupported(0x.:::[invalid: ], /home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.103.7/src/time.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.103.7/src/crl/types.rsassertion failed: !self.only_contains_attribute_certsassertion failed: public_values_eq(path.cert.issuer, issuer_subject)/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.103.7/src/crl/mod.rs/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.103.7/src/verify_cert.rsRequiredEkuNotFoundContextpresent[KeyPurposeId(BadDerBadDerTimeCaUsedAsEndEntityCertExpirednot_afterCertNotValidForNameCertNotValidYetnot_beforeCertRevokedCrlExpirednext_updateEmptyEkuExtensionEndEntityUsedAsCaExtensionValueInvalidInvalidCertValidityInvalidNetworkMaskConstraintInvalidSerialNumberInvalidCrlSignatureForPublicKeyInvalidSignatureForPublicKeyIssuerNotCrlSignerMalformedDnsIdentifierMalformedExtensionsMalformedNameConstraintMaximumNameConstraintComparisonsExceededMaximumPathBuildCallsExceededMaximumPathDepthExceededMaximumSignatureChecksExceededNameConstraintViolationPathLenConstraintViolatedRequiredEkuNotFoundSignatureAlgorithmMismatchTrailingDataUnknownIssuerUnknownRevocationStatusUnsupportedCertVersionUnsupportedCriticalExtensionUnsupportedCrlIssuingDistributionPointUnsupportedCrlVersionUnsupportedDeltaCrlUnsupportedIndirectCrlUnsupportedNameTypeUnsupportedRevocationReasonUnsupportedRevocationReasonsPartitioningUnsupportedCrlSignatureAlgorithmContextUnsupportedSignatureAlgorithmUnsupportedSignatureAlgorithmContextUnsupportedCrlSignatureAlgorithmForPublicKeyUnsupportedCrlSignatureAlgorithmForPublicKeyContextUnsupportedSignatureAlgorithmForPublicKeyUnsupportedSignatureAlgorithmForPublicKeyContextInvalidNameContextpresentedsignature_algorithm_idpublic_key_algorithm_idsupported_algorithmsBitStringCertificateCertificateExtensionsCertificateTbsCertificateCertRevocationListCertRevocationListExtensionCrlDistributionPointCommonNameInnerCommonNameOuterDistributionPointNameExtensionGeneralNameSignatureSignatureAlgorithmSignedDataSubjectPublicKeyInfoTrustAnchorV1TrustAnchorV1TbsCertificateU8RevokedCertificateRevokedCertificateExtensionIssuingDistributionPoint/home/bayselonarrend/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.8.2/src/lib.rsassertion failed: size <= isize::MAX as usize +Z..} +61j= +Qs(8% +~2sP +EtL? +\{E9 +]+>Uc +:5ptI.T( +QXzc +ITc[ +DDli +&?Mi +GB z +?~tY +EcxmV +~{]S +0Ntl +e\Gg77 +@c5U +RoVZcz +^/w g +?QfZ +,8q~ +-#i #0 +z P +hR}S +S_gOW$N +PL^m +chc1 +3-WH +{q!L +jL?1] +&kgG+[ +/]tjN +o~m{# +=]W| + 47Cd1z +pT6w. +G'\o +RgD/X +U|=F +gi]= +KhSK +V8zc5\e +t}c/ +YU=E +rKE +gwWzO +1nds +mllt +UiCL +n)M5 +wge6 + a!!& +DD5z +1nmp +=#d9 +X/8~ +/)IMT +r'v* +Bnl1l +k!@o +!|H0 +Xe7H&e +:|Yz +._*% +Q$By5 +^DQU +;K+PW +Hf-2 +*6@= +3rUZ +'Ti= +fjW>J +[Zg: +rD B +n +W%0Qv4AV +ZF]:Ba? +_rDd +E::} +"ICEqn.s +g|L" +O@RJ +x_0O# +&C;*] +hg%+| + *O g +DIq* W +u1\m +1<Z +M*jg7 +IT+G +bu:_ +rtE1 +]C15 +!,wze +Rs$c~B +dZK<),F8 +C6pH[ +(3<#6 +CUcR1 +N6/~n. +j$U"~ +O=4_}gL: +Q4TN +TD|} +J@\(G +A9ue_ +IGY=&?S$ + j>? +cO!r +6PNi& +g>:( +'Fh) +PE,$ +9kQp + !l' +(5W- +3Cn( +Z+(H` +<>dM +=asyv +Qg$ZO4Z +Cw!K +@Q<^ +3YH_! +\>ji +9 0_ +K0{} +j:Z| +453i +=++&!63 +)+u| +[S2k +=]9D +9c,Y0x +h~0Q. +df)r +S0F_ +IEw! +,T0 +lEsim +&x-~ +ecc +.Q/[0 +>'\*xZ +v5>}# +Vql4 +;,_) +GzV%E$; +v]k"%x +.5PmMS +yu]4if +2GJH +'s~h9g +2T26 +**qXU +mHs8 +{\6r^> +]gy73 +fG;P^ +wfDJ@ +}o]9s +?tr#6 +IJ?\ +=^/p=. +>w^23 +v>XB +JpL9= +/~zC{ +-"ke6 +W]aN. +T*R+ +?fuP= +}5bIqLk +#[f% +5Itc +&1j@U +:H@, +i$?Y +kLg +I/t1 +1^n"b +T&nf? ++q.b +>pUT +ef]: +&>(w +=VX7 +B<_V +tdXn +Hw~J +XTOD +Bt-N +L+5d +| *%Xn +~|[z +~"}+)8 +M_{h7" +6cot +W\A\ +/wo4:O2 +/\J^- +~T!| +M%J3 +UcI{TrEX +`zv} +`URp +jCh| +fsS'?/ +1 +^+l}l +/'2J +*DQW% +e+ZQT +Ni.f +XH1l +},Q$"' +Pb1m +tDwg +S+Re +*vPP +%bw+s +"s;: +6lkc +ZL9L +sJfw>7G9@> +l4Ot +s6!TYK +wI-S +we-}_ +hhwi +.Kc% +BT5f +NWzl +F1}" +Q>_>@ +Jy).A +ZH^r +&&M9 +A,uw" +((\T +L.V} +t0;?ZlP*m +v0o/5 +#Mj- +>yhP +7i@X +Hofw +./#{ +.*Ce +hJxRX@_ +H=`HY + \sf +a|w9i +Ugi< +EG{M +2Uiwp"9 +D~@. +1b4Ef +?vO` +[d>0 +v>#d +lei5: +1#Q; +ctl=`| +Zod6 +.I`Mb"( +O_yG| +KlD# +}$z9* +m4}O +w0A4k +'av( +|hdX) +MlT8 +!Ro/ +RFCY +.Q.Ol +>)[8 +d_r_0 +cz>Sp +AGgV +!fUY +D g)* +>B=~, +*]r\) +.bmxz +$+= U +b5o- +VMm/JhA +aql* +f1cK% +#;T& +bu\N +zN( +ik.R +V'uk: +6l13 +!< `! +9:dzGN +U79Pc +i%|kB +7sAP' +\l:ArR +Y93a=7c@ +Bu 5 +\ a, +q*g}% +*,t6 +{G>~ +8J7I +G@.I +p)ou} +2|': +o)nV +AbW_ +' {h + ^LXjt +K5!n^n +&r% +[@oN +$f;Zv9l + e-> +]1h=bfz +{ry\W +3ja~ +*W 4 +A#>\N +!HRN +^^h0 +\#\d +)?0z +sh;7 +~_K& +o1+v3 +rZPM +`n#%c +SER< +ci;e* +7< M +rD]/ + Xia +uBY+ +EovVY +:?ca +y;w9 +g|MT +V~$j +*};8. +WRw[ +tM(ie-V +SUWs +?_15]> + -aY +7qp9 +X:vS +ua-, +tb%] +jOJw" +dg< ++D5X +bt1+ +s}(C +_s [ +(h W# +cL;p +u%gc +4+ 8 +nCRD +w`1? +iU[&l +&7!K +O%.U/ +8ca1 +pSPo +KMBo8[ +N'L&R/l +p4Z3 +TC f\ +f#9i +!^(- +bh.b|C +L #Q +|y4( +$%{/ +;h)j +[w\<0 +ifTK +ex"y +eBeL +bie.+ +rZ1VwGf5 +~P2T ++7"u +N=Knn +O.:' +%*-L +.N_v +2a"l +kL+v< +F +XwA0 +!$k* +Uz_G3= +jcn,T,> +RE4 +M$}x +#@Ez +1u+@A +>Sem +XqgA+ +PR$" +gdPI +pIp + $v E +7*QR +#kL| +=Q9M +\\MVT +} &j +( ]zV +saJ! +c(^a +J_R=I) +E)2G\ +n1Z +6-(\ +BvVlZ\ +Vp>u + LU +=.TE +uJ4CA2 +m*Zu +z%2' +@jB+ +q9\` +gi%3e +"YEu +,h11] +1?]N +f{A-< +_b(s +9 iI +C<{@ +Ltc$ +fdxfv% + &v7 +,'#B +f%wyLmX: +Nz3I#B +VY5[;o +7_b] +`DZG +i%YR +5A10K +7q|Q@ +_ee/?P +DnRv +A"k' +wY[K, +7}'&V +@{nZ +d/rRw +}@3- +CD1mB" +%^#9# +YH%c +hRB. +PGr] +( 38 +15 r\ +&?y5 +mDJe +WrgoI + rkC +9aDW +Y=QX +qA k?~ +fA,' +>WK6 +n@PK +s!#r +\Y|W2 +&";T[ +[`|bJj +d35P +_YWL +>o}-XH +Ij)s +u$k( +NJ{* +uC<[rR +q2'Y +wI%% +?gwL +9fkj +D?7" +f!)E +@MfKZ +Vemn +[ve,P +O#&M +jb:5 +|9WD +"[I^ +JD6; +s{5F +Qpr2 +9V); +]i7,> +ai^/ +n0?X +`-I =S'\ +h*Ax +Th{[ + La0+ ++C-.c +^.om5r +:gN(dq +G2xVo\? +,kj8 e +l`>,l} +U?Y5qX} f +jNXcA +9o!5 +cNUGK +vn%* +INdK +*5pB +F9q' +v28 +gj8( +?tya +(i/Al +j"MRX +)'9W: +Mlt(J +Qdsma +S8#w +BFEo +)v f +jLTKTz +ir@r` ++ -e +Y:T| +ug>c +GoJJw +mAFr +B+N3 +&$6c +A|@Q& +3'<\ +2Zq) +|}Eq1 +8b&{ +v)56 +[f7@7F +Ow!y +RE!r +F_\, +qDGqT +. +,kXKlQT +~[I, +xx{' +ne[9 +yHs8= +2^pV +BY_Lq) +WP4$! +aS&v&* +Z7"c +BCeA +LsiX +w~%# +4Mv8 +V5u f +RzQU +1L$1 +aRWZ5 +/V;" +&_{u +kIoQ +6r1ij + _$7*xq?" +H!;) +;5jNf +ET`K\ +u%WX +bgD$ +"?j, +@WE]X +3Ej%Tb +aA0k +_}eOk +k8xA +z~") +aMo^ +l&rB6 +:cwd| +wxT% +V07;m +.W%( +t+RW +`gh' +U^Pg +g4FA +s=;\ +R]Di + F-l +;uC#h/ +Ep0u +u+]| +h|gg +O?'~^ +6r-m_v +XD{p7 +w{Z0 + 0#& +jt(@L +}Xee+ +Q`uV +N.8U} +LG.HK +`Ch. (,R +x=^D +$J6"t +/RIv +}*x@ +h5N. +O#wjk +tY)` +{S"8 +.5.} +!N~g +1m2{ +Mc]T= +c2\f?C ++v30Y +?x29 +;%|>0 + H^ z +y?iLa +7;&j +[D{3 +-,rI +4Zis +IChq +kn"[ +^DnJ +xg-9Ja +r@4$ +Q@1~ +Ml! +r184 +;*tL +;'Dl +h`v% +z>Hz +]&@+fk: +Z~wl +zF):O4 +RM~]qY +/[vS! +ld*^ +<{:K +5:[A +R/Qs +YWQa:B +E"Y6 +:3R$ +td5) +wE2C +EvLa +F#bgn?MwN|% +LT[N +EN2 s/ +`:zQF +KFz" +[U#9 +B6uZ +N`UaK +Sr89[ +hloav\ +rL[i+ +=#N"u# +ia7@ H9 +&k(_ +E;-j +Jvp) +h2n_\ +{-uY +-AvRJ +5-:) +31tPR +:mIR +KV;-W +D.Hog^ +p!PcA1| +g*4} +O1NzNfj'fGv +egUkr +"Ks'SMN{ +qPq2k +.dx_LV9 +sK2? +},MQ +<~{Su;u +]C*< +Mq~h +rAGW +4F0I +Cc?[ +:'L8< +%eyu~ +@<:nq +IP{s +). & +k^ZP +;42= +(NQ[ +`47/ +Z]$M +{s!{ +TPS' +Z+5AS +kp3/y*U +sKu{~X +6#RDP# +<{,& +L0fO*' +AW:S +jHLy +;Qo0 +aPw0 +t}f< +8+Qw +G{Ol +@F(% +dDV8 +#AL#~\ +-5X5 +yWTb? +7OsR +] OO +k~Rz +GXy{ +@dKb] + ->T +rF6? +]FhSD} +aD/x +O*7` +oWnS +?, i +*^2F +WD%g"0Q-) +80F2< +r]q- +2:pS +hbvc +yRnkB +ka`O +_Q/1 +,oYR +>]q&` +vm:u +--FD- +%Gdnv +_jPo +,ZFDGn +w +2Tm=# +XYD% +),d? + F%) +s-}24 + vC+ +IC'W +1t;K +11nN +.4bb +DBDc +#U\l +'={i +Y.\Q +RD6O +5a=Z +j[6Z +!AECO +*,vJEd + G^! +Qj{Jd +Jo#" +;[ +71iB +O'.K +7?XEAVn +PmR"H? +* W/' +4vk +vF'l +k/.fG" +*9'R +M0 E +d4 p +tLsq +;T7 + q;, +ELF0 +*qi? + '3?g +kVV / +GoXis +it^[ +UEax +oB4Do4 +l]i% +,9(}ZA +>; xs: +',*\ +iVY2L +~/;0 +f%g} +TM=U* +,kn} +gb`X +r~s-v7 +!!'c)Q, +:>#S +$-9( +SEqS +xQfF +3-+K +cq#p +]MSd +7%Ot +L4uGv~;6 +Go^ldg +5hcr +^]T\ +V_ m +Y;C;8V +2\fWQx +]GT7] +kR;X +$?$6n +&|w- +K{(K +K/VTR +g]i/H +-, +T&^U +#?dC +Ykg" +wOUigi< +z1_|'B +o +.>6c +Y4i% +lC57 +T72[t +&b,C +wQ0" +cpLm +|=jz +A: z +YMI( +,fQM( +- \=B +oXHT +!^"<_ +Nu6Q +W^p* +Xu"L +p^A{ +N5dIn9 +Jr A +:=kT +L*~' +(5jP +,e8\ +n5cM +.Vu{ +oG/( +iMOb +s%95 +"zbe +>"I;6 +IQ`+ +jB#W +'O6n + 6*l$ +N[iY +?VBH; +!g>\ + d(1 +XB`i| +8%J, +\6Sp +"qVS +b0M% +d[kHy +Nh [ +c~+, +02V8[ +OrqK +k`K. +g* (1 +Hq,r/f +wRlb. +"%sy' +WfMD{ +4f h +#$>6 +Dhq0 +{;UO + %4hf +=!$\ +cdP% ++ uh +<>[h +o$g31 +/p;i +hvL& +-Cq? +EhQ,[3 +DNkv + l^f^ +F{(3? +U).ovc + _GDK Z +wfA'@7 +L@4T +p^i9 +)*-9 +N|rO +CAAz +@i1V +-2&Z +}VKRZ +HO8? +"l7ql`R2lWf +12'0 +$_~I +V_a|I +Q{?S +LXKQ +_ Lq +Fop] +Q6p] +[D55 +8.)4 +)J9o +}n2W +Ea%' +k+Aq +K{"Kb,p +.a%| +)fuG +kSN6' +ZSz@ +BoX5 +tNt5 +1>Vp +{ziv +|}ht +7zRQ + Ul~ +i#_@ +:n# +pp&c +rRfKR +x^`{ +2cb:RO +2W[~ +3icq +{9d:c +(JF| +5t?F +EjNG +|[y7 +Pr"V +g{syW* +sm{c +:w4v +=L&i> +].S" +&g"X +-+ziV +O#;> +Nw!qB +6%vi + }BzJ88 +O=o_ +bPb:L7X) +^[t0 +=f<= +eXQd +|*L +p{T\ +_C0# +Wn4' +F.$) +u,$o +%2H/h' +@h!Aq8 +Ht4qw +vzcrR +w_5&#R4 +`]Bo2' +Ys/MA +'=mP +{ghz6 +gF{A +c`FE% +_=1<<@b +h &N +L!a_ +B!rA +WZTR +rFur`7 +kV'0 +;qV! +W3i+, +d(s${ + !3/ +%s q +v|2$ +nhsR +"VG[ +D(V] +!7-@\ +sT5w! +w,Q)#I +[HTiW +.K'! +(D4D +&Ylb +wlLYP +iFFp}A +L5*[ +5EwO +!s8p +9g3|3 +}W70d +B}-' +:q>*C +\?+u +{C^k +,}aK +*>pg +}|aR! +M'Ezb +8dS2 +IquO +s=%(nh0 ++ _c +yyen +2+~,@ +;Zj09 +wm"h +09,h +5~EW +?U>P +1xT$ +/zt1 +6p]! +HdEu +/5dJ +>*`r +&AK(h +zRXU +HU>mA$_E* +P(UH +-U`5K +IytF +. +F +VM%G]f +?srJO +F+Zb +4)#bH +)(oE +KWjI +0W/5 +bSh&+ +oi3o +Ee{5 +]#hQ +rg#E +`28)fk +qTm_fC= +nyYn +A4Wn> +Rg4I +F'pY +2)Ab` +i5BH + Ej, +B8Z"h + Jm_9 +\5Ok +tLl +gTH.M +Hp)X? +.$@b + +%P>K +ZjLS +ps(crh +H.aR +Xd3h +bj^; +PHhn}Y +:=2"p +,Y;v> +Gz,J +9r#xV +Rxy3 +XFle +#y"jl +qx(q +Oh%u' +>8;I) +#P0_?G0 + +s@'0q +C7HSY +~R65Fu +Vcsc +I+8G +y eE +>1w. ++gC&s +\kc: +$HypYkf +s or +w|+P +1\Z/ +n`3i +-|\E + ,L2y +;>4>se= +dn3@ +t_Q= +JS_!0 +5giP +%F!G +f@-r +9Zr4 +Q4EX +TXJw^{ +'2>l +[\%M +[t%G +wn)*T$4?5z +j&LQ +V6 +o*:TJ& +h8*, +jtv2@ +kte' +"P=r +ETh7 +XjfR +N %9 +D!\R +c5@O +F~e: +5;{4 +1}oP +W +.]R: +<5!! +k8fo +PHAG2 +ai`UJ4 +{Zr} +D.]ppM +`'~} +oG)e5L +BcT` +*1~Pt +lDcW +[.3& +w-g2 +U7{8+S +a:Y +nmvos^ +y_jO +pRTH +?>#t +&Y}F +2M~/ +Pm8A? +@X!pf +29<~ +H8,2 +iSXc +eA"*` +>!-B +J`KL +7m:e +Z+C= +J#}QU^u +%)(*$J +Sn^G + [?oR +Zd[w +k0>Z, +ol*> +K[C7W+ +Ye\B +L[*J +x/OA +U?E* +/8.i +tGTS +I;b_b +e cCPtH +odMsh +,m+= +Kbf} +1=fI +Vj&{ +J>D2 +6bX+ +^RB!r +>fN46R^ +iC!l +^=.Z +o!>d] +F|w)a]c +g'L0X7b +9N1=@ +Dc&6\ +1--R +'g0dW +}=\x]y1 +Y&4{ +*>#R +z(ov +7o4H +[OdP +KuBEN +Jq;v +?".P" +*iO` +a@XZ +s?uj +O$G; +p:(L +%0nP +6myY; +I"9|OxTex +@Q~i +}CQBf +rmhD +SO~c +7gS_ +Rq[R +#lyj +B`4I +F,mZq +Vt_9 +wap}Q +-l34 +}2&2 +9*VU +ayf+ +;2(-/ +{&); +(5Me +9Y@nJM +28Vm +8TZvrv< + FWa +wci. +,3{H +,hmQ# +"!HR +mzP"T +@Zs3 +W"Fe~ +otT) +m&9W +aevF~ +7#T) +vAj} +6 =t +">|vG +'yU# +T~a@E +XWY] +YedcCH} +xI<' +c/L\ +B{Y.w +v1GZ +5c">/ +e+3E +L5^x|S +|InzT +A>x8 +)-M1 +1j!6 +LqH!)8 +{D[X +y&3Gl +s=QT +O~`L{ +V<"+u~ +mL~( +yH3f +W)p[ +x,5J +BZZn +N]#8f' +2nIg +{H}yq + Bbj +0tU+xc: +9QTA +P5[1 +W>peSp>9 +M/\u +eyBH_ +{8w1 +We_A0 +@Pgl +D(n%6 +(3"B +Zpwz +}"6M:Q +U RDn +(M@<& +.%X&1 +*kf[R +p2{l +&q6}A, +e$ChX f~&] +] D: + |5. +sF29 +{#GC +,:]u +09|+ +[7H< +ChGg +'6J~U +")c i5 +-\6G5 +#ep~( +>4|6eXg_e +!#QRFt +!UMU`* +cuxG +'pSN.F +~yhZ +z$9)~ +$i & +G1b1 +D !|H +6c&0|vvX +-,O'-U ND +(vQF +:'&l +jTuf +?uWS +k`'^ +jA(U +KsF8 +V,s> +KSV< +:Vlq +mOD:V + ^@9 +SNtu +=mT= +~9ob +F|'|, +)]hR +CPBQ +9@u, +,a:z +$* I +p618 +Tiid +2d\v +zxNIjo +yS/h +n- m +q27_A +VDPr +]l6' +uE]*P +{L&W +feop( +uaqf +XLuC'4 +FC*a7H +N#ih + T;6P/Arc +s>a, +m a= +mZKB +zlVO +R-0( +t2U +5dO7 +!;y0 +yG/9 +{a"r +uxX/ +|!yX +K. 9 +W!Uf +@#i4$N +_.oG +Fgi?) +a]?xG +n .2 +N=JR_" + vJza +9&)A +3w2URu +~:/3 +RH/Y +ClQ(| +7wKR +u)4A +k%bf +#:}H +LT$/ +g9rB +5'0v2ZP +>n{J +LbWf +VGG@ +t=\z +>7^0g +mS'7 +C[L6 +xxH} +aXvC +B.,~ +v'A>M6 +we?0 +]r}R{ +/l?Y +&H/T +QoOG +mK& +(d4t8 +k/sn + 4m/ +#~X, + &Y&_| +b@`" +b=G3 +MZL} +q6Kl +orOF +EQuM} +JZIX +6O|T% +V3 s +,ShfPQ +h`Zr +qE7 8 +6_wEX +hFcg +VbfOc,p +KT8v +:^5[ +tq}a +T;&) +AWt. +#t9;@Z +wA?} +ZB`! +zG2m8 + N+B +rkqg + +Y{.- +eN.d A +I{i3|G +|XYl +RtIF +}>Yx +}9]Jn+LhyK +?' H +9]ZV +|s(H +/`P*d# +8sOy +.4+w +A%N_A +9dYeiJ +qF{qc +-D65K +:NAy +8pe7? +CBI]6 +GTsW +~,ue` +axfb5 +%IW;"!* +jwB +k26C* +,7~5d +f{A +8= zp +S: +C!OFtq74 +u6Bm +p-6\D +>ztq +-LTY/:] +od?;7y +?dt]X +!3mmXs +t``4*O +\43n7 +tA`KO/3G! +?HP4 +Iw,e=2-b[ +T-k_ +*gFBk +F7!z + FLK +GL.n +N=j` +7 Fq? +p00< +Ff,n +G?g~ +~7'j +Sd:z +w+Ce +&w** +u+e* +a(hq +0M2~@p +![7{ +2 "n@ +rX&O0 +UY6[E +Av $1 +s(// +|_1< +$GIRu +6@[' +.yAu[7 +YO}': ++A*Z +AES-NI GCM module for x86_64, CRYPTOGAMS by +AES for Intel AES-NI, CRYPTOGAMS by +GHASH for x86_64, CRYPTOGAMS by +M|1}0 +*p[[[[[[[[[[[[[[[[ +Vector Permutation AES for x86_64/SSSE3, Mike Hamburg (Stanford University) +Montgomery Multiplication with scatter/gather for x86_64, CRYPTOGAMS by +D7q" +D7q/;M ++Yo, ++Yo, +&\8! +&\8! +* qW +* qW +LwH' +LwH' +o.hs +L*~e +L*~e +SHA512 block transform for x86_64, CRYPTOGAMS by +expand 32-byte kexpand 32-byte k +vRQ> +8STs +LwH' +LwH' +SHA256 block transform for x86_64, CRYPTOGAMS by +getFloatRegister _dl_find_object libunwind: %s - %s DW_EH_PE_funcrel pointer encoding not supported @@ -355,55 +4113,78 @@ xmm4 xmm8 zPLR UAWAVAUATSH +|$Xj N)fA +D$`H +D$XH t3H1 -;t0L -|$@I -D$`H +;t3L +|$hI D$ L -D$@H -D$`H +D$hH D$ L -t$@L -;t0L -|$@I -D$`H +D$hH D$ L -D$@H -D$`H +t$hL +;t3L +|$hI D$ L -t$@L -D$pf -D$`H -d$ L +D$hH +D$ L +t$hL +D$hH +D$ L +|$ L s9Ii -j ZH -L$PM -D$`H -D$@H +D$hH \$ L t$(D -L$\H -D$`H -D$@H +D$PL +j XH +l$PL +D$XL +|$PL +D$hH \$ L t$(D d$0H -D$`H -D$@H -L$\H +D$hH +T$PH +)L$ f +|$hL +d$hH +t$pL +|$xH +d$hM9 j YL +D$hH +D$pH +5:o) +59o) +D$ H +)\$@ +)T$0 +)L$ +5Sk) +5"k) +5!k) +)\$@ +)T$0 +)L$ +(L$ +(T$0 +(\$@A +t$pL +|$xL +t$`L +t$PL +t$PL +j YH D$ A -d$Pt,D -t$P@ -I9E(u -I9E t$Pj ^j t$PI -|$0L -L$0I +|$XH [A\A]A^A_] -j+^H AVSPH AVSPH AVSPH @@ -412,6 +4193,7 @@ AWAVAUATSH |$ H @[A\A]A^A_ AVSPH +AVSPH UAWAVAUATSH T$8f |$ H @@ -421,6 +4203,16 @@ t$@H [A\A]A^A_] T$ H T$ H +=G ( +UAWAVAUATSH +T$8f +|$ H +|$ H +t$8L +|$8H +X[A\A]A^A_] +T$ H +T$ H UAWAVAUATSH l$8fA |$ H @@ -432,6 +4224,19 @@ t$@H [A\A]A^A_] T$ H T$ H +UAWAVAUATSH +T$ f +|$@H +D$ L +t$ H +|$@H +D$ L +t$ H +t$ L +t$(L +X[A\A]A^A_] +T$@H +T$@H AWAVAUATSH |$ H @[A\A]A^A_ @@ -442,6 +4247,7 @@ AWAVAUATSH A]M9 [A\A]A^A_ AWAVSH +=|y) H9G(t [A^A_ [A^A_ @@ -464,17 +4270,55 @@ T$ H UAWAVAUATSH ([A\A]A^A_] UAWAVAUATSH +=2u) +D$(H +L$0j +D$ A +D$(L +8[A\A]A^A_] +UAWAVAUATSH +)D$@L +)D$pH +;t3L +d$@L +t$HH +D$PL +D$@L +d$@L +t$HH +D$PL +)D$P +)D$@H t$8H -|$0H -D$@H -\$ j -D$@H -;u*H -|$8H9 -D$ H -L$(j +\$(H +\$`A +(D$@ +(D$@ +D$(H +(D$p +D$(H +l$ j +D$ A +(D$p +(D$@ D$0H -H[A\A]A^A_] +[A\A]A^A_] +)D$p +l$8H +(D$pA +L$lA +D$@I +T$8L +L$0H +D$8I9 +(D$p +D$@H +t$8H +D$8H +D$@H +\$8H +(D$p +D$(1 UAWAVAUATSH ;t3H l$ H @@ -509,14 +4353,61 @@ D$PH \$`H |$pL T$`H +UAWAVAUATSH +l$hH +l$pA +t3H1 +;t:L +l$0L +|$8H +D$@L +D$0H +l$0L +|$8H +D$@L +l$pA +;t0L +l$0L +|$8H +D$@L +D$0H +l$0L +|$8H +D$@L +)D$@ +)D$0H +d$pL +d$xD +)D$pL +|$(L +|$PA +T$pI +L$xL +)D$0H +)D$0I +(D$0 +(D$0 +D$0H +l$hH +l$pH +l$hI +,$M9 +[A\A]A^A_] +D$0H +t$pH +D$0H +t$pH AVSPI AVSH +j)ZH +X[A^ +AVSH T$(H t$ H h[A^ AVSH H[A^ -AVSPI +=}V) UAWAVAUATSPH [A\A]A^A_] [A\A]A^A_] @@ -528,23 +4419,34 @@ UAWAVAUATSPH AWAVSH [A^A_ [A^A_ +M9~ t I +AWAVSH +[A^A_ +%oM) +[A^A_ AVSPL +AVSPI AWAVATSPI [A\A^A_ Kpu!H +AWAVSH +s0[A^A_ UAWAVAUATSPH [A\A]A^A_] [A\A]A^A_] +=UG) [A\A]A^A_] +%=F) +%)F) +jF^H j7^H -AWAVAUATSH -[A\A]A^A_ UAVSH L;3u [A^] AWAVATSPH [A\A^A_ AVSPH +%IC) UAWAVAUATSH )D$pI L$PH @@ -552,11 +4454,13 @@ D$`H L$(H L$ L |$ I +=:b) d$8I l$0H |$PH L$pu~L [A\A]A^A_] +=Q_) D$`H D$0H D$8H @@ -564,32 +4468,36 @@ l$@H L$HL |$ H AVSPI -AVSPH -AWAVAUATSH -[A\A]A^A_ +UAWAVAUATSPH + t$K +[A\A]A^A_] UAWAVAUATSH -|$(H -d$xj -D$(H -l$0I -t9H1 -;t4L -D$0L -|$8H -D$@H -D$0L -D$0L -|$8H -D$@H -D% H -d$8H -D$@H -D$0H -D$8H -l$ j -D$(@ -\$0H +t$@H +l$@L +|$@j +|$@j +|$@j +|$@L +)D$0I +(D$0A +t$@H +|$@L +D$0I +D$ H +l$(L +\$@H j YL +|$@L +|$@L +D$ H +D$0H +l$(H +\$@H +j YL +|$@L +d$0L +|$@L +D$PH [A\A]A^A_] AWAVATSH [A\A^A_ @@ -597,22 +4505,110 @@ t5AVSH AWAVSH [A^A_ AVSPH +AVSPH +5f2) AWAVAUATSH [A\A]A^A_ UAWAVAUATSH -l$ H - rFH -l$ H +t$ L + r&L +t$ L +4$tZI +4$t%I 8[A\A]A^A_] UAWAVAUATSH -d$hL -l$ j -l$ I -|$hH -j YL +D$`I +D$hA +D$hA +d$HI +d$0L +|$ L +l$(L +l$(H +|$ L +d$0j +l$(H +|$ L +d$0H +D$(H +d$0tiM +D$TI +d$0H +L$(I) +L$@H +D$8H +D$XL +D$0u,H t$ L +l$(j +^j A^L +D$0H9 +tOL; +l$(H +t$ H +|$8H +t$XL +l$(H +D$XH +l$0L +j YH +j YH +l$(L +)D$p +(D$p +j5ZH +j!AXH +l$(H +D$8L +-A>) +|$8L +l$(L +j YH +j5ZH +l$(t +\$@H +\$@L +j YH +j YH +j YH +j YH +j YH +D$HH +d$HH +L$ A +T$0H +D$@L +d$HM +D$`H +d$HM +[A\A]A^A_] +t$ H +D$8H +t.L9 +\$8H +D$@H +t$ uoH +D$0H9 +jJZH +)D$pH +t$xH +|$pH +t$ D +D$XH9 +l$(t +\$@L +t$ u +j YH +t$pH +D$0H +t$pH +UAWAVAUATSH +l$pH +l$pj +|$(H +j YL +|$(L [A\A]A^A_] -t$0L USP@ AVSH H[A^ @@ -650,6 +4646,7 @@ UAWAVAUATSH \$(L d$hL )D$PA +%C+) T$ L d$(L d$(I @@ -672,6 +4669,7 @@ u,PH AWAVATSPH [A\A^A_ [A\A^A_ +AVSPH AWAVAUATSH G:|% M;&u @@ -698,8 +4696,2774 @@ L;3u [A^A_] AVSH 0[A^] +AWAVAUATSH +fffff. +x[A\A]A^A_] +fffff. +xWH) +fff. +uSH= +fff. +ffffff. +AWAVAUATSH +[A\A]A^A_] AWAVATSH [A\A^A_] +AWAVSPH +r%E1 +[A^A_] +AWAVATSH +[A\A^A_] +UAWAVAUATSH +T$ H) +H;\$ +L$ I +([A\A]A^A_] +UAWAVATSH +p[A\A^A_] +UAWAVAUATSH +D$ H +^jpZH +l$(H +r,I9 +D$ H +[A\A]A^A_] +UAWAVAUATSH +|$`H +d$hL +\$ L +|$8L +t$@L +d$HH +\$PH +|$8L +d$ L +s6vMH +|$hH +|$(H +D$XL +d$(L +D$ H +t$0H) +L$(H +L$XL +l$hE1 +t$0H +D$PH +L$`H +D$0H +D$8H +[A\A]A^A_] +t$ j +AVSPH +AVSPH +AVSPH +tOAVSPH +j7^H +AVSH +X[A^ +jpY1 +UAWAVAUATSH +D$ H+D$ +d$(A +L;,$t +T$0H+T$(H +8[A\A]A^A_] +UAWAVAUATSH +[A\A]A^A_] +AVSH +AWAVAUATSH +T$@H +D$(H +L$0H +t$0H +T$@H +p[A\A]A^A_ +UAWAVAUATSH +([A\A]A^A_] +UAWAVAUATSH +dr"@ +8[A\A]A^A_] +UAWAVAUATS +[A\A]A^A_] +UAWAVAUATSH +D$h1 +t$r1 +"D$p +L$hH +\$pL +t$xH +D"3A +#j!^H +l$PL +l$XL +|$0j +t$`fA +jr^L +D$`H +L$aH +L$@H +L$hH +l$XH +l$PH +\$0L +D$@H +L$GH +t$0H +T$`H +L$8H +[A\A]A^A_] +UAWAVAUATSPH +[A\A]A^A_]A +UAWAVAUATSH +d$ H +D$(H +t$0H +8[A\A]A^A_] +|$ 1 +t6E1 +"L$( +UAWAVAUATSH +D$hH +L$pH9 +j@XI +D$XH +L$PH +t$`t +L$(H + "L$0D +T$*1 +"D$( +L$ H +t$8H +T$@1 +T$HH +t$8H +|$@H +t$ H +D$(H +L$0H +D$*1 +D"t$(A0 +L+d$HI +t$`I +L+l$XI +[A\A]A^A_] +\$xH +A"8@ +|$hH +|$8H +UAWAVAUATSH +T$ H +T$ H +\$hH +t$ H +d$PL +L$0H + "L$8 +D$(1 +*L$2 +"D$0 +L$(H +|$@H +T$HE1 +t$XL +d$ L +L$hH +T$ L +T$ H +T$ H +t$XL +d$ L +D$hI +D$xL +T$ L +T$ H +D$xL +T$ H +T$ H +T$ H +T$ H +T$ H +H+l$`j0^H +D$hH +T$ H +D$pH +T$ H +|$PH +[A\A]A^A_] +|$PH +t"H9 +AWAVSH +|$ L +t$(1 +0[A^A_ +AVSH +8[A^ +8[A^ +UAWAVAUATSPH +[A\A]A^A_]A +UAWAVAUATSH +D$ H +([A\A]A^A_] +UAWAVAUATSH +|$(H +\$XH +D$ L +-UF' +H+D$ +L;t$ +\$0H +t$XH +D$HH +L$(H +[A\A]A^A_] +D$PH +T$pH +AWAVSH +|$(L +D$ H +@[A^A_ +AVSPH +ASARj +8[A^ +AVSPH +j Zj +ASARj SAV +8[A^ +AVSH +X[A^ +AWAVSH + [A^A_ +AWAVATSPI +[A\A^A_ +t I9 +t'H9 +[A\A^A_ +UAWAVAUATSH +l$(L +|$XH +@s-A +L$(A +D$hH +T$$H +L$XH +L$$H +L$`I +L$(H +D$`H +D$hL +t$pH9 +L$(A +D$hH +T$$H +L$XH +L$$H +L$`I +L$(H +D$`H +D$hL +D$pH9 +D$HH) +L$PL +l$@H +T$ A9 +\$:urH +j&^j +D$(H +wsrM +j&^j +j&^j +Vj;A]H +j&^j +j&^j +j&^j [j +\$ A +l$(L +L$0L +t$8H +t$@H +5N0' +l$Xu +|$hjL +|$hj! +|$hj=Z +\$hL +t$pH +|$`L +|$`L +D$PH +|$HA +j;A_D +D$TD +j;A]I +j;A]I +\$HH +|$PuCH +D$(H +[A^A_ +UAWAVAUATSH +D$ A +D$XH +T$`H +]0H9 +D$ L +L$(A +L$ A +D$ L +L$(L +T$0A +D$ H +D$0H +} H9 +|$@j +^jpA^L +D$hL +t7L;|$hu +|$hj +l$pK +|$xI +|$@L +D$8L +|$xA +|$XH +L$@I +[A\A]A^A_] +)D$@L +(D$@ +|$XH +\$`H +t$8L +L$@A +D$XL +D$XH +|$`H +t$8D +L$@I +UAWAVAUATSH +t$8L +t$PL +d$ L +h[A\A]A^A_] +UAWAVAUATSH +D$hH +|$pL +H;L$h +D$pL +t$xH +H;D$ +\$HL +t$@L +|$PL +l$XL +d$`H +L$ H +|$(L +D$0H +|$pH +t$xL +d$`L +l$XL +|$PH +\$HL +t$@H +l$8H +T$0H +|$(L +[A\A]A^A_] +AVSPH +AVSH +t$0L +D$8H +t$pH +D$(H +(D$p +UAWAVAUATSH +u0I9 +|$PL +D$XH +D$`H +[A\A]A^A_] +t$PH +d$PL +|$ L +|$(L +|$PL +|$PL +|$PL +|$PH +D$PH +D$`L +|$PL +|$PL +|$PL +|$PL +L$xH +D$(H +D$0H +D$ L +d$(H +D$ H +D$0H +T$@H +|$HH +t$PH +L$S1 +L$8H +L$xH +L$HH +D$(H +L$8H +L$xH +L$HH +D$(H +UAWAVAUATSH +|$PL +d$PI +j AXL +|$ H +L$0H +d$PL +t$PL +C fD +[A\A]A^A_] +|$PL +D$XD +|$[L +t$_D +d$gL +D$HH9 +t$0H +d$PL +t$PL +I9,$ +t$[H +|$_D +D$gL +L$xL +L$xH +t$PM +V fA +t$HL +u>Hc +uAL9 +t$HH +AWAVSH +[A^A_ +AWAVAUATSH +0[A\A]A^A_ +AWAVATSH +8[A\A^A_ +w#H9 +AVSH +AWAVSH + [A^A_ +AWAVATSH +L$@H +t$hH +t$PL +[A\A^A_ +AVSH +8[A^ +L$0H +8[A^ +AVSH +8[A^ +L$0H +8[A^ +AWAVATSH +L$@H +t$hH +t$PL +[A\A^A_ +D$hI +T$8H +AVSH +j ZH +X[A^ +AWAVATSH +8[A\A^A_ +AWAVAUATSH +rAL9 +0[A\A]A^A_ +AWAVSH + [A^A_ +UAWAVAUATSH +D$`L +t$hH +Hc.H +d$hL +)D$ I +d$0j +D$0H +D$8H +D$@H +t$hH +L$HL +D$`L +L$0H +L$8H +t$hH +D$@H +L$HL +[A\A]A^A_] +(D$ +j%ZH +AVSH +X[A^ +AWAVATSH +|$(j +L$PH +X[A\A^A_ +AWAVAUATSH +D$0H +t$PH +D$ H +L$(H +M9,$uJI +t$0H +T$PH +t$0H +T$PH +t$ L +[A\A]A^A_ +UAWAVAUATSH +ujLc +D$8H +L$@H +t$PL +h[A\A]A^A_] +L$0H +h[A\A]A^A_] +AWAVSH +0[A^A_ +0[A^A_ +AWAVAUATSH +u|L9 +T$`H +t$HL +[A\A]A^A_ +UAWAVAUATSH +\$pL +)T$` +)L$P +)D$@M9 +t$@H +[A\A]A^A_] +AWAVSH +t$0L +`[A^A_ +T$ H +AWAVATSH +D$0H +8[A\A^A_ +AVSPH +ASARj +8[A^ +UAWAVAUATSH +|$@A +d$h1 +\$0A +\$0A +T$ A +l$`H +[A\A]A^A_] +UAWAVAUATSH +T$ A +D$ M +Mk|$ +D$hH +D$/H +)D$p@ +(D$p +|$hL +|$pH +t$PH +|$ H +|$ H +|$8H +D$ I +D$(H +T$ A +D$ A +l$ H +[A\A]A^A_] +[A\A]A^A_] +T$'A +)W A +(D$p +|$PH +t$XL +l$`L +D$hH +UAWAVAUATSH +T$hH +t$hL +|$pH +T$xL +)D$PM +t$hI +(D$PA +)D$ A +)D$0I +L$@L9 +L$@H +(D$ +(L$0 +[A\A]A^A_] +AVSH +X[A^ +UAWAVAUATSH +L$@H +D$pL +L$@H +L$pH +D$@H +D$pL +L$@H +D$@H +D$pL +L$@H +D$@H +D$8H +j ^I +D$@H +D$HH +D$@H +t$8H +L$pH +L$xH +D$@H +D$HH +D$@H +t$8H +D$pH +D$xH +L$@L +l$HH +L$`L +l$hH +L$pH +L$PH +D$XL +t$8H +D$pL +L$@H +L$@H +D$pL +L$@H +D$pL +t$@H +D$pL +L$@H +D$pL +L$@H +L$pH +D$@H +[A\A]A^A_] +[A\A]A^A_] +L$pH +T$@H +j ^H +\$@H +\$pH +D$xH +D$pH +|$@H +T$(H +T$(H +AWAVSH +D$ L +|$pH +T$@H +[A^A_ +AWAVSH +[A^A_ +[A^A_ +UAWAVAUATSH +j ^H +t$ I +\$(L +D$ H +D$(H +D$0H +D$8H +D$ H +D$ H +D$(H +D$0H +D$8H +D$@H +D$ H +D$(H +D$0H +D$8H +D$@H +D$HH +D$Xj ZH +D$`H +T$hH +D$ H +D$pH +D$ j +L$(H +D$0H +L$8L +[A\A]A^A_] +l$ j ^L +l$`H +D$hH +D$`H +D$`H +L$hH +D$`H +|$ H +UAWAVAUATSH +t$(L +&j ]A +t$(L +t$XH +\$(H +\$(L +|$(L +L$ H +T$XH +[A\A]A^A_] +AVSH +T$ H +AWAVSH +L$PH +T$ L +[A^A_ +AVSH +j-_L +L$8L +t$xL +UAWAVAUATSH +j XI +j XA +[A\A]A^A_] +AWAVS +[A^A_ +UAWAVAUATSH +j XH +jdYD +j XH +l$ H +t$ j +8[A\A]A^A_] +AWAVS +[A^A_ +UAWAVAUATSH +|$ L +j XA +l$ L +j XA +t$ j +X[A\A]A^A_] +UAWAVAUATSH +d$8L +D$@L +|$ A +|$@j +t$XH +[A\A]A^A_] +t$ H +T$0H +[A\A]A^A_] +UAVSH +`[A^] +t$0H +AWAVATSH +x[A\A^A_ +AWAVSH +M9>u +p[A^A_ +AWAVATSH +x[A\A^A_ +x[A\A^A_ +UAWAVAUATSH +x[A\A]A^A_] +UAWAVAUATSH +D$ @ +d$0I +)D$0A +)D$@I +L$(H +L$PL9 +(D$0 +(L$@ +D$PH +D$ I +L9,$ +|$0H +)D$0A +)D$@I +L$(H +L$PL9 +(D$0 +(L$@ +D$PH +D$ I +L9,$ +|$0H +[A\A]A^A_] +)D$0A +)D$@I +L$(H +L$PL9 +(D$0 +(L$@ +D$PH +|$0H +[A\A]A^A_] +[A\A]A^A_] +)D$0A +)D$@I +L$(H +L$PL9 +(D$0 +(L$@H +D$PH +[A\A]A^A_] +)D$0A +)D$@I +L$(H +L$PL9 +(D$0 +(L$@H +D$PH +[A\A]A^A_] +)D$0A +)D$@I +L$PL9 +(D$0 +(L$@ +D$PH +D$ L9,$ +|$0j +[A\A]A^A_] +)D$0A +)D$@I +L$PL9 +(D$0 +(L$@H +D$PH +[A\A]A^A_] +)D$0A +)D$@I +L$(H +L$PL9 +(D$0 +(L$@I +D$PI +L9,$ +|$0L +)D$0A +)D$@I +L$PL9 +(D$0 +(L$@H +D$PH +L$PH +(D$0 +(L$@ +)L$@ +)D$0 +[A\A]A^A_] +L9,$ +|$0j +|$8j +|$0H +D$0L9 +D$ H +|$0H +|$0H +|$0H +D$0L9 +|$0H +|$8j +t$8H +|$0j +D$0L9 +D$ H +t$8H +[A\A]A^A_] +|$8j +t$8H +AWAVAUATSH +p[A\A]A^A_ +UAWAVAUATSH +d$(L +D$(L +D$(L +l$0H +D$ H +D$8L +l$@L +D$0j +t$(H +[A\A]A^A_] +UAWAVSH +x[A^A_] +UAWAVAUATSH +)D$`A +)D$pI +(D$` +(L$p +D$ M +)D$0A +)D$@I +L$PH9 +(D$0 +(L$@I +D$PH +(D$` +(L$p +T$0H +|$`L +|$hj +(D$0 +(L$@ +L$xH +L$PH +|$hj +D$`H +T$`H9 +D$ H +D$hj +t$hH +[A\A]A^A_] +UAWAVAUATSH +A_E1 +t$ H +[A\A]A^A_] +t$8H +UAWAVAUATSH +H9.u=I +x[A\A]A^A_] +x[A\A]A^A_] +x[A\A]A^A_] +UAWAVAUATSH +D$xL +[A\A]A^A_] +UAWAVAUATSH +x[A\A]A^A_] +AWAVSH +L9>u H +M9>u +p[A^A_ +p[A^A_ +UAWAVATSH +p[A\A^A_] +AWAVAUATSH +p[A\A]A^A_ +AWAVAUATSH +t$0H +[A\A]A^A_ +t$0H +d$0L +t$8H +AWAVATSH +)D$0A +)D$@I +L$PL9 +(D$0 +(L$@ +D$PH +D$ L9$$ +L$PH +(D$0 +(L$@ +|$0H +D$0L9 +L9$$uPH +|$8j +|$0H +D$0L9 +D$ H +t$8H +[A\A^A_ +UAWAVAUATSH +u.E1 +x[A\A]A^A_] +AWAVAUATSH +D$pL +L$xL +[A\A]A^A_ +D$xL +AWAVATSH +|$`j +L$ L9 +D$ H +|$`j +t$`H +t$0j +D$PH +t$`H +(D$0 +(L$@ +L$ H +t$hH +[A\A^A_ +AWAVAUATSH +|$`j +L$ L9 +d$0A +D$ L +|$`j +D$PH +t$`H +(D$0 +(L$@ +L$ H +t$hH +[A\A]A^A_ +AWAVAUATSH +[A\A]A^A_ +t$ H +AWAVATSH +[A\A^A_ +|$`j +L$ L9 +D$ H +t$`j +D$PH +t$`H +(D$0 +(L$@ +[A\A^A_ +L$ H +t$hH +[A\A^A_ +AWAVAUATSH +T$0H +t$PH +[A\A]A^A_ +t$PH +d$Pj +t$XH +UAWAVAUATSH +)D$`A +)D$pI +(D$` +(L$p +D$ M +)D$`A +)D$pI +(D$` +(L$pH +H9l$0 +t$8H +T$8H +|$`L +(D$` +(L$p +T$`H +t$0L +(D$` +(L$p +|$`H +t$0L +D$`H9 +D$PH +(D$0 +(L$@ +L$0H +|$hj +t$hH +D$ H +[A\A]A^A_] +UAWAVAUATSH +D$xL +[A\A]A^A_] +AWAVATSH +L9&u8I +x[A\A^A_ +x[A\A^A_ +x[A\A^A_ +AWAVATSH +D$xL +[A\A^A_ +AWAVSH +[A^A_ +AVSH +L$(H +t$HH +x[A^ +AVSPH +ASARj +UAWAVAUATSH +H9.u=I +x[A\A]A^A_] +x[A\A]A^A_] +x[A\A]A^A_] +AWAVAUATSH +T$0H +t$PH +[A\A]A^A_ +t$PH +d$PL +t$XH +AWAVATSH +t$ H +[A\A^A_ +UAWAVAUATSH +D$xL +[A\A]A^A_] +UAWAVAUATSH +|$ H +t$8L +D$HH +L$@H +D$hH +|$ j +t$8L +D$9H +|$ H +D$ L +L$8H +t$ L +t$ L +L$,H +D$0H +t$8L +t$ M +D$XL +L$HA +|$ I +D$`A +D$hH +D$`H +T$@I +t$ L +t$(H +t$0H +l$`L +D$iH +L$pH +T$xH +D$8H +|$hH +L$pI +t$ D +L$`H +5Y=& +D$8H +[A\A]A^A_] +T$xH +D$8H +D$xH +L$8H +D$ H +D$0H +AWAVSH +[A^A_ +AWAVAUATSI ++[A\A]A^A_ +UAWAVAUATSH +L$ H +t$0H +\$0H +\$0H +t$8I +[A\A]A^A_] +D$HH +|$HH +AWAVAUATSH +p[A\A]A^A_ +UAWAVAUATSH +[A\A]A^A_] +l$@L +[A\A]A^A_] +T$0H +l$@L +D$PI +|$@H +D$@H +t$HH +AVSPH +AVSH +x[A^ +x[A^ +x[A^ +UAWAVAUATSH +x[A\A]A^A_] +x[A\A]A^A_] +AWAVAUATSH +p[A\A]A^A_ +AWAVAUATSH +L$0H +t$PH +[A\A]A^A_ +t$PH +d$PL +t$XH +AWAVAUATSH +L$0H +t$PH +[A\A]A^A_ +t$PH +d$PL +d$PL +t$XH +AWAVAUATSH +p[A\A]A^A_ +AWAVSH +[A^A_ +UAWAVAUATSH +|$xj +d$0A +T$0H +|$xL +|$xL +D$xH9 +D$(H +D$ H9 +D$ H +D$(H +t$0H +T$@L +t$HL +L$ H +)L$` +)D$PI +|$(j Y +(D$P +(L$`A +[A\A]A^A_] +AWAVAUATSH +p[A\A]A^A_ +UAWAVAUATSH +l$ H +t$(I +|$ I +l$ L +l$ L +t$(H +)D$ j +|$ A +[A\A]A^A_] +UAWAVAUATSH +8[A\A]A^A_] +8[A\A]A^A_] +8[A\A]A^A_] +8[A\A]A^A_] +8[A\A]A^A_] +8[A\A]A^A_] +8[A\A]A^A_] +8[A\A]A^A_] +PARj +ASAW +8[A\A]A^A_] +UAWAVAUATSH +H[A\A]A^A_] +AVSPH +ASARj +8[A^ +AVSPH +j Zj +ASARj SAV +8[A^ +AVSPH +ASARj +8[A^ +UAWAVSH +\$ H +8[A^A_] +AVSH +t$ L +D$ H +H[A^ +AWAVATSH +d$@j +X[A\A^A_ +AVSPH +j ZH +ASARj +8[A^ +j ZY +AWAVATSPI +[A\A^A_ +AVSH +AWAVATSH +[A\A^A_ +AWAVSH +[A^A_ +[A^A_ +AWAVSH +>$uK +~ nu + [A^A_ +L$(H +t$HH +t$8H +t$8H +AWAVATSH +8[A\A^A_ +t$ L +AWAVSH +6H;p +M9>u!H +D$ H +D$(H +0[A^A_ +AVSH +ov f +)L$@D +)L$ f +D$`f +l$pfD +ol$ fA +L$ fD +oL$@fE +oT$ f +o$$fD +$$fD +$NfE +\$0fD +l$ f +L$@fA +oL$0fD +D$0f +o|$ f +od$@f +oD$PfD +oD$pfD +o\$0f +AWAVSH +(L$ +(T$0A +)V H +@[A^A_ +t$(H +t$(H +t$8H +H+0u +AVSH +t$ L +8[A^ +UAWAVAUATSH +L$xH +^j Z +t$8H +T$(H +t$ M +L$0H +)D$PA +H;D$8u +D$@H +D$(H +D$(F +(D$PB +D$_B +l$HI +t$ H +t$xH +)D$PH +L$ H +L$0H +(D$P +t$ H +D$HH +[A\A]A^A_] +AWAVSH +[A^A_ +UAWAVAUATSH +t$(I +T$0H +\$(H +D$ H +D$(j +D$ L +l$ H +l$ H +l$(H +D$ L +D$(j +D$ H +D$(L +D$ H +D$ A +D$ A +D$ A +t$ M +|$ L +d$(L +D$ H +l$(j +D$ L +|$(I +D$ L +[A\A]A^A_] +\$(I +D$ M +t$(L +D$ H +\$(@ +D$ H +D$(j +D$ L +\$ H +\$ H +\$(I +D$ I +|$(I +|$(I +D$ I +D$(j +D$ L +\$(H +D$ L +D$(H +D$ L +|$ H +jd^D +|$ D +l$ L +D$ H +|$ H +D$P +D$@H +D$HH +T$ H +UAWAVAUATSP +F Hin +[A\A]A^A_] +UAWAVAUATSH +|$(I +D$`M +D$XH +L$XH +)D$0 +D$?H +(D$0 +D$ H +L$@H +T$#A +|$hH +D$xH +)D$0 +(D$0 +L$(H +[A\A]A^A_] +UAWAVAUATSH +|$H1 +)D$` +(D$` +(D$p +)D$ +(L$ +|$HH +D$XH +D$gH +D$`H +D$oH +D$7H +[A\A]A^A_] +AWAVATSH +|$(L +L$ L9 +D$ H +L$ H +[A\A^A_ +AWAVATSH +[A\A^A_ +AWAVATSH +|$01 +[A\A^A_ +L$ H +T$(Hk +AWAVSH +L$(H +P[A^A_ +D$ H +t$8L +AVSPH +AWAVSH +D$(H +L$ H +L$ H +@[A^A_ +AVSPH +AWAVSH +>bu` +>su7 + [A^A_ +AVSPH +AWAVSH + [A^A_ +AVSPH +AWAVSH + [A^A_ +AVSPH +AWAVSH +>$u! + [A^A_ +AVSPH +AWAVSH +>$u< + [A^A_ +UAWAVAUATSH +G0H;F0 +D$(H +l$ M +L;l$(M +l$8H +L$@H +l$HL +L$PH +D$`f +oD$`f +oL$P +l$ H9 +x[A\A]A^A_] +AVSPH +S(H1 +H3K H +UAWAVSPH9 +[A^A_] +AVSPH +ASARj +8[A^ +UAWAVSH +([A^A_] +AWAVSH +0[A^A_ +AVSPH +Zj AXH +ASARj +8[A^ +UAWAVATSH +0[A\A^A_] +AVSPH +ASARj +8[A^ +UAWAVATSH +0[A\A^A_] +AVSPH +ASARj +8[A^ +AVSPH +ASARj +8[A^ +UAWAVAUATSH +L$ H +D$0f +svIi +oD$0f +oL$ +H[A\A]A^A_] +AVSPH +AWAVATSH +L93t +[A\A^A_ +AWAVSH +[A^A_ +T$0j +t$(L +M9>u +D$ H +AWAVATSH +HcD$ +|$01 +[A\A^A_ +L$ H +T$(Hk +AVSH +([A^ +AVSPH +AWAVSH +D$P +D$@H +D$HL9>u +L9;u +`[A^A_ +AVSH +D$ @ +|$0D +D$4H +t$8D +D$1D +h[A^ +AVSH +t$(L +T$ H9 +D$ H +L$ H +t$(H +X[A^ +UAWAVAUATSH +t$ L +d$ L +d$XL +|$ L +j AX +t$ L +T$PH +t$XL +|$pL +l$ H +d$XL +d$ L +t$ L +l$ L +l$XL +|$ H +|$ L +L$HH +L$HH +t$HH +[A\A]A^A_] +AVSH +AWAVSH +|$`L +D$hH +)T$P +)L$@ +)D$0 +(D$0 +(L$@ +(T$P +)T$ I +(T$ A +[A^A_ +t$`H +L$ H +AWAVSI +[A^A_ +[A^A_ +AWAVSI +[A^A_ +[A^A_ +AWAVSH +[A^A_ +[A^A_ +AWAVSI +[A^A_ +[A^A_ +AWAVSI +[A^A_ +[A^A_ +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVSH +M9>u +D$ H +D$(H +0[A^A_ +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVSH +M9>u +D$(H +0[A^A_ +UAWAVAUATSH +D$8H +L9(u H +[A\A]A^A_] +AWAVSH +t$(L +t$(L +M9>u5H +D$@H +D$HH +L9<$u +D$ H +t$(H +t$PL +M9>u +D$@H +D$HH +L9<$tWH +t$(H +t$PL +M9>u +D$0H +D$HH +L9<$u;H +T$ H +p[A^A_ +ju +D$ H +UAWAVAUATSH +T$8j +D$8L +D$8H +L$@H +T$HHk +)D$ H9 +(D$ A +t$8L +t$8L +t$8L +H;L$ +H;D$ +|$P1 +t$0H +(D$ A +[A\A]A^A_] +H;D$ +UAWAVAUATSH +|$ L +l$(L9 +L$(H +L$0H +8[A\A]A^A_] +L$0H +UAWAVAUATSH +t$(L +d$@I +D$ H +[A\A]A^A_] +UAWAVAUATSH +t$(L +d$@I +D$ H +[A\A]A^A_] +AWAVATSH +|$(L +L$ L9 +D$ H +L$ H +[A\A^A_ +UAWAVAUATSH +t$(M +D$0L9 +t?H9 +D$(H +l$0H +L$8L +|$@L9 +D$(L +d$0H +L$8H +\$@L9 +t$ H +L$ H +L$@H +t$ L +T$HH +T$HH +X[A\A]A^A_] +\$(j +|$PH +|$(j +L$HH +L$HH +|$PH +UAWAVAUATSH +t$(L +d$@I +D$ H +[A\A]A^A_] +UAWAVAUATSH +L$(H +L$(H +8[A\A]A^A_] +L$(H +L$(H +AWAVSH +[A^A_ +T$0j +t$(L +M9>u +D$ H +AWAVATSH + uoA +HcD$ +|$01 +[A\A^A_ +L$ H +T$(Hk +UAWAVAUATSH +t$(L +d$@I +D$ H +[A\A]A^A_] +AWAVATSH +|$(L +L$ L9 +D$ H +L$ H +[A\A^A_ +UAWAVAUATSH +t$(M +D$0L9 +t?H9 +D$(H +l$0H +L$8L +|$@L9 +D$(L +d$0H +L$8H +\$@L9 +t$ H +L$ H +L$@H +t$ L +T$HH +T$HH +X[A\A]A^A_] +\$(j +|$PH +|$(j +L$HH +L$HH +|$PH +UAWAVAUATSH +t$(L +d$@I +D$ H +[A\A]A^A_] +AVSP +AWAVSH +[A^A_ +AVSP +H9;u +AWAVSH +[A^A_ +AWAVATSPH +L9'u&I +[A\A^A_ +[A\A^A_ +AWAVAUATSL +[A\A]A^A_ +AWAVATSPI +t#I9 +[A\A^A_ +UAWAVAUATSH +t$xH +[A\A]A^A_] +AWAVSH +[A^A_ +AWAVSH +I9>u +[A^A_ +[A^A_ +AWAVATSP +[A\A^A_ +AWAVATSPH +L9'u&I +[A\A^A_ +[A\A^A_ +AWAVAUATSH +[A\A]A^A_ +AWAVSH +0[A^A_ +t$(H +AWAVAUATSI +[A\A]A^A_ +D$(H +t1Hc +ffff. +T7 L +AWAVATSL +fff. +t\H9 +tWI9 +tOH= +u)H9 +t0I9 +[A\A^A_] m4fff. AWAVAUATSH fffff. @@ -712,6 +7476,8 @@ fff. AWAVATSL [A\A^A_] [A\A^A_] +tIH= +u=I9 AWAVAUATSH tQE1 t/I9 @@ -721,7 +7487,61 @@ AWAVAUATSH X[A\A]A^A_] ffffff. fffff. +AVSI fff. + uUA +@uiE +[A^] +AWAVAUATSH +ffff. +fff. +(s]D +[A\A]A^A_] +AWAVATSH +fff. +(snD +[A\A^A_] +AWAVAUATSH +ffffff. +ffffff. +ffffff. +ffff. +fffff. +ffffff. +ffffff. +fff. +ffff. +fffff. +[A\A]A^A_] +AWAVAUATSH +ds91 +w8M9 +ffffff. +4#L9 +r(L9 +r3L9 +[A\A]A^A_] +AWAVAUATSH +v3M9 +s#M) +[A\A]A^A_] +fffff. +H fA +vOL9 +t,fA +ffff. +ffffff. +fffff. +AVSH +[A^] +[A^] +ffff. +fff. +AWAVAUATSH +ffff. +p"M9 +p1I9 +8[A\A]A^A_] AWAVS1 ffff. [A^A_] @@ -734,16 +7554,83 @@ w4L9 AWAVATSL [A\A^A_] [A\A^A_] -dr-@ +AWAVAUATSH +[A\A]A^A_] +tsUH +AWAVAUATSH +fff. +X[A\A]A^A_] +AWAVSPH +[A^A_] +AWAVSP +[A^A_] +AWAVSPH +[A^A_] +AWAVSP +[A^A_] +AWAVAUATSH +[A\A]A^A_] + wAI + w)I + wNM + w2I + wQM + w3I + w]M + wCM +AWAVATSH +::uuH +:uVH + [A\A^A_] +AWAVAUATSH +H[A\A]A^A_] +AWAVSH +ffffff. +8[A^A_] +AWAVAUATSH +:uRI +H[A\A]A^A_] +<]urH +<:uVH +AWAVSPH +[A^A_] +AWAVSP +[A^A_] +AWAVSPH +[A^A_] +AWAVSP +[A^A_] AVSH [A^] uHUH AWAVAUATSH h[A\A]A^A_] +unUH AWAVATSH p[A\A^A_] -AWAVSH -[A^A_] +AWAVAUATSH +x[A\A]A^A_] +AWAVAUATSH +8[A\A]A^A_] +AWAVAUATSPL +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +ffffff. +8[A\A]A^A_] +AWAVATSH + [A\A^A_] +AWAVAUATSH +[A\A]A^A_] AWAVAUATSH t2I9 t!H9 @@ -794,6 +7681,8 @@ ffffff. [A\A]A^A_] AVSH [A^] +v$Hi +v&Hi AWAVAUATSH 00000000H ffff. @@ -803,12 +7692,790 @@ t$ M |$(H [A\A^A_] fff. -fff. +AWAVAUATSH +FFFFFFFFI +ffffff. +uILi +ffff. + w$I +FFFFFFFFI +u#E1 +-t D + w&I +0u/A + w2I +fffff. + w:L +INFINITYH9 +=INF +tK=NAN +FFFFFFFFL + w+H + wSA +~@E1 +[A\A]A^A_] +t!HcE +S[]r ++uzH +<-t& ++unH +ffff. +fffff. +tvHk +t6Hk >+uSH rIE1 +?+uMH +rCE1 +tZfA + wSE +?+uWH +rPE1 +fff. + wQE +>+uUH +rKE1 +fff. +?+uoH +rhE1 +fff. +ffff. >+uoH H;\$ +t$(H +L$ H +L;d$ +\$xI +|$@H +t$(H +H;|$Hs +d$`L +|$ H +t$HL +D$8H +[A\A]A^A_] +[A\A]A^A_] +UAWAVAUATSH +L$PD +D$LH +L$0I +D$`H +t$(H +D$@< +\$8L +\$8M +D$\H +H;\$0 +D$ L +l$@L;|$ +d$(L +l$@A +t$(K +\$8I9 +D$`H +t4H9 +L$0D +D$LL +H;\$0 +D$ H +l$@L;|$ +d$(H +l$@A +t$(I +\$8H9 +D$`H +H;D$0 +L$0L +L$hH +\$(H +D$ H +d$(L +D$ H +t$8L +[A\A]A^A_] +|$hH +5yc$ +UAWAVAUATSH +L$(H +D$0H +|$8I +|$Hj(^L +\$ L +l$pL +l$@M +D$HH +\$hH +l$@Ik +L$hI +oD$H +L$XA +D$ H +|$8H +D$0H +[A\A]A^A_] +u%I9 +UAWAVAUATSH +[A\A]A^A_] +UAWAVAUATSH +)D$0H +|$(L +D$@H +(D$0 +D$PA +D$ H) +h[A\A]A^A_] +AWAVSH +s$Ik +[A^A_ +UAWAVAUATSPI +[A\A]A^A_] +AWAVATSPH +[A\A^A_ +AVSPH +r fA +PjX_ +_jX^ +YjXAX +AWAVAUATSH + [A\A]A^A_ +UAWAVAUATSH +^j0ZH +rVL9 +T$8C +T4 C +H[A\A]A^A_] +UAVSH +D$(H +0[A^] +UAWAVAUATSH +D7Pf +D$"f +|$(L +|$(L +|$(L +|$(L +t7`K +T7hH +|$(L +|$(L +|$ L +|$(L +D$ +D7RH +\7pK +t7`K +T7hH +|7XK +D$(H +T$0f +\7pG +d7tK +t7`K +T7hH +\7pK +t7`K +T7hH +\$@f +|$(L +|7XK +|7hK +d$(H +\$0H +D$8H +T$@f +|$(L +t7`K +T7hH +|$(L +\7tG +d7pK +t7`K +T7hH +t$ L +D7XI +t7hK +T7pL +t7hK +T7pH +t7`K +T7hH +|$(H +[A\A]A^A_] +UAVSH +nh[A^] +UAWAVAUATSH +r*I9 +([A\A]A^A_] +UAWAVAUATSH +|$Pj +^j(ZH +\$XHk +D$HH +d$hH +\$`H +D$ A +|$0M +\$xHk +D$pI +rDH9 +D$pH +D$0L +t$8H +D$xH +D$@L +d$hH +\$`L +D$0H +l$8H +t$@L +L$0H +L$@H +L$PH +D$HH +D$XH +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_ +UAVSH +V0H1 + [A^] +H@u$H +H!G8H +AVSH +HkL$ +UAWAVAUATSH +\$ L +(fE9t5 +uaf9n +L$`f +oD$Pf +oL$`f +x[A\A]A^A_] +L$@$ +L$ H)A +D$0H +L$c" +UAVSI +[A^] +[A^] +=]t" +UAWAVAUATSH +j8_j +([A\A]A^A_] +=tD# +AWAVATSH +L$(H +h[A\A^A_ +h[A\A^A_ +t$@L +h[A\A^A_ +h[A\A^A_ +|$8H +5}L# +USPH +AVSPH +AVSPH +AWAVSH +[A^A_ +UAWAVAUATSH +t$0H +D$8H +)D$@ +)D$PH +D$`H +T$hH +|$@D +|$@D +t$@L +d$HfA +l$XM +jHYH +oQ f +D$(H +{ M9 +t$0H +t$0H +D$0H +|$8L +|$8L +|$8L +L9{p +t$0H +t$0H +l$ H +l$@L +l$ L +l$HL +t$Pf +l$HL +d$PH +HfF94 +l$ H +D$0H + v'f +D$(I +T$HH +j`_j +l$(H +D$@j +D$HH +L$PH +D$XL +t$HA +l$Pt1I +I;V0 +l$H@ +l$PI +|$ L +D$8H +D$@L +D$@H +t$(t +|$@H +|$@H +[A\A]A^A_] +L$PH +L$PH +AWAVAUATSH +[A\A]A^A_ +uespemosH1 +modnarodH1 +arenegylI1 +setybdetI1 +UAWAVAUATSH +D$0H +L$ f +oD$ H +oD$ f +oD$0H +H[A\A]A^A_] +UAWAVAUATSH +D$8H +jHYL +t$@jH^L +D$HH +|$PH +L$XH +T$xH +t$ H +l$(H +l$ I +l$(I +t$`I +[A\A]A^A_] +AVSH +H+|$ +UAWAVAUATSH +T$0H +t$(H +L$ H +|$(H +T$0I +t$ L +8[A\A]A^A_] +AVSH +([A^ +AVSPH +%vF# +j0_j +HfB9 +AVSPH +AWAVAUATSH +[A\A]A^A_ +[A\A]A^A_ +AWAVSH +`[A^A_ +AWAVAUATSH +A_E1 +[A\A]A^A_ +[A\A]A^A_ +AWAVATSH +([A\A^A_ +UAWAVAUATSH +D$8H +t$@j +D$HH +|$PH +L$XH +T$xH +t$(H +D$ L +l$ I +|$(L +|$`I +[A\A]A^A_] +AWAVAUATSH +G L! +d$@L +L$(H +D$0H;D$ +|$ L +t$8H +p[A\A]A^A_ +T$@H +|$0H +T$@H +AWAVATSH +L$(H +h[A\A^A_ +h[A\A^A_ +t$@L +h[A\A^A_ +h[A\A^A_ +|$8H +AVSH +8[A^ +USPH +AVSPH +AVSPH +AWAVATSH +H[A\A^A_ +H[A\A^A_ +t$ L +H[A\A^A_ +H[A\A^A_ +AVSH +8[A^ +USPH +AVSPH +AVSPH +%&7# +UAWAVAUATSH +D$(@ +H;D$ +D$ H +t$(A +D$8H +T$0A +D$@A +)T$p +)L$` +)D$P +D$8I +D$0I +fxfA +L$@H +D$XH +L$hM +t$HH +[A\A]A^A_] +|$PH +UAWAVAUATSH +[A\A]A^A_] +UAWAVAUATSH +|$xH +t$pI +t$xA +D$0H +T$HH +L$`I +D$HH +D$@H +L$`fD +|$8L +|$8I +)D$pj +(D$p +T$@H +D$Bf +l$@I +\$ L +d$(L +I9/u +)D$`j8_j +(D$` +[A\A]A^A_] +D$(H +UAWAVAUATSH +[A\A]A^A_] +UAWAVAUATSH +|$ht +d$zL +D$yH +|$(f +D$2L +|$(f +L$2H +L$6L +T$Hf +D$LA +D$Lf +D$Nf +D$^f +(D$P +D$$f +D$hL +[A\A]A^A_] +UAWAVAUATSH +|$Xt% +D$hH +D$`H +L$hH +T$`H +\$*L +t$zI +|$ H +D$)< +l$ < +D$yL +L$@L +L$NA +t$ f +t$hH +L$XH +[A\A]A^A_] +AWAVATSH +H[A\A^A_ +H[A\A^A_ +t$ L +H[A\A^A_ +H[A\A^A_ +USPH +AVSPH +AVSPH +AWAVSH +[A^A_ +UAWAVAUATSH +j`_j +[A\A]A^A_] +UAWAVAUATSH +)D$`I +(D$` +)D$pM +(D$p +)\$P +)T$@ +)L$0 +)D$ L +(D$ +(L$0 +(T$@ +(\$P +[A\A]A^A_] +UAWAVAUATSH +|$hH +l$HL +)D$ +(D$ +)D$0L +(D$0 +[A\A]A^A_] +UAWAVAUATSH +T$HI +d$(L +D$ H +D$.f +)D$`I +(D$`A +nPfA +d$(L +l$0j +t$,A +l$(H +l$(H +l$(< +)D$pI +_j Z +(D$p +)D$PH +D$ H +(D$P +[A\A]A^A_] +AWAVSH +P[A^A_ +$jH_j +(T$ +(\$0 +UAWAVAUATSH +\$PH +l$RD +|$VL +D$HD +d$lI +D$@E +l$ fD +|$Pj +|$8D +|$TD +D$@f +t$Dj +D$Pf +D$hD +|$$L +D$PH +T$XH +T$0A +l$(L +d$0D +l$0L +|$$D +l$(H +l$ D +|$8L +\$0H +l$ t +_j Z +[A\A]A^A_] +T$PH +AVSH +UAVSH +)D$ A +(D$ +@[A^] +UAWAVAUATS +wy[A\A]A^A_] +AWAVAUATSH +|$ f +[A\A]A^A_ +AVSPH +AWAVATSP +[A\A^A_ +[A\A^A_ +[A\A^A_ +[A\A^A_ +[A\A^A_ +{pL9 +[A\A^A_ +[A\A^A_ +[A\A^A_ +[A\A^A_ +[A\A^A_ +AVSPH +UAWAVATSH +fA9OVu +t+fD +[A\A^A_] +AVSPH +AVSPH +AVSH +T$hH +UAWAVAUATSH +L$ H +j`_j +|$(A +jX_H +j(_j +j _j +D$ I +[A\A]A^A_] +AVSPH +AVSH +T$hH +UAWAVAUATSH +[A\A]A^A_] +UAWAVAUATSH +[A\A]A^A_] +AWAVSH +F`I+FP +F`I+FP + [A^A_ +F t-H +F8H+F(1 +F8H+F( +UAWAVAUATSH +|$ L +H9D$ +D$0f +[A\A]A^A_] +UAWAVAUATSH +|$0L +D$ H +T$(H +[A\A]A^A_] +AVSP +UAWAVAUATSH +|$pL +t$pA +l$pL +|$`I +)L$P +)D$@H +d$hL +<$I9 +(D$@ +(L$PA +(D$@ +(L$PA +d$hL +l$pL +)D$pA +)L$0 +)D$ L +(D$@ +(L$P +)L$0 +)D$ H +)L$0 +)D$ H +)L$0 +)D$ I +)L$0 +)D$ I +,$t7I9 +(D$ +(L$0 +[A\A]A^A_] +)L$0 +)D$ H +UAWAVAUATSH +T$XI +|$PH +t$ I +jwYH +D$8M +|$0L +D$ I +r>M9 +D$ I +t$ M +jwYH +D$8I +D$0A +t$ I +j@_j +l$8H +L;l$8 +L$cA +L$cM +L;4$tB +D$XH +|$@H +M9|$ +t$HH +H;,$ +D$PH +[A\A]A^A_] +4$I9 +)D$` +)L$p +\$(H +(D$` +(L$p +T$(H +D$(I +D$(H9 +|$PL +USPH +AVSPH +UAWAVAUATSPH +tML9 +r`I9 +[A\A]A^A_] +[A\A]A^A_] +UAWAVAUATSH +|$(L +l$ L +l$ L +[A\A]A^A_] +UAWAVAUATSH +|$ L +l$ H +H[A\A]A^A_] +l$ H +D$(H +tHAWAVSH +[A^A_ +tVxVH +AVSPH +FX:CX +FY:CYu.A +AVSP +UAWAVAUATSH +@sIL +L+l$ +L+d$ +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +UAWAVAUATSH +[A\A]A^A_] +UAWAVAUATSPH +4/Ii +[A\A]A^A_] +UAWAVAUATSPH +[A\A]A^A_] +AVSPH +uespemosH1 +modnarodH1 +arenegylI1 +setybdetI1 +UAWAVAUATSH +oL$ +8[A\A]A^A_] +AVSPI +CTfA;FTu-f +CVfA;FVu +AWAVSH +[A^A_ +[A^A_ +UAWAVAUATSH +L$`L +|$ I +|$@L +t$(H +T$0H +d$(H +T$0H +|$@L +|$ L +)L$0 +)D$ L +x[A\A]A^A_] +D$(H +T$pH +uespemosH1 +modnarodH1 +arenegylI1 +setybdetI1 +UAWAVAUATSH +oL$ +8[A\A]A^A_] +UAWAVAUATSH +D$8H +t$@j +D$HH +|$PH +L$XH +T$xH +t$(H +D$ L +l$ I +|$(L +|$`I +[A\A]A^A_] +AWAVSH +[A^A_ +UAWAVAUATSH +|$(L +t$(M +l$0L +#u\L +8[A\A]A^A_] +AWAVATSH +([A\A^A_ +UAWAVAUATSH +[A\A]A^A_] +UAWAVAUATSH +t3jP[j +t$*I +D$hH +D$(L +t$ L +l$`L +H;+u +|$`L +d$hH +D$pL +D$ L +l$(H +l$0H +t$dC +t$`K +T$`C +T$dfC +|$XK +T$`H +)D$ f +)D$ +D$DL +d$`H +L$pH +D$xL +D$PI +(D$ +(L$0 +(T$@A +)D$ +)L$0 +)T$@H +t$`I +(D$ +(L$0 +(T$@ +D$PH +^jPZ +D$ H +T$(H +\$*H +|$ H +\$XH +t$ H +\$ H +D$0I +D$ A +[A\A]A^A_] +T$ H +D$df +(D$ +|$`H +L$ H +|$XL +UAWAVAUATSH +|$0L +D$(H +D$ H +[A\A]A^A_] +UAWAVAUATSH +l0 fA +jx_j +=Yt! +FHfD +h[A\A]A^A_] +UAWAVAUATSH +T$0I +D$(L +D$ H +|$8H +[A\A]A^A_] +AVSPH +ZjPY +AWAVAUATSH +H+|$ + [A\A]A^A_ + [A\A]A^A_ +AWAVATSH +[A\A^A_ +USPH +UAWAVAUATSH +T$(M +l$ L +l$(u +d$ L +;uOI +t$ H +D$@Li +d$0H +|$0H +H9\$ +D$@H) +|$ I +l$0I +l$0H +D$HuU +L$@A +D$@A +\$(L +D$(I +D$`I +D$hI +D$xA +D$pA +D$ A +L$Tf +t$>H +D$XL +l$hM +d$`H +|$ fD +L$f +L$Xj +|$Ht +L9'u +PUASAR +l$0tII +[A\A]A^A_] += \! +AWAVAUATS +jX_j +[A\A]A^A_ +AWAVAUATSH +l$XL +[A\A]A^A_ +UAWAVAUATSPD +jX_j +L$X1 +D$Hf +D$Pf +[A\A]A^A_] +UAWAVAUATSH +)D$PL +l$`L;l$Pu +l$`E1 +(D$P +D$`H +D$@A +)D$0 +t$ L +D$(L +t$ A +(D$0A +D$@I +|$XA +l$`M +T$PH +|$ L +[A\A]A^A_] +AVSPH +AVSPI +UAWAVAUATSH +l$ L +T$ H +|$0H +D$@j +D$@j +L$ H +t$0H +L;s@ +t$ I +t$0L +[A\A]A^A_] +UAWAVAUATSH +|$hL +t$hL +[A\A]A^A_] +_jX^ +UAWAVAUATSPH +[A\A]A^A_] +j+^H +AVSPH +AWAVATSPH +D$hA +T$pH +[A\A^A_ +AVSH +53f" +AWAVSI +L;?u +[A^A_ +AWAVATSH +X[A\A^A_ +X[A\A^A_ +YjPAX +uespemosH1 +modnarodH1 +arenegylI1 +setybdetI1 +UAWAVAUATSH +[A\A]A^A_] +Yj`AX +UAWAVSPjH_j +j(_H +[A^A_] +AVSPH +Zj`Y +UAWAVAUATSH +8H+|$ H +([A\A]A^A_] +([A\A]A^A_] +AVSH +UAWAVAUATSH +D$8H +D$HH +|$PH +L$XH +T$xH +t$(H +D$ L +l$ I +|$(L +|$`I +[A\A]A^A_] +UAWAVAUATSH +IkO(`I +M9&H +l$`L +5:v" +H9D$`tEL; +l$`L +H9D$`tEL; +\$`H +\$`j +D$8j +|$`H +|$8H +|$`H +|$hL +|$hL +\$hL +t$pL +|$`H +|$@H +t$hH +L$pL +t$xH +4!j#_ +)L$p +)D$`L +A]u8f +\$0f +L$If +|$fH +d$(L +l$ H +\$HH +t$PH +T$XL +l$`L +l$`L +l$`L +|$0H +D$`H +j@_j +T$8D +L$ H +|$@H +t$09 +D$gj`_j +L$pA +L$(I +L$0A +L$@I +L$8A +L$ A +[A\A]A^A_] +=k8! +UAWAVAUATSH +t$hL +\$0H +D$ H +D$(f +D$@f +oL$P +oD$@f +;uzL +;uML +d$hL +[A\A]A^A_] +|$0I +l$hL +l$pf +D$nf +t$(A +UAWAVAUATSH +[A\A]A^A_] +UAWAVAUATSPH +7uwL +[A\A]A^A_] +j+^H +AVSPI +AWAVSI +L;?u +[A^A_ +AVSP +w(I9 +O fF9 +w(L9 +0r/f +Iv$I9 +t'H9 +0u:H +@sOM +s2fB +u +D$ H +D$(H +0[A^A_ +AVSH +j!ZH +USPH +j!ZH +AVSH +UAWAVAUATSH +D$8H +L9(u H +[A\A]A^A_] +AVSH +j!ZH +AVSH +AVSH +AWAVSH +t$(L +t$(L +M9>u5H +D$@H +D$HH +L9<$u +D$ H +t$(H +t$PL +M9>u +D$@H +D$HH +L9<$tWH +t$(H +t$PL +M9>u +D$0H +D$HH +L9<$u;H +T$ H +p[A^A_ +juIH +D$@H +[A^A_ +D$HH +L9<$u +D$ H +t$(H +t$PL +M9>u +D$@H +D$HH +L9<$tWH +t$(H +t$PL +M9>u +D$0H +D$HH +L9<$u>H +T$ H +[A^A_ +ju +D$ H +D$(H +0[A^A_ +UAWAVAUATSH +D$8H +L9(u H +[A\A]A^A_] +AWAVSH +t$(L +M9>u +D$@H +D$HH +L9<$u +D$ H +t$(H +t$PL +M9>u +D$@H +D$HH +L9<$tWH +t$(H +t$PL +M9>u +D$0H +D$HH +L9<$u;H +T$ H +p[A^A_ +ju +D$ H +D$(H +0[A^A_ +AVSH +([A^ +([A^ +j#ZH +([A^ +([A^ +AVSH +([A^ +([A^ +([A^ +UAWAVAUATSH +D$8H +L9(u H +[A\A]A^A_] +AVSH +([A^ +([A^ +j#ZH +([A^ +([A^ +AVSH +([A^ +([A^ +([A^ +AVSH +([A^ +([A^ +([A^ +AWAVSH +t$(L +t$(L +M9>u5H +D$@H +D$HH +L9<$u +D$ H +t$(H +t$PL +M9>u +D$@H +D$HH +L9<$tWH +t$(H +t$PL +M9>u +D$0H +D$HH +L9<$u;H +T$ H +p[A^A_ +ju +D$ H +D$(H +0[A^A_ +AVSH +([A^ +AVSH +([A^ +UAWAVAUATSH +t$ L +D$HH +t$ H +L9(u H +t$(j +[A\A]A^A_] +AVSH +([A^ +AVSH +([A^ +AVSH +([A^ +AWAVSH +t$(L +t$(L +M9>u5H +D$@H +D$HH +L9<$u +D$ H +t$(H +t$PL +M9>u +D$@H +D$HH +L9<$tWH +t$(H +t$PL +M9>u +D$0H +D$HH +L9<$u>H +T$ H +[A^A_ +ju +D$ H +D$(H +0[A^A_ +UAWAVAUATSH +D$8H +L9(u H +[A\A]A^A_] +AWAVSH +t$(L +t$(L +M9>u5H +D$@H +D$HH +L9<$u +D$ H +t$(H +t$PL +M9>u +D$@H +D$HH +L9<$tWH +t$(H +t$PL +M9>u +D$0H +D$HH +L9<$u;H +T$ H +p[A^A_ +ju!H +D$ H +D$(H +0[A^A_ +UAWAVAUATSH +D$8H +L9(u H +[A\A]A^A_] +AWAVSH +t$(L +t$(L +M9>u5H +D$@H +D$HH +L9<$u +D$ H +t$(H +t$PL +M9>u +D$@H +D$HH +L9<$tWH +t$(H +t$PL +M9>u +D$0H +D$HH +L9<$u;H +T$ H +p[A^A_ +ju +D$ H +D$(H +0[A^A_ +AVSH +j ZH +8[A^ +8[A^ +8[A^ +AVSH +8[A^ +8[A^ +UAWAVAUATSH +D$8H +L9(u H +[A\A]A^A_] +AVSH +j ZH +8[A^ +8[A^ +8[A^ +AVSH +8[A^ +8[A^ +AVSH +8[A^ +8[A^ +AWAVSH +j ZH +p[A^A_ +t$(L +t$(L +M9>u5H +D$@H +D$HH +L9<$u +D$ H +t$(H +t$PL +M9>u +D$@H +D$HH +L9<$tWH +t$(H +t$PL +M9>u +D$0H +D$HH +L9<$u;H +T$ H +p[A^A_ +ju +D$ H +D$(H +0[A^A_ +AVSH +8[A^ +j$ZH +8[A^ +8[A^ +8[A^ +AWAVSH +F(fA +0[A^A_ +0[A^A_ +UAWAVAUATSH +D$8H +L9(u H +[A\A]A^A_] +AWAVSH +F(fA +0[A^A_ +j$ZH +0[A^A_ +0[A^A_ +AWAVSH +F(fA +0[A^A_ +0[A^A_ +AWAVSH +F(fA +0[A^A_ +0[A^A_ +AWAVSH +t$(L +t$(L +M9>u5H +D$@H +D$HH +L9<$u +D$ H +t$(H +t$PL +M9>u +D$@H +D$HH +L9<$tWH +t$(H +t$PL +M9>u +D$0H +D$HH +L9<$u;H +T$ H +p[A^A_ +ju +D$ H +D$(H +0[A^A_ +UAWAVSH +M9>u +T$ H9 +L$(H +H[A^A_] +UAWAVAUATSH +L$8L +l$hj +|$hL +D$hH +)D$PH +D$0H +D$`H +D$@H +D$(H +|$hL +D$hH +D$ H +D$0I +L$@H +)D$PH +L$0H +L$`L9 +D$`H +D$@H +(D$P +L$`H +L$@H +(D$P +[A\A]A^A_] +T$(H +L$0I +d$hI +t$ L +d$(H +L$0I +t$8H +|$hH +L$hH +T$(H +L$0I +UAWAVAUATSH +D$0H +D$ L9 +D$ H +[A\A]A^A_] +D$ H +|$8H +UAWAVAUATSH +L$hD +|$@H +L$HL9 +|$@H +t$hL +l$HL9 +|$@H +t$hL +L$u +D$ H +D$(H +p[A^A_ +UAWAVAUATSH +|$PL +D$PH +L$ H +t$(H +D$8H +D$HH +|$PL +[A\A]A^A_] +D$`H +T$hH +[A\A]A^A_] +[A\A]A^A_] +t$PI +D$PH +t$PI +t$PL +D$PH +[A\A]A^A_] +t$PA +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +t$PH +[A\A]A^A_] +t$\H +[A\A]A^A_] +[A\A]A^A_] +AVSPH +AVSH +([A^ +AWAVSH +M9>u#H +D$0H +[A^A_ +UAWAVAUATSH +K fD +[A\A]A^A_] +[A\A]A^A_] +D$ H +D$@L +D$`L +D$ H +L9d$` +)D$` +L9d$ +D$ H +L9d$@ +)D$@ +t$ H +t$ H +d$@L +d$`I +[A\A]A^A_] +D$ H +D$@H +D$`L +[A\A]A^A_] +t$8H +L$@H +L$`H +H9D$@ +)D$@ +H9D$` +)D$` +D$8H9D$ +L;|$8 +[A\A]A^A_] +[A\A]A^A_] +|$#D +T$@H +T$`H +H9D$ +H;D$ +[A\A]A^A_] +[A\A]A^A_] +D$@1 +T$PH +|$HH +L$`A +t$hL +D$pL +D$@1 +T$PH +|$HH +L$`A +t$hL +D$pL +H9l$@ +t$ L +l$@L +H9l$` +t$ L +l$`L +t$ L +D$@1 +T$PH +|$HH +L$`A +t$hL +D$pL +|$`H9 +|$@H9 +|$`L9 +|$@L9 +L$8H +j#ZL +L$8H +t$ L +L$8j +D$(D +L;|$ +L9d$@ +t$ L +|$@L +D$(D +t$ L +D$(D +L9d$` +t$ L +|$`L +D$(D +H;l$ +D$(D +t$ H +D$(D +D$@1 +T$PH +|$HH +L$`A +t$hL +D$pL +L;|$ +j$ZL +L;|$ +|$`L9 +|$@L9 +L$8j +H9D$ +|$ L +H9D$@ +|$@L +H9L$` +|$`L +D$ 1 +T$0H +|$(H +L$@A +t$HL +D$PL +T$`E1 +Et$hL +E\$p +|$@H +|$ H +j!ZL +AVSPH +UAWAVAUATSH +D$0L +D$PL +D$(H +D$(H +H9\$0L +)D$0 +\$(I +)D$p +H9\$PL +)D$P +|$pL +D$pH +H9D$ +|$(M +)D$p +(D$p +T$$j +D$01 +T$@H +|$8H +L$PA +t$XL +D$`L +D$$A +|$PL9 +|$0L9 +[A\A]A^A_] +(D$p +UAWAVAUATSH +D$ H +D$@H +D$`H +H9l$ +)D$ +H9l$` +H9l$@ +)D$@ +)D$` +H9D$ +j YH +D$ 1 +T$0H +|$(H +L$@A +t$HL +D$PL +T$`E1 +Et$hL +E\$pL +|$@L9 +|$ L9 +[A\A]A^A_] +UAWAVAUATSH +l$`L +L$ H +L9l$` +d$`L +s*Kc +s*Kc +s*Kc +s*Kc +t$ L +)D$0 +)L$@H +D$PL9 +D$PH +(D$0 +(L$@ +s*Kc +L$,H9 +D$(D +s*Kc +t$ L +D$`1 +T$pH +|$hH +t$ L +|$`L9 +[A\A]A^A_] +j$ZL +D$PA +)L$@ +)D$0H +D$PH +(D$0 +(L$@ +)D$0 +)L$@I +UAWAVAUATSH +l$@L +l$`I +D$(H +D$0H +D$8H +L$ H +L9l$@ +d$@L +k0Ic +L9l$` +d$`L +k0Ic +k0Ic +L9+u +D$8H +D$(H +D$0H +k0Ic +L;d$ +D$8H +L$(L9+trH +D$(H +k0Ic +L;|$ +k0Ic +D$@1 +T$PH +|$HH +L$`A +t$hL +D$pL +L;d$ tVL +L;d$ t +|$`L9 +|$@L9 +[A\A]A^A_] +UAWAVAUATSH +L$@H +L$`H +D$8H +D$0H +F(E1 +|$xL +|$xL +H9D$ +|$xH +|$xH +t$0H +T$xH +L9d$` +t$xL +t$`L +L9d$@ +t$xL +t$@L +t$0H +D$xH +D$@1 +T$PH +|$HH +L$`A +t$hL +D$pL +|$`L9 +|$@L9 +[A\A]A^A_] +t$xj +T$#H +AVSH +([A^ +AVSH +([A^ +([A^ +j#ZH +([A^ +([A^ +UAWAVAUATSH +L$ H +L$@H +L$`H +H9D$ +)D$ +H9D$@ +)D$@ +H9D$` +)D$` +H9D$ +D$ 1 +T$0H +|$(H +L$@A +t$HL +D$PL +T$`E1 +E\$hL +E\$pL +|$@H9 +|$ H9 +[A\A]A^A_] +V0fD +AVSH +j!ZH +AVSPH +AVSPH +AWAVSI +[A^A_ +AWAVSH +M9>u#H +D$0H +`[A^A_ +AWAVATSH +|$PL +D$PH +L$ H +t$(H +D$8H +D$HI +|$PL +[A\A^A_ +D$`H +T$hH +[A\A^A_ +[A\A^A_ +t$PI +D$PH +t$PI +t$PL +D$PH +t$PH +[A\A^A_ +[A\A^A_ +[A\A^A_ +[A\A^A_ +[A\A^A_ +[A\A^A_ +AVSH +([A^ +AVSH +j ZH +8[A^ +8[A^ +AVSH +j ZH +8[A^ +8[A^ +8[A^ +AWAVATSH +D$ A +([A\A^A_ +AWAVSH +F(fA +j$ZH +0[A^A_ +0[A^A_ +AVSH +8[A^ +8[A^ +j$ZH +8[A^ +8[A^ +AWAVATSH +D$ A +([A\A^A_ +AWAVSH +0[A^A_ +AWAVATSH +t$(H +[A\A^A_ +UAWAVSH +H[A^A_] +AWAVATSH +)D$0 +D$?H +(D$0 +X[A\A^A_ +AWAVATSH +|$(L +L$ L9 +D$ H +L$ H +[A\A^A_ +AWAVATSH +|$(L +L$ L9 +D$ H +L$ H +[A\A^A_ +UAWAVAUATSH +T$(j +D$(L +D$(H +L$0H +T$8Hk +t$(L +t$(L +t$(L +|$@1 +t$ H +[A\A]A^A_] +AWAVSH +[A^A_ +D$XH +M9>u#H +D$(H +[A^A_ +AWAVATSH +|$01 +[A\A^A_ +L$ H +T$(Hk +UAWAVAUATSH +l$0H +l$8H +D$@H +L$HL +T$XL +D$(H +H;D$( +t$8L +l$PH +)D$` +L$oL +t$8L +l$PH +(D$` +[A\A]A^A_] +UAWAVAUATSH +l$xL +L9d$x +|$PH +D$PH9 +D$xH9 +L$XH +)D$0 +(D$0 +[A\A]A^A_] +UAWAVAUATSH +[A\A]A^A_] +L$(H +L$@f +t$HL +AWAVATSH +D$ A +([A\A^A_ +AWAVATSH +([A\A^A_ +AWAVATSH +([A\A^A_ +AVSH +j ZH +X[A^ +X[A^ +t$ L +X[A^ +AVSH +X[A^ +j$ZH +X[A^ +X[A^ +UAWAVSH +L$HI +T$`H +T$ H9 +)D$0H +L$ H +D$hH +T$ H +[A^A_] +L$@H +(D$0 +|$HH +AWAVAUATSH +|$(L +L$ L9 +D$ H +L$ H +t$(L +M9&u&H +D$@H +[A\A]A^A_ +D$HH +T$(j +t$ H +AWAVSH +p[A^A_ +p[A^A_ +AWAVATSH +x[A\A^A_ +x[A\A^A_ +UAWAVSH +x[A^A_] +x[A^A_] +AVSH +x[A^ +UAWAVAUATSH +A_E1 +t$ H +[A\A]A^A_] +t$8H +UAWAVAUATSH +[A\A]A^A_] +[A\A]A^A_] +D$xL +[A\A]A^A_] +UAWAVATSH +)D$@A +)D$PI +L$`L9 +(D$@ +(L$P +)L$ H +D$`H +D$0D +L9d$ +|$@H +L$`H +(D$@ +(L$P +|$@H +D$@L9 +D$0H +(L$ +|$Hj +t$HH +[A\A^A_] +AWAVAUATSH +p[A\A]A^A_ +AVSH +h[A^ +t$8H +t$ L +UAWAVSH +x[A^A_] +AWAVATSH +x[A\A^A_ +UAWAVATSH +L9&u8D +p[A\A^A_] +p[A\A^A_] +p[A\A^A_] +UAWAVATSH +p[A\A^A_] +AWAVSH +p[A^A_ +p[A^A_ +AWAVSH +M9>u +p[A^A_ +AWAVAUATSH +L9.u;I +p[A\A]A^A_ +p[A\A]A^A_ +UAWAVAUATSH +|$8L +|$ A +d$8H +D$8L9 +t$XH +t$ H +T$0H +t$@H +[A\A]A^A_] +AVSH +x[A^ +AWAVATSH +x[A\A^A_ +x[A\A^A_ +UAWAVAUATSH +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +|$pj +L$ L9 +|$pL +t$pH +t$pH +[A\A]A^A_] +|$pj +L$ L9 +D$ H +t$pj +[A\A]A^A_] +|$pj +L$ L9 +D$ H +t$pj +[A\A]A^A_] +t$pj +L$ L9 +D$ H +t$pj +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +t$pj +L$ L9 +D$ H +[A\A]A^A_] +|$pj +L$ L9 +D$ I +d$pj +|$pj +t$pj +L$ L9 +D$ H +t$pL +t$pH +t$xH +[A\A]A^A_] +d$pj +L$(H +L$ L9 +D$ H +t$pj +t$pj +L$ L9 +D$ H +t$pj +L$ H +t$pH +t$xH +t$pH +t$xH +[A\A]A^A_] +t$xH +L$ H +t$pj +t$xH +t$pH +t$pH +t$pH +t$xH +t$pH +t$pH +t$pH +t$pH +|$pH +t$xH +AWAVSH +[A^A_ +UAWAVAUATSH +|$pj +)D$0A +)D$@I +L$PH9 +l$pj +D$ H +t$pH +L$PH +(D$0 +(L$@ +t$xH +[A\A]A^A_] +AWAVATSH +)D$PA +)D$`I +L$pL9 +(D$P +(L$` +D$pH +D$ H +|$0L +L9$$ +|$PH +L$pH +(D$P +(L$` +|$PH +D$PL9 +D$ H +|$Xj +t$XH +[A\A^A_ +UAWAVAUATSH +|$0j +D$ @ +d$0H +L$XH +L9,$uaH +|$0j +t$8H +D$ H +t$0H +t$8H +[A\A]A^A_] +UAWAVAUATSH +H9.u=I +x[A\A]A^A_] +x[A\A]A^A_] +x[A\A]A^A_] +AWAVATSH +L9&u8I +x[A\A^A_ +x[A\A^A_ +x[A\A^A_ +UAWAVAUATSH +u.E1 +x[A\A]A^A_] +AWAVAUATSH +L9.u@I +p[A\A]A^A_ +p[A\A]A^A_ +p[A\A]A^A_ +UAWAVAUATSH +L$8H +t$XH +t$ L +[A\A]A^A_] +l$XL +D$ H +t$XH +t$`H +UAWAVATSH +t$0H +[A\A^A_] +|$0L +t$0H +|$0L +t$8H +UAWAVAUATSH +x[A\A]A^A_] +x[A\A]A^A_] +UAWAVAUATSH +L$ H +t$0H +\$0H +\$0H +t$8I +[A\A]A^A_] +AWAVAUATSH +p[A\A]A^A_ +UAWAVAUATSH +[A\A]A^A_] +l$8L +|$8H +D$8H +|$8H +D$8H +[A\A]A^A_] +t$@H +t$PL +UAWAVAUATSH +t$PL +t$hL +l$PL +D$PH +T$XH +L$`A +t$ H9 +D$ H +t$0L +D$PH9 +t$XH +[A\A]A^A_] +t$pH +t$0H +T$@H +t$ H +[A\A]A^A_] +UAWAVAUATSH +d$`L +T$@H +d$hL +|$`H +D$`H9 +D$ A +l$HL +D$HH +D$PH +D$XH +D$PH +D$ H +L$(L +|$`H +D$`H9 +[A\A]A^A_] +D$hH +t$hH +L$ H +L$0A +)L$ +L$0H +(L$ +[A\A]A^A_] +UAWAVAUATSH +oL$ +8[A\A]A^A_] +AVSH +8[A^ +AWAVSH +L$ H +0[A^A_ +UAWAVAUATSH +D$8H +t$@j +D$HH +|$PH +L$XH +T$xH +t$(H +D$ L +l$ I +|$(L +|$`I +[A\A]A^A_] +AWAVATSH +t$0j +H+\$@H +T$ A +H[A\A^A_ +AWAVSH +j ZL +0[A^A_ +UAWAVAUATSH +I;F0 +j YH +I;VHI +L$8H +8tHH +D$8j +t$PH +t$ L +j3ZL + M9~0u +[A\A]A^A_] +d$@j +t$PH +l$HH +L$PH +L$PH +M9~0 +t$HL +$twI +L98tnH +t$ L +|$PL +L$ H +t$PH +L$ H +t$PH +t$PH +L$TH +T$XH +UAWAVAUATSH +D$ H +([A\A]A^A_] +AWAVSH +[A^A_ +UAWAVAUATSH +I9l$(uWH +d$`L +t$lj +D$`H +j ^H +l$`L +t$dj +l$`L +t$dj +[A\A]A^A_] +AWAVAUATSH +L9nHu +|$ H +[A\A]A^A_ +T$`H +t$HL +AWAVATSPH +[A\A^A_ +AWAVSH +A9F(s +[A^A_ +UAWAVAUATSH +L9n`u'H +L9+u +GXj YH +M9o@ +j YH +L$(H +t$ H +T$(H +L$0H +|$8H +l$pL +D$cfD +|$pL +H9D$p +t$`H +\$pH +D$YI +t$8I +T$@I +l$XH +L$pH +H9D$p +)D$p +T$pH +H9D$p +)D$p +D$(H +L$8L +|$ H +D$pL +D$`H +L$pH +H9D$p +)D$p +D$`H +t$`H +t$(L +|$0H +t$ H +L$8H +H9D$p +(D$p +)D$`H +D$0H +H9D$p +)D$ +D$(H +D$ H +T$8H +D$!H +)D$ +t$`H +)L$0 +)D$ H +D$cH +t$`H +H9D$p +(D$p +)D$0H +)D$ +D$ H +D$ H +)D$ H +T$0H +L$8H +|$pI +D$(H +D$ H +T$8H +D$ H +(D$` +)D$0H +D$HL +L9l$ +D$8H +|$ L +D$(L +D$0L +[A\A]A^A_] +j YH +H9D$p +t$`H +\$pH +t$`H +t$`H +t$dH +D$!H +D$ H +H9D$p +(D$p +)D$0H +D$HM +)L$0 +)D$ H +)D$ H +)D$ H +)D$ H +T$0H +L$8H +|$pI +)D$ H +L9l$p +\$pH +D$0H +L$pH +)D$`H +)L$0 +)D$ H +)D$ H +)D$ H +)D$ H +T$0H +L$8H +L9l$pt +)D$ H +UAWAVAUATSH +H;P` +M94$u +[A\A]A^A_] +UAWAVAUATSH +t$8H +D$(H +D$ H +H9k@L +t$(H +L$0H +t$8t +j YH +u/j YH +j XH +j YH +)\$p +)T$` +)L$P +)D$@L +{@H9 +j YH +(D$@ +(L$P +(T$` +(\$pA +[A\A]A^A_] +UAWAVAUATSH +)\$P +)T$@ +)L$0 +)D$ L +(D$ +(L$0 +(T$@ +(\$P +j YL +[A\A]A^A_] +UAWAVAUATSH +Pj YH +p)j A\L +l$PL +d$PL +[A\A]A^A_] +AWAVSH +0[A^A_ +0[A^A_ +AVSH +L$ H +t$@H +t$xL +t$pH +AVSPH +AWAVAUATSH +d$(I +`[A\A]A^A_ +UAWAVAUATSH +|$`L +j A]L +l$ H +L$ L +|$`L +d$ fA +D$ I +|$xj ZL +[A\A]A^A_] +AWAVAUATSH +d$(L +`[A\A]A^A_ +UAWAVAUATSH +)T$ +D$4H +)T$` +)L$P +)D$@H +t$HH +T$PH +j YH +j YH +(T$ +j YH +[A\A]A^A_] +UAWAVAUATSH +l$PL +t$PH +d$PL +j YH +d$PL +j YL +l$PL +|$PL +j YL +d$hL +D$@A +[A\A]A^A_] +AWAVAUATSH +$q+I +`[A\A]A^A_ +UAWAVAUATSH +l$ H +l$(H +T$0H +!jH_j +j XH +[A\A]A^A_] +j ZL + tOH +UAWAVAUATSH +H9l$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +H9\$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +)D$ +)L$0L9 +(D$ +(L$0A +)D$P +)L$` +)D$p +L9d$ +|$PH +(D$ +(L$0H +H9D$ +L9d$ +L$hH +L$xH +D$PI +H9D$ +)D$ A +)D$0I +L$@H +D$@H +(D$ +(L$0 +L$@H +(D$ +(L$0 +[A\A]A^A_] +AVSPH +UAWAVAUATSH +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +L9d$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +)D$ +)L$0L9 +(D$ +(L$0 +)D$P +)L$` +)D$p +L9|$ +|$PH +(D$ +(L$0H +L9|$ +L$hH +L$xH +D$PI +)D$ A +)D$0I +L$@H +D$@H +(D$ +(L$0 +L$@H +(D$ +(L$0 +[A\A]A^A_] +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVSI +L;?u +[A^A_ +UAWAVAUATSH +D$)H +D$0H +D$(H +8euE +x lu +D$0H +L$ I +)L$0 +)D$ +(D$@ +(L$P +(D$ +(D$0 +|$ L +D$ H +L$@H +|$ L +t$ L +u{M9 +L$pH +[A\A]A^A_] +T$@H +T$@H +AWAVATSPI +Zj@YH +[A\A^A_ +UAWAVAUATSH +L$pH +L$(j +l$0H +t$ H +\$0D +t$1L +|$8L +d$@H +l$HH +t$ H +D$0H +L$8H +L$(H +H9D$p +D$0H +)D$p +D$0H +D$0H9 +D$p1 +t$xH +)D$0L +(D$0A +|$@I +[A\A]A^A_] +t$0j +H;D$ +L$HA +L$PH +D$(I +L$HA +L$PH +|$pH +UAWAVAUATSH +D$1< +l$8L +|$@H +T$HH +|$`L +D$8H +D$hH +|$8H +l$@H +T$HH +|$`H +t$8H +T$@H +t$8H +T$@H +D$hH9 +|$0L +|$`L +D$`H +T$hH +|$`H +t$0H +|$0L +|$`L +D$`H +L$hH +|$`H +D$`H9 +t$`L +t$`L +L$ H +D$ H +D$ H +t$`H +D$8H +L$hH +T$iH +|$,H +D$ H +D$ H +D$(H +D$PH +D$@L +D$DD +D$$D +D$LH +T$9f +t$=@ +|$?H +|$0H +I9.udH +D$ H +t$`H +D$8H +D$(H +D$PH +D$@D +D$AL +D$ED +D$%fD +D$MD +D$'D +D$OH +T$9f +t$=@ +|$?H +)L$@ +)D$0H9l$0u$H +D$HI +D$8A +D$PI +(D$0 +(L$@A +[A\A]A^A_] +t$`j ZL +L$0A +L$8H9 +D$0H +t$`j +L$0H +H9l$ +AWAVAUATSH + [A\A]A^A_ +AVSH +t$(L +H[A^ +AWAVATSPH +[A\A^A_ +AWAVSH +[A^A_ +UAWAVAUATSH +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +t$0L +|$8L +d$@H +D$(H +L$HI +l$ H +T$ H +T$ L +T$ H +D$(j +D$0H +D$ H +D$(H +D$8I +L$ H +D$(I +D$(I +d$(H +\$0L +t$8I +L$8H +D$(I +d$(H +D$8H +D$HI +|$ L +D$1H +D$(I +t$0L +d$8L +l$@H +D$(H +L$HI +D$(I +L$8H +D$HI +l$ H +D$@H +L$(L +t$0D +l$DH +D$0H +T$@H +D$(H +L$HI +l$ L +D$0H +d$0H +\$8L +H;D$ +H;D$ +|$ H +D$8H +D$4I +l$ L +D$ A +T$HH +H;D$ +D$HI +D$ L +t$(L +d$0H +D$0H +\$0L +d$8H +T$@H +D$(H +L$HI +l$ L +D$0I +D$ L +j YL +D$0H +D$(L +D$0H +D$(L +l$ L +T$0H +|$8L +l$@H +D$(H +L$HI +d$0L +t$8L +l$@H +D$(H +L$HI +D$u +D$ H +D$(H +AVSH +t$(L +H[A^ + t,H +AWAVSH +P[A^A_ +M9>u +D$(H +AWAVSI +j YH +[A^A_ +>pu_ +du/1 +>cu& +AWAVSI +[A^A_ +>tuV +~ eu +UAWAVAUATSH +|$@L +l$8H +l$8H +H9\$@tkL +\$XL +D$ H +)D$`H +D$pL +t$8H +I9.u +(D$` +D$pH +D$(H +D$XH +)L$ +H9l$ +D$(H +D$0H +(L$ +[A\A]A^A_] +AWAVATSH +d$ L +8[A\A^A_ +AWAVSI +[A^A_ +AVSH +>euB +~ lu +t$ L +8[A^ +AWAVSI +[A^A_ +UAWAVAUATSH +D$`A +D$PI +D$HL +t$PL +|$XL +d$`H +D$@A +D$0A +D$)A +D$8I +D$@I +[A\A]A^A_] +UAWAVAUATSH +)D$ I +L$0L9 +D$0H +(L$ +(L$ +L$0H +L$xH +H;t$x +T$u +D$ H +D$(H +p[A^A_ +UAWAVATSH +L$HH +t$XL +S8E1 +p[A\A^A_] +AVSPH +AWAVSH +jh_j +[A^A_ +UAWAVAUATSH +|$(t\ +l$0j +\$8L +d$@H +D$8H +D$HH +L$ A +D$hH +D$4H +D$hH +)E`L +D$`H +d$0L +[A\A]A^A_] +D$xH +j(_j +l$xL +j YH +D$(H +|$0H +UAWAVAUATSH +|$XL +l$pL +d$xt +t$`I +t$\H +|$HH +|$XL +D$`H + s)H +l$0L +l$@j +D$8H +|$HI9 +u;H;l$@u4 +t$ I9 +|$XH +|$`L +D$0I9 +t$ H +L$PH9 +t$,L +|$HE +t$0H +t$ H +|$ L +T$8 +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +l$0L +t$@H +D$ H +D$XH +AVSH +8[A^ +USPH +AVSPH +AVSPH +AWAVSH +[A^A_ +AVSH +AVSH +UAWAVSH +|$ L +x[A^A_] +UAVSH +[A^] +jDZH +|$8H +UAWAVAUATSH +L$PH +L$hL +D$hH9 +|$pL +t$pH +D$xI9 +)D$0 +D$?H +(D$0 +D$?H +(D$0 +|$pH +D$pH +)L$ H9 +(L$ H +H9D$P +)D$P +)D$0 +D$?H +(D$0 +|$PH +D$`H +(D$P +)D$p +)D$0 +D$?H +(D$0 +D$hH +D$pH +(D$p +(L$ H +|$P1 +[A\A]A^A_] +UAWAVAUATSH +L$0H +)D$P +(D$P +)D$P +)L$` +)D$p +H9D$0 +)D$0 +)D$P +(D$P +t$0I +D$@H +(D$0 +)D$PA +)D$`I +L$pH +D$pH +(D$P +(L$` +L$pH +(D$P +(L$` +t$01 +[A\A]A^A_] +UAWAVAUATSH +D$0H +t$0H +D$@H +(D$0 +t$PH +T$XL +)D$`A +)D$pI +(D$` +(L$p +(D$` +(L$p +)D$` +(D$` +)N0H +C*Ic +H9T$0 +|$0L +C*Ic +)D$` +(D$` +t$01 +[A\A]A^A_] +UAWAVAUATSH +D$0L +t$0H +D$@H +(D$0 +t$PH +T$XL +)D$`A +)D$pI +(D$` +(L$p +(D$` +(L$p +)D$` +(D$` +)N0H +C0Ic +H9T$0 +|$0L +C0Ic +)D$` +(D$` +t$01 +[A\A]A^A_] +UAWAVAUATSH +D$0H +)D$P +(D$P +)D$P +)L$` +)D$p +H9D$0 +)D$01 +\$0I +D$@H +(D$0 +)D$P +(D$P +)D$PA +)D$`I +L$pH +D$pH +(D$P +(L$` +L$pH +(D$P +(L$` +\$01 +[A\A]A^A_] +AVSPH +UAWAVAUATSH +K fD +[A\A]A^A_] +[A\A]A^A_] +D$0A +)L$ +D$0H +(L$ +[A\A]A^A_] +[A\A]A^A_] +D$8H +L9$$ +D$@f +L$HH +[A\A]A^A_] +[A\A]A^A_] +D$0A +)L$ +D$0H +(L$ +[A\A]A^A_] +[A\A]A^A_] +)D$ I +D$(H +D$0I9 +(L$ +D$0H +)D$ I +D$0H9 +D$0H +(L$ +L$(H +L$0H ++H9,$ +(L$ +D$0H +D$`H +)L$ +D$0H +(L$ +)D$ I +D$0M9 +(L$ +D$0H +L9$$ +D$0A +)L$ +D$0H +(L$ +$$u,L +)D$ I +D$0M9 +D$0H +(L$ +$$M9 +(L$ +D$0H +UAWAVAUATSH +)D$0 +)L$@H +L9d$ +)D$` +)L$pH +(D$` +(L$pA +L$8A +D$8H +|$0H +D$(j +[A\A]A^A_] +(D$` +(L$p +L$PH +(D$@ +|$(H +UAWAVAUATSH +C*IcD +)D$ +)L$0H +H9l$ +)D$P +)L$`H +D$pL9 +D$pH +(D$P +(L$` +C*IcD +D$(L +|$ j +L$,L9 +C*IcD +[A\A]A^A_] +L$@H +(D$0 +D$pH +(D$P +(L$` +UAWAVAUATSH +C0IcD +)D$ +)L$0H +H9l$ +)D$P +)L$`H +D$pL9 +D$pH +(D$P +(L$` +C0IcD +D$(L +|$ j +L$,L9 +C0IcD +[A\A]A^A_] +L$@H +(D$0 +D$pH +(D$P +(L$` +UAWAVAUATSH +D$HH +F(E1 +T$8H +t$HH +H;D$8u, +)L$ H +H9D$ +)D$P +)L$`I +D$pH +D$pH +(D$P +(L$` +L$0H +(D$ +:L9|$ +[A\A]A^A_] +D$pH +(D$P +(L$` +AWAVSH +T$ H9 +D$ H +L$HH +L$ H +L$XH +D$0I +D$8H +[A^A_ +UAWAVAUATSH +t$PH +d$PL +j YH +d$PL +kPj YL +l$PL +|$PL +cPj YL +d$hL +D$@A +[A\A]A^A_] +AVSPI +UAWAVAUATSH +urE1 +L$ H +|$(H +8[A\A]A^A_] +UAWAVATSH +L$0H +p[A\A^A_] +p[A\A^A_] +t$HL +p[A\A^A_] +p[A\A^A_] +|$@H +USPH +AVSPH +AVSPH +AVSPH +AVSPH +UAWAVAUATSH + sqL9 +[A\A]A^A_] +[A\A]A^A_] +UAWAVAUATSPH +A^L9 +[A\A]A^A_] +UAWAVAUATSH +D$(H +L$0H +[A\A]A^A_] +UAWAVATSH +L$0H +p[A\A^A_] +p[A\A^A_] +t$HL +p[A\A^A_] +p[A\A^A_] +|$@H +AVSH +8[A^ +USPH +AVSPH +AVSPH +AWAVSH +[A^A_ +AWAVAUATSH +D$xH +|$pL +[A\A]A^A_ +)D$@ +)D$PH +D$8H +D$`M +(D$@ +(L$P +D$`H +AVSH +H;H0H +AVSPH +AVSH +X[A^ +AVSH +8[A^ +uOAVSH +8[A^ +AVSH +8[A^ +UAWAVAUATSH +D$LA +j@_j +D$PL +D$PL +t$`L +x[A\A]A^A_] +AWAVSH +j0_j +[A^A_ +AWAVS +[A^A_ +AVSH +X[A^ +AVSH +h[A^ +USPH +UAWAVAUATSH +<$/@ +\$xL +n:E1 +|$@H +d$@I +|$HH +t$PH +D$AH +\$XL +|$`D +D$ H +l$ L +\$(L +\$xt +[A\A]A^A_] +AVSPI +H9;u$H +AWAVSH +[A^A_ +AVSPH +UAWAVAUATSH +|$ L +^j0ZH +l$(H +r8M9 +T$HC +T% C +|$ H +X[A\A]A^A_] +UAWAVAUATSH +L$(H +D$0H +|$8H +|$@j0^L +t$ I +l$pL +oD$@ +T$`A +D$ H +|$8H +D$0H +[A\A]A^A_] +t@AVSPH +uespemosH1 +modnarodH1 +arenegylI1 +setybdetI1 +UAWAVAUATSH +oL$ +8[A\A]A^A_] +UAWAVAUATSPH +8.u +[A\A]A^A_] +[A\A]A^A_] +AWAVATSPM +[A\A^A_ +AWAVAUATSH +L$0H +t$PH +[A\A]A^A_ +d$PL +t$PH +t$XH +AWAVAUATSH +L$0H +t$PH +[A\A]A^A_ +d$PL +t$PH +t$XH +UAWAVATSH +L9&u5I +p[A\A^A_] +p[A\A^A_] +p[A\A^A_] +UAWAVAUATSH +D$xL +[A\A]A^A_] +UAWAVAUATSH +x[A\A]A^A_] +x[A\A]A^A_] +x[A\A]A^A_] +UAWAVAUATSH +m(H9 +;t"I +x[A\A]A^A_] +ju@H +L9>u +$u$H +D$ H +`[A^A_ +UAWAVAUATSH +t$ j +T$8L +d$@H +l$HH +D$0H +L$PI +l$(H +D$0j +H;L$ +D$8H +D$(L +H;D$ +D$0H +D$@I +H;D$ +H;D$ +L$(H +H;D$ +H;D$ L +D$0I +|$ L9 +D$0I +\$ H9 +t$0H +D$8L +l$@I +L$@H +H;T$ +t$0L +D$@H +|$ L9 +H;L$ +H;L$ uq +H;L$ u7 +|$(H +D$9H +H;D$ ubH +D$0I +\$8L +t$@L +l$ L9 +D$0I +L$@H +D$PI +D$HH +L$0H +\$8D +|$LH +D$8H +D$8H +t$8H +T$@L +H;D$ I +H;D$ +|$(H +D$@H +H;D$ +D$PH +D$(H +\$0L +t$8L +l$@I +D$8H +\$8L +t$@H +T$HH +D$0H +L$PI +l$(L +L$PH +[A\A]A^A_] +D$ I +[A\A]A^A_] +D$8I +D$(H +j YL +D$8H +D$0L +D$8H +D$0L +l$8H +|$@L +|$HH +D$0H +L$PI +l$(L +t$8H +\$@L +|$HH +D$0H +L$PL +l$(H +D$DH +L$@H +D$0I +l$(H +D$@H +D$8L +T$(H +D$8H +D$0L +L$@H +D$PI +l$(L +D$8H +T$HH +D$0H +L$PL +l$(L +D$0H +L$XH +L$hL +t$(H +L$0L +l$8H +D$@H +H;L$ +D$t*H +D$(H +D$ H +@[A^A_ +AWAVATSH +8[A\A^A_ +t$ L +AWAVSH +t$0L +L9>u +H9D$ +D$ H +D$(H +`[A^A_ +UAWAVAUATSH +t$ j +T$8L +d$@H +l$HH +D$0H +L$PI +l$(H +D$0j +H;L$ +D$8H +D$(L +H;D$ +D$0H +D$@I +H;D$ +H;D$ +L$(H +H;D$ +H;D$ L +D$0I +|$ L9 +D$0I +\$ H9 +t$0H +D$8L +l$@I +L$@H +H;T$ +t$0L +D$@H +|$ L9 +H;L$ +H;L$ uq +H;L$ u7 +|$(H +D$9H +H;D$ ubH +D$0I +\$8L +t$@L +l$ L9 +D$0I +L$@H +D$PI +D$HH +L$0H +\$8D +|$LH +D$8H +D$8H +t$8H +T$@L +H;D$ I +H;D$ +|$(H +D$@H +H;D$ +D$PH +D$(H +\$0L +t$8L +l$@I +D$8H +\$8L +t$@H +T$HH +D$0H +L$PI +l$(L +L$PH +[A\A]A^A_] +D$ I +[A\A]A^A_] +D$8I +D$(H +j YL +D$8H +D$0L +D$8H +D$0L +l$8H +|$@L +|$HH +D$0H +L$PI +l$(L +t$8H +\$@L +|$HH +D$0H +L$PL +l$(H +D$DH +L$@H +D$0I +l$(H +D$@H +D$8L +T$(H +D$8H +D$0L +L$@H +D$PI +l$(L +D$8H +T$HH +D$0H +L$PL +l$(L +D$0H +L$XH +L$hL +t$(H +L$0L +l$8H +D$@H +H;L$ +D$u +D$ H +D$(H +0[A^A_ +AVSH +L96u +H9D$ +D$ H +D$(H +H[A^ +UAWAVAUATSH +D$HH +|$@H +|$@H +T$pH +L$(H +D$ L +d$(L +t$0H +[A\A]A^A_] +|$@H +L$XI1 +)D$p +(D$p +)L$ H +)D$p +(D$p +)L$ H +D$0H +(D$p +(D$p +t$pH +t$xH +L$@H +D$PH +D$xH +H;|$H +|$hH +T$`H +t$PH;t$@ +D$xH +H;D$H +D$0H +L$hH +L$`H +L$ H +\$pH +T$(H +t$0H +|$ H +t$XH +T$@H +L$`L +T$hH;T$H +L9d$X +t$pH +t$xH +D$xL +L;l$H +t$pH +C L9 +t$ H +D$0L +\$pH +D$(H +D$ H +)D$p +(D$p +L$(H +D$HH +\$pH +L$0I +(D$ A +L$0L +t$ H +l$(H +t$`H +|$hH +D$HH +D$ H +D$@L +d$(L +t$0H +D$8H +D$PH +H;\$Hu(H +D$@H +L$PM +T$XH1 +t$@H +D$@H +D$PH +T$`I +(D$p +l$ H +|$`L +)D$pA +(D$p +)L$ H +D$XH +D$@H +(D$p +T$ H +T$HH +T$(H +T$PL9 +L$XL1 +T$0I +D$HI +D$PI +|$hH +|$XL +L$XH +L$@H +D$HH +D$PH +D$@H +D$HH +D$PH +D$XA +|$hH +t$@H +L$HH +T$PH +t$pH +t$xH +L$hH +D$PH +D$xH +L$@I +L$XI +L$`L9 +D$@H;D$H +D$PH;D$h +L$PH +D$xH +t$PH +t$@H +t$XH +t$`H +\$pH +L$0H +T$XH +T$(H +T$`H +T$0H +D$@H +D$ H +L$8H +t$`L +t$)H +T$!H +|$@H +l$ H +L$(H +L$@H +L$0H +L$8H +L$u +D$ H +D$(H +0[A^A_ +AWAVATSH +L$8H +D$X@ +t$YI +[A\A^A_ +t$ L +L$`H +t$hH +T$pf +D$xH +t$ L +[A\A^A_ +AVSH +([A^ +UAWAVAUATSH +l$(L +D$0L9 +D$(L9 +H9D$ +D$(H +L$0H +L$ H +|$8H +L$@H +L$pL9 +D$(H +T$0H +L$XL9 +D$PH +L$ H +D$xH +D$pH +D$xH +)D$P +D$_H +(D$P +L$@H +|$ L9 +[A\A]A^A_] +d$(j +d$(j +L$PA +L$XL9 +D$PH +L$HH +L$LH +L$PH +L$LH +L$PH +L$HH +t$ H +t$pH +UAWAVAUATSH +t$`L +D$hL9 +H9D$ +D$`H +L$hH +|$pH +L$xH +D$`H +T$hH +L$(L9 +D$ H +t$HH +D$XH +D$PH +D$PH +)D$ +D$/H +(D$ +[A\A]A^A_] +t$HH +[A\A]A^A_] +l$`j +l$`j +L$ A +L$(L9 +D$ H +L$ H +L$ H +UAWAVAUATSH +|$ I +l$0L +D$xH +L$hH +D$8L9 +D$0L9 +D$hH9D$ +L$xH9 +D$0H +|$8L9 +L$@H +L$`t +l$XH +D$`H +T$/H +t$X@ +D$ H +L$HH +[A\A]A^A_] +l$0j +L$HH +L$HH +|$8I +t$@L +D$HH +L$PH +T$ L +D$XH +|$pH +UAWAVAUATSH +l$(L +D$XH +D$0L9 +D$PH +t$XH +D$(H +t$0L9 +\$8H +D$@H +D$PH +[A\A]A^A_] +)D$` +D$oH +(D$` +t$ H +[A\A]A^A_] +[A\A]A^A_] +\$(j +L$@H +L$@H +D$8H +L$HH +UAWAVAUATSH +|$0L +D$8L9 +D$0L9 +H9D$ +D$0H +T$8L +D$@H +L$HH +L$ L9 +t$(I +D$ H +D$xH +l$pL +d$hH +l$(H +D$0H +L$8H +D$@H +T$HL9 +d$XH +D$`H +L$XH +D$(H +D$ H +4$M9 +[A\A]A^A_] +L$PH +t$ I +L$PH +T$XH +|$`H +t$xL +D$pH +T$hH +UAWAVAUATSH +d$(L +D$0L9 +L$(H +D$0H +D$8H +|$@L9 +|$PH +t$ H +L9t$ +L$(H +D$0H +D$8H +|$@L9 +|$XH +D$ H +D$PH +D$XH +)D$` +D$oH +(D$` +[A\A]A^A_] +t$ H +[A\A]A^A_] +T$HH +T$HH +AVSH +([A^ +AWAVAUATSH +d$(A +`[A\A]A^A_ +UAWAVSH +[A^A_] +AWAVSH +ZjxY + [A^A_ + [A^A_ +AVSPH +AVSPH +AVSPH +AVSPH +AVSPH +UAWAVAUATSH + sqL9 +[A\A]A^A_] +[A\A]A^A_] +UAWAVAUATSPH +A^L9 +[A\A]A^A_] +AVSPH +UAWAVAUATSH +[A\A]A^A_] +UAWAVAUATSH + siL9 +[A\A]A^A_] +AWAVATSPI +ZjXYH +[A\A^A_ +AVSPH +UAWAVAUATSH +t$0H +T$ H +D$ H +d$8L +xIkG +xIkO +t$@I +jxAX1 +^jXZL +t$@L +\$xH +)D$`L +(D$` +d$xj +YjXAXL +d$xL +^jpZH +l$xH +t$xL +t$xI +D$HA +)D$HH +D$XI +D$XA +)L$(A +)T$8j +l$0I +D$0I +T$ A +)U A +)U I +[A\A]A^A_] +H9C8u +UAWAVAUATSH +T$ L +D$8L +d$0I +F@H9 +j4ZL +D$`H +D$`H +)L$P +)D$@H +D$0H +L$8H +(D$0 +(L$@ +(T$PA +D$`I +L$(M +T$ tFL +j0ZL +|$pH +j A\H +|$pL +j YH +j A\H +t$pL +j YH +[A\A]A^A_] +USPH +USPH +USPH +UAWAVAUATSH +L$@H +T$ L +l$ H +D$ H +|$@L +d$`L +d$`H +j YH +d$`L +j YH +j A^L +j YH +j A_L +l$@H +j YH +|$8u*H +L$ L +|$PH +D$`H +L$8H +d$HH +j A_L +D$XH +D$HH +D$ L +D$PH +j=ZL +)D$ H +(D$ A +j XH +I9Fxt$I +)D$ +(D$ +T$ H +T$ H +jHZH +j YH +t$ H +j YL +L$xH +D$xH +D$pH +D$ H +D$PH +|$XH +j YH +T$ f +t$HH +L$PH +j YH +l$ L +j YL +j YL +j XH +l$ L +GHj YL +j YH +j YH +j YL +D$`H +j YH +D$ H +|$8D +D$ H +j YL +|$HI +t$PH +jrZL +|$@I +D$PA +D$@H +j A\L +l$@H +l$@H +j YH +L$0H +[A\A]A^A_] +L$pH +j+ZL +AWAVATSH +[A\A^A_ +D$@H +AVSH +8[A^ +AWAVSH +D$HH +j YH +|$pH +t$0L +)D$ q +(T$ +[A^A_ +tpUAWAVAUATSH +jxYH +X[A\A]A^A_] +AWAVAUATSH + [A\A]A^A_ +uespemosH1 +modnarodH1 +arenegylI1 +setybdetI1 +UAWAVAUATSH +D$8H +t$@j +D$HH +|$PH +L$XH +T$xH +t$(H +D$ L +l$(I +|$ L +|$`I +[A\A]A^A_] +UAWAVAUATSH +D$8H +t$@j ^L +D$HH +|$PH +L$XH +T$xH +t$(H +D$ L +l$(I +|$0H +|$ L +|$0H +j YH +|$`I +[A\A]A^A_] +AWAVATSPH +[A\A^A_ +AWAVSH +[A^A_ +tEAWAVSH +[A^A_ +jP_j +UAWAVAUATSH +D$8H +t$@j(^L +D$HH +|$PH +L$XH +T$xH +t$(H +D$ L +l$(I +|$0H +|$ L +|$0H +j(YH +|$`I +[A\A]A^A_] +UAWAVAUATSH +\$@L +D$ A +D$(I +(L$ +(T$0 +H[A\A]A^A_] +UAWAVAUATSH +D$8H +t$@j0^L +D$HH +|$PH +L$XH +T$xH +t$(H +D$ L +l$(I +|$0H +|$ L +|$0H +j0YH +|$`I +[A\A]A^A_] +AWAVSH +NhH) +VpH9 + [A^A_ +UAWAVAUATSH +l$ L +d$(H +t$ L +t$(L +t$ H +[A\A]A^A_] +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_ +AVSH +X[A^ +AVSH +X[A^ +UAWAVAUATSH +T$ H +([A\A]A^A_] +UAWAVAUATSH +t$`I +D$ L +T$ M +([A\A]A^A_] +UAWAVAUATSH +T$HH +L$HH +t$(L +l$(I +t4HkH +t$(L +|$(M +t4HkH +|$HM +t[HkH +L$ H +)D$0H +L$@H +(D$0 +L$ H +)D$PH +(D$P +D$`H +h[A\A]A^A_] +UAWAVAUATSH +L$ H +([A\A]A^A_] +UAWAVAUATSH +L$HA +X[A\A]A^A_] +UAWAVAUATSH +j'AXL +D$4H +|$`L +l$hH +t$0H +)D$0H +(D$0 +t$0H +|$pL +l$xL +T$pH +t$0H +T$(H +[A\A]A^A_] +T$`H +t$0H +UAWAVAUATSH +L$ H +([A\A]A^A_] +UAWAVAUATSH +L$ H +([A\A]A^A_] +UAVS +[A^] +AWAVSI +L;?u +[A^A_ +Yj AX +UAWAVAUATSH +[A\A]A^A_] +AVSPH +UAWAVAUATSH +D$8H +D$HH +|$PH +L$XH +T$xH +t$(H +D$ L +l$ I +|$(L +|$`I +[A\A]A^A_] +UAWAVATSH +0[A\A^A_] +AWAVATSH +([A\A^A_ +AWAVAUATSH + [A\A]A^A_ + [A\A]A^A_ +AWAVATSH +([A\A^A_ +AWAVSH +[A^A_ +AWAVSH +[A^A_ +AVSPI +v0H9 +v*Hi +AVSPI +j YH +UAWAVAUATSH +D$hH +T$pH +j'AX +|$xH +D$hH +D$HH +D$PH +D$XH +D$`H +D$HH +D$ H +D$hH +D$HH +D$PH +D$HH +D$ H +\$hL +l$p1 +|$xH +D$hH +D$HH +D$PH +D$HH +D$ H +|$xH +|$xH +D$hH +D$HH +D$PH +L$XH +D$`H +D$HH +D$ H +\$(H +|$xH +D$xA +D$hH +D$HH +D$PH +D$(A +L$8L +[A\A]A^A_] +UAWAVAUATSH +T$PH +L$XH +T$PL +\$(I +\$(I +T$PL +L$ H +)D$0 +l$PH +L$ H +)D$0H +\$(I +(D$0 +L$@H +L$ L9 +T$ H +h[A\A]A^A_] +UAWAVAUATSH +|$ I +A]E1 +8[A\A]A^A_] +UAWAVAUATSH +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +F(H) +UAWAVAUATSH +[A\A]A^A_] +[A\A]A^A_] +AWAVAUATSH +0[A\A]A^A_ +UAWAVAUATSH +t$@H +j0^L +|$PI +|$XM +H9L$X +\$HH +\$`H +l$hL +t$pH +H9T$X +t$`H +L$(H +t$ H +D$P@H +\$HH +D$xH +D$xH +\$HL +\$HH +t$@L +L9;uX +)L$ +)T$0H +(L$ +(T$0A +\$HH +t$@H +D$8I +L$(A +[A\A]A^A_] +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVSH +M9>u +D$ H +D$(H +0[A^A_ +UAWAVAUATSH +d$8H +t$hH +H;D$h +)D$pA +)L$ L +(D$p +(L$ +)L$ +)D$ H +T$0H9 +(L$ +)D$p +D$0H +D$0H +T$ H +T$(H +D$XH +D$PH +D$@L +|$HL +(L$ +L$0H +M H9 +D$xH +|$pj +D$pL +|$xH9 +)L$ +D$PH +D$@L +|$HH +D$`H +D$0H +t$M@ +)D$ H +H9l$ +D$0I +(L$ A +[A\A]A^A_] +\$@j +H9+L +D$HH +AWAVSH +T$ H9 +D$ H +L$HH +L$ H +L$XH +D$0I +O H9 +D$8H +[A^A_ +>luI +~ Du +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVSH +M9>u +D$(H +0[A^A_ +AVSH +L$(H +X[A^ +UAWAVAUATSH +|$@L +l$8H +l$8H +H9\$@txL +\$XL +D$ H +)D$`H +D$pL +t$8H +I9.u +(D$` +D$pH +D$(H +D$XH +)L$ +H9l$ +D$(H +D$0H +(L$ +[A\A]A^A_] +AWAVSI +j YL +j YL +j YL +[A^A_ +~ au, +8H97r +AVSPH +AVSPL +AVSPH +AVSPH +AVSPL +AVSPH +AVSPH +UAWAVAUATSH +D$0H +L$PH +t$XH +D$hH +D$xI +L$ A +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +l$XL +L$(H +D$PH +D$PH +D$ H +D$XH +D$(H +)D$0L9|$ +L9t$( +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +[A\A]A^A_] +D$ H +D$@H +D$ H +(D$0 +t$(L +|$ H +t$0L +AVSH +([A^ +u)Hcv +AVSH +([A^ +([A^ +AVSPH +AVSH +([A^ +([A^ +([A^ +AVSH +X[A^ +X[A^ +AVSPH +AVSPH +Yj AX +Yj AX +AVSPL +AVSPH +AWAVAUATSI +j YH +[A\A]A^A_ +UAWAVAUATSH +@X;AX +H[A\A]A^A_] +|$0L +VHH1 +I3N@H +F8H3C8H +AWAVAUATS1 +[A\A]A^A_ +UAWAVAUATSH +D$8H +t$@j +D$HH +|$PH +L$XH +T$xH +t$(H +D$ L +l$(I +|$0H +|$ L +|$0H +|$`I +[A\A]A^A_] +AVSPH +S(H1 +H3K H +AWAVAUATSH +d$(fA +`[A\A]A^A_ +UAWAVAUATSH +j YH +)D$0A +(D$0 +D$pL +d$xL +(D$0 +(D$0 +(D$0 +(D$0 +D$(H +D$P1 +D$SfD +L$^f +l$0H +t$PL +L$0H +D$(H +D$(H9D$0 +)D$pH +(D$p +)D$0 +L$QD +D$0L +L9|$0 +t$Qj +)D$pH +(D$p +)D$0 +D$(H +D$0L +D$PH +L$0H +D$(H +D$(H9D$0 +D$PH +)D$pI +(D$p +)D$0 +t$PH +L9l$0 +L9|$0 +j ZL +L9|$0I +D$ H +D$(H9D$0 +j ZL +L9l$0 +D$SH +)D$pH +|$0L +(D$pA +L9l$0 +D$@H +(D$0 +D$ H +D$(H9D$0 +(D$p +(D$p +(D$p +(D$p +j ZL +L9,$u +L$ L +[A\A]A^A_] +t$PL +D$XD +D$(H9D$0 +t$TH +t$PH +)D$pI +|$0L +(D$pA +d$(L9d$0 +D$@H +(D$0 +D$ H +(D$p +L$ I +d$(L9d$0 +j ZL +D$(H9D$P +)D$0H +L$@H +|$PL +D$@I +(D$0A +(D$0 +T$@H +L$ H +D$(H9D$PI +D$(H9D$PtVH +D$`H +)D$pI +(D$p +j ZL +)D$pH +UAWAVAUATSH +D$@L +L9t$@ +)L$ H +L$8H +t$pI +|$hH +L$`M +L$8H +L$hH +)D$pH +D$`H +D$hL9d$` +H9D$h +)D$@ +t$pL +D$8H +D$8H +D$`H +(D$pH +)D$ H +D$0H +L9t$@ +D$PH +(D$@ +L$0H +N L9t$@t +[A\A]A^A_] +j ZL +j ZH +UAWAVAUATSH +L$ H +d$hI +D$pL9 +D$hL9 +H9D$ +D$hH +)D$ +t$@H +)D$@ +D$OH +(D$@ +L9t$ +D$0H +N L9t$ t +[A\A]A^A_] +j ZH +|$hj ZL +)D$@I +L$PL9 +(D$@ +D$PH +T$PH +(D$@ +UAWAVAUATSH +D$@D +s*JcD +H9D$@ +)D$`H +L$pL9 +|$@L +D$pI +(D$`A +s*JcD +H9D$@ +D$PH +L$0H +T$pH +(D$` +H9D$@t +[A\A]A^A_] +j ZH +j ZL +L$ L9 +D$ H +T$ H +UAWAVAUATSH +d$@D +s0JcD +L9d$@ +L9#u +)D$`H +L$pL9 +|$@L +D$pI +(D$`A +s0JcD +L9d$@ +D$PH +L$0H +T$pH +(D$` +N L9d$@t +[A\A]A^A_] +j ZH +j ZL +T$ H9 +D$ H +T$ H +UAWAVAUATSH +L9l$ +)D$0 +(D$0 +L9l$ +)D$PI +L$`H9 +D$`I +(D$PA +L9l$ +D$ H +)D$pH +(D$p +[A\A]A^A_] +T$`H +(D$P +j ZL +)D$0I +T$@H9 +(D$0 +)D$pH +D$@H +T$@H +(D$0 +j ZH +AVSPH +AVSH +tHAWAVSH +[A^A_ +AVSPH +AVSPH +AWAVATSH +[A\A^A_ +AWAVATSH +[A\A^A_ +UAWAVAUATSH + siL9 +[A\A]A^A_] +AWAVATSH +h[A\A^A_ +AWAVAUATSH +[A\A]A^A_ +USPH +UAWAVSH +[A^A_] +AVSPH +` SH +AWAVATSH +[A\A^A_ +AVSH +AWAVAUATSH +[A\A]A^A_ +UAWAVAUATSH +[A\A]A^A_] +UAWAVAUATSH +j YH +)D$` +)D$pH +j YH +)L$P +)D$@E1 +(D$` +(L$p +j YH +L$ H +(D$` +(L$p +D$ E1 +D$u +D$(H +0[A^A_ +AWAVSH +M9>u +D$(H +0[A^A_ +AVSH +([A^ +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVATSH +M9&u4 +D$ H +([A\A^A_ +UAWAVSH +t$hH +M9>u:H +D$0H +[A^A_] +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVSH +M9>u +D$(H +0[A^A_ +AVSH +X[A^ +X[A^ +t$ L +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVSH +M9>u +D$(H +0[A^A_ +AWAVATSH +D$HH +D$hH +D$0H +D$HH +)D$ H +|$@L +)D$ I +L$0L9 +D$0H +(D$ +(L$ +L$0H +[A\A^A_ +|$HH +UAWAVAUATSH +H9l$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +H9\$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +)D$ +)L$0L9 +(D$ +(L$0A +)D$P +)L$` +)D$p +L9l$ +|$PH +(D$ +(L$0H +H9D$ +L9l$ +L$hH +L$xH +D$PI +H9D$ +)D$ A +)D$0I +D$@I +D$@H +(D$ +(L$0 +D$@I +(D$ +(L$0A +[A\A]A^A_] +UAWAVAUATSH +H9l$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +H9l$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +)D$ +)L$0L9 +(D$ +(L$0A +)D$P +)L$` +)D$p +L9l$ +|$PH +(D$ +(L$0H +H9D$ +L9l$ +L$hH +L$xH +D$PI +H9D$ +)D$ A +)D$0I +D$@I +D$@H +(D$ +(L$0 +D$@I +(D$ +(L$0A +[A\A]A^A_] +UAWAVAUATSH +H9l$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +H9l$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +)D$ +)L$0L9 +(D$ +(L$0A +)D$P +)L$` +)D$p +L9l$ +|$PH +(D$ +(L$0H +H9D$ +L9l$ +L$hH +L$xH +D$PI +H9D$ +)D$ A +)D$0I +D$@I +D$@H +(D$ +(L$0 +D$@I +(D$ +(L$0A +[A\A]A^A_] +UAWAVAUATSH +H9l$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +H9\$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +)D$ +)L$0L9 +(D$ +(L$0A +)D$P +)L$` +)D$p +L9l$ +|$PH +(D$ +(L$0H +H9D$ +L9l$ +L$hH +L$xH +D$PI +H9D$ +)D$ A +)D$0I +D$@I +D$@H +(D$ +(L$0 +D$@I +(D$ +(L$0A +[A\A]A^A_] +UAWAVAUATSH +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +H9l$ +)T$p +)L$` +)D$PH +(D$P +(L$` +(T$p +)D$ +)L$0L9 +(D$ +(L$0A +)D$P +)L$` +)D$p +L9d$ +|$PH +(D$ +(L$0H +H9D$ +L9d$ +L$hH +L$xH +D$PI +)D$ A +)D$0I +D$@I +D$@H +(D$ +(L$0 +D$@H +(D$ +(L$0 +[A\A]A^A_] +UAWAVAUATSH +|$0H +l$1L +|$8H +\$@L +l$HH +\$0H +\$0H +\$0H +\$0H +L$$L9 +\$0H +\$0H +\$0H +|$0j +\$0H +\$0H +T$@H +\$0H +\$0H +\$0H +\$0H +\$0H +\$0H +\$0H +\$0H +\$0H +\$0H +L$ L9 +\$0H +)D$0H +\$0H +\$0H +\$0H +L$(L9 +|$0j +\$0H +L$,H +T$@H +\$0H +\$0H +\$0H +D$0H +t$8L9 +|$0H +t$0H +|$0H +|$0H +L$@H +|$0H +|$0H +|$0H +|$0H +D$0H +L$8H +T$@L9 +|$0H +L$,H +\$,I +[A\A]A^A_] +L$ D +T$(H +T$(D +D$$D +L$ D +L$ D +T$(H +t$ D +L$HH +L$HH +L$HH +L$HH +L$PH +L$PH +L$PH +L$HH +L$8H +L$PH +L$HH +L$PH +L$PH +D$HH +L$HH +L$PH +D$HH +L$PH +L$PH +L$PH +L$PH +L$PH +L$HH +D$HH +L$HH +D$HH +L$TH +L$PH +L$TH +\$8H +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +\$0j +u$H9 +UAWAVSH +)G0I +h[A^A_] +AWAVSH + [A^A_ +AVSH +UAWAVATSH + [A\A^A_] +UAWAVAUATSH +D$v< +D$wA +l$@H +D$hA +D$PL +T$hH +D$8A +T$hI +L$0A +D$PI +D$8A +D$HI +d$`L +|$HH +L$@f +\$XH +d$hM +D$HH +D$0H +t$8L +d$`H +d$`A +D$HI +|$0L +jfZL +D$`H +D$0H +\$PHk +D$8I +rBL9 +d$8L +D$PH +l$0I +l$8u +L$PH +|$0I +|$ I +|$0I +|$ I +|$0H +|$0j +jbA_L +|$0t +D$@L +D$@D +jl^L +D$@L +t$8L +d$`1 +^j Z +j"A]L +t$0f +t(I9 +t{L; +t$0H +t$8I +l$@L +d$`A +T$0H +D$0I +D$8I +D$0L +^j Z +D$8H +D$0I +jH_j +l$@I +l$@L +jnA_H +|$8L +\$Xy& +t$8L +l$@fA +j YH +D$0H +j YH +j YH +)E A +)E0H +j YL +j YH +j YH +D$0H +j A^L +j ZL +\$8H +\$0H +L$`H +D$PI +D$0H +D$`H +\$@H +D$PL +\$XH +l$HL +D$@H +T$0D +l$8A +L t$8H +\$XH +\$XH +\$XH +T$HA +L$8L +D$0H +l$HA +D$XH +L$@H +T$8H +D$0H +l$HH +l$Ht +l$0H +l$@A +l$@A +j YH +j YH +D$@L +D$@L +D$8A +|$0M +l$0L +FPIk^X +|$PL +D$8L +\$ L +D$(H +D$ H +D$PH +D$8@ +D$xH +D$0L +^j(Z +D$xH +j A^L +j%_j +l$0I +M(H9 +L$0H +D$8I +D$HI +D$PH +D$PI +D$`I +|$HL +|$8H +D$8I +D$HH +D$HI +D$PI +|$8L +l$@H +\$XH +j8_j +D$0H +l$@I +j:ZL +D$hI +D$XH +D$hA +D$v4 +[A\A]A^A_] +AWAVSH +t$@H +|$(L + j YH +p[A^A_ +AVSPI +j YH +UAWAVAUATSH +U0H1 +|$ M +|$(H +|$(H +t$8H +T$(L +t$AVSPH +UAWAVAUATSH +oL$ +8[A\A]A^A_] +UAWAVAUATSH +L$8H +T$HH +T$Uf +D$(H +L$ H +X[A\A]A^A_] +UAWAVATSH +L$0H +p[A\A^A_] +p[A\A^A_] +t$HL +p[A\A^A_] +p[A\A^A_] +|$@H +USPH +AVSPH +AVSPH +u!SH +AVSPI +AWAVSH +[A^A_ +UAWAVAUATSH +|$(H +jf +t$G +T$0H +[A\A]A^A_] +AVSH +)F A +8[A^ +AWAVAUATSH +A]M9 +0[A\A]A^A_ +AVSH +)F A +8[A^ +UAWAVAUATSPM +[A\A]A^A_] +UAWAVAUATSH +8[A\A]A^A_] +UAWAVAUATSH +[A\A]A^A_] +AWAVATSH +8[A\A^A_ +AVSH +)F A +h[A^ +UAWAVAUATSH +[A\A]A^A_] +AWAVSH +j0^H +H;L$ + [A^A_ +UAWAVSP +[A^A_] +UAWAVAUATSH +t$pA +L$XL +T$(A +[A\A]A^A_] +UAWAVAUATSH +H;D$ +)D$ +)L$0 +)T$@ +)\$PA +)\$`A +)\$pH +[A\A]A^A_] +(D$ +(L$0 +(T$@H +(D$P +(L$` +(T$p +)VPH +UAWAVAUATSH +[A\A]A^A_] +(L$ +(T$0 +)T$` +)L$P +)D$@ +)D$p1 +T$0H +|$pH +t$@L +AVSPH +ASARj +8[A^ +AWAVAUATSH +[A\A]A^A_ +AWAVAUATSH + [A\A]A^A_ +j+^H +AWAVAUATSH + [A\A]A^A_ +UAWAVAUATSH +D$0H +D$(H +|$ L +|$8H +D$@H +[A\A]A^A_] +|$8H +|$PL +D$HH;D$@H +\$ H +H+|$(H +|$PL +T$XH +UAWAVAUATSH +T$@H +D$ H +|$0H +d$(M9 +|$Ht +)L$` +)D$Pj +l$PL +D$0H +t$8H +H9L$ +|$HM) +D$PL +l$PH +\$XH +T$`H +L$hH +D$xL +[A\A]A^A_] +j+^H +AWAVAUATSH +[A\A]A^A_ +UAWAVAUATSH +t$ H +([A\A]A^A_] +AWAVSH +P[A^A_ +j+^H +AVSH +D$PH +j YH +UAWAVAUATSH +yZ@H +|$ L +\$ H +T$ H +l$ H +)L$0 +)D$ +)D$` +)D$p +j@_j +)\$P +)T$@ +)L$0 +)D$ +t$`A +)F A +)F0j@A\L +@t:I +(D$` +(L$p +[A\A]A^A_] +AVSH +AWAVATSPH +[A\A^A_ +j ZH +8H97r +AWAVAUATSI +[A\A]A^A_ +AWAVSH + [A^A_ +H;t$ +H;t$ +UAWAVAUATSH +[A\A]A^A_] +A]H9 +D$pH +l$`L +d$hL +T$ I9 +l$(L +d$0L +t$8H +D$@H +l$PH +T$Xj +D$XH +j+^H +UAWAVAUATSPI +j0^L +[A\A]A^A_] +UAWAVAUATSH +\$0H +D$ @ +H[A\A]A^A_] +UAWAVAUATSH +|$(L +D$ I +|$(L +t$(L +T$(H +L$0H +t$ M +L$(H +D$0H +X[A\A]A^A_] +T$(H +AWAVAUATSH +D$ L +@[A\A]A^A_ +AWAVATSPH +H;F v +[A\A^A_ +UAWAVAUATSH +t$ M +l$(H +H[A\A]A^A_] +t$(H +T$0H +UAWAVAUATSPI +[A\A]A^A_] +UAWAVAUATSH +L$(I +D$0L9 +t$ H +L$8I +D$@H9 +|$ L +[A\A]A^A_] +T$HH +|$(H +T$HH +|$8H +AWAVATSPH +t"I9 +t)H9 +[A\A^A_ +D$ H +j+^H +t4H= +UAVS +L;7u +[A^] +AWAVATSPL +[A\A^A_ +[A\A^A_ +UAWAVATSH + [A\A^A_] +AWAVSH +[A^A_ +[A^A_A +AVSPH +AWAVAUATSH +T$pH +\$hI +|$`L +0[A\A]A^A_ +UAVSH +)L$ +)L$p +)D$` +D$d1 +t$`L +[A^] +AWAVSH +P[A^A_ +j+^H +UAWAVAUATSH +d$PL +|$PI +)EpA +)E`A +)EPA +)E@A +)E0A +)E A +[A\A]A^A_] +j0ZH +ja^H +AWAVAUATSH +P[A\A]A^A_ +j+^H +AWAVSH +[A^A_ +AWAVSH +[A^A_ +UAWAVAUATSH +l$0A +[A\A]A^A_] +AWAVATSH +|$(j A_L +t$0H +t$pL +t$pH +|$pL + uwL +[A\A^A_ +j+^H +UAWAVSPL +[A^A_] +UAWAVAUATSH +|$ L +L$0H;L$(u7L +8[A\A]A^A_] +AVSH +)F0A +)F A +j@^L +H[A^ +UAWAVAUATSH +j ]L +[A\A]A^A_] +UAWAVAUATSH +|$PL +|$Pj ^ +L$`H;L$X +)L$ +L$`H +(L$ +)L$@ +)D$0L +)G`A +)GPA +)G@A +)G0A +)G A +L$0L +D$PH +T$xH +j ZL +[A\A]A^A_] +AWAVSH +p[A^A_ +UAWAVAUATSH +l$ H +L$(H +|$ H +|$ j +D$0H9D$( +d$(H +D$0H;D$( +4$H9p +D$ A +[A\A]A^A_] +|$8H +)L$0 +)D$ j +D$$1 +t$ H +UAWAVAUATSH +(L$ +(T$0 +H[A\A]A^A_] +j+^H +UAWAVAUATSH +)L$ +[A\A]A^A_] +UAWAVAUATSH +L$PM +T$XH +D$@H +t$HL +L$PH +H;T$ +)D$pL +(S L +)T$ A +t$pH +(S H +l$HL +(S H +(V H +)F A +(V L +)T$ A +)F A +(V H +)F A +(V L +)P A +|$XH +[A\A]A^A_] +(D$p +T$0H +D$@M +t$hH +AWAVAUATSH +(L$ +(T$0 +@[A\A]A^A_ +AWAVAUATSH +)D$ A +(T$ L +d$0A +)T$ A +`[A\A]A^A_ +UAWAVAUATSH +T$(A +\$8H +T$(A +\$4E1 +l$ZM9 +l$PH +D$`L +D$pA +[A\A]A^A_] +j+^H +AVSH +H[A^ +AWAVAUATSH +[A\A]A^A_ +j+^H +UAWAVAUATSH +|$pL +l$0L +d$(L +d$xL +L$lL +d$@L +l$HH +D$PL +|$XH +T$ H +T$`@ +t$h@ +l$8L9 +t$pL +|$0H +|$pH +T$(L +t$xI +\$ H +[A\A]A^A_] +T$pH +|$8H +UAWAVAUATSH +L$`H +D$PL +D$@L +D$HL +L$ H +D$(L +D$XL +L$0H +D$hH +|$hH +L$xH +D$xH +|$@H +7t5H +D$@H +D$hL +t$pH +D$xH +D$@H +|$HH +H;D$ +D$@H +D$xA +A_H; +D$hH +D$HL +t$pL +|$HL +T$HL +|$@H +T$HH +D$`H +A_H= +|$`I +|$PL +D$PH +|$PL +|$PL +A_H9D$ +|$PL +|$@H +|$PL +T$hH +L$pH +D$xH +|$8H +T$`H +D$`H +T$@H +t$`H +D$8A +T$0H +l$8H +|$0I +|$8H +l$hH +L$pH +t$xH +T$8H +|$(H +t$ L +D$(j +D$ H +D$(j +|$ H +|$ L +|$8H +t$0L +|$(L +D$8H +D$0H +D$ H +|$XH +t$XH +D$(j +D$ H +t$8H +D$(H +D$ H +L$0H +|$PL +|$@H +L$0H +L$(H +L$ H +L$8H +L$XH +L$`H +[A\A]A^A_] +AVSH +([A^ +AVSPI +D$PL +T$XL +\$`@ +l$hH +UAWAVAUATSH +l$ M +X[A\A]A^A_] +T$(H +AVSH +H[A^ +UAWAVAUATSH +l$XI +D$(M +l$0I +D$`H +T$hH +L$pH +t$xL +D$@H +L$HH +t$PL +d$ L +t$PH +L$HL +D$@v +u.I9 +uhH9 +t$ H +T$(H +|$`H +|$ L +t$(H +D$0H +\$8I +|$`L +|$ L +t$`H +T$hH +|$ H +D$XH +[A\A]A^A_] +j+^H +UAWAVAUATSH +|$pH +H;D$x +D$XH +D$hL +l$0L +t$8H +T$ H +[A\A]A^A_] +|$0H +l$pH +T$ L +|$pL +L$@L +D$(H;D$ @ +ji^H AWAVATSH `[A\A^A_] `[A\A^A_] @@ -1018,47 +32034,4379 @@ rRfA ;RtZA [A\A]A^A_] AWAVAUATSH -.fff. +)fff. +ffff. +t#M9 +fff. kff. -|$ I -.u;I -|$ I -|$ I -D$(L -|$ I -D$(L -|$ I -D$(L -|$ I -<$SPH -<$BPH -<$RFH -<$LTH -<$GTH -<$LPH -<$RPH -|$ I -:+uyI -|$ I +.uBI +ffff. +>SPH +>BPH +>RFH +>LTH +>GTH +>LPH +>RPH +.uDI [A\A]A^A_] +uespemosH1 +modnarodI1 +arenegylI1 +setybdetI1 +uespemosH1 +modnarodI1 +arenegylI1 +setybdetI1 +UAWAVAUATSH +l$ j +j#ZH +8[A\A]A^A_] +AWAVAUATSH + [A\A]A^A_ +UAWAVAUATSH +)D$@ +)L$P +)T$`H +(D$@ +(L$P +(T$` +)T$0 +)L$ +[A\A]A^A_] +|$@L +(L$ +(T$0 +UAWAVAUATSH +|$HH +D$XH +L$@H +L$(H +)L$p +)D$`H +L$@H +(D$` +(L$p +|$HH +[A\A]A^A_] +UAWAVAUATSH +)\$` +)T$P +)L$@ +)D$0 +l$hH +I(:H(uz +T$0H +|$pL +[A\A]A^A_] +L$ H +UAWAVAUATSH +l$XL +)L$ +L$xH +)L$@ +)D$0H +L$OH +(D$0 +(L$@ +(L$ +[A\A]A^A_] +D$PI +T$ L +j ZH +UAVSH +P[A^] +AWAVSH +[A^A_ +Pj@XH +AWAVATSH +)D$0A +)D$ A +T$@H +j YL +H[A\A^A_ +j@ZH +AWAVSH +t$PL +[A^A_ +AVSH +AWAVATSH +[A\A^A_ +AWAVAUATSH +[A\A]A^A_ +j+^H +AWAVAUATSH +[A\A]A^A_ +j+^H +D$(H +j+^H +AWAVAUATSH +[A\A]A^A_ +AVSH +UAWAVAUATSH +l$+L +8[A\A]A^A_] +AVSH +UAWAVAUATSH +j ^L +|$PH +[A\A]A^A_] +UAWAVAUATSH +l$(L +l$(I +H[A\A]A^A_] +v2AVSH +([A^ +j+^H +j+^H +Pj XH +UAWAVAUATSH +|$7L +D$ A +L$!E +D$"E +L$$H +|$CL +|$gL +T$7H +L$CI +D$hH +t$PL +x[A\A]A^A_] +AVSH +UAWAVAUATSPH +[A\A]A^A_] +[A\A]A^A_] +UAWAVAUATSH +[A\A]A^A_] +AVSPH +UAWAVAUATSH +|$0L +|$pA +j0^L +D$PH +D$hH +[A\A]A^A_] +UAWAVAUATSH +(D$p +)D$ H +(D$ +8[A\A]A^A_] +UAWAVAUATSH +T$@L +L$ L +\$@H +D$@H +T$HH +D$ H +D$PH +D$XH +D$`H +D$hL +L$(L +D$0H +T$8L +l$@L +T$0j +j YL +D$(H +[A\A]A^A_] +|$@H +AVSH +UAWAVAUATSH +l$HL +t$HL +[A\A]A^A_] +AWAVATSH +)D$0A +)D$ A +T$@H +j YL +H[A\A^A_ +UAWAVAUATSH +[A\A]A^A_] +j+^H +AWAVAUATSH +[A\A]A^A_ +j+^H +AWAVSH +D$`H +|$ H +L$8A +L$ H +L$%H +D$0H +@[A^A_ +AWAVAUATSH +[A\A]A^A_ +UAWAVAUATSH +L$ H +d$8I +|$+H +T$+H +H[A\A]A^A_] +UAWAVAUATSH +d$(L +|$BL +t$ j +|$OL +L$BI +|$(H +D$PH +t$(j +x[A\A]A^A_] +AWAVATSH +[A\A^A_ +j+^H +UAWAVAUATSH +|$4H +D$(I +T$u8A +l$PA +|$XI +^j Z +\$HH +D$@H +r\L9t$ +D$@H +D$HH +t$XI +d$8L +l$0H +l$PI +L$ H +D$(H +[A\A]A^A_] +USPH +AWAVAUATSH +[A\A]A^A_ +AWAVAUATSH +[A\A]A^A_ +UAWAVAUATSH +l$pH +D$xH +uBI9 +[A\A]A^A_] +d$pL +L$8H +T$pH +L$8H +b@HkzHHI +D$gH +D$fH +t$ M +t$ H +D$0L +\$8L +t$ L +s@I9 +D$8H +H9k` +D$p@ +D$xH +l$pH +t$H@ +L$HH +D$XH +L$(H +D$PH +D$PH +D$XH +D$PH +L$( +D$HH +D$8H +t$HH +D$xH +L$pH +D$XH +D$(H +D$XH +D$p@ +D$HH +D$XH +D$(L +D$HH +D$XH +D$(H +H \$( +D$HH +D$XH +D$xH +)D$pH +H9D$p +D$PH +D$HuQH +D$XI +\$HL +D$(H +t$ H +\$8H +v0L9 +VPL9 +T$HL9 +\$pH +VhI9 +\$8H +L$pH +D$xH +t$pj +D$HI9 +t$ H9 +D$0H +D$(L +\$ I +L$0M9 +|$hL +D$0H +l$hL +|$0H +t$hH +D$hH +L9l$0 +T$HH +T$pL +L$0H9 +T$0H +T$pL +D$ H9 +D$ H +D$0H +l$hL +D$hL +\$xH +D$hL +D$HH +D$0I +D$ H +\$8H +l$0H +|$(M +t$hL +D$ H +D$0H +\$8L +L$} +d$yI +D$hL +T$(H +L$0L +D$HH +|$hH +D$(H +D$HH +|$hL +|$hD +D$0Lk +d$0I +\$8I +t$ H +I9D$0 +\$8M +|$@H +D$pH +|$pH +P(L9l$p +t$ L +D$HH +D$(H +T$(H +t$ H +t$ L +D$HH +|$cH +|$cI +D$(H +LkxX +D$xL +D$0L +t$ L +l$8H +|$pH +D$0H +D$8H +D$ H +D$0H +D$pJ +AWAVSH +[A^A_ +Zj Y +AWAVSI +[A^A_ +UAWAVAUATSH +|$0M +L$0L +d$@H +l$(H +H[A\A]A^A_] +AVSH +([A^ +AVSPH +UAWAVAUATSH +[A\A]A^A_] +UAWAVAUATSH +t$@L +L$hH +t$8H +t$pH +T$HH +T$xH +L$0I +t$8H +L$ H +|$@H +t$0H +T$(H +t$0H +L$HH) +L$xH +L$pH +|$hH+ +B:T. +l$(L +t$ H +D$8H +|$0I +|$@L +tlHi +t$ D +l$(H! +[A\A]A^A_] +UAWAVAUATSH +oL$ +8[A\A]A^A_] +AWAVATSH +M9f u +[A\A^A_ +AVSPH +AWAVSH +[A^A_ +AWAVSH +|$ L +|$ A +L$!f +|$@H +`[A^A_ +AWAVSH +[A^A_ +AWAVSH +[A^A_ +AWAVSH +[A^A_ +AWAVSH +|$ L +|$ A +|$@H +t$XL +p[A^A_ +AWAVSH +|$ L +T$"H +|$ L +p[A^A_ +|$@H +t$XL +AWAVSH +[A^A_ +AWAVSH +|$ L +|$ L +T$0H +p[A^A_ +|$@H +t$XL +AWAVSH +|$ L +|$ L +T$0H +|$@H +t$XL +p[A^A_ +AVSH +UAWAVAUATSH +t$xH +t$ L +t$ L +[A\A]A^A_] +l$xL +D$PI +D$HI +D$@I +D$8I +D$0I +D$(I +D$ I +L9l$@ +t$XL +|$8H +~L9l$Ht +t$XL +|$ H +>L9l$Pt?j +t$XL +|$0H +l$xL +e Ik_ +l$xA +o$E1 +tRfC +t$XL +[A\A]A^A_] +AWAVATSPI +[A\A^A_ +UAWAVAUATSH +t$ IkD$(0L +|$HH +L;t$ +l$8M +t$xL +T$hI +[A\A]A^A_] +AVSPH +UAWAVAUATSH +l$PA +D$ A +D$DA +D$@I +IkF`pH +D$H1 +j(_L +T$0L +t$pL +L$HH9 +j#_L +T$pH +j&_L +T$pH +T$0L +T$pH +L$HH9 +j'_L +T$pH +j"_L +t$pH +l$PL +[A\A]A^A_] +AWAVSH +[A^A_ +AVSP +t5D) +j+^H +AWAVATSPH +|$ L +t$RA +|$PL +t$UA +|$TL +|$HL +[A\A^A_ +UAWAVAUATSH +|$PL +t$~A +|$|L +I9l$0 +l$hL +D$HH +l$0H +D$8I +D$(L +[A\A]A^A_] +j ZH +AWAVSH +[A^A_ +UAWAVAUATSH +Ao j +Ao(M +D$@I +D$8A +D$0I +D$(E +D$ I +|$HH +H9D$0 +|$(H +t~j"_L +D$8H9D$@t=j(_L +|$ H +[A\A]A^A_] +UAWAVSPH +[A^A_] +|$ 1 +AVSPH +UAWAVAUATSH +[A\A]A^A_] +|$hL +\$ I +t$HM +T$8H +[A\A]A^A_] +UAVSH +[A^] +AWAVATSH +8[A\A^A_ +AWAVATSH +8[A\A^A_ +AWAVATSH +[ Mk +8[A\A^A_ +AVSPH +UAWAVAUATSH +l$0L +d$ I +d$ M +$~eI +L$@H +\$HM +d$8H +L$`u,H +D$hH +D$xH +D$hH +D$pH +D$(I +D$(H +D$ I +D$(L +D$PH +D$@H +d$8L9 +\$PH +d$ L +\$(H +D$HI +D$@I +[A\A]A^A_] +UAWAVAUATSH +IkEX +D$HI +T$8L +D$HH9 +t$pL +t$PH +T$pH +T$pH +l$8L +t$pH +l$ I +T$pH +T$pH +T$8L +t$pH +T$8L +T$pj +T$p1 +T$pH +D$HH9 +l$8H9 +j"_H +T$8L +t$pH +D$HH9 +j'_H +T$pH +T$8L +t$pH +D$HH9 +j(_H +l$pH9 +T$8L +T$pj +T$pj +T$pH +D$HH9 +j#_H +T$pH +D$HH9 +T$pH +j)_H +T$8L +t$pH +t$PL +j&_H +T$pH +t$PL +t$pH +t$PL +[A\A]A^A_] +UAWAVAUATSH +|$(f +r9I9 +D$XI +D$HA +l$`H +)D$ +)D$0H +(D$ +(L$0A +x[A\A]A^A_] +AWAVAUATSH +3[A\A]A^A_ +UAWAVAUATSH +r8L9 +D$0K +D$ C +8[A\A]A^A_] +AWAVAUATSH +3[A\A]A^A_ +UAWAVAUATSH +|$0L +^j ZH +l$(H +D$ I +rAH9 +L$HA +r:L9l$ +D$HK +D$8C +D$0H +L$ H +L$(H +X[A\A]A^A_] +UAWAVAUATSH +^j ZL +r,M9 +L$(C +8[A\A]A^A_] +UAWAVATSH +@[A\A^A_] +UAWAVAUATSH +\$@H +l$0L +d$HH +t$PI +D$(L +|$(I +\$0H +D$(H +D$(L +tCH9 +l$0t L +D$@H +D$PH +|$01 +\$8t +D$ H +X[A\A]A^A_] +AWAVATSH +8[A\A^A_ +AWAVATSH +[ Mk +8[A\A^A_ +AWAVATSH +M9~0t +M9~Ht +M9~`t +M9~xt +[A\A^A_ +UAWAVSP +L;?u +[A^A_] +AVSH +j(_j +AVSH +UAWAVAUATSH +t(E1 +fB;lx +t$PH +|$(H +[A\A]A^A_] +D$XH +|$hL +t$Pf +l$pH +t$XH +t$xH +d$(L +t$xH +l$(L +|$(H +l$(L +|$8H +$umH +|$(H +d$(L +l$0L +|$8L +|$(H +l$(L +|$8L +l$0L +T$HH +AVSH +AVSH +UAWAVAUATSH +|$@1 +,+I9 +l$0L +l$8L +D$(I +X[A\A]A^A_] +AWAVSH +L$ f + [A^A_ +UAWAVAUATSH +|$ L +|$ I +D$@A +D$CI +t$@A +|$ L +D$ < +|$"D +d$$< +H;l$ +D$HH +D$(H +X[A\A]A^A_] +L$!H +K fD +AVSH +AVSH +AVSH +UAWAVATSH + [A\A^A_] +UAWAVAUATSH +|$ L +|$ I +D$@A +D$CI +t$@A +|$ L +D$ < +|$"D +d$$< +H;l$ +D$HH +D$(H +X[A\A]A^A_] +L$!H +K fD +AVSH +AWAVSH + [A^A_ +AVSH +AWAVSI +L;?u +[A^A_ +UAWAVATSH +|$ L +|$ A +t$6f +@[A\A^A_] +AVSH +AVSH +([A^ +UAWAVAUATSH +|$@L +|$@I +t$`A +l$H1 +|$@L +L;|$(u +d$0H +D$ I +|$8H +D$hH +L$pH +D$HH +x[A\A]A^A_] +D$8H +D$ H +UAWAVSP +L;?u +[A^A_] +AVSPH +AWAVSI +L;?u +[A^A_ +UAWAVAUATSH +D$(I +t$0H +D$@H;D$8r +t$(H +L+8L +H[A\A]A^A_] +L$ f +AVSPHk +AWAVATSPI +[A\A^A_ +AVSH +j ^H +j ^L +([A^ +G H;F u +j _H +AWAVATSH +< v& +([A\A^A_ +j ZH +UAWAVAUATSH +|$(L +|$(I +|$(H9 +d$)A +D$0H +H[A\A]A^A_] +AWAVATSH +d$ I +8[A\A^A_ +j+^H +UAWAVAUATSH +d$0L +t$XL +d$0I +|$ E +D$dA +l$PH +|$0H +|$1D +L;d$ +l$ F +d$(H +T$hL +|$1D +T$8L +t$@I +x[A\A]A^A_] +t$ L +|$XI +d$8L +t$@H +t$ H +AWAVAUATSH +L99u/I +[A\A]A^A_ +UAWAVAUATSH +|$ L +|$ A +)D$pI +(D$p +[A\A]A^A_] +L$xH +D$dH +|$ L +t$ A +l$"D +d$$L +t$ A +T$"L +t$(D +l$,D +l$.L +d$0H +t0fD +#wBH +|$ H +t$ A +|$ H +t$ A +|$ H +|$ H +t$ A +D$"f +d$ L +t$ A +T$(L +t$(D +l$,D +l$.L +d$0H +t$pD +|$qf +\$rf +l$tfD +l$vL +d$xH +t$(L +d$0H +|$ H +|$ H +t$ D +|$!A +|$ H +D$ D +t$(D +l$,D +l$.L +d$0H +t$8H +\$ H +t$ A +T$(H +t$(D +l$,D +l$.L +d$0H +D$ D +L$nD +T$lL +l$jL +T$lfD +L$nD +D$ @ +\$ H +L$"1 +t$ A +T$"H +t$(D +l$,D +l$.L +d$0H +|$XH +|$XH +L$nfE +l$jfA +T$lfE +D$ E +|$pL +D$xH +D$XL +T$xL +\$xL +l$pM9 +\$rL; +T$XH9 +D$@H +L$R@ +t$TD +\$)f +l$*fD +|$,fD +l$.H +L$0H +D$8H +T$ H +\$pH +l$xL +t$pA +T$xH +t$xD +|$~H +|$pH +d$pH; +l$zD +L$~L +D$XH; +D$XH +D$XH +D$ H +l$*D +d$,D +l$.H +\$0L +D$@f +D$Bf +l$df +D$XH +D$dA +|$ H +j#ZH +|$ H +t$(D +l$,D +l$.L +d$0H +|$ H +j'ZH +t$ A +l$$D +l$&L +d$(H +D$0H +t$XH +D$XH +t$XH +D$XH +t$XH +H;D$x +D$XH +l$vH +D$qH +|$xH +|$XL +L$df +D$XL +L$df +t$xL +D$dD +D$dD +\$dH +\$dE +D$XfD +t$XH +l$rD +|$tD +l$vH +T$xH +L$u +l$qH +|$xL +l$rD +d$tD +l$vH +\$xL +D$tH +D$vH +D$xH +L$dH +D$lH +D$XH +D$XL +\$dD +D$lH +D$XH +l$$D +l$&L +d$(H +t$0H +)D$ H +D$0H +(D$ +AWAVSH + [A^A_ +UAWAVAUATSH +[A\A]A^A_] +l$ I +\$@H +D$H1 +l$ D +D$8L +T$0H9 +l$.D +L$8t} +|$0D +t$PL +t$0L +L$*L +L$8H +L$*f +D$(D +t$8L +L$0A +T$PL +D$,D +D$.D +D$,D +|$0L +|$8A +|$0H +\$pD +l$qfD +t$rfD +d$tf +l$vH +T$xL +H;l$Xu +D$`H +D$HHk +T$HL +l$hL +t$_H +|$@L +D$HH +L$u +l$qI +\$@H +[A\A]A^A_] +UAWAVAUATSH +t$ L +t$!H +t$ L +l$ A +e I +AZE1 +|$H@ +l$ L +T$PH +l$ L +D$@E +|$@H +|$HL +X[A\A]A^A_] +L$!D +T$$@ +t$&@ +|$'D +\$(D +D$/A +T$-E +|$)M +T$0E +|$HL9 +D$PH +UAWAVAUATSH +[A\A]A^A_] +D$0H +D$XH +D$pH +D$HI +L$0H +L$XH +L$pH +L$HI +D$~H +D$~H +L$XM +D$0H +D$XH +D$pH +d$hL +L$ H +L$$H +L$XI +L$(H +L$@H +L$HA +L$BH +L$DH +L$pA +L$FH +L$RE +|$VI +L$HH +L$LH +L$MH +L$0A +L$NA +t$PM +\$XL +D$0H +D$XH +D$pH +D$0H +D$XH +D$pH +L$0H +L$XH +L$pH +Bu+A +D$XH +D$pA +D$0H +D$pH +D$HL +T$`D +t$ E +t$hL +L$0H +L$XH +L$pH +L$HL +D$Hf +D$pf +D$0H +D$XH +D$pH +l$`H +T$`M +L$0H +L$XH +L$pH +L$HM +T$XD +L$pH +D$0H +L$HA +L$hI +L$hA +D$Xj +T$hL +L$0A +\$Xf +\$Xf +t$~H +D$Hf +D$~f +L$`f +D$Hf +D$~f +T$HA +D$~fD +D$Hf +D$~f +\$XH +\$XH; +|$pH +L$hH +D$0H +D$XH +L$pH +D$Xj +T$XH +L$hI +D$XH +L$HH +D$Pf +D$`L +l$ H +t$PL +D$0A +D$0< +D$0L +d$ L +j#ZH +D$0< +D$0@ +L$ H +D$0< +D$0D +D$ H +D$@H +D$@H +A^E1 +H;l$@ +D$0< +D$@H +D$0D +l$ L +D$0< +D$0D +|$ L +D$0< +D$0D +d$ L +D$0< +D$0@ +|$ L +D$0< +D$0@ +D$ H +D$@H +D$(H +D$@H +D$@H9 +D$0H +D$ H +D$@H +D$(H +|$@D +D$0H +H9D$0 +D$0K +D$@C +D$@H +D$0< +T$ I +D$@H +D$0D +d$ L +D$0< +D$0D +L$ H +D$0D +d$ L +D$0< +D$0< +D$0@ +|$ L +D$0D +d$ L +j'ZH +D$0< +T$ H +D$@H +l$ E +D$@H +D$@H +l$ A +d$ H +D$@H +D$ H +D$@H +|$ H +L$@H +L$ H +d$ H +t$0@ +D$0< +D$0H +D$0H +l$ L +L$0H +L$0H +|$0H +|$0H +|$0H +D$0H +D$0< +D$ H +D$@H +D$(H +D$@H +A_E1 +H;D$@ +D$ H +D$@H +D$(H +D$0C +D$@K +D$@H +D$0D +D$@1 +D$0D +)D$0H +(D$0 +)D$0H +(D$0 +D$ H +D$@H +D$ H +D$@H +D$@H +T$ H +T$@H +T$(H +D$ H +D$0@ +|$ L +D$@H +l$ H +l$ H +D$0@ +|$ L +|$0D +L$@H +L$ H +|$0D +D$0H +D$@H +A]E1 +D$@H9 +D$0H +D$ H +D$@H +D$(H +D$0K +D$@K +D$@H +l$ H +|$0H +d$@D +D$0L +T$0H +l$0H +D$@H +D$0H +D$@H +|$0H +D$ H +D$ H +D$@L +D$0@ +D$@H +D$@H +D$ H +D$0H +D$0H +D$0H +D$@H +d$@L +D$0L +D$0H +d$`L +D$0H +l$ A +D$0H +D$pH +D$HL +T$hH +A\E1 +D$`H +D$pH +D$pH +D$`L9 +D$hH +L$0H +L$XH +L$pH +L$HL +D$~H +D$XH +l$ D +L$Hj +L$pH9 +d$pf +L$XH +D$HA +D$hfA +D$@A +D$PA +I9L$H +I9L$`A +)D$0 +)D$@ +D$hH +D$xH +)D$P +D$hfA +D$@A +D$HA +D$PA +D$pH +D$~D +D$`L +t$HL +D$pH +D$hM +D$`j +T$hH +D$`H +D$hL +D$pH +d$XL +d$PL +D$hH +D$HH +D$PH +L;d$h +D$`H +D$hL +D$`f +D$hH +L$`f +L$hH +D$`H +D$hL +L9l$H +D$`f +d$@H +D$hH +D$`H +D$0H +D$hL +D$`f +D$hH +D$0L +D$hL +d$ fD +D$@H +D$HH +D$PH +D$`H +D$hL +D$HH +D$pH +D$HH +L$0A +D$pH +L$hA +T$pH +D$`H +t$hL +T$pH +D$0j +D$@H +D$HH +D$hH +D$`L +T$P +D$hH +D$XH +D$0A +T$hH +D$0H +L$PH +D$PH +D$ H +D$@H +D$HH +D$PH +D$0H +D$`H +D$@H +D$HH +D$PH +L$0H +L$XH +t$pH +L$pH +L$HI +T$hM +L$PL +d$`H +D$@H +D$HH +D$@H +D$PH +D$@H +D$0f +D$0f +D$0f +D$0D +D$0H +D$PH +D$0H +D$PH +D$@H +D$PH +D$0f +D$0L +D$PL +D$0L +D$@D +D$PL +D$@H +D$0f +D$0f +D$PL +D$0f +D$PL +D$0f +D$PL +D$ H +|$hH +L$0A +L$`A +L$PM +H;D$X +D$HH +D$XH +)E0H +D$XI +D$`A +D$PA +D$0A +D$~f +D$pH +D$hH +L$`H +D$hH +D$XH +L$HH +D$pH +D$0H +T$hH +D$~L +L$PH +L$ H +t$PH +UAWAVATSH +|$ L +|$ A +t$6f +@[A\A^A_] +UAWAVAUATSH +[A\A]A^A_] +AVSPI +AVSPH +UAWAVSH +[A^A_] +[A^A_] +AVSPI +AWAVSH +[A^A_ +UAWAVAUATSH +|$PL +D$gA +D$WH +[A\A]A^A_] +|$PL +l$*f +t$ D +t$(D +l$,H) +)D$0fD +t$Lf +l$HfD +l$JH +[A\A]A^A_] +AWAVATSH +|$(L +X[A\A^A_ +AWAVSH +|$ L +`[A^A_ +AWAVSH + [A^A_ +AVSPI +G(H9 +UAVSH +H;C0 +t$PL +p[A^] +p[A^] +AVSH +H;N0u?H +\$0H +AVSH +H+C0H +([A^ +AWAVSH +[A^A_ +AWAVSH +[A^A_ +AWAVSH +[A^A_ +AWAVATSH +X[A\A^A_ +H+t$ +|$@L +X[A\A^A_ +AWAVATSH +x[A\A^A_ +|$@A +G fA +AVSPH +AWAVSH +[A^A_ +AVSPH +AVSPH +AVSPH +AVSPH +AVSPH +AVSPH +AVSPH +AWAVSH +|$(I +|$(I +D$8H +)D$@ +(D$@ +P[A^A_ +UAWAVAUATSH +8[A\A]A^A_] +r-I9 +D$0I +D$ A +8[A\A]A^A_] +UAWAVAUATSH +[A\A]A^A_] +AWAVSH +[A^A_ +[A^A_ +UAVSH +[A^] +UAWAVAUATSH +t$HL +@j@XH +t>L9|$ +@j@[H +t$ H +t$(L9 +<$st +D$ H +L$xH +t$HH +T$(H +\$0H +[A\A]A^A_] +AWAVSH +K0H+H + [A^A_ +AVSPH +AVSH +([A^ +AWAVSH +j ZL + [A^A_ +UAVSH +[A^] +AWAVATSH +d$ j ZL +8[A\A^A_ +AWAVSH +[A^A_ +UAWAVAUATSH +)EXA +)EHA +)E8A +)E(A +j ZL +t$ L +d$@L +t$`H +[A\A]A^A_] +|$PH +T$ L +UAWAVAUATSH +|$0L +t$8H +j0^L +l$0L +t$8H +[A\A]A^A_] +j _j +AWAVSH +j ZL + [A^A_ +UAVSH +[A^] +AWAVATSH +|$ L +8[A\A^A_ +AWAVSH +[A^A_ +UAWAVAUATSH +|$ H +j YH +L$8H +T$(H +D$0jdZ +)D$` +)D$P +)D$@L +t$8I +|$8A +)T$` +)L$P +)D$@H +|$0L +(D$@ +(L$P +(T$` +)D$` +)D$P +)D$@H +(D$@ +(L$P +(T$` +l$0L +)D$` +)D$P +)D$@H +(D$@ +(L$P +(T$` +)D$P +)L$` +)T$p +)\$@H +[A\A]A^A_] +jiAXL +t$@H +D$@H +D$ H +AVSH +j ZL +UAWAVAUATSPI +j _j +[A\A]A^A_] +AWAVATSH +|$ L +8[A\A^A_ +AWAVSH +[A^A_ +AWAVAUATSH +L$`H +T$8I +D$@M +t$pM +t$@L +T$ H +T$8H +T$(H +t$pI +D$hL +D$7I +\$`H +T$XH +D$PH +D$HH +D$pH +l$HI +\$`L +[A\A]A^A_] +\$HH +D$8I +D$@I +D$xI +T$PH +\$HH +l$PL +T$`L +t$xL +t$8H +\$@H +t$8L +|$@L +D$PL +D$pH +D$@H +L$xH1 +T$PH1 +D$Pj +|$@H +L$PL +\$HI +|$@H +L$PL +\$HI +T$@H +D$PI +PAVH +D$pH +D$7H +T$hH +j@A^I) +j;XL +|$8H +t$@H +u +\$PH +t$ H +d$8M +D$0L +L$ A +T$0E +|$0L +D$8I +T$ H +l$0L +L$8H +|$0L +L$ H +A HkI( +D$ H +M9>@ +t$HH +D$`H +D$ I +D$HI +D$ H +D$HI +|$`L +El$`I +t$ H +T$HI +|$8H +|$8H +\$PtVj A^L +@"l$- +D$xH +D$ I +D$HI +D$8I +D$hI +D$pI +D$ I +D$HI +D$8I +D$hI +D$pI +L$XL +tUL; +l$0H +\$ u[H +|$hH +D$`H +[A\A]A^A_] +j+^H +UAWAVAUATSH +D$ H +D$8L +D$(H +|$0L +)L$P +)D$@I +D$ f +D$(H +D$(H +D$0H +L$0A" +D$8H +"w%H +|$@H +|$@H +D$PH +|$@H +D$PH +|$@H +D$PH +|$@H +D$PH +|$@H +|$@H +D$PH +|$@H +D$PH +|$@H +D$PH +|$@H +D$PH +|$@H +|$@H +D$PH +|$@H +|$@H +D$PH +|$@H +D$PH +|$@H +D$PH +|$@H +\$ H +D$PH +|$@H +\$@H +\$@H +\$@H +\$@H +t$@L +|$@L +[A\A]A^A_] +UAWAVAUATSH +L$0H +T$(H +D$ I +\$pH +T$8H9 +F0L9 +\$pH +t$(H +T$0H +L$ M +t$@H +H;D$8 +^0H9 +|$XH +D$hH +D$PH +[A\A]A^A_] +UAWAVAUATSH +l$PH +[A\A]A^A_] +UAWAVAUATSH +T$(I +D$@E +l$Ht +l$(E +t$HfA +t$HL +T$8H +|$0I +t$8j +|$HtUj +ZjHYL +Zj1YL +t$HL +[A\A]A^A_] +4$tQI +L$ H +D$8H +L$8H +Zj4YL +L$0L +T$0H +Zj8YM +D$0I +\$@H +D$PI +D$XI +D$ I +D$8H +j&_j +u0M9 +j"_j +H9]ht +j#_j +j'_j +L9mP +|$HL +Zj:YM +Zj/YM +T$ A +D$8A +L$hA +D$XH +DOWNGRD +I9D$p +D$@tX1 +\$@H +D$(L +T$(L +L$8H +\$@H +L$PD +D$8H +D$ 8 +D$0H +Zj AXj0A +D$0H +D$ A +L$0H +L$0H +j(_j +|$HL +ZjDYL +\$`M9 +D$`H +L$`f;A +u$E1 +l$ H +D$`f;P +D$`f;p +D$`f;P +l$ H +ZjIYL +l$ H +|$PH +D$(H +\$0H +|$PH +D$`H +D$XH +L$XL +\$@H +D$0H +|$(M +l$0L +Zj&Y +L$(H +D$PH +D$rE +D$pA +D$nI +I9FPu +|$8M +)F0A +D$rfA +D$pfA +D$nfA +)FPH +)M0I +D$ H +E@fA +j YH +L$vf +L$tf +L$xf +t$(I +D$0L +j AX1 +|$HA +)T$ A +L$(H +|$HI +D$(H +ARUAU +PUAU +D$0L +l$0L +D$8A +D$ I +D$8A +D$ A +l$0M +j XH +L$HL +t$HL +|$PH +|$XH +|$PH +\$@H +D$0H +D$ A +t$HM +UAWAVATSM +[A\A^A_] +[A\A^A_] +UAWAVAUATSH +D$(H +L$ I +t$8H +|$0H +I9]0t +M9uht +I9]Pt +l$@I +L;d$ +l$@H +D$PL +d$XI +T$0H +T$ H +|$@L +|$@L +[A\A]A^A_] +UAWAVAUATSH +D$(H +Lk|$ +H9D$ +Zj2YH +X[A\A]A^A_] +j!ZH +X[A\A]A^A_] +f9qHu +f9QJt +UAWAVAUATSPI +[A\A]A^A_] +UAWAVAUATSH +|$HL +t$xL +D$@L +D$0H +t$8I +l$PL +D$(I +D$ I +|$PL +\$PH +\$PH +l$PH +t$0A +|$PL +t$(H +D$xH +D$@H +d$HL +[A\A]A^A_] +UAWAVAUATSH +l$ M +d$(H +D$(H +T$ I +8[A\A]A^A_] +UAWAVAUATSH +l$ I +\$(H +|$ H +t$ H +L$@H +H[A\A]A^A_] +UAWAVAUATSH +L$@A +L$CI +L9mP +l$ A +Zj!YH +[A\A]A^A_] +ZjJYH +UhH9 +F8L9 +D$8j +D$8H +)M`A +)D$@ +)L$P +)T$` +)\$pI +)U H +D$ A +D$0I +D$pI +l$xI +(D$@ +(L$P +(T$` +(\$pA +)U H +D$0H +)M`A +)D$@ +)L$P +)T$` +)\$pI +)U H +D$ A +D$0I +D$pI +l$xI +(D$@ +(L$P +(T$` +(\$pA +L9l$8H +L9/t +UAWAVAUATSH +TH9D$ +uyJ 0[A^] -AWAVATSH -M;>t -M;>u -[A\A^A_] +AWAVAUATSPH +M;.t +M;.u +[A\A]A^A_] AWAVAUATSH [A\A]A^A_] AVSH @@ -1963,6 +37860,11 @@ AWAVAUATSH T$ A T$ A [A\A]A^A_] +AWAVATSH +0[A\A^A_] +AWAVAUATSH +!sxH +([A\A]A^A_] AWAVSPI [A^A_] [A^A_] @@ -1971,6 +37873,8 @@ AWAVATSH AWAVSPH L;3u [A^A_] +AVSH +[A^] AWAVSPH [A^A_] AWAVAUATSPH @@ -1993,18 +37897,32 @@ AWAVATSH [A\A^A_] AWAVSP [A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVATSH + [A\A^A_] + [A\A^A_] +AWAVATSH +[A\A^A_] +AVSH +[A^] AWAVSH ([A^A_] AWAVSH ([A^A_] AVSH [A^] +AVSH +@[A^] +AVSH +[A^] AWAVAUATSH Lc I Lc I [A\A]A^A_] AWAVAUATSH fff. +L;=t .gnu_debH1 ebuglinkH1 fff. @@ -2046,12 +37964,16 @@ AVSH [A^] AWAVATSH P[A\A^A_] +AWAVAUATSH +([A\A]A^A_] +AVSI +[A^] AWAVATSH p[A\A^A_] AWAVAUATSH j XH -?full j XH +?fullu*H AVSH [A^] q=UH @@ -2066,17 +37988,118 @@ t1L9 H[A\A]A^A_] AWAVAUATSH ([A\A]A^A_] -AVSH -D$ A -T$/A -T$BA -D$3A -D$FA -T$UA -D$YA -T$hA -T${A -D$lA +AWAVAUATSH +AuthentiL1 +cAMDH +HygonGenL1 +uineH +GenuineII1 +ntelL +H[A\A]A^A_] +UAWAVAUATSPI +4.Ik +[A\A]A^A_] +AWAVSH +[A^A_ +UAWAVATSI +u [A\A^A_] +AWAVAUATSH +s2E1 +[A\A]A^A_ +[A\A]A^A_ +UAWAVAUATSH +L$@D +D$TH +|$(H +D$pH +@j@XH +D$8H +D$(H +D$xj +\$HL +d$`L9 +t$(L +H;T$8r +H;\$8 +j YH +L$@H +L$HE1 +D$8H9 +T$ L +t$ L +t6I9 +d$`L +L$XH +L$pH +j@YH +L$ t +D$ H +\$HL +D$(H +D$xH +D$ 8 +4/I9 +L$hH +L$(L +t$0u=H +t$0H +t$0H +H;\$H +t1M9 +t$0H) +L$hN +\$HL +T$XH +|$(L +D$@H +[A\A]A^A_] +[A\A]A^A_] +UAWAVAUATSH +D$$M +H;l$ +@89A +t7L9 +H;l$ +@:9L +@:9H +H;D$ +|$PH +D$0H +D$(1 +l$@L +L$8H +l$0I +T$(L +l$@L +x[A\A]A^A_] +|$HH +UAWAVSP +L;?u +[A^A_] +UAVS +L;7u +[A^] +UAWAVSH +8[A^A_] +t$ I +8[A^A_] +UAWAVAUATSH +H[A\A]A^A_] +D$@A +D$0H +L$8A +H[A\A]A^A_] +AWAVSH +A_M9 +[A^A_ +AWAVSH +[A^A_ +AWAVSH + [A^A_ +AWAVSH +0[A^A_ +AWAVATSH +[A\A^A_ AVSPH UAWAVAUATSH [A\A]A^A_] @@ -2088,6 +38111,9 @@ AWAVSH [A^A_ AVSPH AVSPI +AWAVAUATSL +@s"L +[A\A]A^A_ AVSPH AVSPH AWAVAUATSH @@ -2105,13 +38131,9 @@ j ^j ;H+|$ ([A\A^A_ ([A\A^A_ -AWAVSH -[A^A_ -[A^A_ AWAVAUATSH [A\A]A^A_ [A\A]A^A_ -AVSPI AVSPH AVSPH AVSPH @@ -2119,13 +38141,12 @@ UAWAVAUATSH [A\A]A^A_] AWAVSH [A^A_ -AWAVSH -0[A^A_ +AVSPH $9V t:D -AWAVATSH -8[A\A^A_ +8H97r t?AWAVSH [A^A_ +Zj Y AWAVSH [A^A_ UAWAVAUATSH @@ -2173,8 +38194,6 @@ D$0H |$xL \$8H D$8H -AWAVATSPI -[A\A^A_ UAWAVAUATSPM D$@I [A\A]A^A_] @@ -2218,19 +38237,10 @@ l$ I AWAVAUATSH =uvH [A\A]A^A_ -AVSH -H+|$ -UAWAVAUATSH -T$0H -t$(H -L$ H -|$(H -T$0I -t$ L -8[A\A]A^A_] UAWAVAUATSH t$ H ([A\A]A^A_] +USPH Pj(_j UAWAVAUATSH |$8M @@ -2251,26 +38261,18 @@ T$@L AVSH `0AWAVATSH H[A\A^A_ -AWAVAUATSH -@[A\A]A^A_ +AWAVATSH +H[A\A^A_ jF^H uespemosH1 modnarodH1 arenegylI1 setybdetI1 -UAWAVAUATSPI -A]M) -C8M9 -C8H1 -4/L1s -L13I -[A\A]A^A_] -AVSH -([A^ AWAVATSH [A\A^A_ UAWAVAUATSH 8[A\A]A^A_] +AVSPI UAWAVAUATSH l$(I 8[A\A]A^A_] @@ -2288,22 +38290,25 @@ t$ H9t$ d$Hj AWAVSH [A^A_ +AWAVSH +[A^A_ AVSH j+^H AVSPH +UAVSH +[A^] uespemosH1 modnarodH1 arenegylH1 setybdetI1 -AWAVSH -[A^A_ +AVSPH + H#w Hk AWAVSI L;?u [A^A_ UAWAVAUATSH ([A\A]A^A_] A]E1 -L;<$u |$ H A^j?A_L d$ I9 @@ -2311,13 +38316,9 @@ l$ L ([A\A]A^A_] UAWAVSH [A^A_] -UAVSH -;t\L -t$(L -@[A^] +AVSPH UAWAVAUATSH -;uK1 -OPuwj +|$(H l$(E1 T$8H X[A\A]A^A_] @@ -2325,63 +38326,67 @@ L$8H T$(H |$(H |$(H -|$(H L8 H AVSPH UAWAVAUATSH +D$ H [A\A]A^A_] -AWAVS -[A^A_ -shI9 -[A^A_ -[A^A_ +shH9 AWAVSH [A^A_ +AVSP |$ H -T$ H +AVSPI AWAVAUATSH `[A\A]A^A_ -t$0H +T$0H +UAWAVSPI +[A^A_] UAWAVAUATSH -D$(A -;t21 +;t01 8[A\A]A^A_] AVSPH UAWAVAUATSH L$ H -\$(H +D$@H D$HH -D$PH -L$XH -T$`M -l$8L -\$PH -I9N u -D$8H -\$(H -L$ H -D$0H -x[A\A]A^A_] -L$8H -|$HH -UAWAVAUATSH -|$ H -|$ H -D$(L -@s6I -[A\A]A^A_] L$PH -|$ H +T$XI +l$0M +d$HH +t$0L +L$ H +D$(H +x[A\A]A^A_] +D$pL +L$0H +|$@H +AWAVSH +t$PA +)FpA +)F`A +)FPA +)F@A +)F0A +)F A +[A^A_ +L$@H UAWAVATSH t$PH -|$(L +|$8L +j(_L +D$0H D$ H -|$HH -[A\A^A_] -t$PH -L$ H T$(H -L$(H +j(_j +j(_j +|$(H +[A\A^A_] +j(_j! +t$PH +L$0H +T$8H +L$8H |$PH AWAVAUATSH P[A\A]A^A_ @@ -2405,6 +38410,7 @@ l$0H t$,L [A\A]A^A_] UAWAVAUATSH +|$LH j _j L$@H t$ H @@ -2441,46 +38447,101 @@ H)L$pH D$xL |$`L D$LH -t$j@XI -AVSH -\$ H -8[A^ +H9G t +AVSPI +t8j@XI +AVSP UAWAVAUATSH H[A\A]A^A_] H[A\A]A^A_] H[A\A]A^A_] UAWAVAUATSH -\$ j -d$PH -|$0H -l$HL;l$ -|$8H -L$@L -D$PL -\$`H +l$@I +|$ H +l$8L;l$ +|$(H +L$0L +D$@H +|$PL [A\A]A^A_] -|$`H +|$PH j@^H +AVSPH |$(H t%PH -jdYL +;t/SH +AWAVSI +L;?u +[A^A_ UAWAVSH [A^A_] -UAWAVAUATSH -A]H;l$ -sHH9 -T$ L -([A\A]A^A_] +UAWAVAUATSPI +[A\A]A^A_] +OHE1 +UAWAVATSH +[A\A^A_] AWAVSH @[A^A_ +UAWAVATSH +t$(E +jfZL +|$,j +\$(D +jfZL +|$,j +[A\A^A_] +AWAVATSH +L$"f +D$"f +T$(H +L$,D +D$4fA +L$ fD +L$"f +D$"f +T$(H +L$,D +D$4fA +L$ fD +[A\A^A_ AWAVSH -u/I) +u&I) [A^A_ [A^A_ +USPH +~+AVSPI +UAWAVATS +[A\A^A_] +UAWAVAUATSH +M(H;H +I9E t:I +8[A\A]A^A_] +UAVSH +[A^] AWAVAUATSI M;.u [A\A]A^A_ +AWAVAUATSH + [A\A]A^A_ +t%PH +t%PH AVSPH +UAWAVATSH +P[A\A^A_] +|$ H +UAWAVAUATSP +|$8A +t$@H +v_L1 +[A\A]A^A_] +[A\A]A^A_] +AVSPj +j'XH +T$(H +AWAVSH +$seH +[A^A_ +[A^A_ UAWAVAUATSH D$8H j YH @@ -2495,21 +38556,203 @@ l$ I |$(L |$`I [A\A]A^A_] +H97t +UAVSH + [A^] +jF^H +AVSPH +UAWAVAUATSH +C H9 +D$0I +L$8H +D$PH +T$xL +j0_j +l$pt +j8_j +L$PH +L$xH +L$`H +|$pH +l$ H +l$(L +t$ H +l$@H +D$0H +D$ H +L$`f +oD$Pf +oL$`L +(D$0A +D$@I +[A\A]A^A_] +H)C8H +(D$0A +L$@H +H;t$ +|$8H +AWAVATSPL +[A\A^A_ AWAVATSPA [A\A^A_ +AWAVSH +[A^A_ +AWAVSH + uEL +[A^A_ +AWAVSH +@rp1 +[A^A_ +[A^A_ +[A^A_ +AWAVAUATSH + [A\A]A^A_ + [A\A]A^A_ +AWAVSH +j(_j8Z +D$/H +H;l$ +[A\A]A^A_] +H97t +AWAVATSPI +[A\A^A_ +UAWAVAUATSH +X[A\A]A^A_] +X[A\A]A^A_] +X[A\A]A^A_] +L$(L +|$0H +D$ H +D$8L +|$@H +X[A\A]A^A_] +UAVSH +L;3u +[A^] +AVSPH +AWAVSH +[A^A_ +7H;w +UAWAVATSH +[A\A^A_] +AVSPH +AWAVAUATSI +[A\A]A^A_ +AWAVAUATSH +[A\A]A^A_ +AWAVSj +[A^A_ +USPH +AWAVATSH +[A\A^A_ +UAWAVAUATSH +j[ZH +tUj]ZL +t$XL +l$@L +t$XH +|$ L +l$(M +l$hj.^H +l$Xj.YH +|$8I +l$XH +|$hH +D$0H +D$pM +L;d$ +\$ I +d$(I +|$XH +D$0H +T$8H +4$wIH +|$XL +t$ H +|$@L +[A\A]A^A_] +d$HL +AWAVSH + [A^A_ +AWAVSj +tVj0ZL +[A^A_ +UAWAVSH +[A^A_] +:uDI + w7A +G fD +UAWAVAUATSH +D$ H +D$0D +D$(H +rwH;l$ +L+l$(r8M +L;d$ +D$ J +8[A\A]A^A_] +UAWAVAUATSH +\$0H +T$(H +/tKA +\tEA +\$0H +L$ H +l$0I +\t$I +D$ H +t$0j +n I +$$t(A +D$(L +\$0j +D$4A +t$0I +\$0j +k I +|$0j/YL +j YH +t$0H +j/^I +T$u +@[A^A_ +D$8H +AWAVSH +3[A^A_ +UAWAVAUATSH +t$pL +\$xH +t$PH +l$XH +D$`H;D$X +t$hH +T$pj +D8t$ +\$xL +\$xL +\$pH +t$!H +|$PuGI +t$!H +|$Pt9I +l$PL +|$XH +D$`H;D$X +D$hL +D$ A +\$xt +L$0H +D$hH +D$HH +D$ H +t$ H +l$(L +|$0H +[A\A]A^A_] +D$ H +j+^H +UAWAVAUATSH +l$$vWA +*uOH +([A\A]A^A_] +?*u H +UAWAVSA +?wMD +[A^A_]$ +s(Hi +j+^H +UAWAVATSH +d$@@ +T$PH +D$8H +[A\A^A_] +D$HH +T$PM +|$2L +|$@H +D$xH +t$xL +UAWAVAUATSH +D$@A +)D$0 +|$ I +L$(1 +r;H9\$(t4L +D$`I +D$PA +L$ H +[A\A]A^A_] +V0M9f u +t$XH +T$`L +D$`H +D$GH +D$PH +D$7H +D$XH +D$?1 +t$PL +(D$0A +D$?A +AVSPH +AVSPH +AWAVAUATSH +T$HH +P[A\A]A^A_ +AWAVSH +M9>u +D$8H +@[A^A_ +UAVSH +@"48t +P[A^] +H;L$ +D$HH +AWAVSH +D$8H +D$0H +P[A^A_ +UAWAVSPI +[A^A_] +UAWAVAUATSH +L$8H +[A\A]A^A_] +L$0H +D$(H +|$@H +l$HH +D$hL +D$(H +j0ZL +L$0H9 +H;t$0 +T$8H +t$`H +l$0H +L$8H +D$8H +T$XH +t$`H +T$ H +D$`H +D$0L +T$`I9 +|$(H +T$XL +t$@H +|$(H +t$@j0ZH +H;D$0 +t$@j0ZH +L$`H +L$XH;D$0 +t$@j0ZH +H;D$0 +t$@j0ZH +H;D$0 +t$@j0ZH +H;T$0 +T$(H +T$8H +T$`H +T$XH +T$HH +D$PH9 +L$kH +D$PH;D$H +D$(H +|$`H +L$ H +L$@H +t$P@ +t$P@ +D$0H +D$ L +D$XH +H9D$ +T$P@ +D$pH +|$PH9 +D$PH +t$PH9 +t$PH9 +t$PH9 +t$PH9 +t$PH9 +D$sH +T$ L +T$XM +D$sH +D$XH +D$ H +H9D$ +D$(H +L$0H +H9D$ +|$8@ +H9t$ +|$80 +L$0H +D$ L;D$0 +H9t$ +D$ L +L${H +D$XH +D$ H;D$0 +L$`H +D$xH +d$`L +H9t$ +H9|$ +H9t$ +H9t$ +H9t$ +tH9t$ +H9t$ +H9t$ +H9t$ +T$8H +T$8H +L$ H9 +L$8H +D$0H +D$`H +D$(H +D$XL +D$`H +D$(H +D$XH +AWAVSH +t$8L +)D$ I +L$0I9 +t$xH +D$0H +(T$ +[A^A_ +UAWAVAUATSH +L$0I +t$8H +t$XH +|$pj0ZL +l$(L +l$pH +t$XL +D$hH;D$` +L$ H +l$8H +l$(A +l$pH +)D$@ +)D$@H +(D$@ +[A\A]A^A_] +t$ H +L$0A +UAWAVSPH +[A^A_] +UAWAVAUATSH +L$xH +D$pI +D$hI +D$`I +D$XI +l$PM +D$1H +l$HM +)T$0 +)L$ +H9l$ +d$PL +l$HH +(L$ +(T$0H +H9D$ +[A\A]A^A_] +UAWAVAUATSH +d$PM +H9l$Pu +)T$0 +)L$ +H9l$ +t H9\$ +[A\A]A^A_] +AVSH +T$XH +)T$ +)T$ +)T$ +(T$ +h[A^ +UAWAVAUATSH +D$0H +D$HH +t$8H +D$@A +d$P1 +D$PL +d$XL +|$`H +|$HH +t$@L +d$`L +H;\$ +D$ H +\$(I +D$8H +L$(H +[A\A]A^A_] +AWAVATSH +8[A\A^A_ +T$ H +t$0H +D$ I +AWAVSI +[A^A_ +AVSH +AWAVAUATSH +T$ M +D$ I +H+C +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +F H+B H +AVSH +P[A^] +AWAVAUATSH +)N`H +[A\A]A^A_] +AWAVAUATSH +F0fA +F fA +D$ H +D$ H +I+F I +[A\A]A^A_] +AWAVAUATSH +D$ I +oD$( +oT$8f +T$xH +D$pH +oD$P +oL$`f +$:I) +$9I) +$:M) +$/M) +x[A\A]A^A_] +AWAVAUATSPH +[A\A]A^A_] +AWAVSPH +[A^A_] +AWAVAUATSH +t$(H +t$PL +D$HI +oT$(f +oD$8f +I+G f +M+o fI +CxfI +[A\A]A^A_] +AWAVAUATS +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +N I) +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVATSH +[A\A^A_] +H+G +AWAVAUATSH +)N`I +<(I) +<(I) +[A\A]A^A_] +AWAVAUATSH +D$ A +[A\A]A^A_] +O [] +AWAVAUATSH +[A\A]A^A_] +AVSH +oS8f +[A^] +AWAVAUATSH +oW8f +D$ H +CxfA +$:I) +$9I) +$:M) +$/M) +[A\A]A^A_] +AWAVAUATSH +H[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVATSH +[A\A^A_] +AWAVATSH +[A\A^A_] +AWAVAUATSH +os f +@L;} +[A\A]A^A_] +AVSH +oZ0H +@[A^] +AWAVAUATSH +[A\A]A^A_] +AVSH +@[A^] +AWAVSH +UUUUUUUUL! +_(H1 +w8L1 +33333333I! +W L1 +W(H1 +G8[A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AVSI +[A^] +AWAVAUATSH +[A\A]A^A_] +AVSH +)V A +)F0A +)N@A +)F`A +)NpA +(F0A +(N@A +(F`A +(NpA +[A^] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +|$@L +t$@H +(F0A +(N@A +(F`A +(NpA +[A\A]A^A_] +AVSH +|$@H +t$pH +T$@H +[A^] +AWAVSPH +[A^A_] +AWAVAUATSPL +[A\A]A^A_] +[]r51 +AWAVATSH +[A\A^A_] +AWAVAUATSH +t$(A +|$,A +L$0A +D$4E +D$$H +H[A\A]A^A_] +AWAVAUATSH +_0A! +[A\A]A^A_] +AWAVS1 +Genu +ineI +ntelA +[A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVATSL +[A\A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +[A\A]A^A_] +AWAVAUATSH +)L$@ +)D$0 +|$`H +oL$`f +D$pf +t$`L +o[ f +[ fA +(F A +(F@A +[A\A]A^A_] +AWAVAUATSH +)L$ +d$`L +t$@L +o\$`f +\$`f +T$pf +T$pH +[A\A]A^A_] +AWAVAUATSH +)L$0 +)D$ +)T$@ +)\$P +)D$` +)D$p +)D$p +)D$` +)D$P +)D$@ +)D$0 +)D$ +|$@H +|$ L +(D$ +(L$0H +(D$@ +(L$P +(D$` +(L$p +[A\A]A^A_] +SUATAUAVAWH +T$ f +\$0H +expa +nd 3 +2-by +te kD +l$4D +t$8D +|$ +SUATAUAVAWgA +r,L) +t$(H +D$@fA +L$PfA +T$`fA +\$pf +bpfA +o$$fA +oT$ fA +o\$0fA +|$@M +t$HI +oT$ fA +o\$0f +oD$@fA +oL$PfA +oT$`fA +o\$pf +L;d$ +|$@I +SUATAUAVAWA +r+L) +D$ H +D$(fH +D$(L +t$(H +|L8H +|L8H +|L8H +|$8M1 +$VgI +TL8H +\$(H +t$(I +m@H1 +H;l$ +H;l$ +\$pH +SUATAUAVAWA +D$ H +t$(H +L$ H +|$@f +W`fA +oW fA +o_0fA +\$hI +D$(H1 +v fL +|$ L +oW fA +o_0fA +oG@f +oOPf +oW`fA +o_pfA +D$(L +|$ L +[ fL +H+;H +T$@I +SUATAUAVAWA +r+L) +D$ H +t$(H +|$8J +fff. +|$8H1 +F(fM +F0fM +^ fM +F fM +^(fM +^(fM +F0fM +v(fL +~0fM +F8fM +v@fM +H;t$ +G@fL +OHfL +WPfL +|$ 1 +m(fL +H;l$ +tWH+\$ +H+\$ +L$ fL +OHfH +|$8H +\$(H +T$8J +D$ H +T$(H +m(fL +u0fL +gggH +H;l$ +T$8L +m(fL +u0fL +H;l$ +sEH+t$ +T$8H +D$ I +H+t$ +u8fH +\$(H +@L;D$ +oS f +o[0f +oC@fA +oKPfA +oS`f +@@fA +o[pf +ATAUM1 +USATAUAVAWH +M+&M +\$ H +l$(H +USATAUAVAWL +\$ H +l$(H +USATAUAVAWH +M+&M +\$ H +l$(H +USATAUAVAWH +N H1 +L+&M +\$ H +l$(H +USATAUAVAWH +\$ H +l$(H +USATAUAVAWH +\$ H +l$(H +USATAUAVAWH +\$ H +l$(H +USATAUAVAWH +\$ H +l$(H +o^ fD +of0fD +on@fD +ovPH +v`fE +o^ fD +of0H +v@fE +}oF@ +}o^` +}oN@ +}oV` +L+#L +USATAUAVAWH +D$`f +L$pL +_@fH +[ fH +d$`L +l$hH +\$@L +D$pL +L$xH +d$`L +l$hH +\$@L +D$pL +L$xH +D$@H +\$@L +L$ L +T$(H +t$ L +\$0L +d$8H +\$ H +D$`H +\$`L +D$ L +t$(H +t$ L +|$0L +D$8fH +D$ H +\$ M +USATAUAVAWH +onPH +oV f +o^0H +oNPf +CXfH +L$`L +T$hH +t$`L +\$pL +d$xH +L$ L +T$(H +t$ L +\$0L +d$8H +L$`L +T$hH +t$`L +\$pL +d$xH +L$ L +T$(H +t$ L +\$0L +d$8H +>uUM +t0fH +D$@L +t$HH +t$@L +|$PL +D$XH +L$ L +T$(H +t$ L +\$0L +d$8H +L$ L +T$(H +t$ L +\$0L +d$8H +t$`M +L$@L +T$HH +t$@L +\$PL +d$XH +USATAUAVAWH +onPH +oS f +o[0f +t$ M +L$ L +T$(H +t$ L +\$0L +d$8H +L$@L +T$HH +t$@L +\$PL +d$XH +L$ L +T$(H +t$ L +\$0L +d$8H +D$@L +t$HH +t$@L +|$PL +D$XH +D$`L +t$hH +t$`L +|$pL +D$xH +L$@L +T$HH +t$@L +\$PL +d$XH +D$`H +\$`L +L$@L +T$HH +t$@L +\$PL +d$XH +\$ H +USATAUAVAWH +D$`f +L$pL +_@fH +[ fH +d$`L +l$hH +\$@L +D$pL +L$xH +d$`L +l$hH +\$@L +D$pL +L$xH +T$@H +\$@L +L$ L +T$(H +\$0L +d$8H +\$ H +T$`H +\$`L +T$ L +t$(H +|$0L +D$8fH +T$ H +\$ M +USATAUAVAWH +onPH +oV f +o^0H +oNPf +CXfH +L$`L +T$hH +\$pL +d$xH +L$ L +T$(H +\$0L +d$8H +t$`L +L$`L +T$hH +\$pL +d$xH +L$ L +T$(H +\$0L +d$8H +>uXM +t3fH +T$@L +t$HH +|$PL +D$XH +L$ L +T$(H +\$0L +d$8H +L$ L +T$(H +\$0L +d$8H +t$`M +t$`L +L$@L +T$HH +\$PL +d$XH +USATAUAVAWH +onPH +oS f +o[0f +L$ L +T$(H +\$0L +d$8H +L$@L +T$HH +\$PL +d$XH +L$ L +T$(H +\$0L +d$8H +T$@L +t$HH +|$PL +D$XH +T$`L +t$hH +|$pL +D$xH +L$@L +T$HH +\$PL +d$XH +t$ L +T$`H +\$`L +L$@L +T$HH +\$PL +d$XH +\$ H +SUATAUAVAWH +$$I1 +d$ M1 +d$(I1 +d$0I1 +d$8I1 +d$@I1 +d$HM1 +d$PM1 +d$XM1 +d$`M1 +d$hI1 +d$pI1 +d$xI1 +|$pM +d$HL +$$I1 +|$xM +d$PL +d$XL +l$ H +d$`L +l$(L +d$hL +d$ I +d$ M1 +l$0H +d$pL +d$(M +d$(I1 +l$8L +|$ M +d$xL +d$0M +d$0I1 +l$@H +|$(M +d$8M +d$8I1 +l$HL +|$0M +d$@M +d$@I1 +l$PH +|$8M +d$HI +d$HM1 +l$XL +|$@M +d$PI +d$PM1 +l$`H +|$HM +d$ L +d$XI +d$XM1 +l$hL +|$PM +d$(L +d$`I +d$`M1 +l$pH +|$XM +d$0L +d$hM +d$hI1 +l$xL +|$`M +d$8L +d$pM +d$pI1 +|$hM +d$@L +d$xM +d$xI1 +_8H; +SUATAUAVAWH +D$@I +L$PH +T$`H1 +\$pM +T$ M +L$(H +\$0I +D$8H +\$@I +T$HL +L$PM +D$XL +U M1 +T$`M +L$hH +U@M1 +\$pI +D$xH +U`I1 +T$ M +L$(H +\$0I +D$8H +\$@I +T$HL +L$PM +D$XL +T$`M +L$hH +\$pI +D$xH +_8H; +USATAUAVAWAQH +l$ H +oa fA +e0fD +E@fD +oe0fD +oE@f +o}`fD +e`fD +mpfD +EPfD +oEPfE +EPfD +oEPfE +EPfD +oEPM +EPfD +oEPfE +EPfD +oEPfE +EPfD +oEPf +}0fD +]@fD +u0fD +U@fD +m0fD +M@fD +e0fD +E@fD +e`fD +o&fD +of fE +of0fE +o~pf +oe0fD +oE@fD +oe`fD +e`M1 +e0fD +E@fD +oe0fD +oE@f +om`fD +e`fD +m0fD +M@fD +e0fD +E@fD +o~0f +oe0fD +oE@f +ou`fD +e`fD +mpfD +u0fD +U@fD +m0fD +M@fD +e0fD +E@fD +o~0f +o~pf +oe0fD +oE@f +o}`fD +e`fD +mpfD +o]PH +oMPH +o]PM +oMPI +}0fD +]@fD +u0fD +U@fD +m0fD +M@fD +e0fD +E@fD +e`fD +o&fD +of fE +of0fE +o~pf +oePH +A_A^A]A\[] +oa fE +USATAUAVAWAQH +l$ H +oa f +e0fD +E@fD +e`fD +mpfD +EPfD +oEPfE +EPfD +oEPfE +EPfD +oEPf +EPfD +oEPfE +EPfD +oEPfE +EPfD +oEPf +}0fD +]@fD +u0fD +U@fD +m0fD +M@fD +e0fD +E@fD +o~0f +o~pf +oe0fD +oE@f +o}`fD +e`fD +mpfD +EPfD +oEPfE +EPfD +oEPfE +EPfD +oEPM +EPfD +oEPfE +EPfD +oEPfE +EPfD +oEPf +}0fD +]@fD +u0fD +U@fD +m0fD +M@fD +e0fD +E@fD +e`fD +uPfD +o6fD +ov fE +ov0fE +w0fD +o~pf +oe0fD +oE@fD +oe`fD +e0fD +E@fD +oe0fD +oE@f +om`fD +e`fD +m0fD +M@fD +e0fD +E@fD +o~0f +oe0fD +oE@f +ou`fD +e`fD +mpfD +u0fD +U@fD +m0fD +M@fD +e0fD +E@fD +o~0f +o~pf +A_A^A]A\[] +oq fE +USATAUAVAWAQH +l$ H +B}ZA +B}Za +}oE` +}o%-* +}oE` +}oE` +}oE` +}oE` + r#H +USATAUAVAWAQH +l$ H +B}ZA +B}Za +}oE` +}o%R +}oE` +}oE` +}oE` +}oE` +}oE` +}o%N +SUATAUAVAWH +|$@H +t$HH +T$PH +$$A1 +d$ A1 +d$$E1 +d$(E1 +d$,E1 +d$0E1 +d$4A1 +d$8A1 +d$, @@ -10,7 +11,7 @@ pub struct MongoBackend { pub enum BackendCommand { Connect { connection_string: String, - response: Sender + response: Sender, }, Shutdown, Execute { @@ -19,7 +20,10 @@ pub enum BackendCommand { collection: Option, data: Option, fields: Option, - response: Sender + response: Sender, + }, + Disconnect { + response: Sender, }, } @@ -31,41 +35,78 @@ impl MongoBackend { .name("opi_mongodb_backend".to_string()) .spawn(move || { let rt = tokio::runtime::Runtime::new().unwrap(); - - //let mut client = None; + let mut client: Option = None; while let Ok(cmd) = rx.recv() { match cmd { - BackendCommand::Connect { connection_string, response } => {} - - BackendCommand::Execute { operation - , database - , collection - , data - , fields - , response } => {} + BackendCommand::Connect { connection_string, response } => { + let client_result = rt.block_on(handle_connect(&connection_string)); + match client_result { + Ok(new_client) => { + client = Some(new_client); + let _ = response.send("Connection established successfully".to_string()); + } + Err(error_msg) => { + let _ = response.send(error_msg); + } + } + } + BackendCommand::Execute { + operation, + database, + collection, + data, + fields, + response, + } => { + if client.is_none() { + let _ = response.send("Not connected to MongoDB".to_string()); + continue; + } + let _ = response.send(format!("Executing operation: {}", operation)); + }, + BackendCommand::Disconnect { response } => { + client = None; + let _ = response.send("Disconnected successfully".to_string()); + } BackendCommand::Shutdown => break, } } - }).unwrap(); + }) + .unwrap(); Self { tx, thread_handle: Some(thread_handle), } } + + pub fn send_command(&self, cmd: BackendCommand) { + let _ = self.tx.send(cmd); + } +} + +async fn handle_connect(connection_string: &str) -> Result { + let client = Client::with_uri_str(connection_string) + .await + .map_err(|e| format!("Failed to connect to MongoDB: {}", e))?; + + client + .list_database_names() + .await + .map_err(|e| format!("Failed to verify connection: {}", e))?; + + Ok(client) } impl Drop for MongoBackend { fn drop(&mut self) { - let _ = self.tx.send(BackendCommand::Shutdown); - if let Some(handle) = self.thread_handle.take() { if let Err(e) = handle.join() { eprintln!("Backend thread panicked: {:?}", e); } } } -} +} \ No newline at end of file diff --git a/src/addins/mongodb/src/component/backend_methods.rs b/src/addins/mongodb/src/component/backend_methods.rs index 0c1101cf62..30d5c08c05 100644 --- a/src/addins/mongodb/src/component/backend_methods.rs +++ b/src/addins/mongodb/src/component/backend_methods.rs @@ -2,20 +2,32 @@ use std::sync::mpsc; use crate::component::backend_core::{BackendCommand, MongoBackend}; impl MongoBackend { - - pub fn connect(&self, connection_string: &str) -> Result<(), String>{ - + pub fn connect(&self, connection_string: &str) -> Result<(), String> { let (response_tx, response_rx) = mpsc::channel(); - let sending = self.tx.send( - BackendCommand::Connect { + self.tx + .send(BackendCommand::Connect { connection_string: connection_string.to_string(), - response: response_tx - } - ); - - sending.map_err(|e| format!("Sending error: {}", e.to_string()))?; - response_rx.recv().map_err(|e| format!("Response receiver error: {}", e.to_string()))?; + response: response_tx, + }) + .map_err(|e| format!("Sending error: {}", e))?; + + response_rx + .recv() + .map_err(|e| format!("Response receiver error: {}", e))?; Ok(()) } + pub fn disconnect(&self) -> Result<(), String> { + let (response_tx, response_rx) = mpsc::channel(); + self.tx + .send(BackendCommand::Disconnect { + response: response_tx, + }) + .map_err(|e| format!("Sending disconnect command failed: {}", e))?; + + response_rx + .recv() + .map_err(|e| format!("Failed to receive disconnect response: {}", e))?; + Ok(()) + } } \ No newline at end of file diff --git a/src/addins/mongodb/src/component/bson.rs b/src/addins/mongodb/src/component/bson.rs index 66c8667d01..1626c2e9f7 100644 --- a/src/addins/mongodb/src/component/bson.rs +++ b/src/addins/mongodb/src/component/bson.rs @@ -12,12 +12,10 @@ fn json_value_to_bson(value: &Value) -> Bson { Value::Bool(b) => Bson::Boolean(*b), Value::Null => Bson::Null, - // Массивы Value::Array(arr) => { Bson::Array(arr.iter().map(json_value_to_bson).collect()) }, - // Объекты - проверяем специальные типы Value::Object(obj) => { if let Some(oid) = obj.get("__OPI_OID__") { if let Some(oid_str) = oid.as_str() { diff --git a/src/addins/mongodb/src/component/mod.rs b/src/addins/mongodb/src/component/mod.rs index 0105aa62ab..ffb1aae5a0 100644 --- a/src/addins/mongodb/src/component/mod.rs +++ b/src/addins/mongodb/src/component/mod.rs @@ -11,25 +11,28 @@ use serde_json::json; // МЕТОДЫ КОМПОНЕНТЫ pub const METHODS: &[&[u16]] = &[ name!("Connect"), + name!("Disconnect") ]; pub fn get_params_amount(num: usize) -> usize { match num { 0 => 0, + 1 => 0, _ => 0, } } pub fn cal_func(obj: &mut AddIn, num: usize, params: &mut [Variant]) -> Box { match num { - 0 => Box::new(obj.initialize()), + 0 => Box::new(obj.connect()), + 1 => Box::new(obj.disconnect()), _ => Box::new(false), } } // ПОЛЯ КОМПОНЕНТЫ pub const PROPS: &[&[u16]] = &[ - name!("URI") + name!("ConnectionString") ]; pub struct AddIn { @@ -47,14 +50,14 @@ impl AddIn { } } - pub fn initialize(&mut self) -> String { + pub fn connect(&mut self) -> String { if self.connection_string.is_empty() { return format_json_error("Empty connection string!"); } if self.initialized { - return format_json_error("Client already initialized!"); + return format_json_error("Connection already initialized!"); } let guard = match self.backend.lock(){ @@ -71,6 +74,26 @@ impl AddIn { } } + pub fn disconnect(&mut self) -> String { + + if !self.initialized { + return format_json_error("Connection already closed!"); + } + + let guard = match self.backend.lock(){ + Ok(lock) => lock, + Err(e) => return format_json_error(&e.to_string()) + }; + + match guard.disconnect(){ + Ok(_) => { + self.initialized = false; + json!({"result": true}).to_string() + }, + Err(e) => format_json_error(&e.to_string()) + } + } + pub fn get_field_ptr(&self, index: usize) -> *const dyn getset::ValueType { match index { 0 => &self.connection_string as &dyn getset::ValueType as *const _, diff --git a/src/en/OInt/addins/OPI_MongoDB.zip b/src/en/OInt/addins/OPI_MongoDB.zip index f7933074e2..c603454c49 100644 Binary files a/src/en/OInt/addins/OPI_MongoDB.zip and b/src/en/OInt/addins/OPI_MongoDB.zip differ diff --git a/src/en/OPI/src/CommonTemplates/OPI_MongoDB/Template.addin b/src/en/OPI/src/CommonTemplates/OPI_MongoDB/Template.addin index f7933074e2..c603454c49 100644 Binary files a/src/en/OPI/src/CommonTemplates/OPI_MongoDB/Template.addin and b/src/en/OPI/src/CommonTemplates/OPI_MongoDB/Template.addin differ diff --git a/src/ru/OInt/addins/OPI_MongoDB.zip b/src/ru/OInt/addins/OPI_MongoDB.zip index f7933074e2..c603454c49 100644 Binary files a/src/ru/OInt/addins/OPI_MongoDB.zip and b/src/ru/OInt/addins/OPI_MongoDB.zip differ diff --git a/src/ru/OPI/src/CommonModules/OPI_MongoDB/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_MongoDB/Module.bsl index 17914ed981..d16d3bc3c5 100644 --- a/src/ru/OPI/src/CommonModules/OPI_MongoDB/Module.bsl +++ b/src/ru/OPI/src/CommonModules/OPI_MongoDB/Module.bsl @@ -54,7 +54,7 @@ // // Возвращаемое значение: // Произвольный - Объект коннектора или структура с информацией об ошибке -Функция ОткрытьСоединение(Знач СтрокаПодключения = "") Экспорт +Функция ОткрытьСоединение(Знач СтрокаПодключения) Экспорт Если ЭтоКоннектор(СтрокаПодключения) Тогда Возврат СтрокаПодключения; @@ -86,7 +86,7 @@ Если ЭтоКоннектор(Соединение) Тогда - Результат = Соединение.Close(); + Результат = Соединение.Disconnect(); Результат = OPI_Инструменты.JsonВСтруктуру(Результат, Ложь); Иначе @@ -113,6 +113,77 @@ КонецФункции +// Сформировать строку подключения +// Формирует строку для подключения к серверу MongoDB +// +// Параметры: +// Адрес - Строка - IP адрес с портом или доменное имя для подключения - addr +// База - Строка - База для подключения, если необходимо - db +// Логин - Строка - Имя пользователя авторизации - usr +// Пароль - Строка - Пароль пользователя для авторизации - pwd +// Параметры - Структура Из КлючИЗначение, Неопределено - Дополнительные параметры подключения - params +// +// Возвращаемое значение: +// Строка - Строка подключения MongoDB +Функция СформироватьСтрокуПодключения(Знач Адрес + , Знач База = "" + , Знач Логин = "" + , Знач Пароль = "" + , Знач Параметры = Неопределено) Экспорт + + + OPI_ПреобразованиеТипов.ПолучитьСтроку(Адрес); + OPI_ПреобразованиеТипов.ПолучитьСтроку(База); + OPI_ПреобразованиеТипов.ПолучитьСтроку(Логин); + OPI_ПреобразованиеТипов.ПолучитьСтроку(Пароль); + + Если ЗначениеЗаполнено(Параметры) Тогда + OPI_ПреобразованиеТипов.ПолучитьКоллекциюКлючИЗначение(Параметры); + КонецЕсли; + + ШаблонПодключения = "mongodb://%1"; + + Если ЗначениеЗаполнено(Логин) Тогда + Авторизация = СтрШаблон("%1:%2", Логин, Пароль); + Иначе + Авторизация = ""; + КонецЕсли; + + Если ЗначениеЗаполнено(Авторизация) Тогда + ОсновнаяЧасть = СтрШаблон("%1@%2", Авторизация, Адрес); + Иначе + ОсновнаяЧасть = Адрес; + КонецЕсли; + + СтрокаПодключения = СтрШаблон(ШаблонПодключения, ОсновнаяЧасть); + + Если ЗначениеЗаполнено(База) Или ЗначениеЗаполнено(Параметры) Тогда + + СтрокаПодключения = СтрокаПодключения + "/"; + + Если ЗначениеЗаполнено(База) Тогда + СтрокаПодключения = СтрокаПодключения + База; + КонецЕсли; + + Если ЗначениеЗаполнено(Параметры) Тогда + + СтрокаПодключения = СтрокаПодключения + "?"; + МассивПараметров = Новый Массив; + + Для Каждого Параметр Из Параметры Цикл + МассивПараметров.Добавить(СтрШаблон("%1=%2", Параметр.Ключ, Параметр.Значение)); + КонецЦикла; + + СтрокаПодключения = СтрокаПодключения + СтрСоединить(МассивПараметров, "&"); + + КонецЕсли; + + КонецЕсли; + + Возврат СтрокаПодключения; + +КонецФункции + #КонецОбласти #КонецОбласти diff --git a/src/ru/OPI/src/CommonModules/OPI_ПолучениеДанныхТестов/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_ПолучениеДанныхТестов/Module.bsl index 2620561227..a9d6b1a189 100644 --- a/src/ru/OPI/src/CommonModules/OPI_ПолучениеДанныхТестов/Module.bsl +++ b/src/ru/OPI/src/CommonModules/OPI_ПолучениеДанныхТестов/Module.bsl @@ -139,6 +139,7 @@ Разделы.Вставить("MySQL" , 5); Разделы.Вставить("MSSQL" , 5); Разделы.Вставить("SQLite" , 5); + Разделы.Вставить("MongoDB" , 5); Разделы.Вставить("RCON" , 5); Разделы.Вставить("YandexDisk" , 5); Разделы.Вставить("GoogleWorkspace", 2); @@ -185,6 +186,7 @@ Разделы.Вставить("MySQL" , СтандартныеЗависимости); Разделы.Вставить("MSSQL" , СтандартныеЗависимости); Разделы.Вставить("SQLite" , СтандартныеЗависимости); + Разделы.Вставить("MongoDB" , СтандартныеЗависимости); Разделы.Вставить("RCON" , СтандартныеЗависимости); Разделы.Вставить("YandexDisk" , СтандартныеЗависимости); Разделы.Вставить("GoogleWorkspace", СтандартныеЗависимости); @@ -237,6 +239,7 @@ TCP = "TCP"; SQLite = "SQLite"; Postgres = "PostgreSQL"; + MongoDB = "MongoDB"; GreenAPI = "GreenAPI"; RCON = "RCON"; MySQL = "MySQL"; @@ -390,6 +393,7 @@ НовыйТест(ТаблицаТестов, "MYS_ORM" , "ORM" , MySQL); НовыйТест(ТаблицаТестов, "MSS_ОсновныеМетоды" , "Основные методы" , MSSQL); НовыйТест(ТаблицаТестов, "MSS_ORM" , "ORM" , MSSQL); + НовыйТест(ТаблицаТестов, "Mongo_ОсновныеМетоды" , "Основные методы" , MongoDB); НовыйТест(ТаблицаТестов, "GAPI_УправлениеГруппами" , "Управление группами" , GreenAPI); НовыйТест(ТаблицаТестов, "GAPI_ОтправкаСообщений" , "Отправка сообщений" , GreenAPI); НовыйТест(ТаблицаТестов, "GAPI_ПолучениеУведомлений" , "Получение уведомлений" , GreenAPI); @@ -670,7 +674,7 @@ РезультатПроверки = Неопределено; //@skip-check server-execution-safe-mode - Выполнить (ВызовПроверки); + Выполнить(ВызовПроверки); Текст = ВывестиЛог(Результат, МетодЛога, Библиотека); @@ -11665,10 +11669,6 @@ Параметры.Вставить("GreenMax_ReceiptID", IDСообщения); КонецЕсли; - МассивПризнаков = СтрРазделить("phone,idInstance,wid,sender,chatId", ","); - - Результат = ЗаменитьСекретыРекурсивно(Результат, МассивПризнаков); - Возврат Результат; КонецФункции @@ -11697,10 +11697,6 @@ ЗаписатьПараметр("GreenMax_MainMessageID", IDСообщения); Параметры.Вставить("GreenMax_MainMessageID", IDСообщения); - МассивПризнаков = СтрРазделить("phone,idInstance,wid,sender,chatId", ","); - - Результат = ЗаменитьСекретыРекурсивно(Результат, МассивПризнаков); - Возврат Результат; КонецФункции @@ -11710,10 +11706,6 @@ ОжидаетЧто(Результат["idMessage"]).Равно(IDСообщения); ОжидаетЧто(Результат["chatId"]).Заполнено(); - МассивПризнаков = СтрРазделить("phone,idInstance,wid,sender,chatId", ","); - - Результат = ЗаменитьСекретыРекурсивно(Результат, МассивПризнаков); - Возврат Результат; КонецФункции @@ -11722,10 +11714,6 @@ ОжидаетЧто(OPI_Инструменты.ЭтоКоллекция(Результат)).Равно(Истина); - МассивПризнаков = СтрРазделить("phone,idInstance,wid,sender,chatId", ","); - - Результат = ЗаменитьСекретыРекурсивно(Результат, МассивПризнаков); - Возврат Результат; КонецФункции @@ -11734,10 +11722,6 @@ ОжидаетЧто(OPI_Инструменты.ЭтоКоллекция(Результат)).Равно(Истина); - МассивПризнаков = СтрРазделить("phone,idInstance,wid,sender,chatId", ","); - - Результат = ЗаменитьСекретыРекурсивно(Результат, МассивПризнаков); - Возврат Результат; КонецФункции @@ -11754,10 +11738,6 @@ ОжидаетЧто(OPI_Инструменты.ЭтоКоллекция(Результат)).Равно(Истина); - МассивПризнаков = СтрРазделить("phone,idInstance,wid,sender,chatId", ","); - - Результат = ЗаменитьСекретыРекурсивно(Результат, МассивПризнаков); - Возврат Результат; КонецФункции @@ -11786,6 +11766,35 @@ КонецФункции +Функция Проверка_MongoDB_СформироватьСтрокуПодключения(Знач Результат, Знач Вариант, Параметры = "") + + Адрес = ПолучитьLocalhost() + Параметры["MongoDB_Port"]; + Логин = Параметры["MongoDB_User"]; + Пароль = Параметры["MongoDB_Password"]; + База = Параметры["MongoDB_DB"]; + + ШаблонСтроки = "mongodb://%1:%2@%3/%4?authSource=admin"; + СтрокаПроверки = СтрШаблон(ШаблонСтроки, Логин, Пароль, Адрес, База); + СтрокаВозврата = СтрШаблон(ШаблонСтроки, Логин, "***", Адрес, База);; + ОжидаетЧто(СтрокаПроверки).Равно(Результат); + + Возврат СтрокаВозврата; + +КонецФункции + +Функция Проверка_MongoDB_ОткрытьСоединение(Знач Результат, Знач Вариант) + + Если Вариант = "Закрытие" Тогда + ОжидаетЧто(Результат["result"]).Равно(Истина); + Иначе + Результат = Строка(ТипЗнч(Результат)); + ОжидаетЧто(Результат).Равно("AddIn.OPI_MongoDB.Main"); + КонецЕсли; + + Возврат Результат; + +КонецФункции + #КонецОбласти #Область ReportPortal @@ -12234,17 +12243,7 @@ Функция ОформитьОпцию(Знач Имя, Знач Значение, Вложенный = Ложь) - МассивСекретов = Новый Массив; - МассивСекретов.Добавить("token"); - МассивСекретов.Добавить("key"); - МассивСекретов.Добавить("secret"); - МассивСекретов.Добавить("pass"); - МассивСекретов.Добавить("password"); - МассивСекретов.Добавить("client"); - МассивСекретов.Добавить("api"); - МассивСекретов.Добавить("refresh"); - МассивСекретов.Добавить("invite_link"); - МассивСекретов.Добавить("phone"); + МассивСекретов = ПолучитьМассивКлючейСекретов(); СписокИсключений = Новый СписокЗначений; СписокИсключений.Добавить("passive"); @@ -12404,6 +12403,74 @@ КонецФункции +Функция ЗаменитьСекретыРекурсивно(Значение, Знач Признаки) + + Если ТипЗнч(Значение) = Тип("Массив") Тогда + + Значение_ = Новый Массив; + + Для Каждого Элемент Из Значение Цикл + Значение_.Добавить(ЗаменитьСекретыРекурсивно(Элемент, Признаки)); + КонецЦикла; + + ИначеЕсли OPI_Инструменты.ЭтоКоллекция(Значение, Истина) Тогда + + Значение_ = Новый(ТипЗнч(Значение)); + + Для Каждого Элемент Из Значение Цикл + + ТекущийКлюч = Элемент.Ключ; + ТекущееЗначение = Элемент.Значение; + + Если OPI_Инструменты.ЭтоКоллекция(ТекущееЗначение) Тогда + ТекущееЗначение = ЗаменитьСекретыРекурсивно(ТекущееЗначение, Признаки); + Иначе + + Для Каждого Признак Из Признаки Цикл + + Если СтрНайти(нРег(ТекущийКлюч), нРег(Признак)) > 0 Тогда + ТекущееЗначение = ЗаменитьСекретыРекурсивно(ТекущееЗначение, Признаки); + Прервать; + КонецЕсли; + + КонецЦикла; + + КонецЕсли; + + Значение_.Вставить(ТекущийКлюч, ТекущееЗначение); + + КонецЦикла; + + Иначе + Значение_ = "***"; + КонецЕсли; + + Возврат Значение_; + +КонецФункции + +Функция ПолучитьМассивКлючейСекретов() + + МассивСекретов = Новый Массив; + МассивСекретов.Добавить("token"); + МассивСекретов.Добавить("key"); + МассивСекретов.Добавить("secret"); + МассивСекретов.Добавить("pass"); + МассивСекретов.Добавить("password"); + МассивСекретов.Добавить("client"); + МассивСекретов.Добавить("api"); + МассивСекретов.Добавить("refresh"); + МассивСекретов.Добавить("phone"); + МассивСекретов.Добавить("idInstance"); + МассивСекретов.Добавить("wid"); + МассивСекретов.Добавить("sender"); + МассивСекретов.Добавить("chat"); + МассивСекретов.Добавить("invite"); + + Возврат МассивСекретов; + +КонецФункции + Процедура НовыйТест(ТаблицаЗначений, Знач Метод, Знач Синоним, Знач Раздел) НовыйТест = ТаблицаЗначений.Добавить(); @@ -12527,6 +12594,13 @@ Если Не КаталогЛоговБиблиотеки.Существует() Тогда СоздатьКаталог(ПутьЛоговБиблиотеки); КонецЕсли; + + Если OPI_Инструменты.ЭтоКоллекция(Данные, Истина) Тогда + + МассивСекретов = ПолучитьМассивКлючейСекретов(); + Данные = ЗаменитьСекретыРекурсивно(Данные, МассивСекретов); + + КонецЕсли; ДанныеТекст = РезультатТестаКакТекст(Данные); @@ -12658,52 +12732,6 @@ КонецПроцедуры -Функция ЗаменитьСекретыРекурсивно(Значение, Знач Признаки) - - Если ТипЗнч(Значение) = Тип("Массив") Тогда - - Значение_ = Новый Массив; - - Для Каждого Элемент Из Значение Цикл - Значение_.Добавить(ЗаменитьСекретыРекурсивно(Элемент, Признаки)); - КонецЦикла; - - ИначеЕсли OPI_Инструменты.ЭтоКоллекция(Значение, Истина) Тогда - - Значение_ = Новый(ТипЗнч(Значение)); - - Для Каждого Элемент Из Значение Цикл - - ТекущийКлюч = Элемент.Ключ; - ТекущееЗначение = Элемент.Значение; - - Если OPI_Инструменты.ЭтоКоллекция(ТекущееЗначение) Тогда - ТекущееЗначение = ЗаменитьСекретыРекурсивно(ТекущееЗначение, Признаки); - Иначе - - Для Каждого Признак Из Признаки Цикл - - Если СтрНайти(нРег(ТекущийКлюч), нРег(Признак)) > 0 Тогда - ТекущееЗначение = ЗаменитьСекретыРекурсивно(ТекущееЗначение, Признаки); - Прервать; - КонецЕсли; - - КонецЦикла; - - КонецЕсли; - - Значение_.Вставить(ТекущийКлюч, ТекущееЗначение); - - КонецЦикла; - - Иначе - Значение_ = "***"; - КонецЕсли; - - Возврат Значение_; - -КонецФункции - #КонецОбласти #КонецОбласти diff --git a/src/ru/OPI/src/CommonModules/OPI_Тесты/Module.bsl b/src/ru/OPI/src/CommonModules/OPI_Тесты/Module.bsl index 6f5118a47e..13ac058fd8 100644 --- a/src/ru/OPI/src/CommonModules/OPI_Тесты/Module.bsl +++ b/src/ru/OPI/src/CommonModules/OPI_Тесты/Module.bsl @@ -11,7 +11,7 @@ // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: -// The above copyright notice and this permission notice shall be included in all +// The above copyright notice and +this permission notice shall be included in all // copies or substantial portions of the Software. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR @@ -1062,7 +1062,7 @@ Twitter_ПолучитьТокен(ПараметрыТеста); Twitter_ПолучитьСсылкуАвторизации(ПараметрыТеста); - Twitter_ОбновитьТокен(ПараметрыТеста); + // Twitter_ОбновитьТокен(ПараметрыТеста); КонецПроцедуры @@ -3104,6 +3104,24 @@ #КонецОбласти +#Область MongoDB + +Процедура Mongo_ОсновныеМетоды() Экспорт + + ПараметрыТеста = Новый Структура; + + OPI_ПолучениеДанныхТестов.ПараметрВКоллекцию("MongoDB_Port" , ПараметрыТеста); + OPI_ПолучениеДанныхТестов.ПараметрВКоллекцию("MongoDB_User" , ПараметрыТеста); + OPI_ПолучениеДанныхТестов.ПараметрВКоллекцию("MongoDB_Password", ПараметрыТеста); + OPI_ПолучениеДанныхТестов.ПараметрВКоллекцию("MongoDB_DB" , ПараметрыТеста); + + MongoDB_СформироватьСтрокуПодключения(ПараметрыТеста); + MongoDB_ОткрытьСоединение(ПараметрыТеста); + +КонецПроцедуры + +#КонецОбласти + #КонецОбласти #КонецОбласти @@ -3127,11 +3145,24 @@ Функция ПолучитьПараметрыАвторизацииТвиттер() Параметры = Новый Соответствие; + + ТокенСервера = OPI_ПолучениеДанныхТестов.ПолучитьПараметр("Access_Token"); + + URL = "https://hut.openintegrations.dev/melezh/get_twitter_token"; + Результат = OPI_ЗапросыHTTP.НовыйЗапрос() + .Инициализировать() + .УстановитьURL(URL) + .ДобавитьBearerАвторизацию(ТокенСервера) // <--- + .ОбработатьЗапрос("GET") + .ВернутьОтветКакJSONКоллекцию(); + + Токен = Результат["data"]; + Параметры.Вставить("redirect_uri" , OPI_ПолучениеДанныхТестов.ПолучитьПараметр("Twitter_Redirect")); Параметры.Вставить("client_id" , OPI_ПолучениеДанныхТестов.ПолучитьПараметр("Twitter_ClinetID")); Параметры.Вставить("client_secret" , OPI_ПолучениеДанныхТестов.ПолучитьПараметр("Twitter_ClientSecret")); - Параметры.Вставить("access_token" , OPI_ПолучениеДанныхТестов.ПолучитьПараметр("Twitter_Token")); + Параметры.Вставить("access_token" , Токен); Параметры.Вставить("refresh_token" , OPI_ПолучениеДанныхТестов.ПолучитьПараметр("Twitter_Refresh")); Параметры.Вставить("oauth_token" , OPI_ПолучениеДанныхТестов.ПолучитьПараметр("Twitter_OAuthToken")); Параметры.Вставить("oauth_token_secret", OPI_ПолучениеДанныхТестов.ПолучитьПараметр("Twitter_OAuthSecret")); @@ -24235,6 +24266,52 @@ #КонецОбласти +#Область MongoDB + +Процедура MongoDB_СформироватьСтрокуПодключения(ПараметрыФункции) + + Адрес = "127.0.0.1:1234"; + Логин = ПараметрыФункции["MongoDB_User"]; + Пароль = ПараметрыФункции["MongoDB_Password"]; + База = ПараметрыФункции["MongoDB_DB"]; + + Адрес = OPI_ПолучениеДанныхТестов.ПолучитьLocalhost() + ПараметрыФункции["MongoDB_Port"]; // END + + ПараметрыПодключения = Новый Структура("authSource", "admin"); + Результат = OPI_MongoDB.СформироватьСтрокуПодключения(Адрес, База, Логин, Пароль, ПараметрыПодключения); + + // END + + Обработать(Результат, "MongoDB", "СформироватьСтрокуПодключения", , ПараметрыФункции); + +КонецПроцедуры + +Процедура MongoDB_ОткрытьСоединение(ПараметрыФункции) + + Адрес = "127.0.0.1:1234"; + Логин = ПараметрыФункции["MongoDB_User"]; + Пароль = ПараметрыФункции["MongoDB_Password"]; + База = ПараметрыФункции["MongoDB_DB"]; + + Адрес = OPI_ПолучениеДанныхТестов.ПолучитьLocalhost() + ПараметрыФункции["MongoDB_Port"]; // END + + ПараметрыПодключения = Новый Структура("authSource", "admin"); + СтрокаПодключения = OPI_MongoDB.СформироватьСтрокуПодключения(Адрес, База, Логин, Пароль, ПараметрыПодключения); + + Результат = OPI_MongoDB.ОткрытьСоединение(СтрокаПодключения); + + // END + + Обработать(Результат, "MongoDB", "ОткрытьСоединение"); + + Результат = OPI_MongoDB.ЗакрытьСоединение(Результат); + + Обработать(Результат, "MongoDB", "ОткрытьСоединение", "Закрытие"); + +КонецПроцедуры + +#КонецОбласти + #КонецОбласти #КонецОбласти diff --git a/src/ru/OPI/src/CommonTemplates/OPI_MongoDB/Template.addin b/src/ru/OPI/src/CommonTemplates/OPI_MongoDB/Template.addin index f7933074e2..c603454c49 100644 Binary files a/src/ru/OPI/src/CommonTemplates/OPI_MongoDB/Template.addin and b/src/ru/OPI/src/CommonTemplates/OPI_MongoDB/Template.addin differ