[INFO] cloning repository https://github.com/alanpoon/hardback_server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alanpoon/hardback_server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falanpoon%2Fhardback_server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falanpoon%2Fhardback_server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a4a653f722b6c8ee10041f5eb3bf579191db98fc [INFO] testing alanpoon/hardback_server against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falanpoon%2Fhardback_server" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alanpoon/hardback_server on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alanpoon/hardback_server [INFO] finished tweaking git repo https://github.com/alanpoon/hardback_server [INFO] tweaked toml for git repo https://github.com/alanpoon/hardback_server written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/alanpoon/hardback_server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f9a4e4cf7364a3bf937b188c2e547ebd883a7ed94e2dc3da7443749d5f0ac8c7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f9a4e4cf7364a3bf937b188c2e547ebd883a7ed94e2dc3da7443749d5f0ac8c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f9a4e4cf7364a3bf937b188c2e547ebd883a7ed94e2dc3da7443749d5f0ac8c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9a4e4cf7364a3bf937b188c2e547ebd883a7ed94e2dc3da7443749d5f0ac8c7", kill_on_drop: false }` [INFO] [stdout] f9a4e4cf7364a3bf937b188c2e547ebd883a7ed94e2dc3da7443749d5f0ac8c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03c988d97850ab7463f845b1c3c7d9d4885fa53e26fc07ef45fefe17b0103d6f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "03c988d97850ab7463f845b1c3c7d9d4885fa53e26fc07ef45fefe17b0103d6f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling unicode-normalization v0.1.5 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling percent-encoding v1.0.0 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling itoa v0.3.3 [INFO] [stderr] Compiling httparse v1.2.3 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling version_check v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling encoding_rs v0.8.20 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling mime v0.3.14 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling scoped-tls v0.1.0 [INFO] [stderr] Compiling cardgame_macros v0.1.0 (https://github.com/alanpoon/cardgame_macros.git#8e3a6e0c) [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling lock_api v0.3.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling miniz_oxide v0.3.5 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling itertools v0.6.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling tokio-executor v0.1.9 [INFO] [stderr] Compiling tokio-sync v0.1.7 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-timer v0.2.12 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling serde_derive_internals v0.16.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-cpupool v0.1.6 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling publicsuffix v1.5.4 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-reactor v0.1.11 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling serde_derive v1.0.14 [INFO] [stderr] Compiling tokio-threadpool v0.1.17 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde v1.0.14 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling websocket-base v0.24.0 [INFO] [stderr] Compiling websocket v0.24.0 [INFO] [stderr] Compiling hyper v0.12.28 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling serde_json v1.0.3 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling chrono v0.4.5 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling hardback_codec v0.1.0 (https://github.com/alanpoon/hardback_codec.git#3f3e30dc) [INFO] [stderr] Compiling reqwest v0.9.24 [INFO] [stderr] Compiling rust_wordnik v0.1.0 (https://github.com/alanpoon/rust_wordnik.git#0ed9e10b) [INFO] [stderr] Compiling hardback_server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/game_logic/resolve_cards.rs:198:53 [INFO] [stdout] | [INFO] [stdout] 198 | ... Box, [INFO] [stdout] 200 | | ... &mut Vec)>)>> = [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 198 | Box, [INFO] [stdout] 200 | &mut Vec)>)>> = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lobby/mod.rs:156:52 [INFO] [stdout] | [INFO] [stdout] 156 | ... (c.table == tl) [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/game_logic/board.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | / wait_for_input.iter_mut().map(move| x|{ [INFO] [stdout] 55 | | let j = format!("Player {} has played a card to force other players to lose a ink or ink remover.", [INFO] [stdout] 56 | | player_id); [INFO] [stdout] 57 | | let _g: WaitForSingleInput= [INFO] [stdout] ... | [INFO] [stdout] 65 | | x.push(Some(_g)); [INFO] [stdout] 66 | | }).collect::>(); [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | / self.connections [INFO] [stdout] 56 | | .iter_mut() [INFO] [stdout] 57 | | .filter(|&(_, ref con)| con.table == Some(table_num)) [INFO] [stdout] 58 | | .map(|(_, con)| { [INFO] [stdout] ... | [INFO] [stdout] 61 | | }) [INFO] [stdout] 62 | | .collect::>(); [INFO] [stdout] | |__________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | / self.connections [INFO] [stdout] 97 | | .iter() [INFO] [stdout] 98 | | .filter(|&(_, ref con)| con.game_started == false) [INFO] [stdout] 99 | | .map(|(_, con)| { [INFO] [stdout] ... | [INFO] [stdout] 111 | | }) [INFO] [stdout] 112 | | .collect::>(); [INFO] [stdout] | |__________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:167:37 [INFO] [stdout] | [INFO] [stdout] 167 | / ... self.connections [INFO] [stdout] 168 | | ... .iter_mut() [INFO] [stdout] 169 | | ... .filter(|&(_, ref c)| c.table == tl) [INFO] [stdout] 170 | | ... .map(|(_, c)| c.game_started = true) [INFO] [stdout] 171 | | ... .collect::>(); [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:187:25 [INFO] [stdout] | [INFO] [stdout] 187 | / iter_lobby.filter(|&(_, ref c)| c.table == tl) [INFO] [stdout] 188 | | .map(|(_, c)| c.number_of_player = _change_players.clone()) [INFO] [stdout] 189 | | .collect::>(); [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:216:25 [INFO] [stdout] | [INFO] [stdout] 216 | / iter_lobby.filter(|&(_, c)| if _location == "lobby" { [INFO] [stdout] 217 | | c.game_started == false [INFO] [stdout] 218 | | } else { [INFO] [stdout] 219 | | c.table == table_n [INFO] [stdout] ... | [INFO] [stdout] 227 | | }) [INFO] [stdout] 228 | | .collect::>(); [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 36s [INFO] running `Command { std: "docker" "inspect" "03c988d97850ab7463f845b1c3c7d9d4885fa53e26fc07ef45fefe17b0103d6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03c988d97850ab7463f845b1c3c7d9d4885fa53e26fc07ef45fefe17b0103d6f", kill_on_drop: false }` [INFO] [stdout] 03c988d97850ab7463f845b1c3c7d9d4885fa53e26fc07ef45fefe17b0103d6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34dc8719ae800f46c4ee122182a15fc943f5e5dd3c795529f0f0e4f4a6d45433 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "34dc8719ae800f46c4ee122182a15fc943f5e5dd3c795529f0f0e4f4a6d45433", kill_on_drop: false }` [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/game_logic/resolve_cards.rs:198:53 [INFO] [stdout] | [INFO] [stdout] 198 | ... Box, [INFO] [stdout] 200 | | ... &mut Vec)>)>> = [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 198 | Box, [INFO] [stdout] 200 | &mut Vec)>)>> = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lobby/mod.rs:156:52 [INFO] [stdout] | [INFO] [stdout] 156 | ... (c.table == tl) [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/game_logic/board.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | / wait_for_input.iter_mut().map(move| x|{ [INFO] [stdout] 55 | | let j = format!("Player {} has played a card to force other players to lose a ink or ink remover.", [INFO] [stdout] 56 | | player_id); [INFO] [stdout] 57 | | let _g: WaitForSingleInput= [INFO] [stdout] ... | [INFO] [stdout] 65 | | x.push(Some(_g)); [INFO] [stdout] 66 | | }).collect::>(); [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | / self.connections [INFO] [stdout] 56 | | .iter_mut() [INFO] [stdout] 57 | | .filter(|&(_, ref con)| con.table == Some(table_num)) [INFO] [stdout] 58 | | .map(|(_, con)| { [INFO] [stdout] ... | [INFO] [stdout] 61 | | }) [INFO] [stdout] 62 | | .collect::>(); [INFO] [stdout] | |__________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | / self.connections [INFO] [stdout] 97 | | .iter() [INFO] [stdout] 98 | | .filter(|&(_, ref con)| con.game_started == false) [INFO] [stdout] 99 | | .map(|(_, con)| { [INFO] [stdout] ... | [INFO] [stdout] 111 | | }) [INFO] [stdout] 112 | | .collect::>(); [INFO] [stdout] | |__________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:167:37 [INFO] [stdout] | [INFO] [stdout] 167 | / ... self.connections [INFO] [stdout] 168 | | ... .iter_mut() [INFO] [stdout] 169 | | ... .filter(|&(_, ref c)| c.table == tl) [INFO] [stdout] 170 | | ... .map(|(_, c)| c.game_started = true) [INFO] [stdout] 171 | | ... .collect::>(); [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:187:25 [INFO] [stdout] | [INFO] [stdout] 187 | / iter_lobby.filter(|&(_, ref c)| c.table == tl) [INFO] [stdout] 188 | | .map(|(_, c)| c.number_of_player = _change_players.clone()) [INFO] [stdout] 189 | | .collect::>(); [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:216:25 [INFO] [stdout] | [INFO] [stdout] 216 | / iter_lobby.filter(|&(_, c)| if _location == "lobby" { [INFO] [stdout] 217 | | c.game_started == false [INFO] [stdout] 218 | | } else { [INFO] [stdout] 219 | | c.table == table_n [INFO] [stdout] ... | [INFO] [stdout] 227 | | }) [INFO] [stdout] 228 | | .collect::>(); [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hardback_server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/mystery_uncover.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/overlay.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/start_game.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/start_game.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/timeless2player.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/adventure.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/two_players.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/game_log.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/timeless.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/endgame.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Rng`, `SeedableRng`, `StdRng`, `thread_rng` [INFO] [stdout] --> tests/normal.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | use rand::{thread_rng, Rng, SeedableRng, StdRng}; [INFO] [stdout] | ^^^^^^^^^^ ^^^ ^^^^^^^^^^^ ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/mystery.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/game_logic/resolve_cards.rs:198:53 [INFO] [stdout] | [INFO] [stdout] 198 | ... Box, [INFO] [stdout] 200 | | ... &mut Vec)>)>> = [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 198 | Box, [INFO] [stdout] 200 | &mut Vec)>)>> = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lobby/mod.rs:156:52 [INFO] [stdout] | [INFO] [stdout] 156 | ... (c.table == tl) [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied [INFO] [stdout] --> tests/start_game.rs:55:14 [INFO] [stdout] | [INFO] [stdout] 55 | .async_connect_insecure(&core.handle()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ -------------- supplied 1 argument [INFO] [stdout] | | [INFO] [stdout] | expected 0 arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `con_rx2` [INFO] [stdout] --> tests/timeless2player.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | let (con_tx2, con_rx2) = mpsc::channel(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_con_rx2` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> tests/start_game.rs:101:60 [INFO] [stdout] | [INFO] [stdout] 101 | gui.clone().send(OwnedMessage::Text(er.clone().description().to_owned())).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hardback_server` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/game_logic/board.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 54 | / wait_for_input.iter_mut().map(move| x|{ [INFO] [stdout] 55 | | let j = format!("Player {} has played a card to force other players to lose a ink or ink remover.", [INFO] [stdout] 56 | | player_id); [INFO] [stdout] 57 | | let _g: WaitForSingleInput= [INFO] [stdout] ... | [INFO] [stdout] 65 | | x.push(Some(_g)); [INFO] [stdout] 66 | | }).collect::>(); [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | / self.connections [INFO] [stdout] 56 | | .iter_mut() [INFO] [stdout] 57 | | .filter(|&(_, ref con)| con.table == Some(table_num)) [INFO] [stdout] 58 | | .map(|(_, con)| { [INFO] [stdout] ... | [INFO] [stdout] 61 | | }) [INFO] [stdout] 62 | | .collect::>(); [INFO] [stdout] | |__________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | / self.connections [INFO] [stdout] 97 | | .iter() [INFO] [stdout] 98 | | .filter(|&(_, ref con)| con.game_started == false) [INFO] [stdout] 99 | | .map(|(_, con)| { [INFO] [stdout] ... | [INFO] [stdout] 111 | | }) [INFO] [stdout] 112 | | .collect::>(); [INFO] [stdout] | |__________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:167:37 [INFO] [stdout] | [INFO] [stdout] 167 | / ... self.connections [INFO] [stdout] 168 | | ... .iter_mut() [INFO] [stdout] 169 | | ... .filter(|&(_, ref c)| c.table == tl) [INFO] [stdout] 170 | | ... .map(|(_, c)| c.game_started = true) [INFO] [stdout] 171 | | ... .collect::>(); [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:187:25 [INFO] [stdout] | [INFO] [stdout] 187 | / iter_lobby.filter(|&(_, ref c)| c.table == tl) [INFO] [stdout] 188 | | .map(|(_, c)| c.number_of_player = _change_players.clone()) [INFO] [stdout] 189 | | .collect::>(); [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> src/lobby/mod.rs:216:25 [INFO] [stdout] | [INFO] [stdout] 216 | / iter_lobby.filter(|&(_, c)| if _location == "lobby" { [INFO] [stdout] 217 | | c.game_started == false [INFO] [stdout] 218 | | } else { [INFO] [stdout] 219 | | c.table == table_n [INFO] [stdout] ... | [INFO] [stdout] 227 | | }) [INFO] [stdout] 228 | | .collect::>(); [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.two_players.d5tidbgf-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a" "/opt/rustwide/target/debug/deps/two_players-272e22ce4f7ced5a.21tm0i2621lb9vsh.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f7cfccacd567dfe5/out" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e400a06feeddb41f.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8ca745aec409b30d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dddd49119eca10c7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f84b2ca2f59187b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-53983bcf89dbd6ef.rlib" "/opt/rustwide/target/debug/deps/libhardback_server-d22c7cc9b9568039.rlib" "/opt/rustwide/target/debug/deps/libitertools-4bbc64794bfe2a64.rlib" "/opt/rustwide/target/debug/deps/libeither-4dacddaf9c5fa722.rlib" "/opt/rustwide/target/debug/deps/libhardback_codec-f35a1e08376bdcff.rlib" "/opt/rustwide/target/debug/deps/libchrono-9702f33ebccb3160.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b9c0d786908b6487.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-749e254c0a4b1de3.rlib" "/opt/rustwide/target/debug/deps/libcardgame_macros-b5ca1a45894ec87d.rlib" "/opt/rustwide/target/debug/deps/librand-0904609030afe300.rlib" "/opt/rustwide/target/debug/deps/librust_wordnik-176f4c17a5ff6d45.rlib" "/opt/rustwide/target/debug/deps/libreqwest-aae4199b014d9961.rlib" "/opt/rustwide/target/debug/deps/libuuid-a429bdcbf7671817.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-d6a387da21ddae26.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-c9097b31b9f490cf.rlib" "/opt/rustwide/target/debug/deps/libunicase-e02541644abb99c9.rlib" "/opt/rustwide/target/debug/deps/libmime-c069d2a09c5e3ced.rlib" "/opt/rustwide/target/debug/deps/libflate2-2bb17d73e13ef137.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-0a63d954d98a333c.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c81c3faea32f4991.rlib" "/opt/rustwide/target/debug/deps/libhyper-335fa7057ee64623.rlib" "/opt/rustwide/target/debug/deps/libwant-bbb06918f9f418ff.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libh2-6126b520c649b523.rlib" "/opt/rustwide/target/debug/deps/libindexmap-4849eae6e2d6d4d4.rlib" "/opt/rustwide/target/debug/deps/libstring-d5f5666ffcbe4d97.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5d2096873cc32d16.rlib" "/opt/rustwide/target/debug/deps/libhttp-abf8d58b189421e1.rlib" "/opt/rustwide/target/debug/deps/libitoa-25d33da1e28d930f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-021a118db3f523c9.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-82c30b82ae8128de.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7dd7f73523e036fe.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f904f22c9fdfc3e6.rlib" "/opt/rustwide/target/debug/deps/libitoa-d8eef8eb9027cd2d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-96988fd306dce1f3.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-cead978ba10bd09a.rlib" "/opt/rustwide/target/debug/deps/liburl-2ffa21d0ac56c4a9.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-bae4c6d884296e4c.rlib" "/opt/rustwide/target/debug/deps/libidna-f663b71f70f96a3c.rlib" "/opt/rustwide/target/debug/deps/libregex-356cb5ee1754fd85.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-bf3ea58187fe9513.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-669db2df94dcce85.rlib" "/opt/rustwide/target/debug/deps/libtry_from-5354f7cf6dc6c93f.rlib" "/opt/rustwide/target/debug/deps/libserde-7f71b5d1331317f0.rlib" "/opt/rustwide/target/debug/deps/libfailure-964b377e64c9e557.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2cadf5497acbf0a1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-5dd0953a3139b48e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-1065d3ec5013e137.rlib" "/opt/rustwide/target/debug/deps/libcookie-2f21e6f519056cbc.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-e0746f1cf3dbddd6.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-406ea25a6963ecf0.rlib" "/opt/rustwide/target/debug/deps/libtokio-2a843d86a3d2a5a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-dd9acab9c48d47e7.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-a218d6dbdc9ed343.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-6add00ed286948cc.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-28b457ba101272c0.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-bf1743b5d76a9b32.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-7c7550816de9ab7d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-f7ebb647495f78e6.rlib" "/opt/rustwide/target/debug/deps/libwebsocket-c764a8de27754d68.rlib" "/opt/rustwide/target/debug/deps/libwebsocket_base-f09a661e0e1615b6.rlib" "/opt/rustwide/target/debug/deps/libsha1-53c1eb9bf2dabfd6.rlib" "/opt/rustwide/target/debug/deps/libbase64-d968c169cd2268b1.rlib" "/opt/rustwide/target/debug/deps/librand-cf17efb039deac19.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-6bd4620e708cdb51.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d6533207884e81ec.rlib" "/opt/rustwide/target/debug/deps/librand_hc-e06466b7f80f8ad5.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-aad34ed752f7e4bb.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-d7c73f36431ab21e.rlib" "/opt/rustwide/target/debug/deps/librand_core-c1396f78a55a6243.rlib" "/opt/rustwide/target/debug/deps/librand_os-dee5087c4071fa29.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c0aa4284fb906dad.rlib" "/opt/rustwide/target/debug/deps/librand_core-7777f623c08783e5.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-bdc63e411170d63f.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-e794ba094d4fafcd.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-171718d1e88744e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-d7262a8c78c1de48.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-2596b212bd735750.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-91aa12b26f485b6c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-3123efae87e4d8c8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ec7275bb98e9f00d.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-9da774b3463b5176.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cd36246f40de6e22.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmio-cd954e222010b225.rlib" "/opt/rustwide/target/debug/deps/libslab-e1009ebac76bd4cc.rlib" "/opt/rustwide/target/debug/deps/libnet2-aaaa7a86bc6da00a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-149db1c6a326b9cd.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-81529d4c13a27ab5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-30d62176f29c83f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-d9b287bc5e2159e6.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-120399b4e805f1e1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libhyper-6481c3a585594e1d.rlib" "/opt/rustwide/target/debug/deps/libmime-d08a3ed7eac929dc.rlib" "/opt/rustwide/target/debug/deps/liblog-fdb74b81451f4926.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-276927bf4664bf5a.rlib" "/opt/rustwide/target/debug/deps/libtypeable-6e97b32755d7437e.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-0b05b1821ec7acd4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libhttparse-a3315fc1f988f3f6.rlib" "/opt/rustwide/target/debug/deps/libunicase-8c26e66508cf309e.rlib" "/opt/rustwide/target/debug/deps/liburl-e7fdd8770a39aa73.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-3f44b5af6f918394.rlib" "/opt/rustwide/target/debug/deps/libidna-b755af6001d0efb4.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-47a55306d554a8e3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6f5f06a328d9f41a.rlib" "/opt/rustwide/target/debug/deps/libmatches-c3f0b3c90ee9980c.rlib" "/opt/rustwide/target/debug/deps/libtime-c76c996193cca806.rlib" "/opt/rustwide/target/debug/deps/libbase64-3bd61d3298b0deaf.rlib" "/opt/rustwide/target/debug/deps/libsafemem-bb54d7cb3f5aa219.rlib" "/opt/rustwide/target/debug/deps/libfutures-482434e4ffb267fa.rlib" "/opt/rustwide/target/debug/deps/libbytes-8c7a1fa8e3bee776.rlib" "/opt/rustwide/target/debug/deps/libiovec-998ef5ad5bb97b7d.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.normal.5umyvsu1-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9" "/opt/rustwide/target/debug/deps/normal-878a73925c6f26a9.5awan2wt25mx6qm9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f7cfccacd567dfe5/out" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e400a06feeddb41f.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8ca745aec409b30d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dddd49119eca10c7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f84b2ca2f59187b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-53983bcf89dbd6ef.rlib" "/opt/rustwide/target/debug/deps/libhardback_server-d22c7cc9b9568039.rlib" "/opt/rustwide/target/debug/deps/libitertools-4bbc64794bfe2a64.rlib" "/opt/rustwide/target/debug/deps/libeither-4dacddaf9c5fa722.rlib" "/opt/rustwide/target/debug/deps/libhardback_codec-f35a1e08376bdcff.rlib" "/opt/rustwide/target/debug/deps/libchrono-9702f33ebccb3160.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b9c0d786908b6487.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-749e254c0a4b1de3.rlib" "/opt/rustwide/target/debug/deps/libcardgame_macros-b5ca1a45894ec87d.rlib" "/opt/rustwide/target/debug/deps/librand-0904609030afe300.rlib" "/opt/rustwide/target/debug/deps/librust_wordnik-176f4c17a5ff6d45.rlib" "/opt/rustwide/target/debug/deps/libreqwest-aae4199b014d9961.rlib" "/opt/rustwide/target/debug/deps/libuuid-a429bdcbf7671817.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-d6a387da21ddae26.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-c9097b31b9f490cf.rlib" "/opt/rustwide/target/debug/deps/libunicase-e02541644abb99c9.rlib" "/opt/rustwide/target/debug/deps/libmime-c069d2a09c5e3ced.rlib" "/opt/rustwide/target/debug/deps/libflate2-2bb17d73e13ef137.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-0a63d954d98a333c.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c81c3faea32f4991.rlib" "/opt/rustwide/target/debug/deps/libhyper-335fa7057ee64623.rlib" "/opt/rustwide/target/debug/deps/libwant-bbb06918f9f418ff.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libh2-6126b520c649b523.rlib" "/opt/rustwide/target/debug/deps/libindexmap-4849eae6e2d6d4d4.rlib" "/opt/rustwide/target/debug/deps/libstring-d5f5666ffcbe4d97.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5d2096873cc32d16.rlib" "/opt/rustwide/target/debug/deps/libhttp-abf8d58b189421e1.rlib" "/opt/rustwide/target/debug/deps/libitoa-25d33da1e28d930f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-021a118db3f523c9.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-82c30b82ae8128de.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7dd7f73523e036fe.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f904f22c9fdfc3e6.rlib" "/opt/rustwide/target/debug/deps/libitoa-d8eef8eb9027cd2d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-96988fd306dce1f3.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-cead978ba10bd09a.rlib" "/opt/rustwide/target/debug/deps/liburl-2ffa21d0ac56c4a9.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-bae4c6d884296e4c.rlib" "/opt/rustwide/target/debug/deps/libidna-f663b71f70f96a3c.rlib" "/opt/rustwide/target/debug/deps/libregex-356cb5ee1754fd85.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-bf3ea58187fe9513.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-669db2df94dcce85.rlib" "/opt/rustwide/target/debug/deps/libtry_from-5354f7cf6dc6c93f.rlib" "/opt/rustwide/target/debug/deps/libserde-7f71b5d1331317f0.rlib" "/opt/rustwide/target/debug/deps/libfailure-964b377e64c9e557.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2cadf5497acbf0a1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-5dd0953a3139b48e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-1065d3ec5013e137.rlib" "/opt/rustwide/target/debug/deps/libcookie-2f21e6f519056cbc.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-e0746f1cf3dbddd6.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-406ea25a6963ecf0.rlib" "/opt/rustwide/target/debug/deps/libtokio-2a843d86a3d2a5a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-dd9acab9c48d47e7.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-a218d6dbdc9ed343.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-6add00ed286948cc.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-28b457ba101272c0.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-bf1743b5d76a9b32.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-7c7550816de9ab7d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-f7ebb647495f78e6.rlib" "/opt/rustwide/target/debug/deps/libwebsocket-c764a8de27754d68.rlib" "/opt/rustwide/target/debug/deps/libwebsocket_base-f09a661e0e1615b6.rlib" "/opt/rustwide/target/debug/deps/libsha1-53c1eb9bf2dabfd6.rlib" "/opt/rustwide/target/debug/deps/libbase64-d968c169cd2268b1.rlib" "/opt/rustwide/target/debug/deps/librand-cf17efb039deac19.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-6bd4620e708cdb51.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d6533207884e81ec.rlib" "/opt/rustwide/target/debug/deps/librand_hc-e06466b7f80f8ad5.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-aad34ed752f7e4bb.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-d7c73f36431ab21e.rlib" "/opt/rustwide/target/debug/deps/librand_core-c1396f78a55a6243.rlib" "/opt/rustwide/target/debug/deps/librand_os-dee5087c4071fa29.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c0aa4284fb906dad.rlib" "/opt/rustwide/target/debug/deps/librand_core-7777f623c08783e5.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-bdc63e411170d63f.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-e794ba094d4fafcd.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-171718d1e88744e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-d7262a8c78c1de48.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-2596b212bd735750.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-91aa12b26f485b6c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-3123efae87e4d8c8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ec7275bb98e9f00d.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-9da774b3463b5176.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cd36246f40de6e22.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmio-cd954e222010b225.rlib" "/opt/rustwide/target/debug/deps/libslab-e1009ebac76bd4cc.rlib" "/opt/rustwide/target/debug/deps/libnet2-aaaa7a86bc6da00a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-149db1c6a326b9cd.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-81529d4c13a27ab5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-30d62176f29c83f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-d9b287bc5e2159e6.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-120399b4e805f1e1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libhyper-6481c3a585594e1d.rlib" "/opt/rustwide/target/debug/deps/libmime-d08a3ed7eac929dc.rlib" "/opt/rustwide/target/debug/deps/liblog-fdb74b81451f4926.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-276927bf4664bf5a.rlib" "/opt/rustwide/target/debug/deps/libtypeable-6e97b32755d7437e.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-0b05b1821ec7acd4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libhttparse-a3315fc1f988f3f6.rlib" "/opt/rustwide/target/debug/deps/libunicase-8c26e66508cf309e.rlib" "/opt/rustwide/target/debug/deps/liburl-e7fdd8770a39aa73.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-3f44b5af6f918394.rlib" "/opt/rustwide/target/debug/deps/libidna-b755af6001d0efb4.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-47a55306d554a8e3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6f5f06a328d9f41a.rlib" "/opt/rustwide/target/debug/deps/libmatches-c3f0b3c90ee9980c.rlib" "/opt/rustwide/target/debug/deps/libtime-c76c996193cca806.rlib" "/opt/rustwide/target/debug/deps/libbase64-3bd61d3298b0deaf.rlib" "/opt/rustwide/target/debug/deps/libsafemem-bb54d7cb3f5aa219.rlib" "/opt/rustwide/target/debug/deps/libfutures-482434e4ffb267fa.rlib" "/opt/rustwide/target/debug/deps/libbytes-8c7a1fa8e3bee776.rlib" "/opt/rustwide/target/debug/deps/libiovec-998ef5ad5bb97b7d.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.mystery.c5otft3r-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2" "/opt/rustwide/target/debug/deps/mystery-4c1df385dbb60cf2.n4hgj2z8jiso632.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f7cfccacd567dfe5/out" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e400a06feeddb41f.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8ca745aec409b30d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dddd49119eca10c7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f84b2ca2f59187b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-53983bcf89dbd6ef.rlib" "/opt/rustwide/target/debug/deps/libhardback_server-d22c7cc9b9568039.rlib" "/opt/rustwide/target/debug/deps/libitertools-4bbc64794bfe2a64.rlib" "/opt/rustwide/target/debug/deps/libeither-4dacddaf9c5fa722.rlib" "/opt/rustwide/target/debug/deps/libhardback_codec-f35a1e08376bdcff.rlib" "/opt/rustwide/target/debug/deps/libchrono-9702f33ebccb3160.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b9c0d786908b6487.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-749e254c0a4b1de3.rlib" "/opt/rustwide/target/debug/deps/libcardgame_macros-b5ca1a45894ec87d.rlib" "/opt/rustwide/target/debug/deps/librand-0904609030afe300.rlib" "/opt/rustwide/target/debug/deps/librust_wordnik-176f4c17a5ff6d45.rlib" "/opt/rustwide/target/debug/deps/libreqwest-aae4199b014d9961.rlib" "/opt/rustwide/target/debug/deps/libuuid-a429bdcbf7671817.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-d6a387da21ddae26.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-c9097b31b9f490cf.rlib" "/opt/rustwide/target/debug/deps/libunicase-e02541644abb99c9.rlib" "/opt/rustwide/target/debug/deps/libmime-c069d2a09c5e3ced.rlib" "/opt/rustwide/target/debug/deps/libflate2-2bb17d73e13ef137.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-0a63d954d98a333c.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c81c3faea32f4991.rlib" "/opt/rustwide/target/debug/deps/libhyper-335fa7057ee64623.rlib" "/opt/rustwide/target/debug/deps/libwant-bbb06918f9f418ff.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libh2-6126b520c649b523.rlib" "/opt/rustwide/target/debug/deps/libindexmap-4849eae6e2d6d4d4.rlib" "/opt/rustwide/target/debug/deps/libstring-d5f5666ffcbe4d97.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5d2096873cc32d16.rlib" "/opt/rustwide/target/debug/deps/libhttp-abf8d58b189421e1.rlib" "/opt/rustwide/target/debug/deps/libitoa-25d33da1e28d930f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-021a118db3f523c9.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-82c30b82ae8128de.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7dd7f73523e036fe.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f904f22c9fdfc3e6.rlib" "/opt/rustwide/target/debug/deps/libitoa-d8eef8eb9027cd2d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-96988fd306dce1f3.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-cead978ba10bd09a.rlib" "/opt/rustwide/target/debug/deps/liburl-2ffa21d0ac56c4a9.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-bae4c6d884296e4c.rlib" "/opt/rustwide/target/debug/deps/libidna-f663b71f70f96a3c.rlib" "/opt/rustwide/target/debug/deps/libregex-356cb5ee1754fd85.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-bf3ea58187fe9513.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-669db2df94dcce85.rlib" "/opt/rustwide/target/debug/deps/libtry_from-5354f7cf6dc6c93f.rlib" "/opt/rustwide/target/debug/deps/libserde-7f71b5d1331317f0.rlib" "/opt/rustwide/target/debug/deps/libfailure-964b377e64c9e557.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2cadf5497acbf0a1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-5dd0953a3139b48e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-1065d3ec5013e137.rlib" "/opt/rustwide/target/debug/deps/libcookie-2f21e6f519056cbc.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-e0746f1cf3dbddd6.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-406ea25a6963ecf0.rlib" "/opt/rustwide/target/debug/deps/libtokio-2a843d86a3d2a5a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-dd9acab9c48d47e7.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-a218d6dbdc9ed343.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-6add00ed286948cc.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-28b457ba101272c0.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-bf1743b5d76a9b32.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-7c7550816de9ab7d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-f7ebb647495f78e6.rlib" "/opt/rustwide/target/debug/deps/libwebsocket-c764a8de27754d68.rlib" "/opt/rustwide/target/debug/deps/libwebsocket_base-f09a661e0e1615b6.rlib" "/opt/rustwide/target/debug/deps/libsha1-53c1eb9bf2dabfd6.rlib" "/opt/rustwide/target/debug/deps/libbase64-d968c169cd2268b1.rlib" "/opt/rustwide/target/debug/deps/librand-cf17efb039deac19.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-6bd4620e708cdb51.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d6533207884e81ec.rlib" "/opt/rustwide/target/debug/deps/librand_hc-e06466b7f80f8ad5.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-aad34ed752f7e4bb.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-d7c73f36431ab21e.rlib" "/opt/rustwide/target/debug/deps/librand_core-c1396f78a55a6243.rlib" "/opt/rustwide/target/debug/deps/librand_os-dee5087c4071fa29.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c0aa4284fb906dad.rlib" "/opt/rustwide/target/debug/deps/librand_core-7777f623c08783e5.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-bdc63e411170d63f.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-e794ba094d4fafcd.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-171718d1e88744e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-d7262a8c78c1de48.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-2596b212bd735750.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-91aa12b26f485b6c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-3123efae87e4d8c8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ec7275bb98e9f00d.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-9da774b3463b5176.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cd36246f40de6e22.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmio-cd954e222010b225.rlib" "/opt/rustwide/target/debug/deps/libslab-e1009ebac76bd4cc.rlib" "/opt/rustwide/target/debug/deps/libnet2-aaaa7a86bc6da00a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-149db1c6a326b9cd.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-81529d4c13a27ab5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-30d62176f29c83f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-d9b287bc5e2159e6.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-120399b4e805f1e1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libhyper-6481c3a585594e1d.rlib" "/opt/rustwide/target/debug/deps/libmime-d08a3ed7eac929dc.rlib" "/opt/rustwide/target/debug/deps/liblog-fdb74b81451f4926.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-276927bf4664bf5a.rlib" "/opt/rustwide/target/debug/deps/libtypeable-6e97b32755d7437e.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-0b05b1821ec7acd4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libhttparse-a3315fc1f988f3f6.rlib" "/opt/rustwide/target/debug/deps/libunicase-8c26e66508cf309e.rlib" "/opt/rustwide/target/debug/deps/liburl-e7fdd8770a39aa73.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-3f44b5af6f918394.rlib" "/opt/rustwide/target/debug/deps/libidna-b755af6001d0efb4.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-47a55306d554a8e3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6f5f06a328d9f41a.rlib" "/opt/rustwide/target/debug/deps/libmatches-c3f0b3c90ee9980c.rlib" "/opt/rustwide/target/debug/deps/libtime-c76c996193cca806.rlib" "/opt/rustwide/target/debug/deps/libbase64-3bd61d3298b0deaf.rlib" "/opt/rustwide/target/debug/deps/libsafemem-bb54d7cb3f5aa219.rlib" "/opt/rustwide/target/debug/deps/libfutures-482434e4ffb267fa.rlib" "/opt/rustwide/target/debug/deps/libbytes-8c7a1fa8e3bee776.rlib" "/opt/rustwide/target/debug/deps/libiovec-998ef5ad5bb97b7d.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.timeless.5tsrq2lx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872" "/opt/rustwide/target/debug/deps/timeless-d674cbf26607e872.4syexi640fhmhwi5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f7cfccacd567dfe5/out" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e400a06feeddb41f.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8ca745aec409b30d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dddd49119eca10c7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f84b2ca2f59187b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-53983bcf89dbd6ef.rlib" "/opt/rustwide/target/debug/deps/libhardback_server-d22c7cc9b9568039.rlib" "/opt/rustwide/target/debug/deps/libitertools-4bbc64794bfe2a64.rlib" "/opt/rustwide/target/debug/deps/libeither-4dacddaf9c5fa722.rlib" "/opt/rustwide/target/debug/deps/libhardback_codec-f35a1e08376bdcff.rlib" "/opt/rustwide/target/debug/deps/libchrono-9702f33ebccb3160.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b9c0d786908b6487.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-749e254c0a4b1de3.rlib" "/opt/rustwide/target/debug/deps/libcardgame_macros-b5ca1a45894ec87d.rlib" "/opt/rustwide/target/debug/deps/librand-0904609030afe300.rlib" "/opt/rustwide/target/debug/deps/librust_wordnik-176f4c17a5ff6d45.rlib" "/opt/rustwide/target/debug/deps/libreqwest-aae4199b014d9961.rlib" "/opt/rustwide/target/debug/deps/libuuid-a429bdcbf7671817.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-d6a387da21ddae26.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-c9097b31b9f490cf.rlib" "/opt/rustwide/target/debug/deps/libunicase-e02541644abb99c9.rlib" "/opt/rustwide/target/debug/deps/libmime-c069d2a09c5e3ced.rlib" "/opt/rustwide/target/debug/deps/libflate2-2bb17d73e13ef137.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-0a63d954d98a333c.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c81c3faea32f4991.rlib" "/opt/rustwide/target/debug/deps/libhyper-335fa7057ee64623.rlib" "/opt/rustwide/target/debug/deps/libwant-bbb06918f9f418ff.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libh2-6126b520c649b523.rlib" "/opt/rustwide/target/debug/deps/libindexmap-4849eae6e2d6d4d4.rlib" "/opt/rustwide/target/debug/deps/libstring-d5f5666ffcbe4d97.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5d2096873cc32d16.rlib" "/opt/rustwide/target/debug/deps/libhttp-abf8d58b189421e1.rlib" "/opt/rustwide/target/debug/deps/libitoa-25d33da1e28d930f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-021a118db3f523c9.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-82c30b82ae8128de.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7dd7f73523e036fe.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f904f22c9fdfc3e6.rlib" "/opt/rustwide/target/debug/deps/libitoa-d8eef8eb9027cd2d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-96988fd306dce1f3.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-cead978ba10bd09a.rlib" "/opt/rustwide/target/debug/deps/liburl-2ffa21d0ac56c4a9.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-bae4c6d884296e4c.rlib" "/opt/rustwide/target/debug/deps/libidna-f663b71f70f96a3c.rlib" "/opt/rustwide/target/debug/deps/libregex-356cb5ee1754fd85.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-bf3ea58187fe9513.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-669db2df94dcce85.rlib" "/opt/rustwide/target/debug/deps/libtry_from-5354f7cf6dc6c93f.rlib" "/opt/rustwide/target/debug/deps/libserde-7f71b5d1331317f0.rlib" "/opt/rustwide/target/debug/deps/libfailure-964b377e64c9e557.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2cadf5497acbf0a1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-5dd0953a3139b48e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-1065d3ec5013e137.rlib" "/opt/rustwide/target/debug/deps/libcookie-2f21e6f519056cbc.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-e0746f1cf3dbddd6.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-406ea25a6963ecf0.rlib" "/opt/rustwide/target/debug/deps/libtokio-2a843d86a3d2a5a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-dd9acab9c48d47e7.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-a218d6dbdc9ed343.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-6add00ed286948cc.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-28b457ba101272c0.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-bf1743b5d76a9b32.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-7c7550816de9ab7d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-f7ebb647495f78e6.rlib" "/opt/rustwide/target/debug/deps/libwebsocket-c764a8de27754d68.rlib" "/opt/rustwide/target/debug/deps/libwebsocket_base-f09a661e0e1615b6.rlib" "/opt/rustwide/target/debug/deps/libsha1-53c1eb9bf2dabfd6.rlib" "/opt/rustwide/target/debug/deps/libbase64-d968c169cd2268b1.rlib" "/opt/rustwide/target/debug/deps/librand-cf17efb039deac19.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-6bd4620e708cdb51.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d6533207884e81ec.rlib" "/opt/rustwide/target/debug/deps/librand_hc-e06466b7f80f8ad5.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-aad34ed752f7e4bb.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-d7c73f36431ab21e.rlib" "/opt/rustwide/target/debug/deps/librand_core-c1396f78a55a6243.rlib" "/opt/rustwide/target/debug/deps/librand_os-dee5087c4071fa29.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c0aa4284fb906dad.rlib" "/opt/rustwide/target/debug/deps/librand_core-7777f623c08783e5.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-bdc63e411170d63f.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-e794ba094d4fafcd.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-171718d1e88744e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-d7262a8c78c1de48.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-2596b212bd735750.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-91aa12b26f485b6c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-3123efae87e4d8c8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ec7275bb98e9f00d.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-9da774b3463b5176.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cd36246f40de6e22.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmio-cd954e222010b225.rlib" "/opt/rustwide/target/debug/deps/libslab-e1009ebac76bd4cc.rlib" "/opt/rustwide/target/debug/deps/libnet2-aaaa7a86bc6da00a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-149db1c6a326b9cd.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-81529d4c13a27ab5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-30d62176f29c83f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-d9b287bc5e2159e6.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-120399b4e805f1e1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libhyper-6481c3a585594e1d.rlib" "/opt/rustwide/target/debug/deps/libmime-d08a3ed7eac929dc.rlib" "/opt/rustwide/target/debug/deps/liblog-fdb74b81451f4926.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-276927bf4664bf5a.rlib" "/opt/rustwide/target/debug/deps/libtypeable-6e97b32755d7437e.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-0b05b1821ec7acd4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libhttparse-a3315fc1f988f3f6.rlib" "/opt/rustwide/target/debug/deps/libunicase-8c26e66508cf309e.rlib" "/opt/rustwide/target/debug/deps/liburl-e7fdd8770a39aa73.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-3f44b5af6f918394.rlib" "/opt/rustwide/target/debug/deps/libidna-b755af6001d0efb4.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-47a55306d554a8e3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6f5f06a328d9f41a.rlib" "/opt/rustwide/target/debug/deps/libmatches-c3f0b3c90ee9980c.rlib" "/opt/rustwide/target/debug/deps/libtime-c76c996193cca806.rlib" "/opt/rustwide/target/debug/deps/libbase64-3bd61d3298b0deaf.rlib" "/opt/rustwide/target/debug/deps/libsafemem-bb54d7cb3f5aa219.rlib" "/opt/rustwide/target/debug/deps/libfutures-482434e4ffb267fa.rlib" "/opt/rustwide/target/debug/deps/libbytes-8c7a1fa8e3bee776.rlib" "/opt/rustwide/target/debug/deps/libiovec-998ef5ad5bb97b7d.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.overlay.3mell0sq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1" "/opt/rustwide/target/debug/deps/overlay-d3d8ebd9a0dcc0f1.48pnfjcf3lxb7z5v.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f7cfccacd567dfe5/out" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e400a06feeddb41f.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8ca745aec409b30d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dddd49119eca10c7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f84b2ca2f59187b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-53983bcf89dbd6ef.rlib" "/opt/rustwide/target/debug/deps/libhardback_server-d22c7cc9b9568039.rlib" "/opt/rustwide/target/debug/deps/libitertools-4bbc64794bfe2a64.rlib" "/opt/rustwide/target/debug/deps/libeither-4dacddaf9c5fa722.rlib" "/opt/rustwide/target/debug/deps/libhardback_codec-f35a1e08376bdcff.rlib" "/opt/rustwide/target/debug/deps/libchrono-9702f33ebccb3160.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b9c0d786908b6487.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-749e254c0a4b1de3.rlib" "/opt/rustwide/target/debug/deps/libcardgame_macros-b5ca1a45894ec87d.rlib" "/opt/rustwide/target/debug/deps/librand-0904609030afe300.rlib" "/opt/rustwide/target/debug/deps/librust_wordnik-176f4c17a5ff6d45.rlib" "/opt/rustwide/target/debug/deps/libreqwest-aae4199b014d9961.rlib" "/opt/rustwide/target/debug/deps/libuuid-a429bdcbf7671817.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-d6a387da21ddae26.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-c9097b31b9f490cf.rlib" "/opt/rustwide/target/debug/deps/libunicase-e02541644abb99c9.rlib" "/opt/rustwide/target/debug/deps/libmime-c069d2a09c5e3ced.rlib" "/opt/rustwide/target/debug/deps/libflate2-2bb17d73e13ef137.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-0a63d954d98a333c.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c81c3faea32f4991.rlib" "/opt/rustwide/target/debug/deps/libhyper-335fa7057ee64623.rlib" "/opt/rustwide/target/debug/deps/libwant-bbb06918f9f418ff.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libh2-6126b520c649b523.rlib" "/opt/rustwide/target/debug/deps/libindexmap-4849eae6e2d6d4d4.rlib" "/opt/rustwide/target/debug/deps/libstring-d5f5666ffcbe4d97.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5d2096873cc32d16.rlib" "/opt/rustwide/target/debug/deps/libhttp-abf8d58b189421e1.rlib" "/opt/rustwide/target/debug/deps/libitoa-25d33da1e28d930f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-021a118db3f523c9.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-82c30b82ae8128de.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7dd7f73523e036fe.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f904f22c9fdfc3e6.rlib" "/opt/rustwide/target/debug/deps/libitoa-d8eef8eb9027cd2d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-96988fd306dce1f3.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-cead978ba10bd09a.rlib" "/opt/rustwide/target/debug/deps/liburl-2ffa21d0ac56c4a9.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-bae4c6d884296e4c.rlib" "/opt/rustwide/target/debug/deps/libidna-f663b71f70f96a3c.rlib" "/opt/rustwide/target/debug/deps/libregex-356cb5ee1754fd85.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-bf3ea58187fe9513.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-669db2df94dcce85.rlib" "/opt/rustwide/target/debug/deps/libtry_from-5354f7cf6dc6c93f.rlib" "/opt/rustwide/target/debug/deps/libserde-7f71b5d1331317f0.rlib" "/opt/rustwide/target/debug/deps/libfailure-964b377e64c9e557.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2cadf5497acbf0a1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-5dd0953a3139b48e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-1065d3ec5013e137.rlib" "/opt/rustwide/target/debug/deps/libcookie-2f21e6f519056cbc.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-e0746f1cf3dbddd6.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-406ea25a6963ecf0.rlib" "/opt/rustwide/target/debug/deps/libtokio-2a843d86a3d2a5a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-dd9acab9c48d47e7.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-a218d6dbdc9ed343.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-6add00ed286948cc.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-28b457ba101272c0.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-bf1743b5d76a9b32.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-7c7550816de9ab7d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-f7ebb647495f78e6.rlib" "/opt/rustwide/target/debug/deps/libwebsocket-c764a8de27754d68.rlib" "/opt/rustwide/target/debug/deps/libwebsocket_base-f09a661e0e1615b6.rlib" "/opt/rustwide/target/debug/deps/libsha1-53c1eb9bf2dabfd6.rlib" "/opt/rustwide/target/debug/deps/libbase64-d968c169cd2268b1.rlib" "/opt/rustwide/target/debug/deps/librand-cf17efb039deac19.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-6bd4620e708cdb51.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d6533207884e81ec.rlib" "/opt/rustwide/target/debug/deps/librand_hc-e06466b7f80f8ad5.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-aad34ed752f7e4bb.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-d7c73f36431ab21e.rlib" "/opt/rustwide/target/debug/deps/librand_core-c1396f78a55a6243.rlib" "/opt/rustwide/target/debug/deps/librand_os-dee5087c4071fa29.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c0aa4284fb906dad.rlib" "/opt/rustwide/target/debug/deps/librand_core-7777f623c08783e5.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-bdc63e411170d63f.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-e794ba094d4fafcd.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-171718d1e88744e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-d7262a8c78c1de48.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-2596b212bd735750.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-91aa12b26f485b6c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-3123efae87e4d8c8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ec7275bb98e9f00d.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-9da774b3463b5176.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cd36246f40de6e22.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmio-cd954e222010b225.rlib" "/opt/rustwide/target/debug/deps/libslab-e1009ebac76bd4cc.rlib" "/opt/rustwide/target/debug/deps/libnet2-aaaa7a86bc6da00a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-149db1c6a326b9cd.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-81529d4c13a27ab5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-30d62176f29c83f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-d9b287bc5e2159e6.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-120399b4e805f1e1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libhyper-6481c3a585594e1d.rlib" "/opt/rustwide/target/debug/deps/libmime-d08a3ed7eac929dc.rlib" "/opt/rustwide/target/debug/deps/liblog-fdb74b81451f4926.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-276927bf4664bf5a.rlib" "/opt/rustwide/target/debug/deps/libtypeable-6e97b32755d7437e.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-0b05b1821ec7acd4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libhttparse-a3315fc1f988f3f6.rlib" "/opt/rustwide/target/debug/deps/libunicase-8c26e66508cf309e.rlib" "/opt/rustwide/target/debug/deps/liburl-e7fdd8770a39aa73.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-3f44b5af6f918394.rlib" "/opt/rustwide/target/debug/deps/libidna-b755af6001d0efb4.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-47a55306d554a8e3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6f5f06a328d9f41a.rlib" "/opt/rustwide/target/debug/deps/libmatches-c3f0b3c90ee9980c.rlib" "/opt/rustwide/target/debug/deps/libtime-c76c996193cca806.rlib" "/opt/rustwide/target/debug/deps/libbase64-3bd61d3298b0deaf.rlib" "/opt/rustwide/target/debug/deps/libsafemem-bb54d7cb3f5aa219.rlib" "/opt/rustwide/target/debug/deps/libfutures-482434e4ffb267fa.rlib" "/opt/rustwide/target/debug/deps/libbytes-8c7a1fa8e3bee776.rlib" "/opt/rustwide/target/debug/deps/libiovec-998ef5ad5bb97b7d.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.adventure.d1hsohzf-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0" "/opt/rustwide/target/debug/deps/adventure-8205058b7b8ea9b0.4wrmn7d2qjdb89xn.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f7cfccacd567dfe5/out" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e400a06feeddb41f.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8ca745aec409b30d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dddd49119eca10c7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f84b2ca2f59187b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-53983bcf89dbd6ef.rlib" "/opt/rustwide/target/debug/deps/libhardback_server-d22c7cc9b9568039.rlib" "/opt/rustwide/target/debug/deps/libitertools-4bbc64794bfe2a64.rlib" "/opt/rustwide/target/debug/deps/libeither-4dacddaf9c5fa722.rlib" "/opt/rustwide/target/debug/deps/libhardback_codec-f35a1e08376bdcff.rlib" "/opt/rustwide/target/debug/deps/libchrono-9702f33ebccb3160.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b9c0d786908b6487.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-749e254c0a4b1de3.rlib" "/opt/rustwide/target/debug/deps/libcardgame_macros-b5ca1a45894ec87d.rlib" "/opt/rustwide/target/debug/deps/librand-0904609030afe300.rlib" "/opt/rustwide/target/debug/deps/librust_wordnik-176f4c17a5ff6d45.rlib" "/opt/rustwide/target/debug/deps/libreqwest-aae4199b014d9961.rlib" "/opt/rustwide/target/debug/deps/libuuid-a429bdcbf7671817.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-d6a387da21ddae26.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-c9097b31b9f490cf.rlib" "/opt/rustwide/target/debug/deps/libunicase-e02541644abb99c9.rlib" "/opt/rustwide/target/debug/deps/libmime-c069d2a09c5e3ced.rlib" "/opt/rustwide/target/debug/deps/libflate2-2bb17d73e13ef137.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-0a63d954d98a333c.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c81c3faea32f4991.rlib" "/opt/rustwide/target/debug/deps/libhyper-335fa7057ee64623.rlib" "/opt/rustwide/target/debug/deps/libwant-bbb06918f9f418ff.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libh2-6126b520c649b523.rlib" "/opt/rustwide/target/debug/deps/libindexmap-4849eae6e2d6d4d4.rlib" "/opt/rustwide/target/debug/deps/libstring-d5f5666ffcbe4d97.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5d2096873cc32d16.rlib" "/opt/rustwide/target/debug/deps/libhttp-abf8d58b189421e1.rlib" "/opt/rustwide/target/debug/deps/libitoa-25d33da1e28d930f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-021a118db3f523c9.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-82c30b82ae8128de.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7dd7f73523e036fe.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f904f22c9fdfc3e6.rlib" "/opt/rustwide/target/debug/deps/libitoa-d8eef8eb9027cd2d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-96988fd306dce1f3.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-cead978ba10bd09a.rlib" "/opt/rustwide/target/debug/deps/liburl-2ffa21d0ac56c4a9.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-bae4c6d884296e4c.rlib" "/opt/rustwide/target/debug/deps/libidna-f663b71f70f96a3c.rlib" "/opt/rustwide/target/debug/deps/libregex-356cb5ee1754fd85.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-bf3ea58187fe9513.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-669db2df94dcce85.rlib" "/opt/rustwide/target/debug/deps/libtry_from-5354f7cf6dc6c93f.rlib" "/opt/rustwide/target/debug/deps/libserde-7f71b5d1331317f0.rlib" "/opt/rustwide/target/debug/deps/libfailure-964b377e64c9e557.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2cadf5497acbf0a1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-5dd0953a3139b48e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-1065d3ec5013e137.rlib" "/opt/rustwide/target/debug/deps/libcookie-2f21e6f519056cbc.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-e0746f1cf3dbddd6.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-406ea25a6963ecf0.rlib" "/opt/rustwide/target/debug/deps/libtokio-2a843d86a3d2a5a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-dd9acab9c48d47e7.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-a218d6dbdc9ed343.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-6add00ed286948cc.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-28b457ba101272c0.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-bf1743b5d76a9b32.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-7c7550816de9ab7d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-f7ebb647495f78e6.rlib" "/opt/rustwide/target/debug/deps/libwebsocket-c764a8de27754d68.rlib" "/opt/rustwide/target/debug/deps/libwebsocket_base-f09a661e0e1615b6.rlib" "/opt/rustwide/target/debug/deps/libsha1-53c1eb9bf2dabfd6.rlib" "/opt/rustwide/target/debug/deps/libbase64-d968c169cd2268b1.rlib" "/opt/rustwide/target/debug/deps/librand-cf17efb039deac19.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-6bd4620e708cdb51.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d6533207884e81ec.rlib" "/opt/rustwide/target/debug/deps/librand_hc-e06466b7f80f8ad5.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-aad34ed752f7e4bb.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-d7c73f36431ab21e.rlib" "/opt/rustwide/target/debug/deps/librand_core-c1396f78a55a6243.rlib" "/opt/rustwide/target/debug/deps/librand_os-dee5087c4071fa29.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c0aa4284fb906dad.rlib" "/opt/rustwide/target/debug/deps/librand_core-7777f623c08783e5.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-bdc63e411170d63f.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-e794ba094d4fafcd.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-171718d1e88744e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-d7262a8c78c1de48.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-2596b212bd735750.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-91aa12b26f485b6c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-3123efae87e4d8c8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ec7275bb98e9f00d.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-9da774b3463b5176.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cd36246f40de6e22.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmio-cd954e222010b225.rlib" "/opt/rustwide/target/debug/deps/libslab-e1009ebac76bd4cc.rlib" "/opt/rustwide/target/debug/deps/libnet2-aaaa7a86bc6da00a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-149db1c6a326b9cd.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-81529d4c13a27ab5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-30d62176f29c83f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-d9b287bc5e2159e6.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-120399b4e805f1e1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libhyper-6481c3a585594e1d.rlib" "/opt/rustwide/target/debug/deps/libmime-d08a3ed7eac929dc.rlib" "/opt/rustwide/target/debug/deps/liblog-fdb74b81451f4926.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-276927bf4664bf5a.rlib" "/opt/rustwide/target/debug/deps/libtypeable-6e97b32755d7437e.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-0b05b1821ec7acd4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libhttparse-a3315fc1f988f3f6.rlib" "/opt/rustwide/target/debug/deps/libunicase-8c26e66508cf309e.rlib" "/opt/rustwide/target/debug/deps/liburl-e7fdd8770a39aa73.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-3f44b5af6f918394.rlib" "/opt/rustwide/target/debug/deps/libidna-b755af6001d0efb4.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-47a55306d554a8e3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6f5f06a328d9f41a.rlib" "/opt/rustwide/target/debug/deps/libmatches-c3f0b3c90ee9980c.rlib" "/opt/rustwide/target/debug/deps/libtime-c76c996193cca806.rlib" "/opt/rustwide/target/debug/deps/libbase64-3bd61d3298b0deaf.rlib" "/opt/rustwide/target/debug/deps/libsafemem-bb54d7cb3f5aa219.rlib" "/opt/rustwide/target/debug/deps/libfutures-482434e4ffb267fa.rlib" "/opt/rustwide/target/debug/deps/libbytes-8c7a1fa8e3bee776.rlib" "/opt/rustwide/target/debug/deps/libiovec-998ef5ad5bb97b7d.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.parse_game_log.81debuq1-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671" "/opt/rustwide/target/debug/deps/parse_game_log-f82c2389c7c8b671.4ft4ddvdngr66a94.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f7cfccacd567dfe5/out" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e400a06feeddb41f.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8ca745aec409b30d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dddd49119eca10c7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f84b2ca2f59187b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-53983bcf89dbd6ef.rlib" "/opt/rustwide/target/debug/deps/libhardback_server-d22c7cc9b9568039.rlib" "/opt/rustwide/target/debug/deps/libitertools-4bbc64794bfe2a64.rlib" "/opt/rustwide/target/debug/deps/libeither-4dacddaf9c5fa722.rlib" "/opt/rustwide/target/debug/deps/libhardback_codec-f35a1e08376bdcff.rlib" "/opt/rustwide/target/debug/deps/libchrono-9702f33ebccb3160.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-b9c0d786908b6487.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-749e254c0a4b1de3.rlib" "/opt/rustwide/target/debug/deps/libcardgame_macros-b5ca1a45894ec87d.rlib" "/opt/rustwide/target/debug/deps/librand-0904609030afe300.rlib" "/opt/rustwide/target/debug/deps/librust_wordnik-176f4c17a5ff6d45.rlib" "/opt/rustwide/target/debug/deps/libreqwest-aae4199b014d9961.rlib" "/opt/rustwide/target/debug/deps/libuuid-a429bdcbf7671817.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-d6a387da21ddae26.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-c9097b31b9f490cf.rlib" "/opt/rustwide/target/debug/deps/libunicase-e02541644abb99c9.rlib" "/opt/rustwide/target/debug/deps/libmime-c069d2a09c5e3ced.rlib" "/opt/rustwide/target/debug/deps/libflate2-2bb17d73e13ef137.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-0a63d954d98a333c.rlib" "/opt/rustwide/target/debug/deps/libadler32-9f25c8b4bfdf98a3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c26169e315fbc542.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-c81c3faea32f4991.rlib" "/opt/rustwide/target/debug/deps/libhyper-335fa7057ee64623.rlib" "/opt/rustwide/target/debug/deps/libwant-bbb06918f9f418ff.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libh2-6126b520c649b523.rlib" "/opt/rustwide/target/debug/deps/libindexmap-4849eae6e2d6d4d4.rlib" "/opt/rustwide/target/debug/deps/libstring-d5f5666ffcbe4d97.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-5d2096873cc32d16.rlib" "/opt/rustwide/target/debug/deps/libhttp-abf8d58b189421e1.rlib" "/opt/rustwide/target/debug/deps/libitoa-25d33da1e28d930f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-021a118db3f523c9.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-82c30b82ae8128de.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7dd7f73523e036fe.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f904f22c9fdfc3e6.rlib" "/opt/rustwide/target/debug/deps/libitoa-d8eef8eb9027cd2d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-96988fd306dce1f3.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-cead978ba10bd09a.rlib" "/opt/rustwide/target/debug/deps/liburl-2ffa21d0ac56c4a9.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-bae4c6d884296e4c.rlib" "/opt/rustwide/target/debug/deps/libidna-f663b71f70f96a3c.rlib" "/opt/rustwide/target/debug/deps/libregex-356cb5ee1754fd85.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-bf3ea58187fe9513.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-669db2df94dcce85.rlib" "/opt/rustwide/target/debug/deps/libtry_from-5354f7cf6dc6c93f.rlib" "/opt/rustwide/target/debug/deps/libserde-7f71b5d1331317f0.rlib" "/opt/rustwide/target/debug/deps/libfailure-964b377e64c9e557.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2cadf5497acbf0a1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-5dd0953a3139b48e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-1065d3ec5013e137.rlib" "/opt/rustwide/target/debug/deps/libcookie-2f21e6f519056cbc.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-e0746f1cf3dbddd6.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-406ea25a6963ecf0.rlib" "/opt/rustwide/target/debug/deps/libtokio-2a843d86a3d2a5a5.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-dd9acab9c48d47e7.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-a218d6dbdc9ed343.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-6add00ed286948cc.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-28b457ba101272c0.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-bf1743b5d76a9b32.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-7c7550816de9ab7d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-7ccd3505c217fd89.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-3fa28cf5f8ac1f06.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-f6322f653d915080.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-0146c59fa757dca2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-4a49382f99c78481.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-f7ebb647495f78e6.rlib" "/opt/rustwide/target/debug/deps/libwebsocket-c764a8de27754d68.rlib" "/opt/rustwide/target/debug/deps/libwebsocket_base-f09a661e0e1615b6.rlib" "/opt/rustwide/target/debug/deps/libsha1-53c1eb9bf2dabfd6.rlib" "/opt/rustwide/target/debug/deps/libbase64-d968c169cd2268b1.rlib" "/opt/rustwide/target/debug/deps/librand-cf17efb039deac19.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-6bd4620e708cdb51.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d6533207884e81ec.rlib" "/opt/rustwide/target/debug/deps/librand_hc-e06466b7f80f8ad5.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-aad34ed752f7e4bb.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-d7c73f36431ab21e.rlib" "/opt/rustwide/target/debug/deps/librand_core-c1396f78a55a6243.rlib" "/opt/rustwide/target/debug/deps/librand_os-dee5087c4071fa29.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c0aa4284fb906dad.rlib" "/opt/rustwide/target/debug/deps/librand_core-7777f623c08783e5.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-bdc63e411170d63f.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-e794ba094d4fafcd.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-171718d1e88744e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-d7262a8c78c1de48.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-2596b212bd735750.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-91aa12b26f485b6c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-3123efae87e4d8c8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ec7275bb98e9f00d.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-9da774b3463b5176.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cd36246f40de6e22.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-81bd70c953b45fed.rlib" "/opt/rustwide/target/debug/deps/libmio-cd954e222010b225.rlib" "/opt/rustwide/target/debug/deps/libslab-e1009ebac76bd4cc.rlib" "/opt/rustwide/target/debug/deps/libnet2-aaaa7a86bc6da00a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-24d5ce0c716698a8.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-149db1c6a326b9cd.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-81529d4c13a27ab5.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-30d62176f29c83f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-d9b287bc5e2159e6.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-120399b4e805f1e1.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liblog-ed52e2b865e43cb4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libhyper-6481c3a585594e1d.rlib" "/opt/rustwide/target/debug/deps/libmime-d08a3ed7eac929dc.rlib" "/opt/rustwide/target/debug/deps/liblog-fdb74b81451f4926.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-276927bf4664bf5a.rlib" "/opt/rustwide/target/debug/deps/libtypeable-6e97b32755d7437e.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-0b05b1821ec7acd4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-9495b99d19fae227.rlib" "/opt/rustwide/target/debug/deps/libhttparse-a3315fc1f988f3f6.rlib" "/opt/rustwide/target/debug/deps/libunicase-8c26e66508cf309e.rlib" "/opt/rustwide/target/debug/deps/liburl-e7fdd8770a39aa73.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-3f44b5af6f918394.rlib" "/opt/rustwide/target/debug/deps/libidna-b755af6001d0efb4.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-47a55306d554a8e3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6f5f06a328d9f41a.rlib" "/opt/rustwide/target/debug/deps/libmatches-c3f0b3c90ee9980c.rlib" "/opt/rustwide/target/debug/deps/libtime-c76c996193cca806.rlib" "/opt/rustwide/target/debug/deps/libbase64-3bd61d3298b0deaf.rlib" "/opt/rustwide/target/debug/deps/libsafemem-bb54d7cb3f5aa219.rlib" "/opt/rustwide/target/debug/deps/libfutures-482434e4ffb267fa.rlib" "/opt/rustwide/target/debug/deps/libbytes-8c7a1fa8e3bee776.rlib" "/opt/rustwide/target/debug/deps/libiovec-998ef5ad5bb97b7d.rlib" "/opt/rustwide/target/debug/deps/liblibc-6675d7af9092664d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4a8145f39c6f83ac.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "34dc8719ae800f46c4ee122182a15fc943f5e5dd3c795529f0f0e4f4a6d45433", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34dc8719ae800f46c4ee122182a15fc943f5e5dd3c795529f0f0e4f4a6d45433", kill_on_drop: false }` [INFO] [stdout] 34dc8719ae800f46c4ee122182a15fc943f5e5dd3c795529f0f0e4f4a6d45433