[INFO] fetching crate susy-jsonrpc-http-server 10.0.1... [INFO] testing susy-jsonrpc-http-server-10.0.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate susy-jsonrpc-http-server 10.0.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate susy-jsonrpc-http-server 10.0.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate susy-jsonrpc-http-server 10.0.1 [INFO] finished tweaking crates.io crate susy-jsonrpc-http-server 10.0.1 [INFO] tweaked toml for crates.io crate susy-jsonrpc-http-server 10.0.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f6851d4101f669ce04cb6faf04e1db47192de60d503b0f4fbd463a2fbf2a274 [INFO] running `Command { std: "docker" "start" "-a" "9f6851d4101f669ce04cb6faf04e1db47192de60d503b0f4fbd463a2fbf2a274", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f6851d4101f669ce04cb6faf04e1db47192de60d503b0f4fbd463a2fbf2a274", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f6851d4101f669ce04cb6faf04e1db47192de60d503b0f4fbd463a2fbf2a274", kill_on_drop: false }` [INFO] [stdout] 9f6851d4101f669ce04cb6faf04e1db47192de60d503b0f4fbd463a2fbf2a274 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 99d327ceb6bc6e1b6b0cc4208c0fff184c2826eca7c56e6bb60203de2d554588 [INFO] running `Command { std: "docker" "start" "-a" "99d327ceb6bc6e1b6b0cc4208c0fff184c2826eca7c56e6bb60203de2d554588", kill_on_drop: false }` [INFO] [stderr] Compiling susy-jsonrpc-core v10.0.2 [INFO] [stderr] Compiling susy-jsonrpc-server-utils v10.0.1 [INFO] [stderr] Compiling susy-jsonrpc-http-server v10.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:423:27 [INFO] [stdout] | [INFO] [stdout] 423 | }).collect::)>>()?; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 423 - }).collect::)>>()?; [INFO] [stdout] 423 + }).collect::>>()?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handler.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - middleware: Arc, [INFO] [stdout] 24 + middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handler.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | Middleware(Box, Error = hyper::Error> + Send>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 115 - Middleware(Box, Error = hyper::Error> + Send>), [INFO] [stdout] 115 + Middleware(Box, Error = hyper::Error> + Send>), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:73:17 [INFO] [stdout] | [INFO] [stdout] 73 | response: Box, Error=hyper::Error> + Send>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - response: Box, Error=hyper::Error> + Send>, [INFO] [stdout] 73 + response: Box, Error=hyper::Error> + Send>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | pub extractor: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 157 - pub extractor: Arc>, [INFO] [stdout] 157 + pub extractor: Arc>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:194:22 [INFO] [stdout] | [INFO] [stdout] 194 | meta_extractor: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 - meta_extractor: Arc>, [INFO] [stdout] 194 + meta_extractor: Arc>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:195:26 [INFO] [stdout] | [INFO] [stdout] 195 | request_middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 195 - request_middleware: Arc, [INFO] [stdout] 195 + request_middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:448:26 [INFO] [stdout] | [INFO] [stdout] 448 | request_middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 448 - request_middleware: Arc, [INFO] [stdout] 448 + request_middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handler.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - middleware: Arc, [INFO] [stdout] 39 + middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous associated item [INFO] [stdout] --> src/handler.rs:122:41 [INFO] [stdout] | [INFO] [stdout] 122 | fn poll(&mut self) -> Poll { [INFO] [stdout] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as Future>::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_associated_items)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #57644 [INFO] [stdout] note: `Error` could refer to the variant defined here [INFO] [stdout] --> src/handler.rs:114:2 [INFO] [stdout] | [INFO] [stdout] 114 | Error(Option), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `Error` could also refer to the associated type defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/future/mod.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | type Error; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.98s [INFO] running `Command { std: "docker" "inspect" "99d327ceb6bc6e1b6b0cc4208c0fff184c2826eca7c56e6bb60203de2d554588", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99d327ceb6bc6e1b6b0cc4208c0fff184c2826eca7c56e6bb60203de2d554588", kill_on_drop: false }` [INFO] [stdout] 99d327ceb6bc6e1b6b0cc4208c0fff184c2826eca7c56e6bb60203de2d554588 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9396488e75b7fb06fdb540bd5ef47f7eb9677b4ed7bf793ed3c65594ad220dee [INFO] running `Command { std: "docker" "start" "-a" "9396488e75b7fb06fdb540bd5ef47f7eb9677b4ed7bf793ed3c65594ad220dee", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:423:27 [INFO] [stdout] | [INFO] [stdout] 423 | }).collect::)>>()?; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 423 - }).collect::)>>()?; [INFO] [stdout] 423 + }).collect::>>()?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handler.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - middleware: Arc, [INFO] [stdout] 24 + middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handler.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | Middleware(Box, Error = hyper::Error> + Send>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 115 - Middleware(Box, Error = hyper::Error> + Send>), [INFO] [stdout] 115 + Middleware(Box, Error = hyper::Error> + Send>), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:73:17 [INFO] [stdout] | [INFO] [stdout] 73 | response: Box, Error=hyper::Error> + Send>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - response: Box, Error=hyper::Error> + Send>, [INFO] [stdout] 73 + response: Box, Error=hyper::Error> + Send>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | pub extractor: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 157 - pub extractor: Arc>, [INFO] [stdout] 157 + pub extractor: Arc>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:194:22 [INFO] [stdout] | [INFO] [stdout] 194 | meta_extractor: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 - meta_extractor: Arc>, [INFO] [stdout] 194 + meta_extractor: Arc>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling susy-jsonrpc-http-server v10.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:195:26 [INFO] [stdout] | [INFO] [stdout] 195 | request_middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 195 - request_middleware: Arc, [INFO] [stdout] 195 + request_middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:448:26 [INFO] [stdout] | [INFO] [stdout] 448 | request_middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 448 - request_middleware: Arc, [INFO] [stdout] 448 + request_middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handler.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - middleware: Arc, [INFO] [stdout] 39 + middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous associated item [INFO] [stdout] --> src/handler.rs:122:41 [INFO] [stdout] | [INFO] [stdout] 122 | fn poll(&mut self) -> Poll { [INFO] [stdout] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as Future>::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_associated_items)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #57644 [INFO] [stdout] note: `Error` could refer to the variant defined here [INFO] [stdout] --> src/handler.rs:114:2 [INFO] [stdout] | [INFO] [stdout] 114 | Error(Option), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `Error` could also refer to the associated type defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/future/mod.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | type Error; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `thread` is imported redundantly [INFO] [stdout] --> src/tests.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 9 | use super::*; [INFO] [stdout] | -------- the item `thread` is already imported here [INFO] [stdout] ... [INFO] [stdout] 57 | use std::{thread, time}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:423:27 [INFO] [stdout] | [INFO] [stdout] 423 | }).collect::)>>()?; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 423 - }).collect::)>>()?; [INFO] [stdout] 423 + }).collect::>>()?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handler.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - middleware: Arc, [INFO] [stdout] 24 + middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handler.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 115 | Middleware(Box, Error = hyper::Error> + Send>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 115 - Middleware(Box, Error = hyper::Error> + Send>), [INFO] [stdout] 115 + Middleware(Box, Error = hyper::Error> + Send>), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:73:17 [INFO] [stdout] | [INFO] [stdout] 73 | response: Box, Error=hyper::Error> + Send>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - response: Box, Error=hyper::Error> + Send>, [INFO] [stdout] 73 + response: Box, Error=hyper::Error> + Send>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | pub extractor: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 157 - pub extractor: Arc>, [INFO] [stdout] 157 + pub extractor: Arc>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:194:22 [INFO] [stdout] | [INFO] [stdout] 194 | meta_extractor: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 - meta_extractor: Arc>, [INFO] [stdout] 194 + meta_extractor: Arc>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:195:26 [INFO] [stdout] | [INFO] [stdout] 195 | request_middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 195 - request_middleware: Arc, [INFO] [stdout] 195 + request_middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:448:26 [INFO] [stdout] | [INFO] [stdout] 448 | request_middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 448 - request_middleware: Arc, [INFO] [stdout] 448 + request_middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handler.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | middleware: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - middleware: Arc, [INFO] [stdout] 39 + middleware: Arc, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous associated item [INFO] [stdout] --> src/handler.rs:122:41 [INFO] [stdout] | [INFO] [stdout] 122 | fn poll(&mut self) -> Poll { [INFO] [stdout] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as Future>::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_associated_items)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #57644 [INFO] [stdout] note: `Error` could refer to the variant defined here [INFO] [stdout] --> src/handler.rs:114:2 [INFO] [stdout] | [INFO] [stdout] 114 | Error(Option), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: `Error` could also refer to the associated type defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.31/src/future/mod.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | type Error; [INFO] [stdout] | ^^^^^^^^^^^ [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/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.susy_jsonrpc_http_server.22c5c395-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09.2zd1xfwilyya6jia.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-b6a068090bf40c71.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-1c1e08c768cd8903.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f4474e7a3a1f53f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-ec55ab174918e77a.rlib" "/opt/rustwide/target/debug/deps/libhyper-d7d056c8f1307e40.rlib" "/opt/rustwide/target/debug/deps/libwant-e5bbda43e9494d20.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-7883700d67bfeb45.rlib" "/opt/rustwide/target/debug/deps/libtime-146967e375d5efe7.rlib" "/opt/rustwide/target/debug/deps/libhttparse-4b95f643148764ae.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-21802e0f651c963b.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-734db44a3122b7fe.rlib" "/opt/rustwide/target/debug/deps/libh2-af17a9146db69e23.rlib" "/opt/rustwide/target/debug/deps/libindexmap-741da6e5a9a5259b.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-8ce5fddf7b71f952.rlib" "/opt/rustwide/target/debug/deps/libstring-5ef62352f60af901.rlib" "/opt/rustwide/target/debug/deps/libhttp-7bceb4b62ef4900f.rlib" "/opt/rustwide/target/debug/deps/libitoa-fdf340bbb49690d1.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-02ec96fd6bed8abf.rlib" "/opt/rustwide/target/debug/deps/libsusy_jsonrpc_server_utils-50e2e83d8959ca99.rlib" "/opt/rustwide/target/debug/deps/libglobset-7824825acafe02e7.rlib" "/opt/rustwide/target/debug/deps/libregex-d1bce77c8de98f5c.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-6b182b6aadc2d3ca.rlib" "/opt/rustwide/target/debug/deps/libbstr-6b5ac7e058ca7ff7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-183b69152644db8a.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1331aa8962ea7f83.rlib" "/opt/rustwide/target/debug/deps/libunicase-15db039ee2d27092.rlib" "/opt/rustwide/target/debug/deps/libtokio-3928fb1cc11cf03d.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-6887edc9cd62eff8.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-6675de75f2bf2fa0.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-3806b33b8b09c8f2.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-26cc4d1c17cc185d.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-108be86e22d881bf.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-5568a3b7711225ed.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-34cb16c066bb6c0b.rlib" "/opt/rustwide/target/debug/deps/libfnv-6d1578eb67bc4123.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d5e04a0ff86879eb.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-7c1f7a059f408636.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-9dda94c99c1a0fb5.rlib" "/opt/rustwide/target/debug/deps/liblock_api-ee35852acd97153c.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-6349da1e0dbe7bfd.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-66ca166f18a17fbb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-297aa6f7d9395959.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-292ed89eaec34cd4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-1a2e04c779947df2.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-93870536328d7ed1.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-38abe80978b894ec.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-ac57b1221b0d19c0.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-656bfd43aa8966e4.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-1526371833b462e2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-16fdf032a3bdd996.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-4a43963133751b04.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-79957c613dcb28c8.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-8b0b0deead8d7e7d.rlib" "/opt/rustwide/target/debug/deps/libmio-b2660de4163f4f66.rlib" "/opt/rustwide/target/debug/deps/libslab-ae59c7b6e0d36368.rlib" "/opt/rustwide/target/debug/deps/libnet2-b9200a5842a7d9ab.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-77abc38cc38d84d4.rlib" "/opt/rustwide/target/debug/deps/libbytes-5d517c01417b9828.rlib" "/opt/rustwide/target/debug/deps/libeither-c08fdad45407601c.rlib" "/opt/rustwide/target/debug/deps/libiovec-465f55ade9169b5a.rlib" "/opt/rustwide/target/debug/deps/liblibc-cbcf0797f466a12c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-0a75c9c26dc9dc2c.rlib" "/opt/rustwide/target/debug/deps/libsusy_jsonrpc_core-889e676c2d78c849.rlib" "/opt/rustwide/target/debug/deps/libfutures-c98313460d6bd622.rlib" "/opt/rustwide/target/debug/deps/libserde_json-00ba47f61690855c.rlib" "/opt/rustwide/target/debug/deps/libryu-53580c25f32ff188.rlib" "/opt/rustwide/target/debug/deps/libitoa-eb0b0da4f5c7fd02.rlib" "/opt/rustwide/target/debug/deps/libserde-3470883e27ae10a4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/liblog-e386138908af1cd9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/susy_jsonrpc_http_server-79a10b829c293a09" "-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; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `susy-jsonrpc-http-server` due to 2 previous errors; 11 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9396488e75b7fb06fdb540bd5ef47f7eb9677b4ed7bf793ed3c65594ad220dee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9396488e75b7fb06fdb540bd5ef47f7eb9677b4ed7bf793ed3c65594ad220dee", kill_on_drop: false }` [INFO] [stdout] 9396488e75b7fb06fdb540bd5ef47f7eb9677b4ed7bf793ed3c65594ad220dee