[INFO] fetching crate gcpauth 0.1.2... [INFO] testing gcpauth-0.1.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate gcpauth 0.1.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate gcpauth 0.1.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gcpauth 0.1.2 [INFO] finished tweaking crates.io crate gcpauth 0.1.2 [INFO] tweaked toml for crates.io crate gcpauth 0.1.2 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 30185533fc6bf9ba9a61a15168be57a863101a5d206d32b16e50816d57ec3968 [INFO] running `Command { std: "docker" "start" "-a" "30185533fc6bf9ba9a61a15168be57a863101a5d206d32b16e50816d57ec3968", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30185533fc6bf9ba9a61a15168be57a863101a5d206d32b16e50816d57ec3968", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30185533fc6bf9ba9a61a15168be57a863101a5d206d32b16e50816d57ec3968", kill_on_drop: false }` [INFO] [stdout] 30185533fc6bf9ba9a61a15168be57a863101a5d206d32b16e50816d57ec3968 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d9c795bb374177a16c26e850ae373239b312f23aef2eeb9f81874dbb2cd6d30f [INFO] running `Command { std: "docker" "start" "-a" "d9c795bb374177a16c26e850ae373239b312f23aef2eeb9f81874dbb2cd6d30f", kill_on_drop: false }` [INFO] [stderr] Compiling home v0.5.3 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling tokio-util v0.7.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling hyper v0.14.18 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling gcpauth v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `id_token` [INFO] [stdout] --> src/token_source/mod.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | pub id_token: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InternalToken` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/mod.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `access_token` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | pub access_token: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `token_type` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | pub token_type: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `id_token` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | pub id_token: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `expires_in` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | pub expires_in: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.65s [INFO] running `Command { std: "docker" "inspect" "d9c795bb374177a16c26e850ae373239b312f23aef2eeb9f81874dbb2cd6d30f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9c795bb374177a16c26e850ae373239b312f23aef2eeb9f81874dbb2cd6d30f", kill_on_drop: false }` [INFO] [stdout] d9c795bb374177a16c26e850ae373239b312f23aef2eeb9f81874dbb2cd6d30f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 5044e73f4a96ee031f0ec5c70dedf07ba1e813a6de7d5f1fb5fa67f34e11d3b6 [INFO] running `Command { std: "docker" "start" "-a" "5044e73f4a96ee031f0ec5c70dedf07ba1e813a6de7d5f1fb5fa67f34e11d3b6", kill_on_drop: false }` [INFO] [stderr] Compiling gcpauth v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `id_token` [INFO] [stdout] --> src/token_source/mod.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | pub id_token: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InternalToken` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/mod.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `access_token` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | pub access_token: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `token_type` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | pub token_type: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `id_token` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | pub id_token: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `expires_in` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | pub expires_in: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `id_token` [INFO] [stdout] --> src/token_source/mod.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | pub id_token: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `InternalToken` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/mod.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `access_token` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | pub access_token: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `token_type` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | pub token_type: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `id_token` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | pub id_token: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `expires_in` [INFO] [stdout] --> src/token_source/service_account_token_source.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | pub expires_in: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `OAuth2Token` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/token_source/service_account_token_source.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | #[derive(Clone, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [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/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.authroized_user_token_source.cf20c109-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f.13y47z3b753opu28.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-ced139d546c86ad8/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libgcpauth-24dbe19a735f6f57.rlib" "/opt/rustwide/target/debug/deps/libjsonwebtoken-d5d94c755816e19a.rlib" "/opt/rustwide/target/debug/deps/libpem-89a99d34b2a799e8.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libregex-05139bd9528bf369.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a8bd890171e48bbb.rlib" "/opt/rustwide/target/debug/deps/libbase64-8999ceb24e01210b.rlib" "/opt/rustwide/target/debug/deps/libsimple_asn1-adfd82287d42838c.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-a02e1484ca15f5aa.rlib" "/opt/rustwide/target/debug/deps/libring-ce67cb5099963afe.rlib" "/opt/rustwide/target/debug/deps/libspin-0ce7eed86e654be1.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-299fbcd347deffe0.rlib" "/opt/rustwide/target/debug/deps/libhome-a3466b4ab5f6c2ae.rlib" "/opt/rustwide/target/debug/deps/libserde_json-6670da841f4b3181.rlib" "/opt/rustwide/target/debug/deps/libryu-1f87c9e09d988964.rlib" "/opt/rustwide/target/debug/deps/libthiserror-ad66e607fae99d1c.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-4423e3cde7bcb7c7.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-9bbad2413493da0d.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-514f2eebb825db5a.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-361016bdcb077fee.rlib" "/opt/rustwide/target/debug/deps/libopenssl-21671848bcca2372.rlib" "/opt/rustwide/target/debug/deps/libbitflags-610a73087f46ba3b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-63b16d7676120ee3.rlib" "/opt/rustwide/target/debug/deps/liburlencoding-4c4ae05aef6a641a.rlib" "/opt/rustwide/target/debug/deps/libhyper-cba326bc417c4da5.rlib" "/opt/rustwide/target/debug/deps/libwant-841602b464e3884f.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libhttparse-230034459da65c41.rlib" "/opt/rustwide/target/debug/deps/libh2-f5fdc2c612120cff.rlib" "/opt/rustwide/target/debug/deps/libindexmap-8997902f3d506c7d.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-743e8c262a81811e.rlib" "/opt/rustwide/target/debug/deps/libslab-e8ae452aba6ff62c.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-d1ac60134d7f66cb.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-2ae458a46da8d250.rlib" "/opt/rustwide/target/debug/deps/libtower_service-6f9cbeafd8b373de.rlib" "/opt/rustwide/target/debug/deps/libtracing-fac7d3702299228b.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-3f41ad133f295422.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-2e335eaea84544fd.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-7b0e84811fb489db.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-da11edb829caa0a0.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-4bfd7d0ef5a3592b.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-299f420b688515a8.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-591d2bbb0f7914fc.rlib" "/opt/rustwide/target/debug/deps/libhttp-e5a60057394e8171.rlib" "/opt/rustwide/target/debug/deps/libitoa-57ac2f3fee0fa4c3.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libchrono-f10b83b40a3c6bee.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1fcf8f6b138c278b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c8218129049a6c67.rlib" "/opt/rustwide/target/debug/deps/libtime-cecf4159cbf7ae04.rlib" "/opt/rustwide/target/debug/deps/libtokio-4050044df9e16e63.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-41cfb5046be849e3.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bd7920a8383fd529.rlib" "/opt/rustwide/target/debug/deps/libsocket2-79600dd3bae8a846.rlib" "/opt/rustwide/target/debug/deps/libmemchr-794f323e2c3fede3.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-2001554701dc9572.rlib" "/opt/rustwide/target/debug/deps/libbytes-44851e2768c88cca.rlib" "/opt/rustwide/target/debug/deps/libmio-0637d96ebd86aaf9.rlib" "/opt/rustwide/target/debug/deps/liblog-028e1763d8d9ef4a.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-02e5e2d23f061f41.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-c3000373486c0f75.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-95199b5ff9cc1e76.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9a9406f60e570d53.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c4613a8725cfde8b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libserde-97eb4686595aa57a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/authroized_user_token_source-d5fdeb39ca0cf99f" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gcpauth` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.service_account_token_source.83afab81-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da.3kp3qa0qeus1727k.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-ced139d546c86ad8/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libgcpauth-24dbe19a735f6f57.rlib" "/opt/rustwide/target/debug/deps/libjsonwebtoken-d5d94c755816e19a.rlib" "/opt/rustwide/target/debug/deps/libpem-89a99d34b2a799e8.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libregex-05139bd9528bf369.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a8bd890171e48bbb.rlib" "/opt/rustwide/target/debug/deps/libbase64-8999ceb24e01210b.rlib" "/opt/rustwide/target/debug/deps/libsimple_asn1-adfd82287d42838c.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-a02e1484ca15f5aa.rlib" "/opt/rustwide/target/debug/deps/libring-ce67cb5099963afe.rlib" "/opt/rustwide/target/debug/deps/libspin-0ce7eed86e654be1.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-299fbcd347deffe0.rlib" "/opt/rustwide/target/debug/deps/libhome-a3466b4ab5f6c2ae.rlib" "/opt/rustwide/target/debug/deps/libserde_json-6670da841f4b3181.rlib" "/opt/rustwide/target/debug/deps/libryu-1f87c9e09d988964.rlib" "/opt/rustwide/target/debug/deps/libthiserror-ad66e607fae99d1c.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-4423e3cde7bcb7c7.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-9bbad2413493da0d.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-514f2eebb825db5a.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-361016bdcb077fee.rlib" "/opt/rustwide/target/debug/deps/libopenssl-21671848bcca2372.rlib" "/opt/rustwide/target/debug/deps/libbitflags-610a73087f46ba3b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-63b16d7676120ee3.rlib" "/opt/rustwide/target/debug/deps/liburlencoding-4c4ae05aef6a641a.rlib" "/opt/rustwide/target/debug/deps/libhyper-cba326bc417c4da5.rlib" "/opt/rustwide/target/debug/deps/libwant-841602b464e3884f.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libhttparse-230034459da65c41.rlib" "/opt/rustwide/target/debug/deps/libh2-f5fdc2c612120cff.rlib" "/opt/rustwide/target/debug/deps/libindexmap-8997902f3d506c7d.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-743e8c262a81811e.rlib" "/opt/rustwide/target/debug/deps/libslab-e8ae452aba6ff62c.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-d1ac60134d7f66cb.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-2ae458a46da8d250.rlib" "/opt/rustwide/target/debug/deps/libtower_service-6f9cbeafd8b373de.rlib" "/opt/rustwide/target/debug/deps/libtracing-fac7d3702299228b.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-3f41ad133f295422.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-2e335eaea84544fd.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-7b0e84811fb489db.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-da11edb829caa0a0.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-4bfd7d0ef5a3592b.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-299f420b688515a8.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-591d2bbb0f7914fc.rlib" "/opt/rustwide/target/debug/deps/libhttp-e5a60057394e8171.rlib" "/opt/rustwide/target/debug/deps/libitoa-57ac2f3fee0fa4c3.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libchrono-f10b83b40a3c6bee.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1fcf8f6b138c278b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c8218129049a6c67.rlib" "/opt/rustwide/target/debug/deps/libtime-cecf4159cbf7ae04.rlib" "/opt/rustwide/target/debug/deps/libtokio-4050044df9e16e63.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-41cfb5046be849e3.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-bd7920a8383fd529.rlib" "/opt/rustwide/target/debug/deps/libsocket2-79600dd3bae8a846.rlib" "/opt/rustwide/target/debug/deps/libmemchr-794f323e2c3fede3.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-2001554701dc9572.rlib" "/opt/rustwide/target/debug/deps/libbytes-44851e2768c88cca.rlib" "/opt/rustwide/target/debug/deps/libmio-0637d96ebd86aaf9.rlib" "/opt/rustwide/target/debug/deps/liblog-028e1763d8d9ef4a.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-02e5e2d23f061f41.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-c3000373486c0f75.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-95199b5ff9cc1e76.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9a9406f60e570d53.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c4613a8725cfde8b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libserde-97eb4686595aa57a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/service_account_token_source-4915918dcd5077da" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gcpauth` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "5044e73f4a96ee031f0ec5c70dedf07ba1e813a6de7d5f1fb5fa67f34e11d3b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5044e73f4a96ee031f0ec5c70dedf07ba1e813a6de7d5f1fb5fa67f34e11d3b6", kill_on_drop: false }` [INFO] [stdout] 5044e73f4a96ee031f0ec5c70dedf07ba1e813a6de7d5f1fb5fa67f34e11d3b6