[INFO] updating cached 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" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] [stderr] From https://github.com/web-dev-rust/todo-server [INFO] [stderr] 8a738be..fc4de15 master -> master [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fc4de15fd179fd7cc33b47192071535ec3cf0a23 [INFO] testing web-dev-rust/todo-server against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fweb-dev-rust%2Ftodo-server" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/web-dev-rust/todo-server on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", 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-6/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" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8f89da0247ab8b13344ee12dcbcccedeac218048922a44c92601974450bed93 [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" "b8f89da0247ab8b13344ee12dcbcccedeac218048922a44c92601974450bed93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8f89da0247ab8b13344ee12dcbcccedeac218048922a44c92601974450bed93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8f89da0247ab8b13344ee12dcbcccedeac218048922a44c92601974450bed93", kill_on_drop: false }` [INFO] [stdout] b8f89da0247ab8b13344ee12dcbcccedeac218048922a44c92601974450bed93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e8488d72cf4c99434999a3d9ffcab2c6eb130e306e0cef962a7e6decc957c686 [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" "e8488d72cf4c99434999a3d9ffcab2c6eb130e306e0cef962a7e6decc957c686", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling syn v1.0.15 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling copyless v0.1.4 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling bastion-utils v0.3.2 [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling md5 v0.6.1 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling http v0.2.0 [INFO] [stderr] Compiling bytestring v0.1.4 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling want v0.2.0 [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 smallvec v0.6.13 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.19 [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 fxhash v0.2.1 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-channel v0.4.0 [INFO] [stderr] Compiling lightproc v0.3.4 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling quote v1.0.2 [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 time v0.1.42 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling flate2 v1.0.13 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling blowfish v0.4.0 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling bastion-executor v0.3.4 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling backtrace v0.3.44 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling r2d2 v0.8.8 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio v0.2.11 [INFO] [stderr] Compiling pem v0.7.0 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.19 [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 bastion-qutex v0.2.4 [INFO] [stderr] Compiling tokio-process v0.2.5 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling bcrypt v0.6.1 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [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 proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling derive_more v0.99.3 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling actix-macros v0.1.1 [INFO] [stderr] Compiling enum-as-inner v0.3.1 [INFO] [stderr] Compiling async-trait v0.1.24 [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 hyper-tls v0.3.2 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling failure v0.1.6 [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 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 actix-testing v1.0.0 [INFO] [stderr] Compiling trust-dns-resolver v0.18.0-alpha.2 [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 serde_urlencoded v0.6.1 [INFO] [stderr] Compiling uuid v0.7.4 [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 5m 46s [INFO] running `Command { std: "docker" "inspect" "e8488d72cf4c99434999a3d9ffcab2c6eb130e306e0cef962a7e6decc957c686", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8488d72cf4c99434999a3d9ffcab2c6eb130e306e0cef962a7e6decc957c686", kill_on_drop: false }` [INFO] [stdout] e8488d72cf4c99434999a3d9ffcab2c6eb130e306e0cef962a7e6decc957c686 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc84ad97598ee05cf3b6fc9420f28680ed87f16f7a6196db1a73836d82490654 [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" "cc84ad97598ee05cf3b6fc9420f28680ed87f16f7a6196db1a73836d82490654", 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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.lib.cxlzpmq5-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac" "/opt/rustwide/target/debug/deps/lib-26fca88b204998ac.1ebrudc8h64xr919.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-9966d64ec320d7a0/out" "-L" "/opt/rustwide/target/debug/build/brotli-sys-19194450298bc691/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/ring-939d4a1e52f9c2c2/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-12320b97c89568cd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-700356192fffd298.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b7642fe67be89b55.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-5281c8ee01ffdf7b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-a4e3948fb2172e36.rlib" "/opt/rustwide/target/debug/deps/libdotenv-5385630287d5d024.rlib" "/opt/rustwide/target/debug/deps/libtodo_server-ae3e41805db04ef4.rlib" "/opt/rustwide/target/debug/deps/libactix-c1ab54ecf20e6bfa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-efe953e3b0381bc0.rlib" "/opt/rustwide/target/debug/deps/libjsonwebtokens-9ba57e8bbd81ed8d.rlib" "/opt/rustwide/target/debug/deps/libpem-8b5b60083e5e32fe.rlib" "/opt/rustwide/target/debug/deps/libsimple_asn1-88a4d57a835bef0a.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-43ce9ba682255ef1.rlib" "/opt/rustwide/target/debug/deps/libring-b88e89bd1125b6e5.rlib" "/opt/rustwide/target/debug/deps/libspin-489975769773a603.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-5a04265e524552f1.rlib" "/opt/rustwide/target/debug/deps/librusoto_dynamodb-78fb306f68cef806.rlib" "/opt/rustwide/target/debug/deps/librusoto_core-7b7d4898fd8c4894.rlib" "/opt/rustwide/target/debug/deps/libxml-0ca839a7671ccfa2.rlib" "/opt/rustwide/target/debug/deps/libsha2-4204c0ebf0c950b2.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-72846c3a0823dde2.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-18fc5e1127414ecf.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-cf8126b2a7f08beb.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-fe25b4b4856b0c8c.rlib" "/opt/rustwide/target/debug/deps/librusoto_credential-930ab506741a0d78.rlib" "/opt/rustwide/target/debug/deps/libtokio_process-24f91b8384f4bf66.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-80da2ad14da9bcb3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-3de8c5c7cd3d3981.rlib" "/opt/rustwide/target/debug/deps/libtokio_signal-4f865a994f49eeb0.rlib" "/opt/rustwide/target/debug/deps/libshlex-f74cb568bec45d09.rlib" "/opt/rustwide/target/debug/deps/libdirs-1ef7d183f4ffd770.rlib" "/opt/rustwide/target/debug/deps/libmd5-99f6621e4f160543.rlib" "/opt/rustwide/target/debug/deps/libhmac-428efdfd3c57a3e8.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-0b7acd7dcfa2a8e0.rlib" "/opt/rustwide/target/debug/deps/libsubtle-86172fac7bcb1d89.rlib" "/opt/rustwide/target/debug/deps/libdigest-87c317f2774a6019.rlib" "/opt/rustwide/target/debug/deps/libhex-546669467d7e4a25.rlib" "/opt/rustwide/target/debug/deps/libbase64-88b9ddc8bda6be0d.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-1705ed26e5778cdf.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-040d52fadc9d92a2.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bebe2698646f2b6d.rlib" "/opt/rustwide/target/debug/deps/libopenssl-b467c85c4a674d22.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-1d846b6f498bea9e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-cc016b41e658d4ca.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9936252c37cb34b8.rlib" "/opt/rustwide/target/debug/deps/libhyper-9f80e2bd2900189d.rlib" "/opt/rustwide/target/debug/deps/libwant-3a42c89635db8310.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-a6357efd1c04c04a.rlib" "/opt/rustwide/target/debug/deps/libtokio-1bb3d9d36e4820f9.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-fd16d483cba44567.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-1836e0a72cdb479e.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-c69e28674c77de01.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-d5fe805e7d49cc71.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-d3cd7e85ed2148fc.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-2e825906a4ab400c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-2097411290e98ebf.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-522b4940d96019c7.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-22ab482a22e30e72.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-5af35797bdba708c.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-04c0821e4fa610db.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-4c2aaa1187e67667.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-fee7e94f71a992c9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-e1db81ab8d614983.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-271b50c8a611e21e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-605d3a5637bb7283.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-2171b480334817c8.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-03197583612f33ef.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-086433334e2dbd2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-e0b3b323804e7cb9.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-d860ea6613a27102.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-0d585ee2da64f340.rlib" "/opt/rustwide/target/debug/deps/libh2-f496319ef3c0d84a.rlib" "/opt/rustwide/target/debug/deps/libstring-d2a6b03e7dd2b214.rlib" "/opt/rustwide/target/debug/deps/libhttp-7564081b75504420.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-880f601452a20a3d.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-be3dca678110808a.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libbytes-4b9af232e0466b47.rlib" "/opt/rustwide/target/debug/deps/libactix_web-cc0d79af351cb8c8.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-f366a9a97781e136.rlib" "/opt/rustwide/target/debug/deps/libawc-2a0e2ebc6e933eef.rlib" "/opt/rustwide/target/debug/deps/libactix_server-00b165a3fbc9791b.rlib" "/opt/rustwide/target/debug/deps/libactix_router-cfb1660484523242.rlib" "/opt/rustwide/target/debug/deps/libbytestring-479e82c7f306873d.rlib" "/opt/rustwide/target/debug/deps/libactix_http-fc9b5b7bde3e3b63.rlib" "/opt/rustwide/target/debug/deps/libsha1-6b31ced6ba98c0d9.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-35d5652fe301cf06.rlib" "/opt/rustwide/target/debug/deps/libdtoa-05a157204c4f2167.rlib" "/opt/rustwide/target/debug/deps/libhttparse-e0ff37260b32465b.rlib" "/opt/rustwide/target/debug/deps/libserde_json-da82a5449b482e00.rlib" "/opt/rustwide/target/debug/deps/libryu-09efcdfca7c9a68a.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-478b6393cee89320.rlib" "/opt/rustwide/target/debug/deps/libregex-47f15217e831125f.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b5a8520d8d18b76f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-51409e456cbf1983.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-6eb65ac2dc94958a.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-061f4e1bd63283ed.rlib" "/opt/rustwide/target/debug/deps/libmime-138f25a24701871c.rlib" "/opt/rustwide/target/debug/deps/libflate2-cfd2d043a1790782.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-7c585cee9d5d2542.rlib" "/opt/rustwide/target/debug/deps/libadler32-4329487774eff090.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-83660c2de20ee2f3.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-2f74bd9337cb9dc6.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-b7372b215c025836.rlib" "/opt/rustwide/target/debug/deps/libfxhash-bc35a5da7240a59b.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-649db7c6758f1f7b.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-c74dd774ae9f5132.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-aa9ee5e443232b67.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-b7242422d329022f.rlib" "/opt/rustwide/target/debug/deps/liburl-58064a90a8ff7559.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-52a6b1f15fa5dd80.rlib" "/opt/rustwide/target/debug/deps/libidna-621d0121aa45fd2a.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-3921e8ee81fc9819.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-378825f0a341ccf9.rlib" "/opt/rustwide/target/debug/deps/libmatches-bbcc1f6f6a0b4874.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-eb007a308ec96ea3.rlib" "/opt/rustwide/target/debug/deps/libhostname-7a52cf515f4d56f1.rlib" "/opt/rustwide/target/debug/deps/libquick_error-e15ea4fce168f797.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-70e14e83c53e7819.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-8a784612a058a8d3.rlib" "/opt/rustwide/target/debug/deps/libfailure-9b759f7421674bf1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-df3d357ba0f22f78.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-af11e43554c886a5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-3ebcff7709509588.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-1b90c874478acfa0.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-e4142bba78edf2d4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-be5895a2243e690a.rlib" "/opt/rustwide/target/debug/deps/libcopyless-177d62d1794e5d4c.rlib" "/opt/rustwide/target/debug/deps/libfutures-4285d75858f31b1e.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-bf2eb8e205fd5dc5.rlib" "/opt/rustwide/target/debug/deps/libeither-56bcfa1bc0d47530.rlib" "/opt/rustwide/target/debug/deps/libh2-204d268e2e9772d7.rlib" "/opt/rustwide/target/debug/deps/libindexmap-ca312ab8bbba1fe6.rlib" "/opt/rustwide/target/debug/deps/libhttp-b1067e53b75862d1.rlib" "/opt/rustwide/target/debug/deps/libitoa-8338b4900cac543c.rlib" "/opt/rustwide/target/debug/deps/libactix_service-48b8bf23b432e1d3.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-60ee5dd94a8b7c19.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-97d0dc9b45ecd0b8.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-099a78ad6cbdbbc4.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-bfd03e72bd8df9f6.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-3b739dc3ad67203d.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-e14c909511d1e2d3.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-b0b4e06d7d9c350b.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-260fd40cf9056b8a.rlib" "/opt/rustwide/target/debug/deps/libtokio-6405a7f090dba9e7.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-cd2bb7c025805cb2.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-9e0d9809bd4b62ea.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8df1994bb164e7a2.rlib" "/opt/rustwide/target/debug/deps/libfnv-37dc92b0673ee3ab.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-807c1b562154d06a.rlib" "/opt/rustwide/target/debug/deps/libmio-674ea461f5ec3322.rlib" "/opt/rustwide/target/debug/deps/libslab-e0e9bebbbea2c5c2.rlib" "/opt/rustwide/target/debug/deps/libiovec-2821c620f6e6a8ab.rlib" "/opt/rustwide/target/debug/deps/libnet2-2126ac136f7566c6.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-e6a929fbed197d6b.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-e7630a7ec9f7c799.rlib" "/opt/rustwide/target/debug/deps/libpin_project-afd1b1d3f551b204.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-fe4ff8027d75a670.rlib" "/opt/rustwide/target/debug/deps/libbytes-879803455d619582.rlib" "/opt/rustwide/target/debug/deps/libbcrypt-d8b3b801d584fd43.rlib" "/opt/rustwide/target/debug/deps/libblowfish-6876fcd197a793bd.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-eae86a66c41cd733.rlib" "/opt/rustwide/target/debug/deps/libblock_cipher_trait-aacdd98fdb867efc.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-e921201fad733bc8.rlib" "/opt/rustwide/target/debug/deps/libtypenum-073845d1068c9116.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libbase64-ef1b41348e3fac5a.rlib" "/opt/rustwide/target/debug/deps/librand-f4d4244272a0728e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-dd105b7450b2a42d.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-5a48e65bbdd376cb.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-64bfa76f9410d844.rlib" "/opt/rustwide/target/debug/deps/librand_core-3ef45092b30987bb.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-8d8c69e53564fb8c.rlib" "/opt/rustwide/target/debug/deps/libdiesel_migrations-88910bab83d07542.rlib" "/opt/rustwide/target/debug/deps/libmigrations_internals-c41e4180760553d9.rlib" "/opt/rustwide/target/debug/deps/libdiesel-3be8a76483f5eec4.rlib" "/opt/rustwide/target/debug/deps/libpq_sys-650d5ea8de8454ca.rlib" "/opt/rustwide/target/debug/deps/libuuid-d1895a8049761c71.rlib" "/opt/rustwide/target/debug/deps/librand-d7a061fc47e0ddd2.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ff4debf85d7d0431.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-d3554ad8d1f072a9.rlib" "/opt/rustwide/target/debug/deps/librand_hc-67b08b8b6035b688.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3f3162119f31c395.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-ae775067d7a59098.rlib" "/opt/rustwide/target/debug/deps/librand_core-eadf77cab825c6b0.rlib" "/opt/rustwide/target/debug/deps/librand_os-88926ccfef2f3d3c.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c74589dc11794036.rlib" "/opt/rustwide/target/debug/deps/librand_core-8dd96053848a29ab.rlib" "/opt/rustwide/target/debug/deps/libchrono-8679372e1d0af33f.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-2f183d787be5ca04.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-efd25432eb2733aa.rlib" "/opt/rustwide/target/debug/deps/libtime-785835c189443202.rlib" "/opt/rustwide/target/debug/deps/libr2d2-cc9765ee3702de0d.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-75b10ab81ea5ef6a.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-7cdbdded7ae7c5e8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-b434501422f6287f.rlib" "/opt/rustwide/target/debug/deps/liblibc-feb546ad79697380.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-93afd7c1a3c6ab2d.rlib" "/opt/rustwide/target/debug/deps/liblock_api-ef3350ed4002402d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-f8ee11e5515cbd29.rlib" "/opt/rustwide/target/debug/deps/liblog-e9c1f4128215cfb7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libserde-2e1d42ae7b2ba0f5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lpq" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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" "cc84ad97598ee05cf3b6fc9420f28680ed87f16f7a6196db1a73836d82490654", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc84ad97598ee05cf3b6fc9420f28680ed87f16f7a6196db1a73836d82490654", kill_on_drop: false }` [INFO] [stdout] cc84ad97598ee05cf3b6fc9420f28680ed87f16f7a6196db1a73836d82490654