[INFO] cloning repository https://github.com/briandeboer/counter-service [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/briandeboer/counter-service" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbriandeboer%2Fcounter-service", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbriandeboer%2Fcounter-service'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 41e833d32d03fb8a7403a6b8386e27f9f73b8af6 [INFO] testing briandeboer/counter-service against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbriandeboer%2Fcounter-service" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/briandeboer/counter-service on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/briandeboer/counter-service [INFO] finished tweaking git repo https://github.com/briandeboer/counter-service [INFO] tweaked toml for git repo https://github.com/briandeboer/counter-service written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/briandeboer/counter-service already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b421bd82d7a636699992c92a27a3296b13d98a796263499c80dde634519d70b [INFO] running `Command { std: "docker" "start" "-a" "2b421bd82d7a636699992c92a27a3296b13d98a796263499c80dde634519d70b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b421bd82d7a636699992c92a27a3296b13d98a796263499c80dde634519d70b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b421bd82d7a636699992c92a27a3296b13d98a796263499c80dde634519d70b", kill_on_drop: false }` [INFO] [stdout] 2b421bd82d7a636699992c92a27a3296b13d98a796263499c80dde634519d70b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c80c098a1266fb361e171407d8acae39e91ae4f3a00af3a1f0dc8e2fe48768d5 [INFO] running `Command { std: "docker" "start" "-a" "c80c098a1266fb361e171407d8acae39e91ae4f3a00af3a1f0dc8e2fe48768d5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.40 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling cc v1.0.59 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling tinyvec v0.3.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Compiling hashbrown v0.9.0 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling instant v0.1.6 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling either v1.6.0 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling rustversion v1.0.3 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling dtoa v0.4.6 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling fastrand v1.3.5 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling event-listener v2.4.0 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling os_info v1.3.3 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling curl v0.4.33 [INFO] [stderr] Compiling vec-arena v0.5.2 [INFO] [stderr] Compiling isahc v0.7.6 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling md5 v0.6.1 [INFO] [stderr] Compiling parking v1.0.6 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling tracing-core v0.1.16 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling miniz_oxide v0.4.1 [INFO] [stderr] Compiling lock_api v0.4.1 [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 humantime v1.3.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling cached v0.12.0 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling async-mutex v1.3.0 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling async-channel v1.4.2 [INFO] [stderr] Compiling multitask v0.2.0 [INFO] [stderr] Compiling sluice v0.4.2 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling futures-lite v0.1.11 [INFO] [stderr] Compiling tracing v0.1.19 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling md-5 v0.8.0 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling curl-sys v0.4.36+curl-7.71.1 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling flate2 v1.0.17 [INFO] [stderr] Compiling polling v0.1.9 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling blocking v0.5.2 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling addr2line v0.13.0 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling async-io v0.1.11 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling async-executor v0.1.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling pem v0.7.0 [INFO] [stderr] Compiling stfu8 v0.2.4 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling async-std v1.6.3 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling voca_rs v1.12.0 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling webpki-roots v0.18.0 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling tokio-openssl v0.4.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling actix-codec v0.2.0 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling typed-builder v0.3.0 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling async-trait v0.1.40 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling derive_more v0.99.10 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling serde_with_macros v1.1.0 [INFO] [stderr] Compiling actix-web-codegen v0.2.2 [INFO] [stderr] Compiling juniper_codegen v0.14.2 [INFO] [stderr] Compiling err-derive v0.2.4 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Compiling trust-dns-proto v0.19.5 [INFO] [stderr] Compiling actix-utils v1.0.6 [INFO] [stderr] Compiling actix-tls v1.0.0 [INFO] [stderr] Compiling actix-server v1.0.3 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Compiling trust-dns-resolver v0.19.5 [INFO] [stderr] Compiling chrono v0.4.15 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_with v1.4.0 [INFO] [stderr] Compiling actix-router v0.2.4 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling actix-connect v1.0.2 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling juniper v0.14.2 [INFO] [stderr] Compiling bson v0.14.1 [INFO] [stderr] Compiling surf v1.0.3 [INFO] [stderr] Compiling jsonwebtoken v7.1.0 (https://github.com/bdbmammoth/jsonwebtoken?branch=less-decoding#34f0e98f) [INFO] [stderr] Compiling mongodb v0.9.2 [INFO] [stderr] Compiling actix-http v1.0.1 [INFO] [stderr] Compiling mongodb-cursor-pagination v0.2.9 [INFO] [stderr] Compiling awc v1.0.1 [INFO] [stderr] Compiling mongodb-base-service v0.5.1 [INFO] [stderr] Compiling actix-web v2.0.0 [INFO] [stderr] Compiling jwt-validator v0.2.1 (https://github.com/briandeboer/jwt-validator?tag=v0.2.1#0f114795) [INFO] [stderr] Compiling actix-cors v0.2.0 [INFO] [stderr] Compiling counter-service v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 09s [INFO] running `Command { std: "docker" "inspect" "c80c098a1266fb361e171407d8acae39e91ae4f3a00af3a1f0dc8e2fe48768d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c80c098a1266fb361e171407d8acae39e91ae4f3a00af3a1f0dc8e2fe48768d5", kill_on_drop: false }` [INFO] [stdout] c80c098a1266fb361e171407d8acae39e91ae4f3a00af3a1f0dc8e2fe48768d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 080c937982dcedf87296e9209515c0f48bfd1006ffaa609405b1909cf15d30e1 [INFO] running `Command { std: "docker" "start" "-a" "080c937982dcedf87296e9209515c0f48bfd1006ffaa609405b1909cf15d30e1", kill_on_drop: false }` [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling terminal_size v0.1.13 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling console v0.11.3 [INFO] [stderr] Compiling serde_yaml v0.8.13 [INFO] [stderr] Compiling insta v0.16.1 [INFO] [stderr] Compiling counter-service v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `get_data_from_file` [INFO] [stdout] --> tests/utils/mod.rs:19:4 [INFO] [stdout] | [INFO] [stdout] 19 | fn get_data_from_file(filename: &str) -> Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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-66cd22e6b2b98346.lib.8cac7de1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.lib.8cac7de1-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346.1zbndguceox0z7zt.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-088316609d60d30c/out" "-L" "/opt/rustwide/target/debug/build/ring-d3c684b7acb9f21a/out" "-L" "/opt/rustwide/target/debug/build/curl-sys-1763856bd81be636/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-bbbe80aa6478d916/out/i/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ae0b9de85e81d76f.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dd17e7b765638f54.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e55ce254123a1c62.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c91921c83bf98d74.rlib" "/opt/rustwide/target/debug/deps/libinsta-a82dc76bd86be48d.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-f99bb0c3c2b8848b.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-acf2f667ec06c4bb.rlib" "/opt/rustwide/target/debug/deps/libdifference-0e763cc1d665c039.rlib" "/opt/rustwide/target/debug/deps/libconsole-17318bdd9d2112b5.rlib" "/opt/rustwide/target/debug/deps/libtermios-4625df842e7a7e0a.rlib" "/opt/rustwide/target/debug/deps/libterminal_size-a34ca9be5fab4f93.rlib" "/opt/rustwide/target/debug/deps/libcounter_service-9729089064631286.rlib" "/opt/rustwide/target/debug/deps/libdotenv-6ba0247c906f31d1.rlib" "/opt/rustwide/target/debug/deps/libjwt_validator-9fd2be66df6d6deb.rlib" "/opt/rustwide/target/debug/deps/libsurf-29b9e0d836f1e6ff.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-821011c155148cd9.rlib" "/opt/rustwide/target/debug/deps/libunicase-08a3a51bba6e8cac.rlib" "/opt/rustwide/target/debug/deps/libisahc-7c443528eb4feb06.rlib" "/opt/rustwide/target/debug/deps/libsluice-f5583e0ec752bb88.rlib" "/opt/rustwide/target/debug/deps/libcurl-91fb51926c4b5770.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-b9238ab6b4f641c8.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-b8a07a34c5049cae.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-bbeb0cad1ac42dd2.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-042d1586583c92bf.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-26f2b466f077ceaa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-60b3b659252bdff8.rlib" "/opt/rustwide/target/debug/deps/libhttp-7cc5e6082b6aff4e.rlib" "/opt/rustwide/target/debug/deps/libfutures-420fb7c9a18e1ef1.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-c86068493764ef14.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-6f5bbfffec4d8eee.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-095f181ebbba6493.rlib" "/opt/rustwide/target/debug/deps/libbytes-5400e9de400c424d.rlib" "/opt/rustwide/target/debug/deps/libfutures-9ec9c23a9414bf96.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-5d4a49e07b2bacf7.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-b7f426f523cb12e8.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-732d1c2df4d24204.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-7d5c3aa83b971fd7.rlib" "/opt/rustwide/target/debug/deps/libjsonwebtoken-31d0175a7d905942.rlib" "/opt/rustwide/target/debug/deps/libpem-501cbbdbef94da3e.rlib" "/opt/rustwide/target/debug/deps/libsimple_asn1-21a7a81e49f73716.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-6538743c82eaae3b.rlib" "/opt/rustwide/target/debug/deps/libasync_std-0dfe20550d5bcc75.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-25f015708c82f8c1.rlib" "/opt/rustwide/target/debug/deps/libmultitask-85692b9784734ec7.rlib" "/opt/rustwide/target/debug/deps/libasync_task-909dca45a6e76e0b.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-56b422ce3e5cbda6.rlib" "/opt/rustwide/target/debug/deps/libasync_io-ab01124ceedbd1ef.rlib" "/opt/rustwide/target/debug/deps/libvec_arena-d5dcf36ac21fbdc2.rlib" "/opt/rustwide/target/debug/deps/libpolling-f1b2f60f85922093.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-e176cdcd5c7de599.rlib" "/opt/rustwide/target/debug/deps/libasync_mutex-c81d188bf76116ce.rlib" "/opt/rustwide/target/debug/deps/libblocking-357ef2b9cc7bf914.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-610721437948bd46.rlib" "/opt/rustwide/target/debug/deps/libfastrand-3792610fdb06b1d2.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-641ca6068bd76b47.rlib" "/opt/rustwide/target/debug/deps/libparking-1bae8b136a4b8abe.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-2d246637917f931f.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-bbcb5a529c2f109c.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-11bd234cde5d477a.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-abc897afdf190a41.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-7c2a98167b432b47.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-007a063419d2f5ac.rlib" "/opt/rustwide/target/debug/deps/libactix_web-7a31a7b5a23ec8fc.rlib" "/opt/rustwide/target/debug/deps/libawc-9ff382a052cb45fb.rlib" "/opt/rustwide/target/debug/deps/libactix_server-50c51532fbe8e144.rlib" "/opt/rustwide/target/debug/deps/libsocket2-cfee031ddf1da6f6.rlib" "/opt/rustwide/target/debug/deps/libactix_router-734dc6c0e7ffdecd.rlib" "/opt/rustwide/target/debug/deps/libbytestring-8b1a315b3be5d047.rlib" "/opt/rustwide/target/debug/deps/libactix_http-37b80c49d8fdc97c.rlib" "/opt/rustwide/target/debug/deps/libsha1-c66f505a6c8b35fc.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-5d5b535007f8e124.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f2bc24fd66e60eee.rlib" "/opt/rustwide/target/debug/deps/libhttparse-bddf136980e817ef.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-dda99274d34d4975.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-4289266eb4edf210.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-5bc979fa4d844ccd.rlib" "/opt/rustwide/target/debug/deps/libmime-81c0a547976aedd9.rlib" "/opt/rustwide/target/debug/deps/libflate2-d0092330f1c3ef81.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-5101f26ae48c6841.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-efe9a6b679050b4a.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-26e980db4aab1855.rlib" "/opt/rustwide/target/debug/deps/libfxhash-f9a735d76e67636e.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-bdafe304ec68c126.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-3e3d02f9b597eb88.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-8614d066f97e22f4.rlib" "/opt/rustwide/target/debug/deps/libopenssl-074e01c58339175e.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-be2e6b1ac8de513e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-24ec6f510909448f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-87fc368e0f0dce56.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-0012cd7cad6cc47b.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-2af86075b6268876.rlib" "/opt/rustwide/target/debug/deps/libfailure-4d638642a69671aa.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-2ec419088b8ac51b.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-61088634057f0d74.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-3b35db127dd16d90.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-5bbc358b00d158bf.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-fac1f09002a047a9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-77de6bfb6bbd552f.rlib" "/opt/rustwide/target/debug/deps/liblock_api-93d7c2845e74f0cd.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-a57a6a52cef5676e.rlib" "/opt/rustwide/target/debug/deps/libinstant-00c600e483f584d3.rlib" "/opt/rustwide/target/debug/deps/libcopyless-addb31640d14a025.rlib" "/opt/rustwide/target/debug/deps/libeither-64469cd2726d151b.rlib" "/opt/rustwide/target/debug/deps/libh2-8dde3571bdfb9f1b.rlib" "/opt/rustwide/target/debug/deps/libtracing-4ef9929119b82842.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-3c5968b4d7d26aa7.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-ad73e9947fd37c48.rlib" "/opt/rustwide/target/debug/deps/libhttp-1ab4021fd3ba4476.rlib" "/opt/rustwide/target/debug/deps/libactix_service-fd39ac62c400f08f.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-29592fe744935d49.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-c19ddbba9e8c7222.rlib" "/opt/rustwide/target/debug/deps/libmongodb_base_service-0709a5cc5258650c.rlib" "/opt/rustwide/target/debug/deps/libuuid-8763f531ebc3f0c6.rlib" "/opt/rustwide/target/debug/deps/libvoca_rs-4ca918be45e11ff6.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-00437efdd44cc733.rlib" "/opt/rustwide/target/debug/deps/libstfu8-c2997d976c12b2d4.rlib" "/opt/rustwide/target/debug/deps/libmongodb_cursor_pagination-5c43f732c95443f3.rlib" "/opt/rustwide/target/debug/deps/libbase64-5d3cd80c53440721.rlib" "/opt/rustwide/target/debug/deps/libmongodb-d32e97abb2cd5406.rlib" "/opt/rustwide/target/debug/deps/libversion_check-ac808c4d1eb3d0ea.rlib" "/opt/rustwide/target/debug/deps/libbase64-db5da6bef8a1d166.rlib" "/opt/rustwide/target/debug/deps/libpbkdf2-c913f0e1952778ad.rlib" "/opt/rustwide/target/debug/deps/librand-658a8a98c709c6a0.rlib" "/opt/rustwide/target/debug/deps/librand_core-9f4da4accdcd2d2e.rlib" "/opt/rustwide/target/debug/deps/librand_core-fefd062cdcb3b90d.rlib" "/opt/rustwide/target/debug/deps/libbase64-50cb7b119524e7cb.rlib" "/opt/rustwide/target/debug/deps/libsafemem-e38378ee48faf72f.rlib" "/opt/rustwide/target/debug/deps/libstringprep-0fc9c76538fcf7da.rlib" "/opt/rustwide/target/debug/deps/libhex-350a6eb46c5c29f9.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-c91f10990bbf9c96.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-06131a039adb675c.rlib" "/opt/rustwide/target/debug/deps/libhostname-0086beabf98f5d24.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-4a94df8764f63270.rlib" "/opt/rustwide/target/debug/deps/libquick_error-92792d7d5dc6f90c.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-59cd86eb99ac2d49.rlib" "/opt/rustwide/target/debug/deps/libthiserror-678ec36aab93dee7.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-8ae429dd899cf599.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-b614d4d7324deec8.rlib" "/opt/rustwide/target/debug/deps/libadler-19724b5776b2459a.rlib" "/opt/rustwide/target/debug/deps/libobject-4750264da6f84395.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-1e609a1db3601f4d.rlib" "/opt/rustwide/target/debug/deps/libgimli-f4508afe80df7795.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-f6813ff1cdbf72a4.rlib" "/opt/rustwide/target/debug/deps/libtokio-ed91d1b7fa6731f2.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-00516dc5bf81154e.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-10fd4630b9a09246.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-e1d4489b9879c238.rlib" "/opt/rustwide/target/debug/deps/libmio-3aebbe6fb2d593f9.rlib" "/opt/rustwide/target/debug/deps/libiovec-6c6a41e50a0628ce.rlib" "/opt/rustwide/target/debug/deps/libnet2-a1ce803c67555afc.rlib" "/opt/rustwide/target/debug/deps/libbytes-a265f3aec633bc55.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-09d4f01a782ee392.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-620d687b7f508fea.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-c9000365dcaf671e.rlib" "/opt/rustwide/target/debug/deps/libfutures-c028e55df82a49f6.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-a3be705a8a465c65.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-0de8f1bdcb9eeb55.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-46cb791b9e489748.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-dd65a597b996d7a3.rlib" "/opt/rustwide/target/debug/deps/libslab-31c88580e3b60f0d.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-8eab7d850bb9eb12.rlib" "/opt/rustwide/target/debug/deps/libpin_project-98c589ced07e954e.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-e660f4ce089a9093.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-234eb590d9c317ea.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-179c4ec3b1bb6929.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-db9edbf7f6b4fe8f.rlib" "/opt/rustwide/target/debug/deps/libserde_with-d383fb1d43b3fa3a.rlib" "/opt/rustwide/target/debug/deps/libos_info-980dee224f5623d3.rlib" "/opt/rustwide/target/debug/deps/libregex-5c6ca9a6818cc516.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fca49ebfe19b2a13.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-8d133295d5bc9215.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e796668475ed7fb8.rlib" "/opt/rustwide/target/debug/deps/libmemchr-15ff39dbd52f8080.rlib" "/opt/rustwide/target/debug/deps/libbitflags-117d41ac256572da.rlib" "/opt/rustwide/target/debug/deps/libbufstream-3a6fa4cad05ad68f.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-27960a9081faceb5.rlib" "/opt/rustwide/target/debug/deps/librustls-1b704c5d623b2d36.rlib" "/opt/rustwide/target/debug/deps/libbase64-62d39fe2da67fbfb.rlib" "/opt/rustwide/target/debug/deps/libsct-20527447da82defb.rlib" "/opt/rustwide/target/debug/deps/libwebpki-49743a60fd212449.rlib" "/opt/rustwide/target/debug/deps/libring-71b6e0dbf3cd3ac2.rlib" "/opt/rustwide/target/debug/deps/libspin-cb3920256b8b7cc3.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-06d10ca39739a75e.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-2f6e401b6f726e33.rlib" "/opt/rustwide/target/debug/deps/liblog-9a8491bca1472d8b.rlib" "/opt/rustwide/target/debug/deps/libsha2-a62e290698465d70.rlib" "/opt/rustwide/target/debug/deps/libsha1-a6d6114705295d88.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-d6a0776fdec2e64e.rlib" "/opt/rustwide/target/debug/deps/libmd5-4e065009412849a9.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-03aff259f7333519.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-dbcf0e3edaab4288.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-925e4473cc63646f.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-6433339f2f1db59d.rlib" "/opt/rustwide/target/debug/deps/libhmac-59ffc43098cc2f0c.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-e020a45425d11660.rlib" "/opt/rustwide/target/debug/deps/libsubtle-26c483e2c4f38ee3.rlib" "/opt/rustwide/target/debug/deps/libdigest-2e57f1026673cb12.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-b02514da11eff508.rlib" "/opt/rustwide/target/debug/deps/libtypenum-4b4e05fd02bdb2f7.rlib" "/opt/rustwide/target/debug/deps/libjuniper-fcbf17929e6c365a.rlib" "/opt/rustwide/target/debug/deps/libfnv-d1dc8bedb5ffcb44.rlib" "/opt/rustwide/target/debug/deps/libuuid-41fc06db4ae9f668.rlib" "/opt/rustwide/target/debug/deps/liburl-d76d2b4c0a40df42.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-e457123dded25aba.rlib" "/opt/rustwide/target/debug/deps/libidna-cb293f21c884c2a4.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-8459093ef37ebd9d.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-ec4edde3dd4b7d12.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-0287523dbc01ccb7.rlib" "/opt/rustwide/target/debug/deps/libmatches-201b4dfb49094b2f.rlib" "/opt/rustwide/target/debug/deps/libbson-f2f2a176afb53661.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-f6e8ac2175e8400d.rlib" "/opt/rustwide/target/debug/deps/librand-f0d1dc779759ccbd.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-29f498220d196f11.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4e22bc0c0f361571.rlib" "/opt/rustwide/target/debug/deps/librand_core-9c858d297b35f5db.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-bcbb322484da5e75.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f3c44899040265df.rlib" "/opt/rustwide/target/debug/deps/libserde_json-be03c2b4ef3dd78e.rlib" "/opt/rustwide/target/debug/deps/libryu-739207766fb1644f.rlib" "/opt/rustwide/target/debug/deps/libitoa-86746c4c50b16653.rlib" "/opt/rustwide/target/debug/deps/libindexmap-45b75c11f35c8c23.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-517e267d54148457.rlib" "/opt/rustwide/target/debug/deps/libhex-cfc827af4edd6053.rlib" "/opt/rustwide/target/debug/deps/libchrono-ca4c1ec6204d7806.rlib" "/opt/rustwide/target/debug/deps/libserde-f062fc128cccaa95.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3089f0e7660855de.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-77f577248917a551.rlib" "/opt/rustwide/target/debug/deps/libtime-edcee6259dc63e0c.rlib" "/opt/rustwide/target/debug/deps/liblibc-c03fa3fac8c86cfb.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lc" "-lz" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/lib-66cd22e6b2b98346" "-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; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `counter-service` due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "080c937982dcedf87296e9209515c0f48bfd1006ffaa609405b1909cf15d30e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "080c937982dcedf87296e9209515c0f48bfd1006ffaa609405b1909cf15d30e1", kill_on_drop: false }` [INFO] [stdout] 080c937982dcedf87296e9209515c0f48bfd1006ffaa609405b1909cf15d30e1