Sep 01 22:53:05.346 INFO checking stayalive-0.5.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 22:53:05.346 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 22:53:05.346 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 22:53:05.478 INFO blam! cb0e8e6acf7e86a406044975dcc30609db0c6e8988ac7bff0ded05df4f4987bb Sep 01 22:53:05.479 INFO running `"docker" "start" "-a" "cb0e8e6acf7e86a406044975dcc30609db0c6e8988ac7bff0ded05df4f4987bb"` Sep 01 22:53:06.096 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 01 22:53:06.675 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 22:53:06.675 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:06.675 INFO kablam! | Sep 01 22:53:06.675 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.675 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 22:53:06.675 INFO kablam! | Sep 01 22:53:06.675 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 22:53:06.675 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 22:53:06.675 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 01 22:53:06.675 INFO kablam! Sep 01 22:53:06.675 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 22:53:06.675 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:06.675 INFO kablam! | Sep 01 22:53:06.675 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.675 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 22:53:06.675 INFO kablam! | Sep 01 22:53:06.675 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 22:53:06.675 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 22:53:06.675 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 22:53:06.675 INFO kablam! Sep 01 22:53:06.675 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 22:53:06.675 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:06.675 INFO kablam! | Sep 01 22:53:06.675 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.675 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 22:53:06.675 INFO kablam! | Sep 01 22:53:06.676 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 22:53:06.676 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 22:53:06.676 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 22:53:06.676 INFO kablam! Sep 01 22:53:06.678 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 22:53:06.678 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:06.678 INFO kablam! | Sep 01 22:53:06.678 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.678 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 22:53:06.678 INFO kablam! | Sep 01 22:53:06.678 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 22:53:06.678 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 22:53:06.678 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 01 22:53:06.678 INFO kablam! Sep 01 22:53:06.678 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 22:53:06.678 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:06.678 INFO kablam! | Sep 01 22:53:06.678 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.679 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 22:53:06.679 INFO kablam! | Sep 01 22:53:06.679 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 22:53:06.679 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 22:53:06.679 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 22:53:06.679 INFO kablam! Sep 01 22:53:06.679 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 22:53:06.679 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:06.679 INFO kablam! | Sep 01 22:53:06.679 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.679 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 22:53:06.679 INFO kablam! | Sep 01 22:53:06.679 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 22:53:06.679 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 22:53:06.679 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 22:53:06.679 INFO kablam! Sep 01 22:53:06.693 INFO kablam! error: aborting due to 6 previous errors Sep 01 22:53:06.693 INFO kablam! Sep 01 22:53:06.693 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 22:53:06.700 INFO kablam! error: Could not compile `stayalive`. Sep 01 22:53:06.700 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 22:53:06.825 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 22:53:06.825 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:06.825 INFO kablam! | Sep 01 22:53:06.825 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.825 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 22:53:06.825 INFO kablam! | Sep 01 22:53:06.825 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 22:53:06.825 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 22:53:06.825 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 01 22:53:06.826 INFO kablam! Sep 01 22:53:06.826 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 22:53:06.826 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:06.826 INFO kablam! | Sep 01 22:53:06.826 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.826 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 22:53:06.826 INFO kablam! | Sep 01 22:53:06.826 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 22:53:06.826 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 22:53:06.826 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 22:53:06.826 INFO kablam! Sep 01 22:53:06.826 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 22:53:06.826 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:06.826 INFO kablam! | Sep 01 22:53:06.826 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.826 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 22:53:06.826 INFO kablam! | Sep 01 22:53:06.826 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 22:53:06.826 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 22:53:06.826 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 22:53:06.826 INFO kablam! Sep 01 22:53:06.828 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 22:53:06.828 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:06.828 INFO kablam! | Sep 01 22:53:06.828 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.829 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 22:53:06.829 INFO kablam! | Sep 01 22:53:06.829 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 22:53:06.829 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 22:53:06.829 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 01 22:53:06.829 INFO kablam! Sep 01 22:53:06.829 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 22:53:06.829 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:06.829 INFO kablam! | Sep 01 22:53:06.829 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.829 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 22:53:06.829 INFO kablam! | Sep 01 22:53:06.829 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 22:53:06.829 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 22:53:06.829 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 22:53:06.829 INFO kablam! Sep 01 22:53:06.829 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 22:53:06.829 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:06.829 INFO kablam! | Sep 01 22:53:06.829 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:06.829 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 22:53:06.829 INFO kablam! | Sep 01 22:53:06.829 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 22:53:06.830 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 22:53:06.830 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 22:53:06.830 INFO kablam! Sep 01 22:53:06.844 INFO kablam! error: aborting due to 6 previous errors Sep 01 22:53:06.844 INFO kablam! Sep 01 22:53:06.844 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 22:53:06.853 INFO kablam! error: Could not compile `stayalive`. Sep 01 22:53:06.853 INFO kablam! Sep 01 22:53:06.853 INFO kablam! To learn more, run the command again with --verbose. Sep 01 22:53:06.854 INFO kablam! su: No module specific data is present Sep 01 22:53:07.180 INFO running `"docker" "rm" "-f" "cb0e8e6acf7e86a406044975dcc30609db0c6e8988ac7bff0ded05df4f4987bb"` Sep 01 22:53:07.285 INFO blam! cb0e8e6acf7e86a406044975dcc30609db0c6e8988ac7bff0ded05df4f4987bb