[INFO] cloning repository https://github.com/snow2flying/ostrich [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snow2flying/ostrich" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnow2flying%2Fostrich", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnow2flying%2Fostrich'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0f41785d0ba726923b1be2fd268846bd8981de74 [INFO] testing snow2flying/ostrich against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnow2flying%2Fostrich" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/snow2flying/ostrich on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/snow2flying/ostrich [INFO] finished tweaking git repo https://github.com/snow2flying/ostrich [INFO] tweaked toml for git repo https://github.com/snow2flying/ostrich written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/snow2flying/ostrich already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59157d6954978292eb32930a733961c1da5c94a35fa8c83799b5ba84b177e695 [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" "59157d6954978292eb32930a733961c1da5c94a35fa8c83799b5ba84b177e695", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59157d6954978292eb32930a733961c1da5c94a35fa8c83799b5ba84b177e695", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59157d6954978292eb32930a733961c1da5c94a35fa8c83799b5ba84b177e695", kill_on_drop: false }` [INFO] [stdout] 59157d6954978292eb32930a733961c1da5c94a35fa8c83799b5ba84b177e695 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 162356cb6e9e91e013b7a7047a92ade9fd69f97411674968703490d3f5e672a0 [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" "162356cb6e9e91e013b7a7047a92ade9fd69f97411674968703490d3f5e672a0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling fastrand v1.4.1 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling whoami v1.1.2 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling owned-alloc v0.2.0 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling curl v0.4.38 [INFO] [stderr] Compiling http-types v2.11.1 [INFO] [stderr] Compiling isahc v0.9.14 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling buddy-alloc v0.4.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling enclose v1.1.8 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling oid-registry v0.1.3 [INFO] [stderr] Compiling infer v0.2.3 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling rustversion v1.0.5 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling crc-catalog v1.1.1 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling service v0.1.0 (/opt/rustwide/workdir/service) [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling lru_time_cache v0.11.11 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling libnghttp2-sys v0.1.6+1.43.0 [INFO] [stderr] Compiling glommio v0.4.1 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling curl-sys v0.4.44+curl-7.77.0 [INFO] [stderr] Compiling libsqlite3-sys v0.22.2 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling tokio v1.7.1 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling openssl-sys v0.9.65 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling lockfree v0.5.1 [INFO] [stderr] Compiling crc v2.0.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling spinning_top v0.2.4 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling flume v0.9.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling sluice v0.5.4 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling membarrier v0.2.2 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling nix v0.19.1 [INFO] [stderr] Compiling rlimit v0.3.0 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling intrusive-collections v0.9.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling atoi v0.4.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling ahash v0.5.10 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling polyval v0.4.5 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling crossbeam v0.8.1 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling ghash v0.3.1 [INFO] [stderr] Compiling hkdf v0.10.0 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling aes-gcm v0.8.0 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling dialoguer v0.8.0 [INFO] [stderr] Compiling sqlformat v0.1.6 [INFO] [stderr] Compiling rusticata-macros v3.0.1 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling prost-derive v0.7.0 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling der-oid-macro v0.4.0 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling fluvio-test-derive v0.1.1 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling strum_macros v0.21.1 [INFO] [stderr] Compiling der-parser v5.1.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling polling v2.1.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling async-io v1.4.1 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling x509-parser v0.9.2 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling prost v0.7.0 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling crossterm v0.20.0 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-process v1.1.0 [INFO] [stderr] Compiling async-net v1.6.0 [INFO] [stderr] Compiling notify v4.0.17 [INFO] [stderr] Compiling async-std v1.9.0 [INFO] [stderr] Compiling comfy-table v3.0.0 [INFO] [stderr] Compiling async-rustls v0.2.0 [INFO] [stderr] Compiling fluvio-async-tls v0.2.0 [INFO] [stderr] Compiling async-tls v0.11.0 (/opt/rustwide/workdir/async-tls) [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-stream v0.1.6 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling tower v0.4.8 [INFO] [stderr] Compiling hyper v0.13.10 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling serde_qs v0.7.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling sqlx-rt v0.5.5 [INFO] [stderr] Compiling trust-dns-proto v0.20.3 [INFO] [stderr] Compiling sqlx-core v0.5.5 [INFO] [stderr] Compiling tracing-subscriber v0.2.18 [INFO] [stderr] Compiling command v0.1.0 (/opt/rustwide/workdir/command) [INFO] [stderr] Compiling flexi_logger v0.18.0 [INFO] [stderr] Compiling fluvio-future v0.3.5 [INFO] [stderr] Compiling hyper v0.14.9 [INFO] [stderr] Compiling http-client v6.4.1 [INFO] [stderr] Compiling trust-dns-rustls v0.20.3 [INFO] [stderr] Compiling surf v2.2.0 [INFO] [stderr] Compiling trust-dns-resolver v0.20.3 [INFO] [stderr] Compiling async-std-resolver v0.20.3 [INFO] [stderr] Compiling sqlx-macros v0.5.5 [INFO] [stderr] Compiling tonic v0.4.3 [INFO] [stderr] Compiling sqlx v0.5.5 [INFO] [stderr] Compiling errors v0.1.0 (/opt/rustwide/workdir/errors) [INFO] [stderr] Compiling network v0.1.0 (/opt/rustwide/workdir/network) [INFO] [stdout] warning: unused import: `RwLock` [INFO] [stdout] --> service/src/api/state.rs:2:30 [INFO] [stdout] | [INFO] [stdout] 2 | use async_std::sync::{Mutex, RwLock}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::Infallible` [INFO] [stdout] --> service/src/register/hyper.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::convert::Infallible; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `async_std::net::TcpListener` [INFO] [stdout] --> service/src/register/hyper.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use async_std::net::TcpListener; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `async_std::task` [INFO] [stdout] --> service/src/register/hyper.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use async_std::task; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `make_service_fn`, `service_fn` [INFO] [stdout] --> service/src/register/hyper.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | use hyper::service::{make_service_fn, service_fn}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Body`, `Request`, `Response`, `Server` [INFO] [stdout] --> service/src/register/hyper.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use hyper::{Body, Request, Response, Server}; [INFO] [stdout] | ^^^^ ^^^^^^^ ^^^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `StreamExt` is imported redundantly [INFO] [stdout] --> service/src/register/hyper.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 29 | use futures_lite::StreamExt; [INFO] [stdout] | ----------------------- the item `StreamExt` is already imported here [INFO] [stdout] ... [INFO] [stdout] 43 | use futures_lite::StreamExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `config`, `resolver` [INFO] [stdout] --> network/src/trojan/resolver.rs:2:26 [INFO] [stdout] | [INFO] [stdout] 2 | use async_std_resolver::{config, resolver, AsyncStdResolver}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> network/src/trojan/resolver.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | use errors::{Error, Result}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> network/src/trojan/resolver.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> network/src/trojan/udp.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 141 | mut tls_socket: TcpStream, [INFO] [stdout] | ----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `futures_lite::StreamExt` [INFO] [stdout] --> service/src/register/hyper.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | use futures_lite::StreamExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> service/src/register/hyper.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | mut self: Pin<&mut Self>, [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `platform` [INFO] [stdout] --> service/src/api/users.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | platform: Platform, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling app v0.1.0 (/opt/rustwide/workdir/app) [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Read` [INFO] [stdout] --> app/src/config.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::Read; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::mem::MaybeUninit` [INFO] [stdout] --> app/src/config.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::mem::MaybeUninit; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> app/src/proxy.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | use futures::future::{self, AbortHandle}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Age`, `Cleanup`, `Criterion`, `FileSpec`, `Logger`, `Naming`, `WriteMode`, `detailed_format`, `opt_format` [INFO] [stdout] --> app/src/lib.rs:137:5 [INFO] [stdout] | [INFO] [stdout] 137 | detailed_format, opt_format, Age, Cleanup, Criterion, FileSpec, Logger, Naming, WriteMode, [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^ ^^^^^^^ ^^^^^^^^^ ^^^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `v` [INFO] [stdout] --> app/src/lib.rs:186:64 [INFO] [stdout] | [INFO] [stdout] 186 | let latest = files.iter().min_by_key(|f| f.0).map(|(k, v)| *k); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_v` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `v` [INFO] [stdout] --> app/src/lib.rs:192:30 [INFO] [stdout] | [INFO] [stdout] 192 | .filter(|(k, v)| **k != latest) [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `k` [INFO] [stdout] --> app/src/lib.rs:193:24 [INFO] [stdout] | [INFO] [stdout] 193 | .map(|(k, v)| { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_k` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `copy` [INFO] [stdout] --> app/src/copy.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 17 | pub async fn copy(reader: &mut R, writer: &mut W, label: String) -> io::Result [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `SharedAuthenticator` [INFO] [stdout] --> app/src/proxy.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | type SharedAuthenticator = Arc>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stdout] --> app/src/lib.rs:190:13 [INFO] [stdout] | [INFO] [stdout] 190 | / files [INFO] [stdout] 191 | | .iter() [INFO] [stdout] 192 | | .filter(|(k, v)| **k != latest) [INFO] [stdout] 193 | | .map(|(k, v)| { [INFO] [stdout] ... | [INFO] [stdout] 197 | | }) [INFO] [stdout] 198 | | .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 `std::result::Result` that must be used [INFO] [stdout] --> app/src/lib.rs:195:21 [INFO] [stdout] | [INFO] [stdout] 195 | / std::fs::remove_file(v) [INFO] [stdout] 196 | | .map_err(|e| error!("remove file: {:?}, error: {:?}", v.display(), e)); [INFO] [stdout] | |_______________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> app/src/cli.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | / timeout( [INFO] [stdout] 32 | | Duration::from_secs(60), [INFO] [stdout] 33 | | socket.send_to(data.as_ref(), "127.0.0.1:12771"), [INFO] [stdout] 34 | | ) [INFO] [stdout] 35 | | .await [INFO] [stdout] 36 | | .map_err(|e| Error::Eor(anyhow::anyhow!("{}", e)))?; [INFO] [stdout] | |____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `LogLevel` [INFO] [stdout] --> app/./src/server.rs:5:51 [INFO] [stdout] | [INFO] [stdout] 5 | build_cmd_response, create_cmd_user, Address, LogLevel, Node, ProxyBuilder, DNS_CACHE_TIMEOUT, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num_cpus` [INFO] [stdout] --> app/./src/server.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use num_cpus; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `resp` [INFO] [stdout] --> app/./src/server.rs:469:24 [INFO] [stdout] | [INFO] [stdout] 469 | Ok(resp) => { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_resp` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `maybe_uninit_ref` has been stable since 1.55.0 and no longer requires an attribute to enable [INFO] [stdout] --> app/./src/server.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(maybe_uninit_ref)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> app/./src/server.rs:507:13 [INFO] [stdout] | [INFO] [stdout] 507 | serve_register(socket, state).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> app/./src/server.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(unused_must_use)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> app/./src/server.rs:599:13 [INFO] [stdout] | [INFO] [stdout] 599 | cleanup_task.await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> app/./src/server.rs:604:9 [INFO] [stdout] | [INFO] [stdout] 604 | proxy.start(1).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.ostrich_node.c9789c31-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd.2liwahb2mpyzsfci.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-089e6bc0c393c684/out" "-L" "/opt/rustwide/target/debug/build/glommio-69400f1c7a3d21d0/out" "-L" "/opt/rustwide/target/debug/build/glommio-69400f1c7a3d21d0/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-2fb1a1e123b9cc49/out" "-L" "/opt/rustwide/target/debug/build/curl-sys-11dd237721600b16/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-acc85ac045503713/out/i/lib" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsurf-a8f492c4e5525c3f.rlib" "/opt/rustwide/target/debug/deps/libhttp_client-cba688ae0497e5b4.rlib" "/opt/rustwide/target/debug/deps/libisahc-6bc7bfded65151b7.rlib" "/opt/rustwide/target/debug/deps/libsluice-dc58bc2945b90e3f.rlib" "/opt/rustwide/target/debug/deps/libflume-e11ebff533601dcc.rlib" "/opt/rustwide/target/debug/deps/libspinning_top-e2cc699a7fcba6ed.rlib" "/opt/rustwide/target/debug/deps/libcurl-e46d49259b2780d6.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-86ae36f1a8e8c887.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-8409f4e1948e818f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-16b7110ea5c189ba.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-01b344762c5bda7b.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-fc0d6d30467a941e.rlib" "/opt/rustwide/target/debug/deps/libhttp_types-fc037b1fa50e55c3.rlib" "/opt/rustwide/target/debug/deps/libserde_qs-3f0e943e0c4e5412.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-a9ef1e0ce3eb837f.rlib" "/opt/rustwide/target/debug/deps/librand-26f4ce19ad6a3661.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-fb7c1cec2d69d159.rlib" "/opt/rustwide/target/debug/deps/librand_core-7a4361dcab4dfe83.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-21cc46b63d76b92f.rlib" "/opt/rustwide/target/debug/deps/libinfer-b1b26008f7b9ab09.rlib" "/opt/rustwide/target/debug/deps/libcookie-dd9365784d27c3d4.rlib" "/opt/rustwide/target/debug/deps/libhkdf-a17b8e4c574cbe21.rlib" "/opt/rustwide/target/debug/deps/libhmac-64a840d5f1a8dad3.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-6dbe83a83f8877cd.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-8f48e8b02607ea2b.rlib" "/opt/rustwide/target/debug/deps/libghash-6dee99224e80625b.rlib" "/opt/rustwide/target/debug/deps/libpolyval-ecf038652df76766.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-b27d62b7996433f6.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-93cf38d7e6af200a.rlib" "/opt/rustwide/target/debug/deps/libsubtle-a0659e0089bcb659.rlib" "/opt/rustwide/target/debug/deps/libctr-a80b444bfabb9b45.rlib" "/opt/rustwide/target/debug/deps/libaes-358f504a331bf0c1.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-8a19fc6edbdecac0.rlib" "/opt/rustwide/target/debug/deps/libcipher-3b58654b3e97bac0.rlib" "/opt/rustwide/target/debug/deps/libaead-bfda8d0d03ca6ed8.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-fe10152927a6a7c9.rlib" "/opt/rustwide/target/debug/deps/libapp-f542acc5494d8040.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-be51134e2737fa0f.rlib" "/opt/rustwide/target/debug/deps/libhumantime-69fede984985242f.rlib" "/opt/rustwide/target/debug/deps/libflexi_logger-5a7be86e514a37ad.rlib" "/opt/rustwide/target/debug/deps/libflate2-f7f8f2b850c5a224.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-8cb202a41ad569df.rlib" "/opt/rustwide/target/debug/deps/libadler-3a9d1165c599cab1.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-aaf29b4979d72532.rlib" "/opt/rustwide/target/debug/deps/libglob-d3943553b96703d7.rlib" "/opt/rustwide/target/debug/deps/libtoml-2bcfc67476b60942.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-24abf914d128f8a9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-8a3ed2c7ec92a949.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-bf04cd8dc52c0bb7.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-1ebc79530dc1dd57.rlib" "/opt/rustwide/target/debug/deps/libnotify-c293fb437ed097b1.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-85c3caa7668e091f.rlib" "/opt/rustwide/target/debug/deps/libsame_file-d3ddf74b396c2e8b.rlib" "/opt/rustwide/target/debug/deps/libinotify-7679c8c286d1dc38.rlib" "/opt/rustwide/target/debug/deps/libinotify_sys-c1e3e0b7c8b990c2.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-fba35b9400bb1ece.rlib" "/opt/rustwide/target/debug/deps/liblazycell-d2ae0c144988a8f0.rlib" "/opt/rustwide/target/debug/deps/libmio-c75ca97f29a0fd31.rlib" "/opt/rustwide/target/debug/deps/libiovec-ee461e31585f4f6c.rlib" "/opt/rustwide/target/debug/deps/libnet2-8338929eb65eb3e1.rlib" "/opt/rustwide/target/debug/deps/libfiletime-84cd4adfeda2f55f.rlib" "/opt/rustwide/target/debug/deps/libyansi-eb01c7ca8db72027.rlib" "/opt/rustwide/target/debug/deps/libservice-0008127bf61cb14b.rlib" "/opt/rustwide/target/debug/deps/libchrono-43b0da4397ed966b.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-4d5b5e82c986645c.rlib" "/opt/rustwide/target/debug/deps/libtime-2f61edbf19356f8e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-05f996ca7e649a11.rlib" "/opt/rustwide/target/debug/deps/libuuid-c7ff1cbe0964ac98.rlib" "/opt/rustwide/target/debug/deps/libcommand-4d973e0810f093a1.rlib" "/opt/rustwide/target/debug/deps/libdotenv-700445d3d22bfbe4.rlib" "/opt/rustwide/target/debug/deps/libclap-74d4c8184151bec8.rlib" "/opt/rustwide/target/debug/deps/libstrsim-4e9d0b184b9a2988.rlib" "/opt/rustwide/target/debug/deps/libatty-85db57d57efcf50b.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-0b31315f01916275.rlib" "/opt/rustwide/target/debug/deps/libvec_map-dab3909866655c61.rlib" "/opt/rustwide/target/debug/deps/libos_str_bytes-30106798692638db.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-6a61078d9610ba74.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-6da279cd4f865ec2.rlib" "/opt/rustwide/target/debug/deps/libcrc-d40f2100b9ab9df3.rlib" "/opt/rustwide/target/debug/deps/libcrc_catalog-f84e11f49e8a6a95.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4d098c56eb4115f5.rlib" "/opt/rustwide/target/debug/deps/libnetwork-fbc2b57f38c346de.rlib" "/opt/rustwide/target/debug/deps/libhex-df8306afd9dee15d.rlib" "/opt/rustwide/target/debug/deps/libfutures-898fb73d0c41411e.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-fc033ddede30d7ff.rlib" "/opt/rustwide/target/debug/deps/libasync_tls-19789776ed0bd9c2.rlib" "/opt/rustwide/target/debug/deps/liblru_time_cache-16d8978c0d624b09.rlib" "/opt/rustwide/target/debug/deps/libasync_std_resolver-e42eba3b6e1eddd9.rlib" "/opt/rustwide/target/debug/deps/liberrors-f9306a5514d88ad2.rlib" "/opt/rustwide/target/debug/deps/libanyhow-d8eabbf780e1761b.rlib" "/opt/rustwide/target/debug/deps/libhyper-68712c6bd96b2ed9.rlib" "/opt/rustwide/target/debug/deps/libh2-a43d61ad0e22f8d5.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-210146dd2cd59de7.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-af7daf4fc80f6124.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-5f966c91b5844fa7.rlib" "/opt/rustwide/target/debug/deps/libtokio-f29a44fa5caa97ed.rlib" "/opt/rustwide/target/debug/deps/libbytes-522c9d77a2dcfe3d.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-800f2601270edc18.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_rustls-518c4ac50ab70081.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-e32d7e585f77a505.rlib" "/opt/rustwide/target/debug/deps/libhostname-5c3edb899f2c7189.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-ca77fa1bdeaa9568.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9a380894f08245b7.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-28dc9f11d121e8ea.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-c7e6d79001284fa7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-42e1c69ddc3ffb0e.rlib" "/opt/rustwide/target/debug/deps/liblock_api-f2092423d7b051bb.rlib" "/opt/rustwide/target/debug/deps/libinstant-8b90ce788f8a7296.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-479ec7468d37e8a7.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-ea264b62bc2c9c07.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-c08f494e0b6a4ee1.rlib" "/opt/rustwide/target/debug/deps/libdata_encoding-3c374c1dd97708e3.rlib" "/opt/rustwide/target/debug/deps/libipnet-552718e39905e137.rlib" "/opt/rustwide/target/debug/deps/libtonic-f2e40c509cd62a8a.rlib" "/opt/rustwide/target/debug/deps/libasync_stream-96e1b4b8288b0306.rlib" "/opt/rustwide/target/debug/deps/libtokio_stream-ee44deee478d482c.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-c3e9f1fa69e1f7bd.rlib" "/opt/rustwide/target/debug/deps/libhyper-d68b8a9e47a634b2.rlib" "/opt/rustwide/target/debug/deps/libwant-482e3cbf600e16ac.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-febba4674ec63f92.rlib" "/opt/rustwide/target/debug/deps/libh2-ad847003d46b77d1.rlib" "/opt/rustwide/target/debug/deps/libhttparse-4f8c5563c920c32f.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-0517d58bead4f50f.rlib" "/opt/rustwide/target/debug/deps/libtower-3fb61cd5a840532e.rlib" "/opt/rustwide/target/debug/deps/libindexmap-ef59fcc13569e483.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-d871cd8609217a8e.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-37df0d95d2bd631f.rlib" "/opt/rustwide/target/debug/deps/libtokio-5b605078bef45b87.rlib" "/opt/rustwide/target/debug/deps/libmio-25c4a64e4038be67.rlib" "/opt/rustwide/target/debug/deps/librand-b3b1a117ae8f1117.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-c4cfdf8cd8d1e7af.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-b183ff56153a063c.rlib" "/opt/rustwide/target/debug/deps/librand_core-15000d2181474db3.rlib" "/opt/rustwide/target/debug/deps/libtower_layer-c8bdab1f798ba711.rlib" "/opt/rustwide/target/debug/deps/libprost-2ad1456e91a29d7a.rlib" "/opt/rustwide/target/debug/deps/libpin_project-883a957208c37743.rlib" "/opt/rustwide/target/debug/deps/libtracing-4b4571ddeb7d6607.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-1a72e5ce0792c2a7.rlib" "/opt/rustwide/target/debug/deps/libtower_service-a0bac867cff4e01f.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-6091a938ab386416.rlib" "/opt/rustwide/target/debug/deps/libhttp-926bd476e05c0fab.rlib" "/opt/rustwide/target/debug/deps/libitoa-13ca333cbc4b8776.rlib" "/opt/rustwide/target/debug/deps/libfnv-22cd72556da4b99c.rlib" "/opt/rustwide/target/debug/deps/libsqlx-4d3a1db9a50dd337.rlib" "/opt/rustwide/target/debug/deps/libsqlx_core-082c5c1207077beb.rlib" "/opt/rustwide/target/debug/deps/liburl-1a97131626bc41b3.rlib" "/opt/rustwide/target/debug/deps/libidna-483b1e282589b685.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-7f0e7da39feec050.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-4d4204f323faecd8.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ef06cf556416b731.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-782591ef91eedc75.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-75f6cbc650d29922.rlib" "/opt/rustwide/target/debug/deps/libserde-6d5bcf2171b26fc6.rlib" "/opt/rustwide/target/debug/deps/libmatches-4395ae20fe1f12ba.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-5dc0cad3daa16f44.rlib" "/opt/rustwide/target/debug/deps/libsqlformat-54455550ba16ec0e.rlib" "/opt/rustwide/target/debug/deps/libunicode_categories-b93fcdce8a408a43.rlib" "/opt/rustwide/target/debug/deps/libnom-48a10a0f2454722a.rlib" "/opt/rustwide/target/debug/deps/liblexical_core-a12904c4cd7aaeba.rlib" "/opt/rustwide/target/debug/deps/libryu-8c106c7dece5fbd0.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-c94e2eb84119cf0b.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-e588c95ba5720abe.rlib" "/opt/rustwide/target/debug/deps/libbitvec-d8f5cdd1103ceaa6.rlib" "/opt/rustwide/target/debug/deps/libfunty-b208f4ea3ea74687.rlib" "/opt/rustwide/target/debug/deps/libwyz-b446b9e15fbe6332.rlib" "/opt/rustwide/target/debug/deps/libtap-faa3f8ab725c68ef.rlib" "/opt/rustwide/target/debug/deps/libradium-9bfc00829c6175c6.rlib" "/opt/rustwide/target/debug/deps/libregex-95127fd839f2ca8f.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-56c922cf47e8670e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c25dc19d7487cdf7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-f7f960d6fb737adf.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-dba68b901e1d2035.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/liblibsqlite3_sys-2f1c97aa508fd61c.rlib" "/opt/rustwide/target/debug/deps/libatoi-b1a32a7fef09291d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-465a2bd5cb0fd6cd.rlib" "/opt/rustwide/target/debug/deps/libsha2-ad8b6c5817ba9056.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-22543f9fe1c71f15.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-b3a531c9eb400c1f.rlib" "/opt/rustwide/target/debug/deps/libdigest-8d3b7dcead2c1665.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-04ea09856e82a02d.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-ca9c687ed0be142a.rlib" "/opt/rustwide/target/debug/deps/libtypenum-6779dcfdd4e12b61.rlib" "/opt/rustwide/target/debug/deps/libbytes-486dd913f668f7b5.rlib" "/opt/rustwide/target/debug/deps/libhashlink-8ffca949198c3b2b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-066e5a8bbd90ac19.rlib" "/opt/rustwide/target/debug/deps/libahash-7f52e4b482a4c940.rlib" "/opt/rustwide/target/debug/deps/libtime-860abbc3662c69d3.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-05aac7cabc4d63bf.rlib" "/opt/rustwide/target/debug/deps/libstandback-6e448ae46c0c22c6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-d44477b0ad19dddb.rlib" "/opt/rustwide/target/debug/deps/libsqlx_rt-82922b050902e68f.rlib" "/opt/rustwide/target/debug/deps/libasync_rustls-f43f7aaf47c206c8.rlib" "/opt/rustwide/target/debug/deps/librustls-bfcf47f5ce188cec.rlib" "/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib" "/opt/rustwide/target/debug/deps/libsct-2da0823fcdac5470.rlib" "/opt/rustwide/target/debug/deps/libwebpki-3e95848429b2616a.rlib" "/opt/rustwide/target/debug/deps/libring-b969680704057811.rlib" "/opt/rustwide/target/debug/deps/libspin-2c2d0e97c8363747.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-bae7ad9dbbebb2b7.rlib" "/opt/rustwide/target/debug/deps/libasync_std-a9f9b76bfd8eaa4c.rlib" "/opt/rustwide/target/debug/deps/libasync_global_executor-51264b90c644e44a.rlib" "/opt/rustwide/target/debug/deps/libblocking-39500c27a51b60a0.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-c78f6b92b9e93ae5.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bce0f8b69f479527.rlib" "/opt/rustwide/target/debug/deps/libasync_mutex-0c28cd105b8e1857.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-16ed6047f8cb6a0b.rlib" "/opt/rustwide/target/debug/deps/libasync_task-2e910bf4e8c0d425.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c48a12501a6794e4.rlib" "/opt/rustwide/target/debug/deps/libasync_process-0c4dc98f0c1c9286.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-9969d74f20f20639.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-660affef3e8ccdbf.rlib" "/opt/rustwide/target/debug/deps/libasync_io-c9e13247c7073143.rlib" "/opt/rustwide/target/debug/deps/libpolling-6c1f68429d702fda.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-47d7d5f9fa10ce53.rlib" "/opt/rustwide/target/debug/deps/libsocket2-34b205fb2844acb8.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-0f50dfe2eccde87d.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-134cd6fcc5484708.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-87cfc0a91d981a0e.rlib" "/opt/rustwide/target/debug/deps/libasync_lock-ccee8b1571c01deb.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-5dcdad6f7f708e8e.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-d72a8b56f23575e3.rlib" "/opt/rustwide/target/debug/deps/libeither-2e3eb180977f1f53.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-f3cd9a9bb87d4f8b.rlib" "/opt/rustwide/target/debug/deps/libslab-8091020f1d99dad1.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-aee206bfe9107a93.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-4c8011c0f793b322.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-8934bb06ebba9de9.rlib" "/opt/rustwide/target/debug/deps/libglommio-65694343003d931a.rlib" "/opt/rustwide/target/debug/deps/libmembarrier-f734d03611900213.rlib" "/opt/rustwide/target/debug/deps/libkernel32-1cb31e1f8a5753d0.rlib" "/opt/rustwide/target/debug/deps/libenclose-daa7f2f93d38ac77.rlib" "/opt/rustwide/target/debug/deps/libsocket2-bf637b29c910c962.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d56ccf16f45b2ebc.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-29faee4d9ff28116.rlib" "/opt/rustwide/target/debug/deps/libintrusive_collections-b4e997b159a60a64.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-a02fd8fc659ff8e9.rlib" "/opt/rustwide/target/debug/deps/libbuddy_alloc-73a319a9a149337e.rlib" "/opt/rustwide/target/debug/deps/librlimit-9a3dee22f1d9c840.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/liblockfree-140aebd8be83665f.rlib" "/opt/rustwide/target/debug/deps/libowned_alloc-35c6fdf0c1ce3845.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-fe0661d859c0fe96.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ed2e8198c93e866d.rlib" "/opt/rustwide/target/debug/deps/libfastrand-cf35a4931ae36765.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-0a414b0c45b3260c.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-0c1587af12d634f7.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-3314a20b781ed1a0.rlib" "/opt/rustwide/target/debug/deps/libparking-3342abdc29b74b75.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-5ae1fed9b8363a80.rlib" "/opt/rustwide/target/debug/deps/libahash-1928c4b5e3e1ea3a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-7d0130c1d2d4433f.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-66ea7189d1d4dc28.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libnix-4153ae1a034d6c4d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/liblibc-a11c6c3ed09020f2.rlib" "/opt/rustwide/target/debug/deps/libthiserror-f3a6d1b3a7f07930.rlib" "/opt/rustwide/target/debug/deps/liblog-0f90d5560f4ad9d4.rlib" "/opt/rustwide/target/debug/deps/libvalue_bag-2011eeddb168ef2b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/ostrich_node-d22a09918fdb9ddd" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [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; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `app` due to 2 previous errors; 7 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "162356cb6e9e91e013b7a7047a92ade9fd69f97411674968703490d3f5e672a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "162356cb6e9e91e013b7a7047a92ade9fd69f97411674968703490d3f5e672a0", kill_on_drop: false }` [INFO] [stdout] 162356cb6e9e91e013b7a7047a92ade9fd69f97411674968703490d3f5e672a0