Sep 17 16:48:18.372 INFO checking stayalive-0.5.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:48:18.372 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:48:18.372 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:48:18.672 INFO blam! 8b67714a18c2be2913f31031d01928573c68dffdc648ddd909d8113b45965c9f Sep 17 16:48:18.674 INFO running `"docker" "start" "-a" "8b67714a18c2be2913f31031d01928573c68dffdc648ddd909d8113b45965c9f"` Sep 17 16:48:19.473 INFO kablam! usermod: no changes Sep 17 16:48:19.574 INFO kablam! Checking stayalive v0.5.1 (/source) Sep 17 16:48:19.924 INFO kablam! error: `E` doesn't implement `std::fmt::Display` Sep 17 16:48:19.924 INFO kablam! --> src/circuitbreakers/mod.rs:5:39 Sep 17 16:48:19.924 INFO kablam! | Sep 17 16:48:19.924 INFO kablam! 5 | pub type CircuitBreakerResult = Result>; Sep 17 16:48:19.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted with the default formatter Sep 17 16:48:19.924 INFO kablam! | Sep 17 16:48:19.924 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 16:48:19.924 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `E` Sep 17 16:48:19.924 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 17 16:48:19.924 INFO kablam! = help: consider adding a `where E: std::fmt::Display` bound Sep 17 16:48:19.924 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:48:19.924 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:48:19.924 INFO kablam! Sep 17 16:48:19.925 INFO kablam! error: `E` doesn't implement `std::fmt::Display` Sep 17 16:48:19.925 INFO kablam! --> src/bulkheads/mod.rs:7:33 Sep 17 16:48:19.925 INFO kablam! | Sep 17 16:48:19.925 INFO kablam! 7 | pub type BulkheadResult = Result>; Sep 17 16:48:19.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted with the default formatter Sep 17 16:48:19.925 INFO kablam! | Sep 17 16:48:19.925 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `E` Sep 17 16:48:19.925 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 17 16:48:19.925 INFO kablam! = help: consider adding a `where E: std::fmt::Display` bound Sep 17 16:48:19.925 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:48:19.925 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:48:19.925 INFO kablam! Sep 17 16:48:19.926 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 17 16:48:19.926 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:19.926 INFO kablam! | Sep 17 16:48:19.926 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.926 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 16:48:19.926 INFO kablam! | Sep 17 16:48:19.926 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 16:48:19.926 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 16:48:19.926 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 17 16:48:19.926 INFO kablam! Sep 17 16:48:19.926 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 17 16:48:19.926 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:19.926 INFO kablam! | Sep 17 16:48:19.926 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.926 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 17 16:48:19.926 INFO kablam! | Sep 17 16:48:19.926 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 17 16:48:19.926 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 17 16:48:19.926 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 17 16:48:19.926 INFO kablam! Sep 17 16:48:19.926 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 17 16:48:19.927 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:19.927 INFO kablam! | Sep 17 16:48:19.927 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.927 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 17 16:48:19.927 INFO kablam! | Sep 17 16:48:19.927 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 17 16:48:19.927 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 17 16:48:19.927 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 17 16:48:19.927 INFO kablam! Sep 17 16:48:19.927 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 17 16:48:19.928 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:19.928 INFO kablam! | Sep 17 16:48:19.928 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.928 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 16:48:19.928 INFO kablam! | Sep 17 16:48:19.928 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 16:48:19.928 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 16:48:19.928 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 17 16:48:19.928 INFO kablam! Sep 17 16:48:19.928 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 17 16:48:19.928 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:19.928 INFO kablam! | Sep 17 16:48:19.928 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.928 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 17 16:48:19.928 INFO kablam! | Sep 17 16:48:19.928 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 17 16:48:19.928 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 17 16:48:19.928 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 17 16:48:19.928 INFO kablam! Sep 17 16:48:19.928 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 17 16:48:19.928 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:19.928 INFO kablam! | Sep 17 16:48:19.928 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.928 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 17 16:48:19.928 INFO kablam! | Sep 17 16:48:19.928 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 17 16:48:19.928 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 17 16:48:19.928 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 17 16:48:19.928 INFO kablam! Sep 17 16:48:19.936 INFO kablam! error: aborting due to 8 previous errors Sep 17 16:48:19.936 INFO kablam! Sep 17 16:48:19.936 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 16:48:19.943 INFO kablam! error: Could not compile `stayalive`. Sep 17 16:48:19.943 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:48:19.956 INFO kablam! error: `E` doesn't implement `std::fmt::Display` Sep 17 16:48:19.957 INFO kablam! --> src/circuitbreakers/mod.rs:5:39 Sep 17 16:48:19.957 INFO kablam! | Sep 17 16:48:19.957 INFO kablam! 5 | pub type CircuitBreakerResult = Result>; Sep 17 16:48:19.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted with the default formatter Sep 17 16:48:19.957 INFO kablam! | Sep 17 16:48:19.957 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 16:48:19.957 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `E` Sep 17 16:48:19.957 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 17 16:48:19.957 INFO kablam! = help: consider adding a `where E: std::fmt::Display` bound Sep 17 16:48:19.957 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:48:19.957 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:48:19.957 INFO kablam! Sep 17 16:48:19.958 INFO kablam! error: `E` doesn't implement `std::fmt::Display` Sep 17 16:48:19.958 INFO kablam! --> src/bulkheads/mod.rs:7:33 Sep 17 16:48:19.958 INFO kablam! | Sep 17 16:48:19.958 INFO kablam! 7 | pub type BulkheadResult = Result>; Sep 17 16:48:19.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `E` cannot be formatted with the default formatter Sep 17 16:48:19.958 INFO kablam! | Sep 17 16:48:19.958 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `E` Sep 17 16:48:19.958 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 17 16:48:19.958 INFO kablam! = help: consider adding a `where E: std::fmt::Display` bound Sep 17 16:48:19.958 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:48:19.958 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:48:19.958 INFO kablam! Sep 17 16:48:19.958 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 17 16:48:19.958 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:19.958 INFO kablam! | Sep 17 16:48:19.958 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.958 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 16:48:19.958 INFO kablam! | Sep 17 16:48:19.958 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 16:48:19.958 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 16:48:19.958 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 17 16:48:19.959 INFO kablam! Sep 17 16:48:19.959 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 17 16:48:19.959 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:19.959 INFO kablam! | Sep 17 16:48:19.959 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.959 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 17 16:48:19.959 INFO kablam! | Sep 17 16:48:19.959 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 17 16:48:19.959 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 17 16:48:19.959 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 17 16:48:19.959 INFO kablam! Sep 17 16:48:19.959 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 17 16:48:19.959 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:19.959 INFO kablam! | Sep 17 16:48:19.959 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.959 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 17 16:48:19.959 INFO kablam! | Sep 17 16:48:19.959 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 17 16:48:19.959 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 17 16:48:19.959 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 17 16:48:19.959 INFO kablam! Sep 17 16:48:19.960 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 17 16:48:19.960 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:19.960 INFO kablam! | Sep 17 16:48:19.960 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.960 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 16:48:19.960 INFO kablam! | Sep 17 16:48:19.960 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 16:48:19.960 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 16:48:19.960 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 17 16:48:19.960 INFO kablam! Sep 17 16:48:19.961 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 17 16:48:19.961 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:19.961 INFO kablam! | Sep 17 16:48:19.961 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.961 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 17 16:48:19.961 INFO kablam! | Sep 17 16:48:19.961 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 17 16:48:19.961 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 17 16:48:19.961 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 17 16:48:19.961 INFO kablam! Sep 17 16:48:19.961 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 17 16:48:19.961 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:19.961 INFO kablam! | Sep 17 16:48:19.961 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:19.961 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 17 16:48:19.961 INFO kablam! | Sep 17 16:48:19.961 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 17 16:48:19.961 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 17 16:48:19.961 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 17 16:48:19.961 INFO kablam! Sep 17 16:48:19.969 INFO kablam! error: aborting due to 8 previous errors Sep 17 16:48:19.969 INFO kablam! Sep 17 16:48:19.969 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 16:48:19.978 INFO kablam! error: Could not compile `stayalive`. Sep 17 16:48:19.978 INFO kablam! Sep 17 16:48:19.978 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:48:19.979 INFO kablam! su: No module specific data is present Sep 17 16:48:20.621 INFO running `"docker" "rm" "-f" "8b67714a18c2be2913f31031d01928573c68dffdc648ddd909d8113b45965c9f"` Sep 17 16:48:20.719 INFO blam! 8b67714a18c2be2913f31031d01928573c68dffdc648ddd909d8113b45965c9f