Sep 21 02:32:49.966 INFO checking stayalive-0.5.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:32:49.966 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:32:49.966 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:32:50.147 INFO blam! ce8191fc0d2cc76c7b29959fb2920c29009e3f0574ee48b098e32344967d35bb Sep 21 02:32:50.149 INFO running `"docker" "start" "-a" "ce8191fc0d2cc76c7b29959fb2920c29009e3f0574ee48b098e32344967d35bb"` Sep 21 02:32:50.828 INFO kablam! usermod: no changes Sep 21 02:32:50.893 INFO kablam! Checking stayalive v0.5.0 (/source) Sep 21 02:32:51.222 INFO kablam! warning: `E` doesn't implement `std::fmt::Display` Sep 21 02:32:51.222 INFO kablam! --> src/circuitbreakers/mod.rs:7:39 Sep 21 02:32:51.222 INFO kablam! | Sep 21 02:32:51.222 INFO kablam! 7 | pub type CircuitBreakerResult = Result>; Sep 21 02:32:51.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted with the default formatter Sep 21 02:32:51.222 INFO kablam! | Sep 21 02:32:51.222 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 02:32:51.222 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `E` Sep 21 02:32:51.222 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 21 02:32:51.222 INFO kablam! = help: consider adding a `where E: std::fmt::Display` bound Sep 21 02:32:51.222 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:32:51.222 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:32:51.222 INFO kablam! Sep 21 02:32:51.222 INFO kablam! warning: `E` doesn't implement `std::fmt::Display` Sep 21 02:32:51.223 INFO kablam! --> src/bulkheads/mod.rs:9:33 Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! 9 | pub type BulkheadResult = Result>; Sep 21 02:32:51.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted with the default formatter Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `E` Sep 21 02:32:51.223 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 21 02:32:51.223 INFO kablam! = help: consider adding a `where E: std::fmt::Display` bound Sep 21 02:32:51.223 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:32:51.223 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:32:51.223 INFO kablam! Sep 21 02:32:51.223 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 21 02:32:51.223 INFO kablam! --> src/circuitbreakers/mod.rs:9:24 Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! 9 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.223 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 02:32:51.223 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 02:32:51.223 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 21 02:32:51.223 INFO kablam! Sep 21 02:32:51.223 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 21 02:32:51.223 INFO kablam! --> src/circuitbreakers/mod.rs:9:24 Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! 9 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.223 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 21 02:32:51.223 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 02:32:51.223 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 21 02:32:51.223 INFO kablam! Sep 21 02:32:51.223 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 21 02:32:51.223 INFO kablam! --> src/circuitbreakers/mod.rs:9:24 Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! 9 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.223 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 21 02:32:51.223 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 02:32:51.223 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 21 02:32:51.223 INFO kablam! Sep 21 02:32:51.223 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 21 02:32:51.223 INFO kablam! --> src/bulkheads/mod.rs:12:24 Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! 12 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.223 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 02:32:51.223 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 02:32:51.223 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 21 02:32:51.223 INFO kablam! Sep 21 02:32:51.223 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 21 02:32:51.223 INFO kablam! --> src/bulkheads/mod.rs:12:24 Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! 12 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.223 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 21 02:32:51.223 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 02:32:51.223 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 21 02:32:51.223 INFO kablam! Sep 21 02:32:51.223 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 21 02:32:51.223 INFO kablam! --> src/bulkheads/mod.rs:12:24 Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! 12 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.223 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 21 02:32:51.223 INFO kablam! | Sep 21 02:32:51.223 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 21 02:32:51.223 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 02:32:51.223 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 21 02:32:51.224 INFO kablam! Sep 21 02:32:51.232 INFO kablam! error: aborting due to 6 previous errors Sep 21 02:32:51.232 INFO kablam! Sep 21 02:32:51.232 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 02:32:51.236 INFO kablam! warning: `E` doesn't implement `std::fmt::Display` Sep 21 02:32:51.236 INFO kablam! --> src/circuitbreakers/mod.rs:7:39 Sep 21 02:32:51.236 INFO kablam! | Sep 21 02:32:51.236 INFO kablam! 7 | pub type CircuitBreakerResult = Result>; Sep 21 02:32:51.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted with the default formatter Sep 21 02:32:51.236 INFO kablam! | Sep 21 02:32:51.236 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 02:32:51.236 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `E` Sep 21 02:32:51.236 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 21 02:32:51.236 INFO kablam! = help: consider adding a `where E: std::fmt::Display` bound Sep 21 02:32:51.236 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:32:51.236 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:32:51.236 INFO kablam! Sep 21 02:32:51.241 INFO kablam! warning: `E` doesn't implement `std::fmt::Display` Sep 21 02:32:51.241 INFO kablam! --> src/bulkheads/mod.rs:9:33 Sep 21 02:32:51.241 INFO kablam! | Sep 21 02:32:51.241 INFO kablam! 9 | pub type BulkheadResult = Result>; Sep 21 02:32:51.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted with the default formatter Sep 21 02:32:51.241 INFO kablam! | Sep 21 02:32:51.241 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `E` Sep 21 02:32:51.241 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 21 02:32:51.241 INFO kablam! = help: consider adding a `where E: std::fmt::Display` bound Sep 21 02:32:51.241 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:32:51.241 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:32:51.241 INFO kablam! Sep 21 02:32:51.241 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 21 02:32:51.241 INFO kablam! --> src/circuitbreakers/mod.rs:9:24 Sep 21 02:32:51.241 INFO kablam! | Sep 21 02:32:51.241 INFO kablam! 9 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.241 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 02:32:51.241 INFO kablam! | Sep 21 02:32:51.241 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 02:32:51.241 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 02:32:51.241 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 21 02:32:51.241 INFO kablam! Sep 21 02:32:51.241 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 21 02:32:51.241 INFO kablam! --> src/circuitbreakers/mod.rs:9:24 Sep 21 02:32:51.241 INFO kablam! | Sep 21 02:32:51.241 INFO kablam! 9 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.241 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 21 02:32:51.241 INFO kablam! | Sep 21 02:32:51.241 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 21 02:32:51.241 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 02:32:51.242 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 21 02:32:51.242 INFO kablam! Sep 21 02:32:51.242 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 21 02:32:51.242 INFO kablam! --> src/circuitbreakers/mod.rs:9:24 Sep 21 02:32:51.242 INFO kablam! | Sep 21 02:32:51.242 INFO kablam! 9 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.242 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 21 02:32:51.242 INFO kablam! | Sep 21 02:32:51.242 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 21 02:32:51.242 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 02:32:51.242 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 21 02:32:51.242 INFO kablam! Sep 21 02:32:51.242 INFO kablam! error: Could not compile `stayalive`. Sep 21 02:32:51.242 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 02:32:51.242 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 21 02:32:51.242 INFO kablam! --> src/bulkheads/mod.rs:12:24 Sep 21 02:32:51.242 INFO kablam! | Sep 21 02:32:51.242 INFO kablam! 12 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.242 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 02:32:51.242 INFO kablam! | Sep 21 02:32:51.242 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 02:32:51.242 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 02:32:51.242 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 21 02:32:51.242 INFO kablam! Sep 21 02:32:51.242 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 21 02:32:51.242 INFO kablam! --> src/bulkheads/mod.rs:12:24 Sep 21 02:32:51.242 INFO kablam! | Sep 21 02:32:51.242 INFO kablam! 12 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.242 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 21 02:32:51.242 INFO kablam! | Sep 21 02:32:51.242 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 21 02:32:51.242 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 02:32:51.242 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 21 02:32:51.242 INFO kablam! Sep 21 02:32:51.242 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 21 02:32:51.242 INFO kablam! --> src/bulkheads/mod.rs:12:24 Sep 21 02:32:51.242 INFO kablam! | Sep 21 02:32:51.242 INFO kablam! 12 | #[derive(Debug, Clone, Fail)] Sep 21 02:32:51.242 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 21 02:32:51.242 INFO kablam! | Sep 21 02:32:51.242 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 21 02:32:51.242 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 02:32:51.242 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 21 02:32:51.242 INFO kablam! Sep 21 02:32:51.252 INFO kablam! error: aborting due to 6 previous errors Sep 21 02:32:51.252 INFO kablam! Sep 21 02:32:51.252 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 02:32:51.261 INFO kablam! error: Could not compile `stayalive`. Sep 21 02:32:51.261 INFO kablam! Sep 21 02:32:51.261 INFO kablam! To learn more, run the command again with --verbose. Sep 21 02:32:51.262 INFO kablam! su: No module specific data is present Sep 21 02:32:51.751 INFO running `"docker" "rm" "-f" "ce8191fc0d2cc76c7b29959fb2920c29009e3f0574ee48b098e32344967d35bb"` Sep 21 02:32:51.836 INFO blam! ce8191fc0d2cc76c7b29959fb2920c29009e3f0574ee48b098e32344967d35bb