geph-official / geph4-client

Geph (迷霧通) is a modular Internet censorship circumvention system designed specifically to deal with national filtering.

Home Page:https://geph.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: could not compile

kouzhudong opened this issue · comments

commented
   Compiling binary-search v0.1.2
warning: irrefutable `if let` pattern
  --> src\connect\vpn\windows_routing.rs:23:12
   |
23 |         if let TunnelStatus::PreConnect { addr, protocol: _ } = addr {
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this pattern will always match, so the `if let` is useless
   = help: consider replacing the `if let` with a `let`
   = note: `#[warn(irrefutable_let_patterns)]` on by default

warning: field `endpoint` is never read
  --> src\connect\tunnel\mod.rs:81:5
   |
80 | pub struct ClientTunnel {
   |            ------------ field in this struct
81 |     endpoint: EndpointSource,
   |     ^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: method `get_endpoint` is never used
   --> src\connect\tunnel\mod.rs:172:12
    |
93  | impl ClientTunnel {
    | ----------------- method in this implementation
...
172 |     pub fn get_endpoint(&self) -> EndpointSource {
    |            ^^^^^^^^^^^^

warning: method `send_multi` is never used
   --> src\connect\vpn\windows_routing\windivert\mod.rs:102:12
    |
35  | impl Handle {
    | ----------- method in this implementation
...
102 |     pub fn send_multi<P: AsRef<[u8]>>(
    |            ^^^^^^^^^^

warning: variants `NetworkForward`, `Flow`, `Socket`, and `Reflect` are never constructed
   --> src\connect\vpn\windows_routing\windivert\mod.rs:143:5
    |
141 | pub enum Layer {
    |          ----- variants in this enum
142 |     Network,
143 |     NetworkForward,
    |     ^^^^^^^^^^^^^^
144 |     Flow,
    |     ^^^^
145 |     Socket,
    |     ^^^^^^
146 |     Reflect,
    |     ^^^^^^^
    |
    = note: `Layer` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis

warning: field `buffer` is never read
  --> src\connect\vpn\windows_routing\windivert\packet.rs:10:5
   |
8  | pub struct PacketHandle {
   |            ------------ field in this struct
9  |     handle: Handle,
10 |     buffer: VecDeque<Vec<u8>>,
   |     ^^^^^^

warning: method `inject_multi` is never used
  --> src\connect\vpn\windows_routing\windivert\packet.rs:54:12
   |
20 | impl PacketHandle {
   | ----------------- method in this implementation
...
54 |     pub fn inject_multi<P: AsRef<[u8]>>(
   |            ^^^^^^^^^^^^

warning: struct `SocketHandle` is never constructed
 --> src\connect\vpn\windows_routing\windivert\socket.rs:9:12
  |
9 | pub struct SocketHandle {
  |            ^^^^^^^^^^^^

warning: associated items `open` and `receive` are never used
  --> src\connect\vpn\windows_routing\windivert\socket.rs:15:12
   |
13 | impl SocketHandle {
   | ----------------- associated items in this implementation
14 |     /// Opens a SocketHandle.
15 |     pub fn open(filter: &str, priority: i16) -> Result<Self, InternalError> {
   |            ^^^^
...
26 |     pub fn receive(&mut self) -> Result<SocketEvt, InternalError> {
   |            ^^^^^^^

warning: variants `Bind`, `Connect`, `Listen`, `Accept`, and `Close` are never constructed
  --> src\connect\vpn\windows_routing\windivert\socket.rs:67:5
   |
66 | pub enum SocketEvtType {
   |          ------------- variants in this enum
67 |     Bind,
   |     ^^^^
68 |     Connect,
   |     ^^^^^^^
69 |     Listen,
   |     ^^^^^^
70 |     Accept,
   |     ^^^^^^
71 |     Close,
   |     ^^^^^
   |
   = note: `SocketEvtType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis

warning: function `parse_addr` is never used
  --> src\connect\vpn\windows_routing\windivert\socket.rs:74:8
   |
74 | pub fn parse_addr(
   |        ^^^^^^^^^^

warning: function `to_u8` is never used
   --> src\connect\vpn\windows_routing\windivert\socket.rs:103:4
    |
103 | fn to_u8(thirty_twos: [u32; 4]) -> [u8; 16] {
    |    ^^^^^

warning: `geph4-client` (lib) generated 12 warnings
error: linking with `link.exe` failed: exit code: 1120
  |
  = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.36.32532\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\rustccxpist\\symbols.o" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\geph4_client.2owux2rac0dckph3.rcgu.o" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\geph4_client.31ioph27p8cja7jq.rcgu.o" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\geph4_client.3e4wdfygqlrcjp4f.rcgu.o" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\geph4_client.4vfi95wze22juawq.rcgu.o" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\geph4_client.w9p8fim69qfql4d.rcgu.o" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\geph4_client.2zu6nstq74uv2fie.rcgu.o" "/LIBPATH:E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps" "/LIBPATH:E:\\code\\rust\\code\\geph4-client\\windows-lib" "/LIBPATH:C:\\Users\\Administrator\\.cargo\\registry\\src\\index.crates.io-6f17d22bba15001f\\windows_x86_64_msvc-0.48.0\\lib" "/LIBPATH:C:\\Users\\Administrator\\.cargo\\registry\\src\\index.crates.io-6f17d22bba15001f\\windows_x86_64_msvc-0.42.2\\lib" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.36.32532\\atlmfc\\lib\\x64" "/LIBPATH:E:\\code\\rust\\code\\geph4-client\\target\\debug\\build\\blake3-6caaa5c1dd646b2c\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.36.32532\\atlmfc\\lib\\x64" "/LIBPATH:E:\\code\\rust\\code\\geph4-client\\target\\debug\\build\\blake3-6caaa5c1dd646b2c\\out" "/LIBPATH:C:\\Users\\Administrator\\.cargo\\registry\\src\\index.crates.io-6f17d22bba15001f\\windows_x86_64_msvc-0.30.0\\lib" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.36.32532\\atlmfc\\lib\\x64" "/LIBPATH:E:\\code\\rust\\code\\geph4-client\\target\\debug\\build\\libsqlite3-sys-1015caec9bbdcbaa\\out" "/LIBPATH:E:\\code\\rust\\code\\geph4-client\\target\\debug\\build\\ring-d1908caab6d481da\\out" "/LIBPATH:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librlimit-a4f89ffe21f156b0.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgeph4client-f1256870ba7611d8.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libstrip_ansi_escapes-5a788e7f3e826e9e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libvte-3143eae512f493cf.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libutf8parse-38743fcd6b151565.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libarrayvec-404de85559c7fcc8.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpanic_message-d6af667c29dead13.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libenv_logger-9f4744623d17c95a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtermcolor-35c6de305f54398a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwinapi_util-693f16be683c92ac.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhumantime-39acbee5c9dfb90c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libflume-71bc206d3860face.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libspin-ba4537cfec652e8a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnanorand-00f36ca6b20cef8d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libeff_wordlist-aba0eb850d64159e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand-208630ac514d6fca.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_xorshift-5065762d8e122e7e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_pcg-ec91bb4351f7c3bb.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_hc-5d092861895b6d82.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_chacha-5433418d1351ee41.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_isaac-0212d8716f30565d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_core-06338e1fa78d9103.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_os-a796bbc6e856fd7f.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_jitter-368785ae7110a43c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_core-59258ac8112682ac.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtiny_http-21ace8d0d17dcc0f.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libchunked_transfer-f6e851b2d9431477.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libascii-b26925b912bf3e72.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_h1-d9be5acf5f2432f6.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgeph4_aioutils-bc7f99021208af58.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libdnsclient-d8243469faa8ac7e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libdnssector-6fe1efd1ed90e51a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libchomp1-b6445fc5f7471fb7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libdebugtrace-28cbb4821e89fbb5.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbacktrace-f8f2a8ba1b98847a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcfg_if-0a35b25122897ed8.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libdbghelp-c623dc2c2296a5e2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libkernel32-e428b1b43050028e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwinapi-837d4db88fc40dfd.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libdebug_builders-81a7a505a9d7093b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libconv-fff7b1f89c56d7c8.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcustom_derive-0f10e3a1a0594f52.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbitflags-01ebb79389b698b7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libdirs-2fc6be6d71862a1c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libdirs_sys-35159d65eded378c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcached-7150758b3028d060.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhashbrown-6872487a36d77f9d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librusqlite-386f09e9c6e59b27.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfallible_streaming_iterator-c58840a8cc240f8c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfallible_iterator-a6ebe2c58c4be82d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhashlink-928afa4fd538f981.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhashbrown-d796b4367145e0ea.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\liballocator_api2-a139a00460cb5e3c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\liblibsqlite3_sys-eafc133ac989c22b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgovernor-90996e796565874b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libquanta-bd2596c1d4283d56.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfutures_timer-5b4056434292d95f.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnonzero_ext-371636d9d9c44efb.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libno_std_compat-0b15a726a89a78ff.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgeph_nat-e58bff4d9322030c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpnet_packet-6026787c4efd6293.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpnet_macros_support-5412ac98439db6f7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpnet_base-639989a0dc93bdd7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libno_std_net-fc8d171adb3c3ce4.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpnet_packet-509dbaf1ed34e2f2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpnet_macros_support-97042d67774016e3.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpnet_base-d91a2bb4eae5c4ce.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsocksv5-f9380f1641b1fd62.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpsl-5ed260b2a45ac503.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpsl_types-134dd6bbfaf962e9.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsosistab2-1f4581b083673799.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsocket2-724e5701aa5af200.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpriority_queue-31783515d542c241.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libreed_solomon_erasure-98ce031d6146d8a4.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcached-1cb03ae6360e5288.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_rwlock-9dd6819e3ea4af06.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_mutex-46c603610eb70b48.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcached_proc_macro_types-eb7b67d8ab1b848a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhashbrown-7b844b609cbdbfa0.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfutures-3ef2ef26cb059eb3.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfutures_executor-85c79e592b7821c2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libarc_swap-81335b74a48c3663.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libprobability-032989e3ce3d3258.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libspecial-0af27ff02306aa4e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librandom-5a42bb620db11a9a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\liblru-8c59bc7e877e0e35.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_native_tls-41732f81edccf69d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libconcurrent_queue-4d55a249e84a8da4.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcache_padded-149333534a1403d2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsluice-8b4ce5329e270005.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_dup-823412cf80ee401e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsimple_mutex-0b2d866288d8326e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libahash-1cdf82944f556798.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libreplay_filter-ab338169c6737686.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbitvec-69e9258c52790ea6.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwyz-5545ad9977e03a13.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libradium-4d28063e148593e6.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfunty-74008fa489d2d511.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libring-956aa6c669814da3.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libuntrusted-20df536e02aad16a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libip_network_table_deps_treebitmap-6f52a4c72ce00a8d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhttp_types-798880a61c6341c2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libserde_qs-2840ae20bef95f7b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_std-e859a57fdeb80a09.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libkv_log_macro-156a75ad80755f5d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libinfer-6dee32a71f7fd7c4.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcookie-762036cb6318c0a4.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhkdf-31c7375904bf5cac.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhmac-fdedd075b6655b8a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcrypto_mac-374a767ae08e9a9c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libaes_gcm-8e0f00df035d859a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libghash-63f9b44ef8d89eaa.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpolyval-a8768ae31b8f3f9a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libctr-b7015bcb4a551816.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libaes-158ec95aece5dfb1.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libaes_soft-9fee227c07cf6c8e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtime-4e39bc83a152b58f.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtime_macros-d7172cb43601d795.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libstandback-29e68533b9a2c7b4.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpad-0d8be2380912fd89.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcolored-ba2af6182647d2bb.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcap-0a57eb2df4c9c1ff.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpin_project-14437023303b36ac.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbackoff-d30d64dcc78e462c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libstructopt-518d7e5b498f97f1.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libclap-0c8f159833e29e23.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libvec_map-166ddf01daa5afa7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtextwrap-4981851993cc1fb5.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libstrsim-986f56d25b6971c4.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libatty-7278320368251d8c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgeph4_protocol-0a6705f95e03178f.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libed25519_dalek-1b6f2beae2c1925b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libserde_bytes-3858c4c342ea227a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libed25519-89292981d63ad8be.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsignature-c2856c25bd7bcd03.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libx25519_dalek-47a0b3bf8492e37a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcurve25519_dalek-5b39f27b2c7ec4cd.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libstrsim-f827c5b191a7f927.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgibbername-278f6c3d0fde6059.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgibbercode-6e56954c166629e1.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libmizaru-a9e250911ddcbea8.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libim-a8f285b554947c3a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_xoshiro-d02645e7a254776b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsized_chunks-3b6b96e32f85ec54.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbitmaps-4636c46ebda68f6d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librsa_fdh-faf826b6beb6537f.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfdh-86482d926fd21680.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfailure-bb3c02d44d9ac253.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librsa-fd1874ff1efb7dd8.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsimple_asn1-be7fb0624f442758.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnum_bigint-20ecb8fd903add1d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libchrono-962b26805f16111e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtime-6026ab53e4a71236.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpem-6194ae4e75924e79.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnum_bigint_dig-5cd5ce11bd04abde.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\liblibm-4fb7d142b9fe6c11.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\liblazy_static-db99fb57904c7128.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libspin-fef73749634d97d3.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libserde_with-f9c3fda3164cbad3.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbase64-d5b88a444855f290.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libchacha20poly1305-abf75efb0e920f0b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libchacha20-61282c40097efe34.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpoly1305-ba96389b8006463b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcpuid_bool-6b04b1779c8fa1b7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libuniversal_hash-3340fe5e52a5ae84.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsubtle-a33ab2be28d03072.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libaead-505c7f183790a1e2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcipher-1664af63a7d0a2ad.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libreqwest-dca20744c0908aee.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhyper_tls-7c50ccaf754ce5ff.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libserde_urlencoded-edc4cffb3d607db7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbase64-9febd18088aac48c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwinreg-e929cd136bc3ad54.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libipnet-3b63d15a0a4879f7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtokio_native_tls-abd95ac3687da71c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libmime-c4a5169d0f9ab9c2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libencoding_rs-0e534c550873afd5.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnative_tls-8cd2b5e9508442a2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libschannel-d6763ff69d2adee9.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwindows_sys-795b50feeb7e40a0.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhyper-9e686547392fd40f.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libh2-612f6c0036f23567.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libindexmap-38717ed168133c8a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtokio_util-6e9834c5b0c9a4bb.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtower_service-a815d774ba346a9e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhttp_body-62335962cb2ab042.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\liburl-712dcf2844466574.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libidna-f06c8cb63b68286d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libunicode_normalization-a76f7ec6842bede7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtinyvec-a43fded313cfdae1.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtinyvec_macros-efea8b786299c1ce.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libunicode_bidi-9b3a45d669eb1cd0.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libform_urlencoded-e2979aa4ed0869ed.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpercent_encoding-5f249e93c6d5e0af.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand-89a2ab7bb529f6ee.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_chacha-406f8151b7687726.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_core-9a12f63228382934.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgetrandom-51318deffcd2f556.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libmelprot-2fc034fb65855318.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libmelbootstrap-2ffaf404377be6ac.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnovasmt-309f51f9d933bf51.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\liblru-85c8fcbd76d5cf47.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbitvec-4eb8cdae62f68693.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwyz-259403fb17117472.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libradium-594b42d804670ba2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfunty-caa56667a52f7866.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libreplace_with-d8d0019db75f0409.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librayon-bc7873c8a395e6af.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librayon_core-7551291d5b46a6c3.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgenawaiter-137679229f7fcbf1.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgenawaiter_macro-1da4e72f65a53614.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libethnum-bbb8327b81a84ef2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libdashmap-2595ae07bbc428db.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libmelnet2-d7a5d327974daa2d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsmolscale-3be5851c837c3a5a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_global_executor-71478b88b84f6efc.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libst3-035586767b82ba65.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librustc_hash-f9a0d82406d16b01.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfutures_intrusive-96c33fbf6d7a3720.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libparking_lot-f4df6a03a1dff077.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libparking_lot_core-ce1f07b4ed58bcec.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libinstant-7d0cea340d25a69b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcrossbeam_deque-5ba09f7cc196734b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtabwriter-11541d8aca2302ff.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libunicode_width-fad76176e4e269a9.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbacktrace-87b7389ad584f6d7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librustc_demangle-c431f4cdf032775f.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnanorpc_http-2f026fc9a1f6721a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhyper-158bbf40a6d729e4.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwant-87d85b856526c1ad.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtry_lock-856053fb9fb99ab6.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhttparse-e11a7a331115122a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtracing-2008a7cb8a86ba1e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtracing_core-58b364ae6830ff86.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhttpdate-932db32c4d4c22bd.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhttp_body_util-b288813e4f0018fd.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhttp_body-725e3be4868447ea.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhttp-3aa74d3ed61d0c0a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfnv-b5dc1181cce104ed.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libmoka-e8fc0a022f95500d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libquanta-5696da840d94892e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libraw_cpuid-76e9ecc78c2653e2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnum_cpus-c69fd94920277dd8.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libuuid-3992df94135ff9fc.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcrossbeam_epoch-3ad8c56dba264c27.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libmemoffset-08bf7a53b33a50d3.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libscheduled_thread_pool-b525883aa5fdda73.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsmol_timeout-52cc0386bdea792e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpin_project_lite-91c151a1ed69a0df.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libitertools-cf37e90ca8d24436.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libeither-4357acf77e39f6ca.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfutures_util-405529a0bdb8503d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfutures_channel-245719b24b6bfa05.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfutures_sink-2f7a9c361252a898.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfutures_task-c38621d327166da5.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpin_utils-a3de53e30e3e33e8.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsmol_str-d944e13ce2981a3e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsmol-ea1b3807540ab9b4.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_process-946aa51e938001a0.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_net-63911a3455709700.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_fs-44b856a2e8b787b3.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libblocking-5286e0178cff11c7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libatomic_waker-d7f284cc3f8dd946.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_channel-66178c383b0b0675.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_io-3ce92cf4234506e6.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librustix-df21235784dd333b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\liberrno-2d9bcb5dd40ed4b1.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\liblibc-7d5357c1d6308aa1.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libio_lifetimes-deaf9796288c13b3.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwindows_sys-7808dc2800f59a61.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpolling-200d0e39e07ec516.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbitflags-065b7077fa63b34a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_executor-7aabaeb1596c8125.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libslab-76afa2cb8fcbf924.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libconcurrent_queue-ba76a9cd9ce7451e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_task-9a7ba1c5a258ba2a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_lock-708f009efbe5c743.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libevent_listener-0aa1703834e809f3.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnanorpc-71658e806f9eb0a8.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libserde_json-0077a6f6a829b56c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libryu-dcc38258fa04e7b6.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libitoa-d4395bd3c71f1179.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfutures_lite-0fc6cde318b0d983.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfastrand-071e096943eada2a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwaker_fn-f68bb4e21559e5d8.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libparking-6c5edf0400725ee9.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libparking_lot-c1d767641164193a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libmini_moka-cd31cda9bf23271d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libdashmap-eeac31619628b222.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\liblock_api-0ba4ac548d1d141c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libscopeguard-8cfb02145a94bb2c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libparking_lot_core-fffce34f148fd70c.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhashbrown-5131c3cb79a341f3.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libahash-fae50d2610457dad.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcrossbeam_channel-92b79244993808d2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcrossbeam_utils-7c4b887ca887d460.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsmallvec-e26265d5403e8dae.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtriomphe-c4d700a227d0555e.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtagptr-0d488a99db08b19a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libmelstructs-b7f6a225859eb7ff.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libparse_display-fdf76433f21e3b77.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libregex-1dd5e34cfce1cc0d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libaho_corasick-133a11c942dd86a1.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libmemchr-d1db395c7fb6dad7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libregex_syntax-903880a85020b7b2.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnum-851353b31d4cf3ce.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnum_iter-b2d413bcf5f7537f.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnum_rational-f56189765ed6a684.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnum_complex-c0bb3d997de66889.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnum_bigint-042571208c20589d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnum_integer-5fd5fdfc950017bc.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnum_traits-bb0d430f607a39d0.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libnum_enum-a4736306a34f6de7.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtmelcrypt-2217e7fe0ff2c487.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libblake3-e6f6e444799b8753.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libconstant_time_eq-b0821aff9025a722.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libarrayvec-929b09ffda518294.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbase32-9f0173a345822014.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libstdcode-baee6834b904dc1b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libserde_with-18e7ee085b1e6291.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbincode-2bea7afdaa231362.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\liblog-1d1899417ea23f60.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libvalue_bag-b5ea21361fa30be0.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libserde_big_array-3514009e436be96a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand-72117e81b3d06955.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_chacha-8a731dcb5795e057.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libppv_lite86-d5bd740cb0e6d1f5.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libed25519_consensus-f0c7100bd686be56.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libhex-2b738a7479631404.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsha2-f3bce777c22bf54b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcpufeatures-48a98ba65d1a2e87.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libopaque_debug-69fbdaed337f59e6.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libblock_buffer-c2d1521778237d66.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcurve25519_dalek_ng-f7db8cbfd2560724.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsubtle_ng-7c200b5cdfcb89ae.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libzeroize-0d120c771da41254.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\librand_core-444d07a78171b57d.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgetrandom-ab064c055e0039d0.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libcfg_if-abb01eb03eea475a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libdigest-703de54d139ab1e9.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libgeneric_array-4d3096c21a16d345.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtypenum-9baef0fd7836457b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbyteorder-c5cad737ae2b9c95.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libarrayref-82defe30826306de.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libarbitrary-863472e4909f64b4.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libthiserror-a99429705f0c4c6f.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtap-134134104fdf254f.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libasync_compat-d34cc8a510abb978.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libtokio-318f11c08260cc6a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libsocket2-08eca40ca5032bf4.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwinapi-5c504e04c1344d7b.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libmio-f2ffdfca3f7ea792.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwindows_sys-10986135a68394ef.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libwindows_targets-48366c807b1230ae.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfutures_io-1cee554e0cbfc297.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libpin_project_lite-45db63515108ad29.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libonce_cell-ac9d4ee9a95c7387.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libfutures_core-02b0a2ded8486f2a.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbytes-b9c1140ee9019d64.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libserde-73f9f14b44a3d671.rlib" "E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libanyhow-80df85c8100da03e.rlib" 
"E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\libbinary_search-5d20e3ce09e40fea.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libstd-391022a4250a8b9a.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libpanic_unwind-3069c74fd845ecc2.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc_demangle-cae8325b8f11cb55.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libstd_detect-6ecbb4a24be3ec33.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libhashbrown-7cef55517a70b408.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libminiz_oxide-d1e72b1788c7e8f6.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libadler-65d80753bac4b1a6.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc_std_workspace_alloc-932a6231bea08890.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libunwind-04ed514427316340.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcfg_if-9b75e26b1d0a074f.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liblibc-95c2795d82b7b742.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\liballoc-1bf02ac2d8cdb80a.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\librustc_std_workspace_core-117dfa1fe8688bcf.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcore-9ac5797c0b4842d0.rlib" "C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcompiler_builtins-ad271357e078d260.rlib" "WinDivert.lib" "dbghelp.lib" "kernel32.lib" "windows.lib" "advapi32.lib" "kernel32.lib" "legacy_stdio_definitions.lib" "windows.lib" "windows.0.48.0.lib" "bcrypt.lib" "advapi32.lib" "advapi32.lib" "cfgmgr32.lib" "credui.lib" "fwpuclnt.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "ntdll.lib" "ole32.lib" "opengl32.lib" "secur32.lib" "shell32.lib" "user32.lib" "winmm.lib" "winspool.lib" "ws2_32.lib" "ntdll.lib" "windows.0.48.0.lib" "kernel32.lib" "advapi32.lib" "userenv.lib" "kernel32.lib" "ws2_32.lib" "bcrypt.lib" "ntdll.lib" "msvcrt.lib" "legacy_stdio_definitions.lib" "/NXCOMPAT" "/LIBPATH:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib" "/OUT:E:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\geph4_client.exe" "/OPT:REF,ICF" "/DEBUG" 
"/NATVIS:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\intrinsic.natvis" "/NATVIS:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\liballoc.natvis" "/NATVIS:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libcore.natvis" "/NATVIS:C:\\Users\\Administrator\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\etc\\libstd.natvis"
  = note: Non-UTF-8 output: libgeph4client-f1256870ba7611d8.rlib(geph4client-f1256870ba7611d8.4lcvmvnu318bw4fs.rcgu.o) : error LNK2019: \xce\xde\xb7\xa8\xbd\xe2\xce\xf6\xb5\xc4\xcd\xe2\xb2\xbf\xb7\xfb\xba\xc5 WinDivertClose\xa3\xac\xba\xaf\xca\xfd _ZN4core3ptr82drop_in_place$LT$geph4client..connect..vpn..windows_routing..windivert..Handle$GT$17h832c6cded9bc9893E \xd6\xd0\xd2\xfd\xd3\xc3\xc1\xcb\xb8\xc3\xb7\xfb\xba\xc5\r\nlibgeph4client-f1256870ba7611d8.rlib(geph4client-f1256870ba7611d8.3kgrdgyc2fs8fygx.rcgu.o) : error LNK2019: \xce\xde\xb7\xa8\xbd\xe2\xce\xf6\xb5\xc4\xcd\xe2\xb2\xbf\xb7\xfb\xba\xc5 WinDivertOpen\xa3\xac\xba\xaf\xca\xfd _ZN11geph4client7connect3vpn15windows_routing9windivert6Handle4open17hcc3a54627a7d3cb8E \xd6\xd0\xd2\xfd\xd3\xc3\xc1\xcb\xb8\xc3\xb7\xfb\xba\xc5\r\nlibgeph4client-f1256870ba7611d8.rlib(geph4client-f1256870ba7611d8.3kgrdgyc2fs8fygx.rcgu.o) : error LNK2019: \xce\xde\xb7\xa8\xbd\xe2\xce\xf6\xb5\xc4\xcd\xe2\xb2\xbf\xb7\xfb\xba\xc5 WinDivertRecv\xa3\xac\xba\xaf\xca\xfd _ZN11geph4client7connect3vpn15windows_routing9windivert6Handle7receive17h6e8a8fab97782a0eE \xd6\xd0\xd2\xfd\xd3\xc3\xc1\xcb\xb8\xc3\xb7\xfb\xba\xc5\r\nlibgeph4client-f1256870ba7611d8.rlib(geph4client-f1256870ba7611d8.4nn0qnfjpv7gfwe5.rcgu.o) : error LNK2001: \xce\xde\xb7\xa8\xbd\xe2\xce\xf6\xb5\xc4\xcd\xe2\xb2\xbf\xb7\xfb\xba\xc5 WinDivertRecv\r\nlibgeph4client-f1256870ba7611d8.rlib(geph4client-f1256870ba7611d8.3kgrdgyc2fs8fygx.rcgu.o) : error LNK2019: \xce\xde\xb7\xa8\xbd\xe2\xce\xf6\xb5\xc4\xcd\xe2\xb2\xbf\xb7\xfb\xba\xc5 WinDivertSend\xa3\xac\xba\xaf\xca\xfd _ZN11geph4client7connect3vpn15windows_routing9windivert6Handle4send17h7ae4fa63bd539751E \xd6\xd0\xd2\xfd\xd3\xc3\xc1\xcb\xb8\xc3\xb7\xfb\xba\xc5\r\nlibgeph4client-f1256870ba7611d8.rlib(geph4client-f1256870ba7611d8.4nn0qnfjpv7gfwe5.rcgu.o) : error LNK2001: \xce\xde\xb7\xa8\xbd\xe2\xce\xf6\xb5\xc4\xcd\xe2\xb2\xbf\xb7\xfb\xba\xc5 WinDivertSend\r\nE:\\code\\rust\\code\\geph4-client\\windows-lib\\WinDivert.lib : warning LNK4272:\xbf\xe2\xbc\xc6\xcb\xe3\xbb\xfa\xc0\xe0\xd0\xcd\xa1\xb0x86\xa1\xb1\xd3\xeb\xc4\xbf\xb1\xea\xbc\xc6\xcb\xe3\xbb\xfa\xc0\xe0\xd0\xcd\xa1\xb0x64\xa1\xb1\xb3\xe5\xcd\xbb\r\nE:\\code\\rust\\code\\geph4-client\\target\\debug\\deps\\geph4_client.exe : fatal error LNK1120: 4 \xb8\xf6\xce\xde\xb7\xa8\xbd\xe2\xce\xf6\xb5\xc4\xcd\xe2\xb2\xbf\xc3\xfc\xc1\xee\r\n

error: could not compile `geph4-client` (bin "geph4-client") due to previous error
PS E:\code\rust\code\geph4-client> 

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 14 days since being marked as stale.