Sep 14 08:30:49.350 INFO checking stayalive-0.5.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 08:30:49.350 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 08:30:49.350 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-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.533 INFO blam! 9956928e8b15f3f2ab40e9ea4e044365187d620f357d0e25d397c888df979676 Sep 14 08:30:49.535 INFO running `"docker" "start" "-a" "9956928e8b15f3f2ab40e9ea4e044365187d620f357d0e25d397c888df979676"` Sep 14 08:30:50.369 INFO kablam! usermod: no changes Sep 14 08:30:50.435 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 14 08:30:50.786 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 08:30:50.787 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:50.787 INFO kablam! | Sep 14 08:30:50.787 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.787 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 08:30:50.787 INFO kablam! | Sep 14 08:30:50.787 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 08:30:50.787 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 08:30:50.787 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 14 08:30:50.787 INFO kablam! Sep 14 08:30:50.787 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 08:30:50.787 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:50.787 INFO kablam! | Sep 14 08:30:50.787 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.787 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 08:30:50.787 INFO kablam! | Sep 14 08:30:50.787 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 08:30:50.787 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 08:30:50.787 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 14 08:30:50.787 INFO kablam! Sep 14 08:30:50.787 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 08:30:50.787 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:50.787 INFO kablam! | Sep 14 08:30:50.787 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.787 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 08:30:50.787 INFO kablam! | Sep 14 08:30:50.787 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 08:30:50.787 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 08:30:50.787 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 14 08:30:50.787 INFO kablam! Sep 14 08:30:50.787 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 08:30:50.787 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:50.787 INFO kablam! | Sep 14 08:30:50.787 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.787 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 08:30:50.798 INFO kablam! | Sep 14 08:30:50.798 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 08:30:50.798 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 08:30:50.798 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 14 08:30:50.798 INFO kablam! Sep 14 08:30:50.798 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 08:30:50.798 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:50.798 INFO kablam! | Sep 14 08:30:50.798 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.798 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 08:30:50.798 INFO kablam! | Sep 14 08:30:50.798 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 08:30:50.798 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 08:30:50.798 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 14 08:30:50.798 INFO kablam! Sep 14 08:30:50.798 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 08:30:50.798 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:50.798 INFO kablam! | Sep 14 08:30:50.798 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.798 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 08:30:50.798 INFO kablam! | Sep 14 08:30:50.798 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 08:30:50.798 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 08:30:50.798 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 14 08:30:50.798 INFO kablam! Sep 14 08:30:50.798 INFO kablam! error: aborting due to 6 previous errors Sep 14 08:30:50.798 INFO kablam! Sep 14 08:30:50.798 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 08:30:50.814 INFO kablam! error: Could not compile `stayalive`. Sep 14 08:30:50.815 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 08:30:50.821 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 08:30:50.821 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:50.821 INFO kablam! | Sep 14 08:30:50.821 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.821 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 08:30:50.821 INFO kablam! | Sep 14 08:30:50.821 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 08:30:50.821 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 08:30:50.821 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 14 08:30:50.821 INFO kablam! Sep 14 08:30:50.821 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 08:30:50.821 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:50.821 INFO kablam! | Sep 14 08:30:50.821 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.821 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 08:30:50.821 INFO kablam! | Sep 14 08:30:50.821 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 08:30:50.821 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 08:30:50.821 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 14 08:30:50.821 INFO kablam! Sep 14 08:30:50.821 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 08:30:50.821 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 14 08:30:50.821 INFO kablam! | Sep 14 08:30:50.821 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.821 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 08:30:50.821 INFO kablam! | Sep 14 08:30:50.821 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 08:30:50.821 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 08:30:50.821 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 14 08:30:50.821 INFO kablam! Sep 14 08:30:50.836 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 08:30:50.836 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:50.836 INFO kablam! | Sep 14 08:30:50.836 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.836 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 08:30:50.836 INFO kablam! | Sep 14 08:30:50.836 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 08:30:50.836 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 08:30:50.836 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 14 08:30:50.836 INFO kablam! Sep 14 08:30:50.836 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 08:30:50.836 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:50.836 INFO kablam! | Sep 14 08:30:50.836 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.836 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 08:30:50.836 INFO kablam! | Sep 14 08:30:50.836 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 08:30:50.836 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 08:30:50.836 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 14 08:30:50.836 INFO kablam! Sep 14 08:30:50.836 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 08:30:50.836 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 14 08:30:50.836 INFO kablam! | Sep 14 08:30:50.836 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 14 08:30:50.836 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 08:30:50.836 INFO kablam! | Sep 14 08:30:50.836 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 08:30:50.836 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 08:30:50.836 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 14 08:30:50.836 INFO kablam! Sep 14 08:30:50.836 INFO kablam! error: aborting due to 6 previous errors Sep 14 08:30:50.836 INFO kablam! Sep 14 08:30:50.836 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 08:30:50.845 INFO kablam! error: Could not compile `stayalive`. Sep 14 08:30:50.845 INFO kablam! Sep 14 08:30:50.845 INFO kablam! To learn more, run the command again with --verbose. Sep 14 08:30:50.846 INFO kablam! su: No module specific data is present Sep 14 08:30:51.709 INFO running `"docker" "rm" "-f" "9956928e8b15f3f2ab40e9ea4e044365187d620f357d0e25d397c888df979676"` Sep 14 08:30:51.841 INFO blam! 9956928e8b15f3f2ab40e9ea4e044365187d620f357d0e25d397c888df979676