Sep 17 16:48:19.969 INFO checking stayalive-0.5.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 16:48:19.969 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 16:48:19.969 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:48:20.076 INFO blam! 75c7065995bb243a9afea4207071da534593c265bf8e31d90955ea4da1c3d36a Sep 17 16:48:20.078 INFO running `"docker" "start" "-a" "75c7065995bb243a9afea4207071da534593c265bf8e31d90955ea4da1c3d36a"` Sep 17 16:48:21.163 INFO kablam! usermod: no changes Sep 17 16:48:21.231 INFO kablam! Checking stayalive v0.5.1 (/source) Sep 17 16:48:21.656 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 17 16:48:21.656 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:21.656 INFO kablam! | Sep 17 16:48:21.656 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.656 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 16:48:21.656 INFO kablam! | Sep 17 16:48:21.656 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 16:48:21.656 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 16:48:21.656 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 17 16:48:21.656 INFO kablam! Sep 17 16:48:21.656 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 17 16:48:21.656 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:21.656 INFO kablam! | Sep 17 16:48:21.656 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.656 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 17 16:48:21.656 INFO kablam! | Sep 17 16:48:21.656 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 17 16:48:21.656 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 17 16:48:21.656 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 17 16:48:21.656 INFO kablam! Sep 17 16:48:21.656 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 17 16:48:21.656 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:21.656 INFO kablam! | Sep 17 16:48:21.656 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.656 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 17 16:48:21.656 INFO kablam! | Sep 17 16:48:21.656 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 17 16:48:21.656 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 17 16:48:21.656 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 17 16:48:21.656 INFO kablam! Sep 17 16:48:21.666 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 17 16:48:21.666 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:21.666 INFO kablam! | Sep 17 16:48:21.666 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.666 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 16:48:21.666 INFO kablam! | Sep 17 16:48:21.666 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 16:48:21.666 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 16:48:21.666 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 17 16:48:21.666 INFO kablam! Sep 17 16:48:21.666 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 17 16:48:21.666 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:21.666 INFO kablam! | Sep 17 16:48:21.666 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.666 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 17 16:48:21.666 INFO kablam! | Sep 17 16:48:21.666 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 17 16:48:21.666 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 17 16:48:21.666 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 17 16:48:21.666 INFO kablam! Sep 17 16:48:21.666 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 17 16:48:21.666 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:21.666 INFO kablam! | Sep 17 16:48:21.666 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.666 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 17 16:48:21.666 INFO kablam! | Sep 17 16:48:21.666 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 17 16:48:21.666 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 17 16:48:21.666 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 17 16:48:21.666 INFO kablam! Sep 17 16:48:21.671 INFO kablam! error: aborting due to 6 previous errors Sep 17 16:48:21.671 INFO kablam! Sep 17 16:48:21.671 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 16:48:21.678 INFO kablam! error: Could not compile `stayalive`. Sep 17 16:48:21.679 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:48:21.690 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 17 16:48:21.690 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:21.690 INFO kablam! | Sep 17 16:48:21.690 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.690 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 16:48:21.690 INFO kablam! | Sep 17 16:48:21.690 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 16:48:21.690 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 16:48:21.690 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 17 16:48:21.690 INFO kablam! Sep 17 16:48:21.690 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 17 16:48:21.690 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:21.691 INFO kablam! | Sep 17 16:48:21.691 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.691 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 17 16:48:21.691 INFO kablam! | Sep 17 16:48:21.691 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 17 16:48:21.691 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 17 16:48:21.691 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 17 16:48:21.691 INFO kablam! Sep 17 16:48:21.691 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 17 16:48:21.691 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 17 16:48:21.691 INFO kablam! | Sep 17 16:48:21.691 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.691 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 17 16:48:21.691 INFO kablam! | Sep 17 16:48:21.691 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 17 16:48:21.691 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 17 16:48:21.691 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 17 16:48:21.691 INFO kablam! Sep 17 16:48:21.691 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 17 16:48:21.691 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:21.691 INFO kablam! | Sep 17 16:48:21.691 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.691 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 17 16:48:21.691 INFO kablam! | Sep 17 16:48:21.691 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 17 16:48:21.691 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 17 16:48:21.691 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 17 16:48:21.691 INFO kablam! Sep 17 16:48:21.691 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 17 16:48:21.691 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:21.691 INFO kablam! | Sep 17 16:48:21.691 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.691 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 17 16:48:21.691 INFO kablam! | Sep 17 16:48:21.691 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 17 16:48:21.691 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 17 16:48:21.691 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 17 16:48:21.691 INFO kablam! Sep 17 16:48:21.691 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 17 16:48:21.691 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 17 16:48:21.691 INFO kablam! | Sep 17 16:48:21.691 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 17 16:48:21.691 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 17 16:48:21.691 INFO kablam! | Sep 17 16:48:21.691 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 17 16:48:21.691 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 17 16:48:21.691 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 17 16:48:21.691 INFO kablam! Sep 17 16:48:21.703 INFO kablam! error: aborting due to 6 previous errors Sep 17 16:48:21.703 INFO kablam! Sep 17 16:48:21.712 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 16:48:21.713 INFO kablam! error: Could not compile `stayalive`. Sep 17 16:48:21.713 INFO kablam! Sep 17 16:48:21.713 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:48:21.719 INFO kablam! su: No module specific data is present Sep 17 16:48:22.984 INFO running `"docker" "rm" "-f" "75c7065995bb243a9afea4207071da534593c265bf8e31d90955ea4da1c3d36a"` Sep 17 16:48:23.051 INFO blam! 75c7065995bb243a9afea4207071da534593c265bf8e31d90955ea4da1c3d36a