Sep 01 05:36:42.176 INFO checking stayalive-0.5.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 05:36:42.176 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 05:36:42.177 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:36:42.326 INFO blam! fa610bd5c234b71696062362bab07b657deab95006a70129cd0dec720b5524d3 Sep 01 05:36:42.335 INFO running `"docker" "start" "-a" "fa610bd5c234b71696062362bab07b657deab95006a70129cd0dec720b5524d3"` Sep 01 05:36:42.998 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 01 05:36:43.771 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 05:36:43.771 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 05:36:43.771 INFO kablam! | Sep 01 05:36:43.771 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.771 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 05:36:43.772 INFO kablam! | Sep 01 05:36:43.772 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 05:36:43.772 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 05:36:43.772 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 01 05:36:43.772 INFO kablam! Sep 01 05:36:43.772 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 05:36:43.772 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 05:36:43.772 INFO kablam! | Sep 01 05:36:43.772 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.772 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 05:36:43.772 INFO kablam! | Sep 01 05:36:43.772 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 05:36:43.772 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 05:36:43.772 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 05:36:43.772 INFO kablam! Sep 01 05:36:43.772 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 05:36:43.772 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 05:36:43.772 INFO kablam! | Sep 01 05:36:43.772 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.772 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 05:36:43.772 INFO kablam! | Sep 01 05:36:43.772 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 05:36:43.772 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 05:36:43.772 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 05:36:43.772 INFO kablam! Sep 01 05:36:43.776 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 05:36:43.776 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 05:36:43.776 INFO kablam! | Sep 01 05:36:43.776 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.776 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 05:36:43.776 INFO kablam! | Sep 01 05:36:43.776 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 05:36:43.776 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 05:36:43.776 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 01 05:36:43.776 INFO kablam! Sep 01 05:36:43.776 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 05:36:43.776 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 05:36:43.776 INFO kablam! | Sep 01 05:36:43.776 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.776 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 05:36:43.776 INFO kablam! | Sep 01 05:36:43.776 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 05:36:43.776 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 05:36:43.776 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 05:36:43.776 INFO kablam! Sep 01 05:36:43.777 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 05:36:43.777 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 05:36:43.777 INFO kablam! | Sep 01 05:36:43.777 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.777 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 05:36:43.777 INFO kablam! | Sep 01 05:36:43.777 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 05:36:43.777 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 05:36:43.777 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 05:36:43.777 INFO kablam! Sep 01 05:36:43.798 INFO kablam! error: aborting due to 6 previous errors Sep 01 05:36:43.798 INFO kablam! Sep 01 05:36:43.799 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 05:36:43.807 INFO kablam! error: Could not compile `stayalive`. Sep 01 05:36:43.807 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 05:36:43.859 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 05:36:43.859 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 05:36:43.859 INFO kablam! | Sep 01 05:36:43.859 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.859 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 05:36:43.859 INFO kablam! | Sep 01 05:36:43.859 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 05:36:43.859 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 05:36:43.859 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 01 05:36:43.859 INFO kablam! Sep 01 05:36:43.860 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 05:36:43.860 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 05:36:43.860 INFO kablam! | Sep 01 05:36:43.860 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.860 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 05:36:43.860 INFO kablam! | Sep 01 05:36:43.860 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 05:36:43.860 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 05:36:43.860 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 05:36:43.860 INFO kablam! Sep 01 05:36:43.860 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 05:36:43.860 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 05:36:43.860 INFO kablam! | Sep 01 05:36:43.860 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.860 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 05:36:43.860 INFO kablam! | Sep 01 05:36:43.860 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 05:36:43.860 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 05:36:43.861 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 05:36:43.861 INFO kablam! Sep 01 05:36:43.863 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 05:36:43.863 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 05:36:43.863 INFO kablam! | Sep 01 05:36:43.863 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.863 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 05:36:43.863 INFO kablam! | Sep 01 05:36:43.863 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 05:36:43.863 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 05:36:43.863 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 01 05:36:43.863 INFO kablam! Sep 01 05:36:43.863 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 05:36:43.863 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 05:36:43.863 INFO kablam! | Sep 01 05:36:43.863 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.863 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 05:36:43.863 INFO kablam! | Sep 01 05:36:43.863 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 05:36:43.863 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 05:36:43.863 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 05:36:43.863 INFO kablam! Sep 01 05:36:43.864 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 05:36:43.864 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 05:36:43.864 INFO kablam! | Sep 01 05:36:43.864 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 05:36:43.864 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 05:36:43.864 INFO kablam! | Sep 01 05:36:43.864 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 05:36:43.864 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 05:36:43.864 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 05:36:43.864 INFO kablam! Sep 01 05:36:43.885 INFO kablam! error: aborting due to 6 previous errors Sep 01 05:36:43.885 INFO kablam! Sep 01 05:36:43.885 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 05:36:43.895 INFO kablam! error: Could not compile `stayalive`. Sep 01 05:36:43.895 INFO kablam! Sep 01 05:36:43.895 INFO kablam! To learn more, run the command again with --verbose. Sep 01 05:36:43.897 INFO kablam! su: No module specific data is present Sep 01 05:36:44.585 INFO running `"docker" "rm" "-f" "fa610bd5c234b71696062362bab07b657deab95006a70129cd0dec720b5524d3"` Sep 01 05:36:44.669 INFO blam! fa610bd5c234b71696062362bab07b657deab95006a70129cd0dec720b5524d3