[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 master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbriandeboer%2Fcounter-service" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/briandeboer/counter-service 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/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-0/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" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stdout] 960eec8b77ad1272181e573dfa1661c6df780d5341b9f6589d0eed52b796363d [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" "960eec8b77ad1272181e573dfa1661c6df780d5341b9f6589d0eed52b796363d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "960eec8b77ad1272181e573dfa1661c6df780d5341b9f6589d0eed52b796363d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "960eec8b77ad1272181e573dfa1661c6df780d5341b9f6589d0eed52b796363d", kill_on_drop: false }` [INFO] [stdout] 960eec8b77ad1272181e573dfa1661c6df780d5341b9f6589d0eed52b796363d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stdout] c01cb8ab7e1a1a1764df30c5436eb1c68edad3756785f1b672be2f75922ee0b3 [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" "c01cb8ab7e1a1a1764df30c5436eb1c68edad3756785f1b672be2f75922ee0b3", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.40 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling rustversion v1.0.3 [INFO] [stderr] Compiling fastrand v1.3.5 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling curl v0.4.33 [INFO] [stderr] Compiling os_info v1.3.3 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling isahc v0.7.6 [INFO] [stderr] Compiling md5 v0.6.1 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling parking v1.0.6 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling tracing-core v0.1.16 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling cached v0.12.0 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling curl-sys v0.4.36+curl-7.71.1 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling miniz_oxide v0.4.1 [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 rand_core v0.3.1 [INFO] [stderr] Compiling async-mutex v1.3.0 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling multitask v0.2.0 [INFO] [stderr] Compiling async-channel v1.4.2 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling futures-lite v0.1.11 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling sluice v0.4.2 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling flate2 v1.0.17 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling tracing v0.1.19 [INFO] [stderr] Compiling polling v0.1.9 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling stfu8 v0.2.4 [INFO] [stderr] Compiling pem v0.7.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling base64 v0.9.3 [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 blocking v0.5.2 [INFO] [stderr] Compiling async-io v0.1.11 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling voca_rs v1.12.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling md-5 v0.8.0 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling async-executor v0.1.2 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling async-std v1.6.3 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki-roots v0.18.0 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-openssl v0.4.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling actix-codec v0.2.0 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling serde_derive v1.0.116 [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 juniper_codegen v0.14.2 [INFO] [stderr] Compiling actix-web-codegen v0.2.2 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Compiling typed-builder v0.3.0 [INFO] [stderr] Compiling err-derive v0.2.4 [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 serde v1.0.116 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-service v1.0.6 [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 chrono v0.4.15 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.2.4 [INFO] [stderr] Compiling serde_with v1.4.0 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.19.5 [INFO] [stderr] Compiling trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Compiling h2 v0.2.6 [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 jsonwebtoken v7.1.0 (https://github.com/bdbmammoth/jsonwebtoken?branch=less-decoding#34f0e98f) [INFO] [stderr] Compiling surf v1.0.3 [INFO] [stderr] Compiling actix-connect v1.0.2 [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 mongodb-base-service v0.5.1 [INFO] [stderr] Compiling awc v1.0.1 [INFO] [stderr] Compiling actix-web v2.0.0 [INFO] [stderr] Compiling actix-cors v0.2.0 [INFO] [stderr] Compiling jwt-validator v0.2.1 (https://github.com/briandeboer/jwt-validator?tag=v0.2.1#0f114795) [INFO] [stderr] Compiling counter-service v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6m 41s [INFO] running `Command { std: "docker" "inspect" "c01cb8ab7e1a1a1764df30c5436eb1c68edad3756785f1b672be2f75922ee0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c01cb8ab7e1a1a1764df30c5436eb1c68edad3756785f1b672be2f75922ee0b3", kill_on_drop: false }` [INFO] [stdout] c01cb8ab7e1a1a1764df30c5436eb1c68edad3756785f1b672be2f75922ee0b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] cbfa88ae5380a59ba55032daf46b2c94032bf4fe1fe9d2f7f18757a6c0e9eaf7 [INFO] running `Command { std: "docker" "start" "-a" "cbfa88ae5380a59ba55032daf46b2c94032bf4fe1fe9d2f7f18757a6c0e9eaf7", 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 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-de79e45ed0edfe3b.lib.7551e3e4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.lib.7551e3e4-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b.34xpu0yutfuupmc9.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-06cb0fb1a13c3aef/out" "-L" "/opt/rustwide/target/debug/build/ring-1007ec1cc158bd5d/out" "-L" "/opt/rustwide/target/debug/build/curl-sys-2a83e4a2d1ec19b5/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-4c221c18ee8b951e/out/i/lib" "-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/libinsta-2f551afc8a6a8e02.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-7919237f4769ccfd.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-b1d66518c5cb09a4.rlib" "/opt/rustwide/target/debug/deps/libdifference-c1087db8e4716a08.rlib" "/opt/rustwide/target/debug/deps/libconsole-0867165b8e75dd2b.rlib" "/opt/rustwide/target/debug/deps/libtermios-7f2d2cb2971575ad.rlib" "/opt/rustwide/target/debug/deps/libterminal_size-0d41cbaf6dc2496c.rlib" "/opt/rustwide/target/debug/deps/libcounter_service-ca30b78b8077d04d.rlib" "/opt/rustwide/target/debug/deps/libdotenv-770536006f8265cb.rlib" "/opt/rustwide/target/debug/deps/libjwt_validator-0f90046b85e9d566.rlib" "/opt/rustwide/target/debug/deps/libsurf-0f87caef548315e2.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-2edb4a54259e4694.rlib" "/opt/rustwide/target/debug/deps/libunicase-00f1833f381b15ba.rlib" "/opt/rustwide/target/debug/deps/libisahc-03bbba0720667347.rlib" "/opt/rustwide/target/debug/deps/libsluice-8d3aca61cd07592f.rlib" "/opt/rustwide/target/debug/deps/libcurl-cf0d4579f59dd19c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-bf6281c5d222f65c.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-716184846cba22c6.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-f8661fe37c326314.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-7cbf9e0a6d84ac0f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-6adb094575b93ea6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-640e354f188cfa52.rlib" "/opt/rustwide/target/debug/deps/libhttp-5273a459341ca5ce.rlib" "/opt/rustwide/target/debug/deps/libfutures-d53cc8e632c8855d.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-0d62050ff51c7daf.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-c38b9f27a94cbac5.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-5ce0cb8ef1100303.rlib" "/opt/rustwide/target/debug/deps/libbytes-3a4b6b537b2e2752.rlib" "/opt/rustwide/target/debug/deps/libfutures-08af4afb9a256d42.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-0e9f97d9158ee532.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-43941ddedda279bd.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-4d313f0bcaccfd3a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-198f3df072c65c95.rlib" "/opt/rustwide/target/debug/deps/libjsonwebtoken-07b9ff2eae9d5781.rlib" "/opt/rustwide/target/debug/deps/libpem-934eefaa2a9871b8.rlib" "/opt/rustwide/target/debug/deps/libsimple_asn1-5b16d1f4e57f91e1.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-b7b056ba8fd02f3e.rlib" "/opt/rustwide/target/debug/deps/libasync_std-cae2fef72a611fa7.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-90b97488da2f84bd.rlib" "/opt/rustwide/target/debug/deps/libmultitask-35859f629b87bc04.rlib" "/opt/rustwide/target/debug/deps/libasync_task-0cd5782c61525d73.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-2f49685caf09edb1.rlib" "/opt/rustwide/target/debug/deps/libasync_io-00fceb8da78c8a74.rlib" "/opt/rustwide/target/debug/deps/libvec_arena-63fcde189fd857c5.rlib" "/opt/rustwide/target/debug/deps/libpolling-28961371447b4273.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8d7272f5f34985a5.rlib" "/opt/rustwide/target/debug/deps/libasync_mutex-d9ed54cd568ce231.rlib" "/opt/rustwide/target/debug/deps/libblocking-57cc677d795fff2f.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-d01d329bac1c139a.rlib" "/opt/rustwide/target/debug/deps/libfastrand-a8e4d3c2055376ae.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-5a93e426061dd299.rlib" "/opt/rustwide/target/debug/deps/libparking-85a0055be77fd60e.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-6ae22a8a6d359bc3.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-20463d33c46d87e4.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-a20ca0d03b144c9d.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-fbc12658b45b6b65.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-46d793691287be0e.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-a0722a5cf858edfe.rlib" "/opt/rustwide/target/debug/deps/libactix_web-57b8e3e11b7703d4.rlib" "/opt/rustwide/target/debug/deps/libawc-a1ddecef9f6f9c4c.rlib" "/opt/rustwide/target/debug/deps/libactix_server-010a39f99c9ad70c.rlib" "/opt/rustwide/target/debug/deps/libsocket2-8700860a85ace18a.rlib" "/opt/rustwide/target/debug/deps/libactix_router-8c2fc68df1715e51.rlib" "/opt/rustwide/target/debug/deps/libbytestring-30e51f51a35023d0.rlib" "/opt/rustwide/target/debug/deps/libactix_http-1817f1c113810e21.rlib" "/opt/rustwide/target/debug/deps/libsha1-2bc42c9c0a5b16a2.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-9e40fa173f1835a5.rlib" "/opt/rustwide/target/debug/deps/libdtoa-137febf04156cf08.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-f29cd47bb04ecbf4.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-10fb74cc9f19bfc4.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-ef4b8b002da7e23f.rlib" "/opt/rustwide/target/debug/deps/libmime-255653d28c915291.rlib" "/opt/rustwide/target/debug/deps/libflate2-be5c74ff324c71fe.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-094aa23f2b9090e9.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-94368fdc285a3be4.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-9c61b0dd94fadcb2.rlib" "/opt/rustwide/target/debug/deps/libfxhash-fba87f4fcc73b4a4.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-fa87ac0e9b381a91.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-f08a959fa5fa6d76.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-30db23f9df8e1fd3.rlib" "/opt/rustwide/target/debug/deps/libopenssl-3f0068f07ec1a4ae.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-08fe58165486754f.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/libtrust_dns_resolver-17896735acc377f3.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-35c1e41ff1ff50d1.rlib" "/opt/rustwide/target/debug/deps/libfailure-bdc22562b57cadb1.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-8a0bf5ab28656f76.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-45e0cb524ad48693.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-b482e8130333800a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-fd7c8ba7d93a22d3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-cd1a1fe066e81e32.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d434cbd4343778f8.rlib" "/opt/rustwide/target/debug/deps/liblock_api-b2c8fca8d3722040.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libinstant-6fe3e29097d3b436.rlib" "/opt/rustwide/target/debug/deps/libcopyless-63890fe8dc2810a6.rlib" "/opt/rustwide/target/debug/deps/libeither-b0092ed41718ae10.rlib" "/opt/rustwide/target/debug/deps/libh2-6fa4d96b63fa45ce.rlib" "/opt/rustwide/target/debug/deps/libtracing-060eb8e507ac3c2d.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-3b74fa69a6489cbf.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-beb1e0d5469630ce.rlib" "/opt/rustwide/target/debug/deps/libhttp-4dcfd06458c45a08.rlib" "/opt/rustwide/target/debug/deps/libactix_service-fdd6c7b0108e7062.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-f31241222980cbc6.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-7d14f96a835252bf.rlib" "/opt/rustwide/target/debug/deps/libmongodb_base_service-da0889c703d59ed1.rlib" "/opt/rustwide/target/debug/deps/libuuid-b1908e1e5fec7307.rlib" "/opt/rustwide/target/debug/deps/libvoca_rs-642a7b76b66e72d3.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-8d7fc3bc9c4da007.rlib" "/opt/rustwide/target/debug/deps/libstfu8-aeb0265fd47a18ca.rlib" "/opt/rustwide/target/debug/deps/libmongodb_cursor_pagination-435ad3dde714c796.rlib" "/opt/rustwide/target/debug/deps/libbase64-007b158e2edd7472.rlib" "/opt/rustwide/target/debug/deps/libmongodb-df3291027e157630.rlib" "/opt/rustwide/target/debug/deps/libversion_check-0b0611116e0df15b.rlib" "/opt/rustwide/target/debug/deps/libbase64-454a6c30eb1d81b0.rlib" "/opt/rustwide/target/debug/deps/libpbkdf2-9d265701e6a1ca3f.rlib" "/opt/rustwide/target/debug/deps/librand-801650b3d5fb091d.rlib" "/opt/rustwide/target/debug/deps/librand_core-d289311088f9dc17.rlib" "/opt/rustwide/target/debug/deps/librand_core-3a46beeb136e9cca.rlib" "/opt/rustwide/target/debug/deps/libbase64-dd6ff83ddea0559a.rlib" "/opt/rustwide/target/debug/deps/libsafemem-dc9e5c72d220a074.rlib" "/opt/rustwide/target/debug/deps/libstringprep-7cd2d2bd04189c93.rlib" "/opt/rustwide/target/debug/deps/libhex-c121cad26503200e.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-313d777b3507800b.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-9470242f1d58641a.rlib" "/opt/rustwide/target/debug/deps/libhostname-deff95538744db71.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-3d6cf35136ae4cf3.rlib" "/opt/rustwide/target/debug/deps/libquick_error-5ca0b2d5261a4c49.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-760b75e0d391413d.rlib" "/opt/rustwide/target/debug/deps/libthiserror-cf759b388ee4b31d.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-827e2da09a2cc18e.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-aab747577eb517de.rlib" "/opt/rustwide/target/debug/deps/libadler-fa5dc5005530a354.rlib" "/opt/rustwide/target/debug/deps/libobject-1eff1367c57a2997.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-b7eee7712e8a03b1.rlib" "/opt/rustwide/target/debug/deps/libgimli-260a11c0eed1442b.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-24e6fa42a2f56832.rlib" "/opt/rustwide/target/debug/deps/libtokio-479c790859d581eb.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-da42b52e0a8b06e6.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-b97cf8840652b248.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-186afb932974dd86.rlib" "/opt/rustwide/target/debug/deps/libmio-0ae930a2e57b520b.rlib" "/opt/rustwide/target/debug/deps/libiovec-72acbc251e2e19b5.rlib" "/opt/rustwide/target/debug/deps/libnet2-d6eab5fa4e691101.rlib" "/opt/rustwide/target/debug/deps/libbytes-e9809c8e462b433a.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-5d5814384513cfbc.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-79a03428951bd74e.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-a1b5c3ec091b9174.rlib" "/opt/rustwide/target/debug/deps/libfutures-3a104720efb76c2b.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-7225968bd2dcab09.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-1671e07641ef32db.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-8e5e944790e9984f.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-704103c19b018c84.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-cc9fe4eb2e7504a8.rlib" "/opt/rustwide/target/debug/deps/libpin_project-e090cb086ad0ab00.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-0529fcf76eea3dc2.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-e5d0bcf828a49978.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-ba41b94b650def10.rlib" "/opt/rustwide/target/debug/deps/libserde_with-bf28dd35e7da9ed7.rlib" "/opt/rustwide/target/debug/deps/libos_info-265ace31ce1f1baf.rlib" "/opt/rustwide/target/debug/deps/libregex-b50f715f0d3da5e1.rlib" "/opt/rustwide/target/debug/deps/libthread_local-2691e1649196a294.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0bf2c0c5f07aac96.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-2d2b30238a0db50c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-26b0e7e929d29953.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libbufstream-321951678352d48c.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-407bab242e90a169.rlib" "/opt/rustwide/target/debug/deps/librustls-546fabedc8500c2b.rlib" "/opt/rustwide/target/debug/deps/libbase64-3f92d369ae7392d4.rlib" "/opt/rustwide/target/debug/deps/libsct-34f5ceea2ff520c7.rlib" "/opt/rustwide/target/debug/deps/libwebpki-3ad907078acef5de.rlib" "/opt/rustwide/target/debug/deps/libring-6cf0844b6e9cb288.rlib" "/opt/rustwide/target/debug/deps/libspin-8ee06c28a303f7f8.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-5531af6d6aeddfb1.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-f6aedf8892313d66.rlib" "/opt/rustwide/target/debug/deps/liblog-69c10ffcb957e07a.rlib" "/opt/rustwide/target/debug/deps/libsha2-1366427a43eed4ff.rlib" "/opt/rustwide/target/debug/deps/libsha1-5ed6a98974373249.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-3d6a2ee5cef4c106.rlib" "/opt/rustwide/target/debug/deps/libmd5-f1463845a01a796a.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-471d69f8a14261f8.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-8a1f821c0ca58bf6.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-e7fe4d975aa230a6.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-c0f79bb7e04ef8bd.rlib" "/opt/rustwide/target/debug/deps/libhmac-d69b598975020e22.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-9aa2970e9008e8fa.rlib" "/opt/rustwide/target/debug/deps/libsubtle-4618f61ae59327cb.rlib" "/opt/rustwide/target/debug/deps/libdigest-580c43ce5558c44f.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-90256d6c32e44c23.rlib" "/opt/rustwide/target/debug/deps/libtypenum-2fe21b5a9d400505.rlib" "/opt/rustwide/target/debug/deps/libjuniper-90b9cd648936a75c.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "/opt/rustwide/target/debug/deps/libuuid-0937634dcbc2b158.rlib" "/opt/rustwide/target/debug/deps/liburl-c91288f95846764d.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libidna-da7a5bcee61ef4d5.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-8b0246511a73118b.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-04e603bebe385ce3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libbson-0c050eaaec0f7c2a.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-775ed35f3b1f4453.rlib" "/opt/rustwide/target/debug/deps/librand-66055ab4aa32e7c3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ee75a088e28c8b96.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-bd74681ba41fbf61.rlib" "/opt/rustwide/target/debug/deps/librand_core-3f17e3d0f4643737.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-b55780253d195219.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-c108165c88451b38.rlib" "/opt/rustwide/target/debug/deps/libserde_json-46e6bb35e4f81b45.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libitoa-1e32605243e4c2ee.rlib" "/opt/rustwide/target/debug/deps/libindexmap-2d5c671a314200ab.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c6b0447eea34635a.rlib" "/opt/rustwide/target/debug/deps/libhex-7f2e485685463d45.rlib" "/opt/rustwide/target/debug/deps/libchrono-6279a44a226209cc.rlib" "/opt/rustwide/target/debug/deps/libserde-6f6428c06c2d6f3d.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-98cd236cd6c99e57.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-245b7e39dcff1043.rlib" "/opt/rustwide/target/debug/deps/libtime-4c3ff8d7048f5a64.rlib" "/opt/rustwide/target/debug/deps/liblibc-3c33d924370fc36c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.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" "-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/432e145bd5a974c5b6f4dd9b352891bd7502b69d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/lib-de79e45ed0edfe3b" "-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` [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "cbfa88ae5380a59ba55032daf46b2c94032bf4fe1fe9d2f7f18757a6c0e9eaf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbfa88ae5380a59ba55032daf46b2c94032bf4fe1fe9d2f7f18757a6c0e9eaf7", kill_on_drop: false }` [INFO] [stdout] cbfa88ae5380a59ba55032daf46b2c94032bf4fe1fe9d2f7f18757a6c0e9eaf7