Sep 05 23:31:30.827 INFO checking stayalive-0.5.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 23:31:30.827 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 23:31:30.827 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 23:31:30.942 INFO blam! a679bb4aa523c06aeba0f7497161ebcedb399731796366fcd57a4ba621c39100 Sep 05 23:31:30.947 INFO running `"docker" "start" "-a" "a679bb4aa523c06aeba0f7497161ebcedb399731796366fcd57a4ba621c39100"` Sep 05 23:31:32.370 INFO kablam! usermod: no changes Sep 05 23:31:32.418 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 05 23:31:32.711 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 05 23:31:32.711 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.711 INFO kablam! | Sep 05 23:31:32.711 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.711 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 05 23:31:32.711 INFO kablam! | Sep 05 23:31:32.711 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 05 23:31:32.711 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 05 23:31:32.711 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.711 INFO kablam! Sep 05 23:31:32.711 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 05 23:31:32.711 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.711 INFO kablam! | Sep 05 23:31:32.711 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.711 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 05 23:31:32.711 INFO kablam! | Sep 05 23:31:32.711 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 05 23:31:32.711 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 05 23:31:32.711 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.711 INFO kablam! Sep 05 23:31:32.711 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 05 23:31:32.711 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.711 INFO kablam! | Sep 05 23:31:32.711 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.711 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 05 23:31:32.711 INFO kablam! | Sep 05 23:31:32.711 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 05 23:31:32.711 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 05 23:31:32.711 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.711 INFO kablam! Sep 05 23:31:32.712 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 05 23:31:32.712 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.712 INFO kablam! | Sep 05 23:31:32.712 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.712 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 05 23:31:32.712 INFO kablam! | Sep 05 23:31:32.712 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 05 23:31:32.712 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 05 23:31:32.712 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 05 23:31:32.712 INFO kablam! Sep 05 23:31:32.712 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 05 23:31:32.712 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.713 INFO kablam! | Sep 05 23:31:32.713 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.713 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 05 23:31:32.713 INFO kablam! | Sep 05 23:31:32.713 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 05 23:31:32.713 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 05 23:31:32.713 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 05 23:31:32.713 INFO kablam! Sep 05 23:31:32.713 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 05 23:31:32.713 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.713 INFO kablam! | Sep 05 23:31:32.713 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.713 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 05 23:31:32.713 INFO kablam! | Sep 05 23:31:32.713 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 05 23:31:32.713 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 05 23:31:32.713 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 05 23:31:32.713 INFO kablam! Sep 05 23:31:32.719 INFO kablam! error: aborting due to 6 previous errors Sep 05 23:31:32.719 INFO kablam! Sep 05 23:31:32.719 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 05 23:31:32.725 INFO kablam! error: Could not compile `stayalive`. Sep 05 23:31:32.725 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 23:31:32.732 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 05 23:31:32.732 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.732 INFO kablam! | Sep 05 23:31:32.732 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.732 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 05 23:31:32.732 INFO kablam! | Sep 05 23:31:32.732 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 05 23:31:32.732 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 05 23:31:32.732 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.732 INFO kablam! Sep 05 23:31:32.732 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 05 23:31:32.732 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.732 INFO kablam! | Sep 05 23:31:32.732 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.732 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 05 23:31:32.732 INFO kablam! | Sep 05 23:31:32.732 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 05 23:31:32.732 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 05 23:31:32.732 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.732 INFO kablam! Sep 05 23:31:32.732 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 05 23:31:32.732 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.732 INFO kablam! | Sep 05 23:31:32.732 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.732 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 05 23:31:32.732 INFO kablam! | Sep 05 23:31:32.732 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 05 23:31:32.732 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 05 23:31:32.732 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.732 INFO kablam! Sep 05 23:31:32.733 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 05 23:31:32.733 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.733 INFO kablam! | Sep 05 23:31:32.733 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.733 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 05 23:31:32.733 INFO kablam! | Sep 05 23:31:32.734 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 05 23:31:32.734 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 05 23:31:32.734 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 05 23:31:32.734 INFO kablam! Sep 05 23:31:32.734 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 05 23:31:32.734 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.734 INFO kablam! | Sep 05 23:31:32.734 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.734 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 05 23:31:32.734 INFO kablam! | Sep 05 23:31:32.734 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 05 23:31:32.734 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 05 23:31:32.734 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 05 23:31:32.734 INFO kablam! Sep 05 23:31:32.734 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 05 23:31:32.734 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.734 INFO kablam! | Sep 05 23:31:32.734 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.734 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 05 23:31:32.734 INFO kablam! | Sep 05 23:31:32.734 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 05 23:31:32.734 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 05 23:31:32.734 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 05 23:31:32.734 INFO kablam! Sep 05 23:31:32.741 INFO kablam! error: aborting due to 6 previous errors Sep 05 23:31:32.741 INFO kablam! Sep 05 23:31:32.741 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 05 23:31:32.748 INFO kablam! error: Could not compile `stayalive`. Sep 05 23:31:32.748 INFO kablam! Sep 05 23:31:32.748 INFO kablam! To learn more, run the command again with --verbose. Sep 05 23:31:32.749 INFO kablam! su: No module specific data is present Sep 05 23:31:33.387 INFO running `"docker" "rm" "-f" "a679bb4aa523c06aeba0f7497161ebcedb399731796366fcd57a4ba621c39100"` Sep 05 23:31:33.450 INFO blam! a679bb4aa523c06aeba0f7497161ebcedb399731796366fcd57a4ba621c39100