Sep 14 08:30:49.525 INFO checking stayalive-0.5.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 08:30:49.525 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 08:30:49.525 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 08:30:49.751 INFO blam! 5aa24264b1ebc9f232493b21b3bb39dae122c13217537886f7afdc6b980ce524 Sep 14 08:30:49.757 INFO running `"docker" "start" "-a" "5aa24264b1ebc9f232493b21b3bb39dae122c13217537886f7afdc6b980ce524"` Sep 14 08:30:50.693 INFO kablam! usermod: no changes Sep 14 08:30:50.775 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 14 08:30:51.178 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 08:30:51.179 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.179 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 08:30:51.179 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 08:30:51.179 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 14 08:30:51.179 INFO kablam! Sep 14 08:30:51.179 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 08:30:51.179 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.179 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 08:30:51.179 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 08:30:51.179 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 14 08:30:51.179 INFO kablam! Sep 14 08:30:51.179 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 08:30:51.179 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.179 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 08:30:51.179 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 08:30:51.179 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 14 08:30:51.179 INFO kablam! Sep 14 08:30:51.179 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 08:30:51.179 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.179 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 08:30:51.179 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 08:30:51.179 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 14 08:30:51.179 INFO kablam! Sep 14 08:30:51.179 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 08:30:51.179 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.179 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 08:30:51.179 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 08:30:51.179 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 14 08:30:51.179 INFO kablam! Sep 14 08:30:51.179 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 08:30:51.179 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.179 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 08:30:51.179 INFO kablam! | Sep 14 08:30:51.179 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 08:30:51.179 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 08:30:51.179 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 14 08:30:51.179 INFO kablam! Sep 14 08:30:51.186 INFO kablam! error: aborting due to 6 previous errors Sep 14 08:30:51.186 INFO kablam! Sep 14 08:30:51.186 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 08:30:51.191 INFO kablam! error: Could not compile `stayalive`. Sep 14 08:30:51.191 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 08:30:51.223 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 08:30:51.223 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:51.223 INFO kablam! | Sep 14 08:30:51.223 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.223 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 08:30:51.223 INFO kablam! | Sep 14 08:30:51.223 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 08:30:51.223 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 08:30:51.223 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 14 08:30:51.223 INFO kablam! Sep 14 08:30:51.223 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 08:30:51.224 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:51.224 INFO kablam! | Sep 14 08:30:51.224 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.224 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 08:30:51.224 INFO kablam! | Sep 14 08:30:51.224 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 08:30:51.224 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 08:30:51.224 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 14 08:30:51.224 INFO kablam! Sep 14 08:30:51.224 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 08:30:51.224 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:51.224 INFO kablam! | Sep 14 08:30:51.224 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.224 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 08:30:51.224 INFO kablam! | Sep 14 08:30:51.224 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 08:30:51.224 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 08:30:51.224 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 14 08:30:51.224 INFO kablam! Sep 14 08:30:51.225 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 08:30:51.225 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:51.225 INFO kablam! | Sep 14 08:30:51.225 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.225 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 08:30:51.225 INFO kablam! | Sep 14 08:30:51.225 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 08:30:51.225 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 08:30:51.225 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 14 08:30:51.226 INFO kablam! Sep 14 08:30:51.226 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 08:30:51.226 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:51.226 INFO kablam! | Sep 14 08:30:51.226 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.226 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 08:30:51.226 INFO kablam! | Sep 14 08:30:51.226 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 08:30:51.226 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 08:30:51.226 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 14 08:30:51.226 INFO kablam! Sep 14 08:30:51.226 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 08:30:51.226 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:51.226 INFO kablam! | Sep 14 08:30:51.226 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:51.226 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 08:30:51.226 INFO kablam! | Sep 14 08:30:51.226 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 08:30:51.226 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 08:30:51.226 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 14 08:30:51.226 INFO kablam! Sep 14 08:30:51.238 INFO kablam! error: aborting due to 6 previous errors Sep 14 08:30:51.238 INFO kablam! Sep 14 08:30:51.238 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 08:30:51.247 INFO kablam! error: Could not compile `stayalive`. Sep 14 08:30:51.247 INFO kablam! Sep 14 08:30:51.247 INFO kablam! To learn more, run the command again with --verbose. Sep 14 08:30:51.249 INFO kablam! su: No module specific data is present Sep 14 08:30:51.888 INFO running `"docker" "rm" "-f" "5aa24264b1ebc9f232493b21b3bb39dae122c13217537886f7afdc6b980ce524"` Sep 14 08:30:52.001 INFO blam! 5aa24264b1ebc9f232493b21b3bb39dae122c13217537886f7afdc6b980ce524