[INFO] fetching crate stayalive 0.5.0... [INFO] checking stayalive-0.5.0 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate stayalive 0.5.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate stayalive 0.5.0 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate stayalive 0.5.0 [INFO] finished tweaking crates.io crate stayalive 0.5.0 [INFO] tweaked toml for crates.io crate stayalive 0.5.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b7053b45e3c3ab6a3e50c96f62bcbfde752ff492d398ae8e8454be35fe8dc0a4 [INFO] running `Command { std: "docker" "start" "-a" "b7053b45e3c3ab6a3e50c96f62bcbfde752ff492d398ae8e8454be35fe8dc0a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b7053b45e3c3ab6a3e50c96f62bcbfde752ff492d398ae8e8454be35fe8dc0a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7053b45e3c3ab6a3e50c96f62bcbfde752ff492d398ae8e8454be35fe8dc0a4", kill_on_drop: false }` [INFO] [stdout] b7053b45e3c3ab6a3e50c96f62bcbfde752ff492d398ae8e8454be35fe8dc0a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 04a1ddb9b83496ba29cf0d65de625ad227524d30b6999977093a543f20b1d0ff [INFO] running `Command { std: "docker" "start" "-a" "04a1ddb9b83496ba29cf0d65de625ad227524d30b6999977093a543f20b1d0ff", kill_on_drop: false }` [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking rustc-demangle v0.1.20 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.61 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Compiling synstructure v0.12.5 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking stayalive v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bulkheads/concurrency_limiters.rs:241:19 [INFO] [stdout] | [INFO] [stdout] 241 | exec_cmd: Arc Result + Send + Sync + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(C, P::Resource) -> Result + Send + Sync + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bulkheads/concurrency_limiters.rs:241:19 [INFO] [stdout] | [INFO] [stdout] 241 | exec_cmd: Arc Result + Send + Sync + 'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(C, P::Resource) -> Result + Send + Sync + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be shared between threads safely [INFO] [stdout] --> src/circuitbreakers/mod.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] note: required because it appears within the type `CircuitBreakerError` [INFO] [stdout] --> src/circuitbreakers/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub enum CircuitBreakerError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:42 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 10 | pub enum CircuitBreakerError { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be sent between threads safely [INFO] [stdout] --> src/circuitbreakers/mod.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be sent between threads safely [INFO] [stdout] | [INFO] [stdout] note: required because it appears within the type `CircuitBreakerError` [INFO] [stdout] --> src/circuitbreakers/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub enum CircuitBreakerError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 10 | pub enum CircuitBreakerError { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be shared between threads safely [INFO] [stdout] --> src/circuitbreakers/mod.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] note: required because it appears within the type `CircuitBreakerError` [INFO] [stdout] --> src/circuitbreakers/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub enum CircuitBreakerError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:42 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 10 | pub enum CircuitBreakerError { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be sent between threads safely [INFO] [stdout] --> src/circuitbreakers/mod.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be sent between threads safely [INFO] [stdout] | [INFO] [stdout] note: required because it appears within the type `CircuitBreakerError` [INFO] [stdout] --> src/circuitbreakers/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub enum CircuitBreakerError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 10 | pub enum CircuitBreakerError { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` doesn't implement `Debug` [INFO] [stdout] --> src/circuitbreakers/mod.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `Debug` for `CircuitBreakerError` [INFO] [stdout] --> src/circuitbreakers/mod.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:27 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 10 | pub enum CircuitBreakerError { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` doesn't implement `Debug` [INFO] [stdout] --> src/circuitbreakers/mod.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `Debug` for `CircuitBreakerError` [INFO] [stdout] --> src/circuitbreakers/mod.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:27 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 10 | pub enum CircuitBreakerError { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be shared between threads safely [INFO] [stdout] --> src/bulkheads/mod.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] note: required because it appears within the type `BulkheadError` [INFO] [stdout] --> src/bulkheads/mod.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BulkheadError { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:42 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BulkheadError { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be sent between threads safely [INFO] [stdout] --> src/bulkheads/mod.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be sent between threads safely [INFO] [stdout] | [INFO] [stdout] note: required because it appears within the type `BulkheadError` [INFO] [stdout] --> src/bulkheads/mod.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BulkheadError { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BulkheadError { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be shared between threads safely [INFO] [stdout] --> src/bulkheads/mod.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be shared between threads safely [INFO] [stdout] | [INFO] [stdout] note: required because it appears within the type `BulkheadError` [INFO] [stdout] --> src/bulkheads/mod.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BulkheadError { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:42 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BulkheadError { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` doesn't implement `Debug` [INFO] [stdout] --> src/bulkheads/mod.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `Debug` for `BulkheadError` [INFO] [stdout] --> src/bulkheads/mod.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:27 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BulkheadError { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` cannot be sent between threads safely [INFO] [stdout] --> src/bulkheads/mod.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be sent between threads safely [INFO] [stdout] | [INFO] [stdout] note: required because it appears within the type `BulkheadError` [INFO] [stdout] --> src/bulkheads/mod.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BulkheadError { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BulkheadError { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: `E` doesn't implement `Debug` [INFO] [stdout] --> src/bulkheads/mod.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `Debug` for `BulkheadError` [INFO] [stdout] --> src/bulkheads/mod.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug, Clone, Fail)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: required by a bound in `failure::Fail` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:27 [INFO] [stdout] | [INFO] [stdout] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stdout] | ^^^^^ required by this bound in `failure::Fail` [INFO] [stdout] = note: this error originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 13 | pub enum BulkheadError { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `stayalive` due to 7 previous errors; 1 warning emitted [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "04a1ddb9b83496ba29cf0d65de625ad227524d30b6999977093a543f20b1d0ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04a1ddb9b83496ba29cf0d65de625ad227524d30b6999977093a543f20b1d0ff", kill_on_drop: false }` [INFO] [stdout] 04a1ddb9b83496ba29cf0d65de625ad227524d30b6999977093a543f20b1d0ff