[INFO] cloning repository https://github.com/web-dev-rust/todo-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/web-dev-rust/todo-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fweb-dev-rust%2Ftodo-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fweb-dev-rust%2Ftodo-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fc4de15fd179fd7cc33b47192071535ec3cf0a23 [INFO] testing web-dev-rust/todo-server against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fweb-dev-rust%2Ftodo-server" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/web-dev-rust/todo-server on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/web-dev-rust/todo-server [INFO] finished tweaking git repo https://github.com/web-dev-rust/todo-server [INFO] tweaked toml for git repo https://github.com/web-dev-rust/todo-server written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/web-dev-rust/todo-server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 01ff52ad28e339650f28d89160a3e796be5aa09c63ae2391aa5845f9224eeabd [INFO] running `Command { std: "docker" "start" "-a" "01ff52ad28e339650f28d89160a3e796be5aa09c63ae2391aa5845f9224eeabd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01ff52ad28e339650f28d89160a3e796be5aa09c63ae2391aa5845f9224eeabd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01ff52ad28e339650f28d89160a3e796be5aa09c63ae2391aa5845f9224eeabd", kill_on_drop: false }` [INFO] [stdout] 01ff52ad28e339650f28d89160a3e796be5aa09c63ae2391aa5845f9224eeabd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 094a169283d775fc3590d95c7bb398f82d6e26d179aebac9bc10576a8ebf8f76 [INFO] running `Command { std: "docker" "start" "-a" "094a169283d775fc3590d95c7bb398f82d6e26d179aebac9bc10576a8ebf8f76", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling syn v1.0.15 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling copyless v0.1.4 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling pq-sys v0.4.6 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling md5 v0.6.1 [INFO] [stderr] Compiling bastion-utils v0.3.2 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling bytestring v0.1.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling rusoto_core v0.41.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling ring v0.16.11 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.0 [INFO] [stderr] Compiling lightproc v0.3.4 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling r2d2 v0.8.8 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling blowfish v0.4.0 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling tokio v0.2.11 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling backtrace v0.3.44 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling bastion-executor v0.3.4 [INFO] [stderr] Compiling pem v0.7.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling bcrypt v0.6.1 [INFO] [stderr] Compiling bastion-qutex v0.2.4 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-signal v0.2.9 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-process v0.2.5 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling actix-codec v0.2.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling derive_more v0.99.3 [INFO] [stderr] Compiling actix-macros v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Compiling enum-as-inner v0.3.1 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Compiling actix-web-codegen v0.2.0 [INFO] [stderr] Compiling fort v0.3.0 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling actix-threadpool v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling actix-service v1.0.5 [INFO] [stderr] Compiling h2 v0.2.1 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling actix-rt v1.0.0 [INFO] [stderr] Compiling trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Compiling bastion v0.3.4 [INFO] [stderr] Compiling actix-utils v1.0.6 [INFO] [stderr] Compiling actix-server v1.0.1 [INFO] [stderr] Compiling actix-tls v1.0.0 [INFO] [stderr] Compiling trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Compiling actix-testing v1.0.0 [INFO] [stderr] Compiling actix-connect v1.0.2 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.2.4 [INFO] [stderr] Compiling diesel v1.4.3 [INFO] [stderr] Compiling simple_asn1 v0.4.0 [INFO] [stderr] Compiling actix-http v1.0.1 [INFO] [stderr] Compiling rusoto_credential v0.41.1 [INFO] [stderr] Compiling jsonwebtokens v1.0.0-alpha.12 [INFO] [stderr] Compiling rusoto_dynamodb v0.41.0 [INFO] [stderr] Compiling awc v1.0.1 [INFO] [stderr] Compiling actix v0.9.0 [INFO] [stderr] Compiling actix-web v2.0.0 [INFO] [stderr] Compiling migrations_internals v1.4.0 [INFO] [stderr] Compiling migrations_macros v1.4.1 [INFO] [stderr] Compiling diesel_migrations v1.4.0 [INFO] [stderr] Compiling todo-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 09s [INFO] running `Command { std: "docker" "inspect" "094a169283d775fc3590d95c7bb398f82d6e26d179aebac9bc10576a8ebf8f76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "094a169283d775fc3590d95c7bb398f82d6e26d179aebac9bc10576a8ebf8f76", kill_on_drop: false }` [INFO] [stdout] 094a169283d775fc3590d95c7bb398f82d6e26d179aebac9bc10576a8ebf8f76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b1b8d7e51a4e4d82d927fb92afb7331d9f1f0f49aaa4c12e881422a6efdc3778 [INFO] running `Command { std: "docker" "start" "-a" "b1b8d7e51a4e4d82d927fb92afb7331d9f1f0f49aaa4c12e881422a6efdc3778", kill_on_drop: false }` [INFO] [stderr] Compiling todo-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `validate_jwt_info` [INFO] [stdout] --> src/todo_api/core/mod.rs:102:36 [INFO] [stdout] | [INFO] [stdout] 102 | use super::{validate_jwt_date, validate_jwt_info}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::todo_api::model::auth::User` [INFO] [stdout] --> src/todo_api/core/mod.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | use crate::todo_api::model::auth::User; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::todo_api_web::model::http::Clients` [INFO] [stdout] --> src/todo_api/core/mod.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | use crate::todo_api_web::model::http::Clients; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `validate_jwt_info` [INFO] [stdout] --> src/todo_api/core/mod.rs:102:36 [INFO] [stdout] | [INFO] [stdout] 102 | use super::{validate_jwt_date, validate_jwt_info}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::todo_api::model::auth::User` [INFO] [stdout] --> src/todo_api/core/mod.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | use crate::todo_api::model::auth::User; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::todo_api_web::model::http::Clients` [INFO] [stdout] --> src/todo_api/core/mod.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | use crate::todo_api_web::model::http::Clients; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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/lib-6388af9557e520ae.lib.7f499509-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.lib.7f499509-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae.4bket2d1k9k4420.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-dfa5b6c98ef100ba/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-077413abae535a9a/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/ring-8ccf64bd3788b7ce/out" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-08487f8e282f19e0.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-9e93f1ef523b9dfd.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-fd135b1b487350d3.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6d527484b6287cb3.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-91c5e579413a9548.rlib" "/opt/rustwide/target/debug/deps/libdotenv-770536006f8265cb.rlib" "/opt/rustwide/target/debug/deps/libtodo_server-faaa9929e8521094.rlib" "/opt/rustwide/target/debug/deps/libactix-38b2e8cd265e6bb4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-4495149f8f2c0dd1.rlib" "/opt/rustwide/target/debug/deps/libjsonwebtokens-0abda22b6adeb093.rlib" "/opt/rustwide/target/debug/deps/libpem-b11c35806a6f9026.rlib" "/opt/rustwide/target/debug/deps/libsimple_asn1-c890e6bb39125dc8.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-b6fce8f985119339.rlib" "/opt/rustwide/target/debug/deps/libring-dec98d8e00415860.rlib" "/opt/rustwide/target/debug/deps/libspin-8ee06c28a303f7f8.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-e9a587cfb8170ef7.rlib" "/opt/rustwide/target/debug/deps/librusoto_dynamodb-f101f8d910f53e93.rlib" "/opt/rustwide/target/debug/deps/librusoto_core-65bb4d95d34f18e2.rlib" "/opt/rustwide/target/debug/deps/libxml-8da909a417f479b8.rlib" "/opt/rustwide/target/debug/deps/libsha2-86eea182f2e5beb8.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-3d6a2ee5cef4c106.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-8cfcfb09be3beda1.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-e7fe4d975aa230a6.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-c0f79bb7e04ef8bd.rlib" "/opt/rustwide/target/debug/deps/librusoto_credential-731a01783bd1b9f8.rlib" "/opt/rustwide/target/debug/deps/libtokio_process-26c39b8b44f4fb5b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-86e7346800d2cc60.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-640e354f188cfa52.rlib" "/opt/rustwide/target/debug/deps/libtokio_signal-33e5b52327cfaa05.rlib" "/opt/rustwide/target/debug/deps/libshlex-699ee07ba2e0f776.rlib" "/opt/rustwide/target/debug/deps/libdirs-5125d388eb40bad5.rlib" "/opt/rustwide/target/debug/deps/libmd5-2119234b63a416eb.rlib" "/opt/rustwide/target/debug/deps/libhmac-61ce187fe4ae6687.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-4d553c73d03af69d.rlib" "/opt/rustwide/target/debug/deps/libsubtle-4618f61ae59327cb.rlib" "/opt/rustwide/target/debug/deps/libdigest-541ecd52230a2ed3.rlib" "/opt/rustwide/target/debug/deps/libhex-7f2e485685463d45.rlib" "/opt/rustwide/target/debug/deps/libbase64-3f92d369ae7392d4.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-8e409a9f8f903834.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-dc812f36d1aa724a.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bf6281c5d222f65c.rlib" "/opt/rustwide/target/debug/deps/libopenssl-a57870994c6299df.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-7b0fd9e718c16b15.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-32493eedc87a36f8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-3419cfa5ef43c21e.rlib" "/opt/rustwide/target/debug/deps/libhyper-fa75b8821cfe1e5a.rlib" "/opt/rustwide/target/debug/deps/libwant-45ac60248e5c43a1.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c3ba37b355c0af16.rlib" "/opt/rustwide/target/debug/deps/libtokio-3567357f3e03bdf4.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-59798179134cabf1.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-f74b7334696cf2e9.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-2333d0b3612df519.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-d7c58423cc259ae2.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-d3725fac08b35b1d.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-f51980bb60445ec0.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-df10137f8582db4a.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-4aa8ab09b25916e8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-468e0a2eb19da0ca.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-535c06e7d7e0b10d.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-fe22bbc873dc9dd3.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-ab87f6e135e099b9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-c52c2793dac42adb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-808e5a43d33a1894.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-cffcc4a99b9008c0.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-35af3bfbcb57cc41.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-8f4433abf862b11c.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-9612df7b48ea2812.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-384781aee983766a.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-2340edd34eda9e62.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-e0d2dafb9935ad5d.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-a5d3499a57a8ebae.rlib" "/opt/rustwide/target/debug/deps/libh2-43871d6eb7398b37.rlib" "/opt/rustwide/target/debug/deps/libstring-a4cfcc106c61a248.rlib" "/opt/rustwide/target/debug/deps/libhttp-0184a77a6d8b4196.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-fe2fb91a17f4f56d.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-a024c18d49d6e8dc.rlib" "/opt/rustwide/target/debug/deps/libfutures-08af4afb9a256d42.rlib" "/opt/rustwide/target/debug/deps/libbytes-dfa99fd16e6516c2.rlib" "/opt/rustwide/target/debug/deps/libactix_web-cca5d081d16aad3a.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-3918ccb17c537b2b.rlib" "/opt/rustwide/target/debug/deps/libawc-2b34025c8424cc98.rlib" "/opt/rustwide/target/debug/deps/libactix_server-208628655fa73d60.rlib" "/opt/rustwide/target/debug/deps/libactix_router-09349256965bee39.rlib" "/opt/rustwide/target/debug/deps/libbytestring-2be10d0e226fa077.rlib" "/opt/rustwide/target/debug/deps/libactix_http-8d06a6e164342fab.rlib" "/opt/rustwide/target/debug/deps/libsha1-2bc42c9c0a5b16a2.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-0b76be739be897ff.rlib" "/opt/rustwide/target/debug/deps/libdtoa-1e0fb3d41045791d.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-03810f905c7bea1e.rlib" "/opt/rustwide/target/debug/deps/libryu-6827e42c119f5ca7.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-62c869e9b4b19d2d.rlib" "/opt/rustwide/target/debug/deps/libregex-d397385cd7303a13.rlib" "/opt/rustwide/target/debug/deps/libthread_local-2691e1649196a294.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-7107e72f91dd3caa.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-74ca461969310aaa.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-ef4b8b002da7e23f.rlib" "/opt/rustwide/target/debug/deps/libmime-255653d28c915291.rlib" "/opt/rustwide/target/debug/deps/libflate2-b7dd609385a331b8.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-a2ce85cb57d5769a.rlib" "/opt/rustwide/target/debug/deps/libadler32-22301400996dfe19.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-094aa23f2b9090e9.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-e5bb812b56a1d2b9.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-b891785831a9629e.rlib" "/opt/rustwide/target/debug/deps/libfxhash-fba87f4fcc73b4a4.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-189da9c7636f90bc.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-f44e1a20d41d37be.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-d28c4d84c0909bbc.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-3499574ed18932fb.rlib" "/opt/rustwide/target/debug/deps/liburl-faf5c4e6dc8dd7a2.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libidna-9ea47e13da2d1ded.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-1261582569487678.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-9c3d525cd0e3158b.rlib" "/opt/rustwide/target/debug/deps/libhostname-0ec408cc1acb8c14.rlib" "/opt/rustwide/target/debug/deps/libquick_error-5ca0b2d5261a4c49.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-f24211f8b0d11511.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-da807eb3ab38819b.rlib" "/opt/rustwide/target/debug/deps/libfailure-4c26c068533b4065.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-535fe3a314398e46.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-56ef15b2bbbe504e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-24e6fa42a2f56832.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-e2e040b57231cd42.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-b89550ba707660c7.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-e1aa0682d9ce9bb2.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4890c83c5b2f6c13.rlib" "/opt/rustwide/target/debug/deps/libcopyless-526b1472a3112d48.rlib" "/opt/rustwide/target/debug/deps/libfutures-6e6d924418b21c6b.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-02828fa666317be4.rlib" "/opt/rustwide/target/debug/deps/libeither-e656c767ca80f9a2.rlib" "/opt/rustwide/target/debug/deps/libh2-27917927cd1d4a9c.rlib" "/opt/rustwide/target/debug/deps/libindexmap-9c8406e9b3b00184.rlib" "/opt/rustwide/target/debug/deps/libhttp-f96f7a1467c3ff60.rlib" "/opt/rustwide/target/debug/deps/libitoa-bdff0cceb2bac4a3.rlib" "/opt/rustwide/target/debug/deps/libactix_service-7c78451083b1d95b.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-fcf327d4a44f6f75.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-a48c2ac041faaf06.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-4f2c496219493248.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-0bd766cecf443733.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-d7225ead606f3259.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6c42719473c9837a.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-e248a1e10baabc73.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-0d23191d8c7f3990.rlib" "/opt/rustwide/target/debug/deps/libtokio-2d63b9093af81730.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-89ecf76e185d28fa.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-80e995863bebaf8b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-26b0e7e929d29953.rlib" "/opt/rustwide/target/debug/deps/libfnv-e4c6ba56d659bb77.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-1f16395492c5d749.rlib" "/opt/rustwide/target/debug/deps/libmio-774dec5f56af2d74.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libiovec-13ed726ddaffa76a.rlib" "/opt/rustwide/target/debug/deps/libnet2-1eecfac1e5c7bf01.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-c8e173b9004b3721.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-b86251873727d7d5.rlib" "/opt/rustwide/target/debug/deps/libpin_project-02673bbd0a65c7ce.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-71fb0a36e5e89073.rlib" "/opt/rustwide/target/debug/deps/libbytes-91aa79939db7058c.rlib" "/opt/rustwide/target/debug/deps/libbcrypt-ce8b7c4e5e9b24de.rlib" "/opt/rustwide/target/debug/deps/libblowfish-067f4fe9fac62631.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-471d69f8a14261f8.rlib" "/opt/rustwide/target/debug/deps/libblock_cipher_trait-f53c04909a16e463.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-30d24c31bc5f8c40.rlib" "/opt/rustwide/target/debug/deps/libtypenum-bc8a8b6ad7b6d7e8.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libbase64-454a6c30eb1d81b0.rlib" "/opt/rustwide/target/debug/deps/librand-d986944cd8d9574c.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-1274eaf43988f6ed.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-7a313679eedd7821.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-848d201262c9fe6e.rlib" "/opt/rustwide/target/debug/deps/librand_core-ca599f1f25460ae4.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-4bd51fcbe754685d.rlib" "/opt/rustwide/target/debug/deps/libdiesel_migrations-b9c1430c55749e42.rlib" "/opt/rustwide/target/debug/deps/libmigrations_internals-f88f19e62588c8ed.rlib" "/opt/rustwide/target/debug/deps/libdiesel-ac3f25c9c44f12c3.rlib" "/opt/rustwide/target/debug/deps/libpq_sys-201aca0be0ea402f.rlib" "/opt/rustwide/target/debug/deps/libuuid-ed89290df1a80fcc.rlib" "/opt/rustwide/target/debug/deps/librand-12fee6e650f48390.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ab505d75aae818f3.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d7ce2f11f8c84738.rlib" "/opt/rustwide/target/debug/deps/librand_hc-a0a75dd4af812220.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-dba76580cf2ee4ff.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-13a854f61f415c86.rlib" "/opt/rustwide/target/debug/deps/librand_core-a03f340c157b8ac6.rlib" "/opt/rustwide/target/debug/deps/librand_os-676469637740b7b9.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-60352e5bd5110e26.rlib" "/opt/rustwide/target/debug/deps/librand_core-3a46beeb136e9cca.rlib" "/opt/rustwide/target/debug/deps/libchrono-de5c9a5d45f2e08f.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-29564d502063e96e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a4374f59dfe4823f.rlib" "/opt/rustwide/target/debug/deps/libtime-63944aa3a1e994cd.rlib" "/opt/rustwide/target/debug/deps/libr2d2-a7b1d643020f0e6a.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-29a9d93f66b0be8f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-00a9c026c763143b.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a5d5e1337bd025c1.rlib" "/opt/rustwide/target/debug/deps/liblibc-95aa0a08595d25d7.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-95a517df569de120.rlib" "/opt/rustwide/target/debug/deps/liblock_api-fb87bc066f9c8090.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/liblog-bcc4b2832236425a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c108165c88451b38.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libserde-f710b3ab3a642a2e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-37fdd654777c296f.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-d883bf2137e9181a.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-22ab8f3db88b586e.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-0167c9242d0931d5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-361790a1a5505fc5.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-01c2ffe1ecd05a67.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ec79e29a889fe805.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-001a3456e8a8331b.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e8f1404290f0f040.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-76f46d0f23360a60.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-baf0bdc5eb131895.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3a6a4ee6592d9370.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-1cc90d9dd57195f8.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0e91863ffbec5148.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-69528f2eac185ac9.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d1241f7bd234a268.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lpq" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/lib-6388af9557e520ae" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `todo-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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b1b8d7e51a4e4d82d927fb92afb7331d9f1f0f49aaa4c12e881422a6efdc3778", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1b8d7e51a4e4d82d927fb92afb7331d9f1f0f49aaa4c12e881422a6efdc3778", kill_on_drop: false }` [INFO] [stdout] b1b8d7e51a4e4d82d927fb92afb7331d9f1f0f49aaa4c12e881422a6efdc3778