[INFO] cloning repository https://github.com/realcr/cswitch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/realcr/cswitch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealcr%2Fcswitch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealcr%2Fcswitch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e935f8f5f5d84cd1bb7b6359e4fc3b57b6fddaee [INFO] testing realcr/cswitch against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frealcr%2Fcswitch" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/realcr/cswitch on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4/source/rust-toolchain [INFO] started tweaking git repo https://github.com/realcr/cswitch [INFO] finished tweaking git repo https://github.com/realcr/cswitch [INFO] tweaked toml for git repo https://github.com/realcr/cswitch written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/realcr/cswitch already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded simple_logger v1.6.0 [INFO] [stderr] Downloaded atomicwrites v0.2.5 [INFO] [stderr] Downloaded rand_xoshiro v0.4.0 [INFO] [stderr] Downloaded blocking v0.4.6 [INFO] [stderr] Downloaded sized-chunks v0.5.3 [INFO] [stderr] Downloaded futures_codec v0.4.0 [INFO] [stderr] Downloaded sha2 v0.9.0 [INFO] [stderr] Downloaded quickcheck_macros v0.8.0 [INFO] [stderr] Downloaded capnp v0.10.3 [INFO] [stderr] Downloaded hmac v0.8.0 [INFO] [stderr] Downloaded cluFlock v1.2.5 [INFO] [stderr] Downloaded generic-array v0.14.2 [INFO] [stderr] Downloaded parking v1.0.3 [INFO] [stderr] Downloaded cache-padded v1.1.0 [INFO] [stderr] Downloaded aead v0.3.1 [INFO] [stderr] Downloaded hkdf v0.9.0-alpha.0 [INFO] [stderr] Downloaded block-buffer v0.8.0 [INFO] [stderr] Downloaded im v14.3.0 [INFO] [stderr] Downloaded capnpc v0.10.2 [INFO] [stderr] Downloaded concurrent-queue v1.1.1 [INFO] [stderr] Downloaded derive_more v0.14.1 [INFO] [stderr] Downloaded quickcheck_derive v0.2.1 [INFO] [stderr] Downloaded fastrand v1.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5053a49cd03e7d2cabcaec3ab1641c67628ae1321b614b5f538b20ce98b5a591 [INFO] running `Command { std: "docker" "start" "-a" "5053a49cd03e7d2cabcaec3ab1641c67628ae1321b614b5f538b20ce98b5a591", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5053a49cd03e7d2cabcaec3ab1641c67628ae1321b614b5f538b20ce98b5a591", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5053a49cd03e7d2cabcaec3ab1641c67628ae1321b614b5f538b20ce98b5a591", kill_on_drop: false }` [INFO] [stdout] 5053a49cd03e7d2cabcaec3ab1641c67628ae1321b614b5f538b20ce98b5a591 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 324750261ff1f9dee48d1f948d4c340a0adbfc8aa17c3f0719760b6bc48521b6 [INFO] running `Command { std: "docker" "start" "-a" "324750261ff1f9dee48d1f948d4c340a0adbfc8aa17c3f0719760b6bc48521b6", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling proc-macro-nested v0.1.5 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling capnp v0.10.3 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.63 [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling wasm-bindgen v0.2.63 [INFO] [stderr] Compiling waker-fn v1.0.0 [INFO] [stderr] Compiling cache-padded v1.1.0 [INFO] [stderr] Compiling parking v1.0.3 [INFO] [stderr] Compiling send_wrapper v0.4.0 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling fastrand v1.3.2 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling generic-array v0.14.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling addr2line v0.12.1 [INFO] [stderr] Compiling im v14.3.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling concurrent-queue v1.1.1 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling capnpc v0.10.2 [INFO] [stderr] Compiling kv-log-macro v1.0.6 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling stream-cipher v0.4.1 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling aead v0.3.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling block-buffer v0.8.0 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling hmac v0.8.0 [INFO] [stderr] Compiling poly1305 v0.6.0 [INFO] [stderr] Compiling sha2 v0.9.0 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling hkdf v0.9.0-alpha.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling cluFlock v1.2.5 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling offset-lockfile v0.1.0 (/opt/rustwide/workdir/components/lockfile) [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/lockfile/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/lockfile/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling offset-capnp-conv v0.1.0 (/opt/rustwide/workdir/components/capnp_conv) [INFO] [stderr] Compiling offset-proto v0.1.0 (/opt/rustwide/workdir/components/proto) [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling sized-chunks v0.5.3 [INFO] [stderr] Compiling pretty_env_logger v0.2.5 [INFO] [stderr] Compiling simple_logger v1.6.0 [INFO] [stderr] Compiling quickcheck_derive v0.2.1 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling atomicwrites v0.2.5 [INFO] [stderr] Compiling offset-capnp-conv-derive v0.1.0 (/opt/rustwide/workdir/components/capnp_conv/capnp_conv_derive) [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling offset-mutual-from v0.1.0 (/opt/rustwide/workdir/components/mutual_from) [INFO] [stderr] Compiling quickcheck_macros v0.8.0 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/capnp_conv/capnp_conv_derive/src/lib.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/capnp_conv/capnp_conv_derive/src/lib.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/mutual_from/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/mutual_from/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.63 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.63 [INFO] [stderr] Compiling pin-project-internal v0.4.20 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling zeroize_derive v1.0.0 [INFO] [stderr] Compiling paste-impl v0.1.16 [INFO] [stderr] Compiling derive_more v0.99.7 [INFO] [stderr] Compiling zeroize v1.1.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.63 [INFO] [stderr] Compiling paste v0.1.16 [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/capnp_conv/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/capnp_conv/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling curve25519-dalek v2.1.0 [INFO] [stderr] Compiling chacha20 v0.4.3 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling chacha20poly1305 v0.5.1 [INFO] [stderr] Compiling ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Compiling x25519-dalek v0.6.0 [INFO] [stderr] Compiling pin-project v0.4.20 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling js-sys v0.3.40 [INFO] [stderr] Compiling web-sys v0.3.40 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling blocking v0.4.6 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling smol v0.1.18 [INFO] [stderr] Compiling futures_codec v0.4.0 [INFO] [stderr] Compiling offset-common v0.1.0 (/opt/rustwide/workdir/components/common) [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling gloo-timers v0.2.1 [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/common/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/common/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling async-std v1.6.2 [INFO] [stderr] Compiling offset-version v0.1.0 (/opt/rustwide/workdir/components/version) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/version/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/version/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling offset-database v0.1.0 (/opt/rustwide/workdir/components/database) [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/proto/src/lib.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/proto/src/lib.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/database/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/database/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling offset-timer v0.1.0 (/opt/rustwide/workdir/components/timer) [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/timer/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/timer/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/timer/src/timer.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling offset-crypto v0.1.0 (/opt/rustwide/workdir/components/crypto) [INFO] [stderr] Compiling offset-net v0.1.0 (/opt/rustwide/workdir/components/net) [INFO] [stderr] Compiling offset-app-client v0.1.0 (/opt/rustwide/workdir/components/app_client) [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/crypto/src/lib.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/crypto/src/lib.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/net/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/net/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/app_client/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/app_client/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling offset-identity v0.1.0 (/opt/rustwide/workdir/components/identity) [INFO] [stderr] Compiling offset-signature v0.1.0 (/opt/rustwide/workdir/components/signature) [INFO] [stderr] Compiling offset-keepalive v0.1.0 (/opt/rustwide/workdir/components/keepalive) [INFO] [stderr] Compiling offset-route v0.1.0 (/opt/rustwide/workdir/components/route) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/identity/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/identity/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/route/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/route/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/signature/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/signature/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/keepalive/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/keepalive/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling offset-secure-channel v0.1.0 (/opt/rustwide/workdir/components/secure_channel) [INFO] [stderr] Compiling offset-relay v0.1.0 (/opt/rustwide/workdir/components/relay) [INFO] [stderr] Compiling offset-app-server v0.1.0 (/opt/rustwide/workdir/components/app_server) [INFO] [stderr] Compiling offset-funder v0.1.0 (/opt/rustwide/workdir/components/funder) [INFO] [stderr] Compiling offset-index-client v0.1.0 (/opt/rustwide/workdir/components/index_client) [INFO] [stderr] Compiling offset-index-server v0.1.0 (/opt/rustwide/workdir/components/index_server) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/index_client/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/index_client/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/index_server/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/index_server/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/app_server/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/app_server/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/relay/src/lib.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/relay/src/lib.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/funder/src/lib.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/funder/src/lib.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/secure_channel/src/lib.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/secure_channel/src/lib.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling offset-connection v0.1.0 (/opt/rustwide/workdir/components/connection) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling offset-channeler v0.1.0 (/opt/rustwide/workdir/components/channeler) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/connection/src/lib.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/connection/src/lib.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/channeler/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/channeler/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling offset-app v0.1.0 (/opt/rustwide/workdir/components/app) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/app/src/lib.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/app/src/lib.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling offset-stctrl v0.1.0 (/opt/rustwide/workdir/components/stctrl) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/stctrl/src/lib.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/stctrl/src/lib.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling offset-node v0.1.0 (/opt/rustwide/workdir/components/node) [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/node/src/lib.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/node/src/lib.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling offset-bin v0.1.0 (/opt/rustwide/workdir/components/bin) [INFO] [stderr] Compiling offset-stcompact v0.1.0 (/opt/rustwide/workdir/components/stcompact) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/bin/src/lib.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/bin/src/lib.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/stcompact/src/lib.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/stcompact/src/lib.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/stctrl/src/bin/stverify.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/stctrl/src/bin/stverify.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/stctrl/src/bin/stctrl.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/stctrl/src/bin/stctrl.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling offset-test v0.1.0 (/opt/rustwide/workdir/components/test) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/stcompact/src/bin/stcompact.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/stcompact/src/bin/stcompact.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/stcompact/src/bin/stcompact_ser_gen.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/stcompact/src/bin/stcompact_ser_gen.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/bin/src/bin/stmgr.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/bin/src/bin/stmgr.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/bin/src/bin/strelay.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/bin/src/bin/strelay.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/bin/src/bin/stindex.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/bin/src/bin/stindex.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead [INFO] [stdout] --> components/bin/src/bin/stnode.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #![allow(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> components/bin/src/bin/stnode.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | #![deny(trivial_numeric_casts, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `offset-stcompact`; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name stcompact --edition=2018 components/stcompact/src/bin/stcompact.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=591d88dc81b69e7e -C extra-filename=-591d88dc81b69e7e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-1d62311031530a01.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-59bc481413672f52.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-27731762b71bd244.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-88e8c27c4dbd7497.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-52215891b112b2df.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-a22ce84d840be887.rlib --extern app=/opt/rustwide/target/debug/deps/liboffset_app-f8af47b395266869.rlib --extern app_client=/opt/rustwide/target/debug/deps/liboffset_app_client-43bc7078409b8c1f.rlib --extern common=/opt/rustwide/target/debug/deps/liboffset_common-97add3283e1185a6.rlib --extern connection=/opt/rustwide/target/debug/deps/liboffset_connection-2ef81aec7d4f6706.rlib --extern crypto=/opt/rustwide/target/debug/deps/liboffset_crypto-44874c3487e1b84b.rlib --extern database=/opt/rustwide/target/debug/deps/liboffset_database-21a5d411f4a85e9f.rlib --extern identity=/opt/rustwide/target/debug/deps/liboffset_identity-93560b6312fd7cd5.rlib --extern lockfile=/opt/rustwide/target/debug/deps/liboffset_lockfile-ae3aa49584c8831e.rlib --extern net=/opt/rustwide/target/debug/deps/liboffset_net-270c35b5fc08970c.rlib --extern node=/opt/rustwide/target/debug/deps/liboffset_node-6f589a562321f35d.rlib --extern proto=/opt/rustwide/target/debug/deps/liboffset_proto-13239b23e2d5c65c.rlib --extern route=/opt/rustwide/target/debug/deps/liboffset_route-9c2999ed8bfd8aaf.rlib --extern stcompact=/opt/rustwide/target/debug/deps/libstcompact-e56f1da28334b56f.rlib --extern timer=/opt/rustwide/target/debug/deps/liboffset_timer-12ce3937727fa2b1.rlib --extern quickcheck=/opt/rustwide/target/debug/deps/libquickcheck-5438189219f8f9ab.rlib --extern quickcheck_derive=/opt/rustwide/target/debug/deps/libquickcheck_derive-27527d2cbe98dc42.so --extern quickcheck_macros=/opt/rustwide/target/debug/deps/libquickcheck_macros-052534034703c300.so --extern rand=/opt/rustwide/target/debug/deps/librand-f473cf2558c6a25b.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-25962920b48567b7.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-0abfcac358ae18de.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-cc68e0a81507a1a4.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/clear_on_drop-27a9d820a5b29c80/out` (signal: 9, SIGKILL: kill) [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/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.stcompact_ser_gen.f28fd84e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442.3c8w7mfgfb1cjjbc.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/clear_on_drop-27a9d820a5b29c80/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-88e8c27c4dbd7497.rlib" "/opt/rustwide/target/debug/deps/libhumantime-91ca063d910be691.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9f037071f33ff693.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-c96808e7beca6ad9.rlib" "/opt/rustwide/target/debug/deps/libstcompact-e56f1da28334b56f.rlib" "/opt/rustwide/target/debug/deps/liboffset_lockfile-ae3aa49584c8831e.rlib" "/opt/rustwide/target/debug/deps/libcluFlock-404611fd755ded06.rlib" "/opt/rustwide/target/debug/deps/liboffset_node-6f589a562321f35d.rlib" "/opt/rustwide/target/debug/deps/liboffset_index_client-3fcde865a38aff08.rlib" "/opt/rustwide/target/debug/deps/liboffset_funder-7ab6ae4335ddd513.rlib" "/opt/rustwide/target/debug/deps/libim-b0158cdae293c9a4.rlib" "/opt/rustwide/target/debug/deps/librand_xoshiro-50a37e3dd1962828.rlib" "/opt/rustwide/target/debug/deps/libsized_chunks-94dad41ea0f5e7c0.rlib" "/opt/rustwide/target/debug/deps/libbitmaps-a2c36a79e29ba13c.rlib" "/opt/rustwide/target/debug/deps/liboffset_channeler-60fc78c398da5af7.rlib" "/opt/rustwide/target/debug/deps/liboffset_relay-358aeca6c60ad538.rlib" "/opt/rustwide/target/debug/deps/liboffset_app_server-6de1d4e88aed7214.rlib" "/opt/rustwide/target/debug/deps/liboffset_database-21a5d411f4a85e9f.rlib" "/opt/rustwide/target/debug/deps/libatomicwrites-13238733d78ef9ed.rlib" "/opt/rustwide/target/debug/deps/libnix-6f77dd96a25a0894.rlib" "/opt/rustwide/target/debug/deps/libvoid-fc8910124e59282b.rlib" "/opt/rustwide/target/debug/deps/libtempdir-af9722808e826bc4.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-ef9fbfbf78dc3912.rlib" "/opt/rustwide/target/debug/deps/librand-901745899a9981ed.rlib" "/opt/rustwide/target/debug/deps/liboffset_route-9c2999ed8bfd8aaf.rlib" "/opt/rustwide/target/debug/deps/liboffset_app-f8af47b395266869.rlib" "/opt/rustwide/target/debug/deps/liboffset_signature-b0b43e5f6c93e56a.rlib" "/opt/rustwide/target/debug/deps/liboffset_connection-2ef81aec7d4f6706.rlib" "/opt/rustwide/target/debug/deps/liboffset_version-ba6941ff12b293a8.rlib" "/opt/rustwide/target/debug/deps/liboffset_secure_channel-d6e5f77a8d6fbaf6.rlib" "/opt/rustwide/target/debug/deps/liboffset_keepalive-2f1dd09aafece727.rlib" "/opt/rustwide/target/debug/deps/liboffset_app_client-43bc7078409b8c1f.rlib" "/opt/rustwide/target/debug/deps/liboffset_timer-12ce3937727fa2b1.rlib" "/opt/rustwide/target/debug/deps/liboffset_net-270c35b5fc08970c.rlib" "/opt/rustwide/target/debug/deps/libfutures_codec-13059fb466c4f242.rlib" "/opt/rustwide/target/debug/deps/libasync_std-1d62311031530a01.rlib" "/opt/rustwide/target/debug/deps/libsmol-9e325df57412e602.rlib" "/opt/rustwide/target/debug/deps/libfastrand-21a5651dbbc5706f.rlib" "/opt/rustwide/target/debug/deps/libasync_task-3afabb66c83e44b3.rlib" "/opt/rustwide/target/debug/deps/libblocking-38c13fa783ad9745.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-8963723e82a65b74.rlib" "/opt/rustwide/target/debug/deps/libparking-0f49a93a1850877b.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-672c88eed20084d6.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-96869a3d3b254df6.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-873bc665e16af098.rlib" "/opt/rustwide/target/debug/deps/libsocket2-b07f8c074434e91a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-73c54b8c3255a082.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-042c5ede8395d4c7.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-4b5dcb581c70df91.rlib" "/opt/rustwide/target/debug/deps/liboffset_identity-93560b6312fd7cd5.rlib" "/opt/rustwide/target/debug/deps/liboffset_crypto-44874c3487e1b84b.rlib" "/opt/rustwide/target/debug/deps/libed25519_dalek-50fb24bcf92cac32.rlib" "/opt/rustwide/target/debug/deps/libsha2-057bcb6e548890ed.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-9804e4d24a69c32b.rlib" "/opt/rustwide/target/debug/deps/libclear_on_drop-9c62ad34455a5985.rlib" "/opt/rustwide/target/debug/deps/libx25519_dalek-6355fb8f32925129.rlib" "/opt/rustwide/target/debug/deps/libcurve25519_dalek-a54cd8a3d9dcee88.rlib" "/opt/rustwide/target/debug/deps/libdigest-c2a7253c94f11e83.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-2d54a2d7a285aef0.rlib" "/opt/rustwide/target/debug/deps/libchacha20poly1305-841b1cfb8b10b6c1.rlib" "/opt/rustwide/target/debug/deps/libchacha20-60c2ca6c4649019f.rlib" "/opt/rustwide/target/debug/deps/libzeroize-34b65f8a6bd9a202.rlib" "/opt/rustwide/target/debug/deps/libstream_cipher-c2ca32d79d13f22a.rlib" "/opt/rustwide/target/debug/deps/libpoly1305-6d1e35c921e0027b.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-520c8a21a350c225.rlib" "/opt/rustwide/target/debug/deps/libaead-8efb1a3149d472e8.rlib" "/opt/rustwide/target/debug/deps/libsha2-991e38b7971fa9fa.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-f4adceac499e4c5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-b04234b218c49cd5.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-057d5701e47406d3.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-dfd8eeb8444cfcc7.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-f8e23c597d5ea2e9.rlib" "/opt/rustwide/target/debug/deps/libhkdf-01579d1c67fa5b7b.rlib" "/opt/rustwide/target/debug/deps/libhmac-99ed4803bbe5c710.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-7410ea20a9057dd8.rlib" "/opt/rustwide/target/debug/deps/libsubtle-18191c5692d6062e.rlib" "/opt/rustwide/target/debug/deps/libdigest-e2d8f43fb5dd9160.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-3f72530138b570d6.rlib" "/opt/rustwide/target/debug/deps/libtypenum-3e376aaa9378417c.rlib" "/opt/rustwide/target/debug/deps/liboffset_proto-13239b23e2d5c65c.rlib" "/opt/rustwide/target/debug/deps/libserde_json-0abfcac358ae18de.rlib" "/opt/rustwide/target/debug/deps/libryu-d12c73784c01ffe8.rlib" "/opt/rustwide/target/debug/deps/libitoa-49b33d255b8312c1.rlib" "/opt/rustwide/target/debug/deps/libbytes-0564acb8165b7d31.rlib" "/opt/rustwide/target/debug/deps/libpaste-bdb9f5d283351760.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-64609ac741647453.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-2c1e55636bb31b23.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ad07e1dd1796c045.rlib" "/opt/rustwide/target/debug/deps/liboffset_capnp_conv-10d17754ee641dc6.rlib" "/opt/rustwide/target/debug/deps/libcapnp-4b69e7b65e756320.rlib" "/opt/rustwide/target/debug/deps/liboffset_common-97add3283e1185a6.rlib" "/opt/rustwide/target/debug/deps/libbase64-59bc481413672f52.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-cc65a01ab0688017.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-cd4e5626fbfc08b0.rlib" "/opt/rustwide/target/debug/deps/libobject-b0eb807cb5780044.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-95e7290a6ec94487.rlib" "/opt/rustwide/target/debug/deps/libgimli-2c197624dbe30fe2.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-5c928f6ad816bbf3.rlib" "/opt/rustwide/target/debug/deps/libfutures-52215891b112b2df.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-a5eacae9c480eee3.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-28763443a85b9641.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-18a6ad96873736a5.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-c728d6aa0d886836.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-884a772b39445ccc.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c439f51997963ead.rlib" "/opt/rustwide/target/debug/deps/libpin_project-56ea9cac2cddf3f5.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-c17b885b0b770dcd.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-0905bea70a7bc571.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-b82165e1857a4107.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-872a8df0ad0540a0.rlib" "/opt/rustwide/target/debug/deps/libstructopt-cc68e0a81507a1a4.rlib" "/opt/rustwide/target/debug/deps/libclap-5ee409abdd442191.rlib" "/opt/rustwide/target/debug/deps/libvec_map-18b27ee44a5c9049.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-047901068ba38c0e.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-f75ec5fbc7fa5ea6.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c9e2592dde3c5431.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6063cd2c96572b53.rlib" "/opt/rustwide/target/debug/deps/libatty-0a21899c979efae1.rlib" "/opt/rustwide/target/debug/deps/libansi_term-7b95e091c56f4f65.rlib" "/opt/rustwide/target/debug/deps/libserde-25962920b48567b7.rlib" "/opt/rustwide/target/debug/deps/libquickcheck-5438189219f8f9ab.rlib" "/opt/rustwide/target/debug/deps/librand-f473cf2558c6a25b.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-6f1c72d9e897cbaa.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-a4980a5c0afc511f.rlib" "/opt/rustwide/target/debug/deps/librand_core-4a3033939aea50c5.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-2dc6d0f1cca4d495.rlib" "/opt/rustwide/target/debug/deps/liblibc-b03a7f37d3ffe34d.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-fb106eae2b81115a.rlib" "/opt/rustwide/target/debug/deps/liblog-a22ce84d840be887.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libregex-f8b789a715e6a110.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fc112ae30411db47.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-e30d475944f3d494.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-670902bb7e86937f.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ea1aace9ed0e5b1e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/stcompact_ser_gen-fce524870d194442" "-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] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.strelay.3d99b3a5-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4.1yg9xwfa450a0y8y.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/clear_on_drop-27a9d820a5b29c80/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-88e8c27c4dbd7497.rlib" "/opt/rustwide/target/debug/deps/libhumantime-91ca063d910be691.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9f037071f33ff693.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-c96808e7beca6ad9.rlib" "/opt/rustwide/target/debug/deps/libbin-63af6a5c26b72a70.rlib" "/opt/rustwide/target/debug/deps/liboffset_node-6f589a562321f35d.rlib" "/opt/rustwide/target/debug/deps/liboffset_index_client-3fcde865a38aff08.rlib" "/opt/rustwide/target/debug/deps/liboffset_funder-7ab6ae4335ddd513.rlib" "/opt/rustwide/target/debug/deps/libim-b0158cdae293c9a4.rlib" "/opt/rustwide/target/debug/deps/librand_xoshiro-50a37e3dd1962828.rlib" "/opt/rustwide/target/debug/deps/libsized_chunks-94dad41ea0f5e7c0.rlib" "/opt/rustwide/target/debug/deps/libbitmaps-a2c36a79e29ba13c.rlib" "/opt/rustwide/target/debug/deps/liboffset_channeler-60fc78c398da5af7.rlib" "/opt/rustwide/target/debug/deps/liboffset_relay-358aeca6c60ad538.rlib" "/opt/rustwide/target/debug/deps/liboffset_app_server-6de1d4e88aed7214.rlib" "/opt/rustwide/target/debug/deps/liboffset_database-21a5d411f4a85e9f.rlib" "/opt/rustwide/target/debug/deps/libatomicwrites-13238733d78ef9ed.rlib" "/opt/rustwide/target/debug/deps/libnix-6f77dd96a25a0894.rlib" "/opt/rustwide/target/debug/deps/libvoid-fc8910124e59282b.rlib" "/opt/rustwide/target/debug/deps/libtempdir-af9722808e826bc4.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-ef9fbfbf78dc3912.rlib" "/opt/rustwide/target/debug/deps/librand-901745899a9981ed.rlib" "/opt/rustwide/target/debug/deps/liboffset_net-270c35b5fc08970c.rlib" "/opt/rustwide/target/debug/deps/libfutures_codec-13059fb466c4f242.rlib" "/opt/rustwide/target/debug/deps/liboffset_index_server-dfebc98478df96b9.rlib" "/opt/rustwide/target/debug/deps/liboffset_signature-b0b43e5f6c93e56a.rlib" "/opt/rustwide/target/debug/deps/liboffset_connection-2ef81aec7d4f6706.rlib" "/opt/rustwide/target/debug/deps/liboffset_version-ba6941ff12b293a8.rlib" "/opt/rustwide/target/debug/deps/liboffset_secure_channel-d6e5f77a8d6fbaf6.rlib" "/opt/rustwide/target/debug/deps/liboffset_keepalive-2f1dd09aafece727.rlib" "/opt/rustwide/target/debug/deps/liboffset_identity-93560b6312fd7cd5.rlib" "/opt/rustwide/target/debug/deps/liboffset_crypto-44874c3487e1b84b.rlib" "/opt/rustwide/target/debug/deps/libed25519_dalek-50fb24bcf92cac32.rlib" "/opt/rustwide/target/debug/deps/libsha2-057bcb6e548890ed.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-9804e4d24a69c32b.rlib" "/opt/rustwide/target/debug/deps/libclear_on_drop-9c62ad34455a5985.rlib" "/opt/rustwide/target/debug/deps/libx25519_dalek-6355fb8f32925129.rlib" "/opt/rustwide/target/debug/deps/libcurve25519_dalek-a54cd8a3d9dcee88.rlib" "/opt/rustwide/target/debug/deps/libdigest-c2a7253c94f11e83.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-2d54a2d7a285aef0.rlib" "/opt/rustwide/target/debug/deps/libchacha20poly1305-841b1cfb8b10b6c1.rlib" "/opt/rustwide/target/debug/deps/libchacha20-60c2ca6c4649019f.rlib" "/opt/rustwide/target/debug/deps/libzeroize-34b65f8a6bd9a202.rlib" "/opt/rustwide/target/debug/deps/libstream_cipher-c2ca32d79d13f22a.rlib" "/opt/rustwide/target/debug/deps/libpoly1305-6d1e35c921e0027b.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-520c8a21a350c225.rlib" "/opt/rustwide/target/debug/deps/libaead-8efb1a3149d472e8.rlib" "/opt/rustwide/target/debug/deps/libsha2-991e38b7971fa9fa.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-f4adceac499e4c5c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-b04234b218c49cd5.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-057d5701e47406d3.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-dfd8eeb8444cfcc7.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-f8e23c597d5ea2e9.rlib" "/opt/rustwide/target/debug/deps/libhkdf-01579d1c67fa5b7b.rlib" "/opt/rustwide/target/debug/deps/libhmac-99ed4803bbe5c710.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-7410ea20a9057dd8.rlib" "/opt/rustwide/target/debug/deps/libsubtle-18191c5692d6062e.rlib" "/opt/rustwide/target/debug/deps/libdigest-e2d8f43fb5dd9160.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-3f72530138b570d6.rlib" "/opt/rustwide/target/debug/deps/libtypenum-3e376aaa9378417c.rlib" "/opt/rustwide/target/debug/deps/liboffset_timer-12ce3937727fa2b1.rlib" "/opt/rustwide/target/debug/deps/libasync_std-1d62311031530a01.rlib" "/opt/rustwide/target/debug/deps/libsmol-9e325df57412e602.rlib" "/opt/rustwide/target/debug/deps/libfastrand-21a5651dbbc5706f.rlib" "/opt/rustwide/target/debug/deps/libasync_task-3afabb66c83e44b3.rlib" "/opt/rustwide/target/debug/deps/libblocking-38c13fa783ad9745.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-8963723e82a65b74.rlib" "/opt/rustwide/target/debug/deps/libparking-0f49a93a1850877b.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-672c88eed20084d6.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-96869a3d3b254df6.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-873bc665e16af098.rlib" "/opt/rustwide/target/debug/deps/libsocket2-b07f8c074434e91a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-73c54b8c3255a082.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-042c5ede8395d4c7.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-4b5dcb581c70df91.rlib" "/opt/rustwide/target/debug/deps/liboffset_proto-13239b23e2d5c65c.rlib" "/opt/rustwide/target/debug/deps/libserde_json-0abfcac358ae18de.rlib" "/opt/rustwide/target/debug/deps/libryu-d12c73784c01ffe8.rlib" "/opt/rustwide/target/debug/deps/libitoa-49b33d255b8312c1.rlib" "/opt/rustwide/target/debug/deps/libbytes-0564acb8165b7d31.rlib" "/opt/rustwide/target/debug/deps/libquickcheck-5438189219f8f9ab.rlib" "/opt/rustwide/target/debug/deps/librand-f473cf2558c6a25b.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-6f1c72d9e897cbaa.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-a4980a5c0afc511f.rlib" "/opt/rustwide/target/debug/deps/librand_core-4a3033939aea50c5.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-2dc6d0f1cca4d495.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-fb106eae2b81115a.rlib" "/opt/rustwide/target/debug/deps/libregex-f8b789a715e6a110.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fc112ae30411db47.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-e30d475944f3d494.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-670902bb7e86937f.rlib" "/opt/rustwide/target/debug/deps/libpaste-bdb9f5d283351760.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-64609ac741647453.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-2c1e55636bb31b23.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ad07e1dd1796c045.rlib" "/opt/rustwide/target/debug/deps/liboffset_capnp_conv-10d17754ee641dc6.rlib" "/opt/rustwide/target/debug/deps/libcapnp-4b69e7b65e756320.rlib" "/opt/rustwide/target/debug/deps/liboffset_common-97add3283e1185a6.rlib" "/opt/rustwide/target/debug/deps/libbase64-59bc481413672f52.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-cc65a01ab0688017.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-cd4e5626fbfc08b0.rlib" "/opt/rustwide/target/debug/deps/libobject-b0eb807cb5780044.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-95e7290a6ec94487.rlib" "/opt/rustwide/target/debug/deps/libgimli-2c197624dbe30fe2.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-5c928f6ad816bbf3.rlib" "/opt/rustwide/target/debug/deps/libserde-25962920b48567b7.rlib" "/opt/rustwide/target/debug/deps/libfutures-52215891b112b2df.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-a5eacae9c480eee3.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-28763443a85b9641.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-18a6ad96873736a5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-ea1aace9ed0e5b1e.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-c728d6aa0d886836.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-884a772b39445ccc.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-c439f51997963ead.rlib" "/opt/rustwide/target/debug/deps/libpin_project-56ea9cac2cddf3f5.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-c17b885b0b770dcd.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-0905bea70a7bc571.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-b82165e1857a4107.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-872a8df0ad0540a0.rlib" "/opt/rustwide/target/debug/deps/libstructopt-cc68e0a81507a1a4.rlib" "/opt/rustwide/target/debug/deps/libclap-5ee409abdd442191.rlib" "/opt/rustwide/target/debug/deps/libvec_map-18b27ee44a5c9049.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-047901068ba38c0e.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-f75ec5fbc7fa5ea6.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c9e2592dde3c5431.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6063cd2c96572b53.rlib" "/opt/rustwide/target/debug/deps/libatty-0a21899c979efae1.rlib" "/opt/rustwide/target/debug/deps/liblibc-b03a7f37d3ffe34d.rlib" "/opt/rustwide/target/debug/deps/libansi_term-7b95e091c56f4f65.rlib" "/opt/rustwide/target/debug/deps/liblog-a22ce84d840be887.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/strelay-f14f9a1fee2342c4" "-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] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "324750261ff1f9dee48d1f948d4c340a0adbfc8aa17c3f0719760b6bc48521b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "324750261ff1f9dee48d1f948d4c340a0adbfc8aa17c3f0719760b6bc48521b6", kill_on_drop: false }` [INFO] [stdout] 324750261ff1f9dee48d1f948d4c340a0adbfc8aa17c3f0719760b6bc48521b6