Sep 19 19:42:21.916 INFO checking stayalive-0.5.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 19:42:21.916 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 19:42:21.916 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:42:22.044 INFO blam! 091f94a4b04164edc894c433e0d345519a9163b77445b8314915a7351a3a11eb Sep 19 19:42:22.049 INFO running `"docker" "start" "-a" "091f94a4b04164edc894c433e0d345519a9163b77445b8314915a7351a3a11eb"` Sep 19 19:42:23.068 INFO kablam! usermod: no changes Sep 19 19:42:23.128 INFO kablam! Checking stayalive v0.5.1 (/source) Sep 19 19:42:23.481 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 19:42:23.481 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 19:42:23.481 INFO kablam! | Sep 19 19:42:23.481 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.481 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 19:42:23.481 INFO kablam! | Sep 19 19:42:23.482 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 19:42:23.482 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 19:42:23.482 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 19 19:42:23.482 INFO kablam! Sep 19 19:42:23.482 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 19:42:23.482 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 19:42:23.482 INFO kablam! | Sep 19 19:42:23.482 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.482 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 19:42:23.482 INFO kablam! | Sep 19 19:42:23.482 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 19:42:23.482 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 19:42:23.482 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 19:42:23.482 INFO kablam! Sep 19 19:42:23.482 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 19:42:23.482 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 19:42:23.482 INFO kablam! | Sep 19 19:42:23.482 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.482 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 19:42:23.482 INFO kablam! | Sep 19 19:42:23.482 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 19:42:23.482 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 19:42:23.482 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 19:42:23.482 INFO kablam! Sep 19 19:42:23.483 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 19:42:23.483 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 19:42:23.483 INFO kablam! | Sep 19 19:42:23.483 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.483 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 19:42:23.483 INFO kablam! | Sep 19 19:42:23.483 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 19:42:23.483 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 19:42:23.483 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 19 19:42:23.483 INFO kablam! Sep 19 19:42:23.484 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 19:42:23.484 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 19:42:23.484 INFO kablam! | Sep 19 19:42:23.484 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.484 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 19:42:23.484 INFO kablam! | Sep 19 19:42:23.484 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 19:42:23.484 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 19:42:23.484 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 19:42:23.484 INFO kablam! Sep 19 19:42:23.484 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 19:42:23.484 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 19:42:23.484 INFO kablam! | Sep 19 19:42:23.484 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.484 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 19:42:23.484 INFO kablam! | Sep 19 19:42:23.484 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 19:42:23.484 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 19:42:23.484 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 19:42:23.484 INFO kablam! Sep 19 19:42:23.495 INFO kablam! error: aborting due to 6 previous errors Sep 19 19:42:23.495 INFO kablam! Sep 19 19:42:23.495 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:42:23.501 INFO kablam! error: Could not compile `stayalive`. Sep 19 19:42:23.501 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:42:23.518 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 19:42:23.518 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 19:42:23.518 INFO kablam! | Sep 19 19:42:23.518 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.518 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 19:42:23.518 INFO kablam! | Sep 19 19:42:23.518 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 19:42:23.518 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 19:42:23.518 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 19 19:42:23.518 INFO kablam! Sep 19 19:42:23.518 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 19:42:23.518 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 19:42:23.518 INFO kablam! | Sep 19 19:42:23.518 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.518 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 19:42:23.518 INFO kablam! | Sep 19 19:42:23.518 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 19:42:23.518 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 19:42:23.518 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 19:42:23.518 INFO kablam! Sep 19 19:42:23.518 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 19:42:23.518 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 19:42:23.518 INFO kablam! | Sep 19 19:42:23.518 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.518 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 19:42:23.518 INFO kablam! | Sep 19 19:42:23.518 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 19:42:23.518 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 19:42:23.518 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 19:42:23.518 INFO kablam! Sep 19 19:42:23.519 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 19:42:23.519 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 19:42:23.519 INFO kablam! | Sep 19 19:42:23.519 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.519 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 19:42:23.519 INFO kablam! | Sep 19 19:42:23.519 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 19:42:23.519 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 19:42:23.519 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 19 19:42:23.519 INFO kablam! Sep 19 19:42:23.519 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 19:42:23.519 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 19:42:23.519 INFO kablam! | Sep 19 19:42:23.519 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.519 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 19:42:23.519 INFO kablam! | Sep 19 19:42:23.519 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 19:42:23.519 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 19:42:23.519 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 19:42:23.519 INFO kablam! Sep 19 19:42:23.519 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 19:42:23.520 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 19:42:23.520 INFO kablam! | Sep 19 19:42:23.520 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 19:42:23.520 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 19:42:23.520 INFO kablam! | Sep 19 19:42:23.520 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 19:42:23.520 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 19:42:23.520 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 19:42:23.520 INFO kablam! Sep 19 19:42:23.528 INFO kablam! error: aborting due to 6 previous errors Sep 19 19:42:23.528 INFO kablam! Sep 19 19:42:23.528 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 19:42:23.536 INFO kablam! error: Could not compile `stayalive`. Sep 19 19:42:23.536 INFO kablam! Sep 19 19:42:23.536 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:42:23.537 INFO kablam! su: No module specific data is present Sep 19 19:42:24.130 INFO running `"docker" "rm" "-f" "091f94a4b04164edc894c433e0d345519a9163b77445b8314915a7351a3a11eb"` Sep 19 19:42:24.198 INFO blam! 091f94a4b04164edc894c433e0d345519a9163b77445b8314915a7351a3a11eb