Sep 04 05:28:28.190 INFO checking stayalive-0.5.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 05:28:28.190 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 05:28:28.191 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:28:28.430 INFO blam! ed1324d72ba58d825e3b3a39f608b87ad5fd0f94083c7e3693e729106ee3a415 Sep 04 05:28:28.431 INFO running `"docker" "start" "-a" "ed1324d72ba58d825e3b3a39f608b87ad5fd0f94083c7e3693e729106ee3a415"` Sep 04 05:28:29.189 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 04 05:28:29.741 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 05:28:29.741 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 05:28:29.741 INFO kablam! | Sep 04 05:28:29.741 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.741 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 05:28:29.742 INFO kablam! | Sep 04 05:28:29.742 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 05:28:29.742 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 05:28:29.742 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 04 05:28:29.742 INFO kablam! Sep 04 05:28:29.742 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 05:28:29.742 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 05:28:29.743 INFO kablam! | Sep 04 05:28:29.743 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.743 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 05:28:29.743 INFO kablam! | Sep 04 05:28:29.743 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 05:28:29.743 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 05:28:29.743 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 05:28:29.743 INFO kablam! Sep 04 05:28:29.743 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 05:28:29.743 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 05:28:29.743 INFO kablam! | Sep 04 05:28:29.743 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.743 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 05:28:29.743 INFO kablam! | Sep 04 05:28:29.743 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 05:28:29.743 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 05:28:29.743 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 05:28:29.743 INFO kablam! Sep 04 05:28:29.744 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 05:28:29.744 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 05:28:29.744 INFO kablam! | Sep 04 05:28:29.744 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.744 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 05:28:29.744 INFO kablam! | Sep 04 05:28:29.744 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 05:28:29.744 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 05:28:29.744 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 04 05:28:29.745 INFO kablam! Sep 04 05:28:29.745 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 05:28:29.745 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 05:28:29.745 INFO kablam! | Sep 04 05:28:29.745 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.745 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 05:28:29.745 INFO kablam! | Sep 04 05:28:29.745 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 05:28:29.745 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 05:28:29.745 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 05:28:29.745 INFO kablam! Sep 04 05:28:29.745 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 05:28:29.745 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 05:28:29.745 INFO kablam! | Sep 04 05:28:29.745 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.745 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 05:28:29.745 INFO kablam! | Sep 04 05:28:29.745 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 05:28:29.745 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 05:28:29.745 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 05:28:29.745 INFO kablam! Sep 04 05:28:29.759 INFO kablam! error: aborting due to 6 previous errors Sep 04 05:28:29.759 INFO kablam! Sep 04 05:28:29.759 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 05:28:29.765 INFO kablam! error: Could not compile `stayalive`. Sep 04 05:28:29.765 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 05:28:29.767 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 05:28:29.767 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 05:28:29.767 INFO kablam! | Sep 04 05:28:29.767 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.767 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 05:28:29.767 INFO kablam! | Sep 04 05:28:29.767 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 05:28:29.767 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 05:28:29.767 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 04 05:28:29.767 INFO kablam! Sep 04 05:28:29.767 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 05:28:29.767 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 05:28:29.767 INFO kablam! | Sep 04 05:28:29.767 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.767 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 05:28:29.767 INFO kablam! | Sep 04 05:28:29.767 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 05:28:29.767 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 05:28:29.767 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 05:28:29.767 INFO kablam! Sep 04 05:28:29.767 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 05:28:29.767 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 05:28:29.767 INFO kablam! | Sep 04 05:28:29.767 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.767 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 05:28:29.767 INFO kablam! | Sep 04 05:28:29.767 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 05:28:29.767 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 05:28:29.767 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 05:28:29.767 INFO kablam! Sep 04 05:28:29.769 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 05:28:29.769 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 05:28:29.769 INFO kablam! | Sep 04 05:28:29.769 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.769 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 05:28:29.769 INFO kablam! | Sep 04 05:28:29.769 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 05:28:29.770 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 05:28:29.770 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 04 05:28:29.770 INFO kablam! Sep 04 05:28:29.770 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 05:28:29.770 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 05:28:29.770 INFO kablam! | Sep 04 05:28:29.770 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.770 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 05:28:29.770 INFO kablam! | Sep 04 05:28:29.770 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 05:28:29.770 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 05:28:29.770 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 05:28:29.770 INFO kablam! Sep 04 05:28:29.770 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 05:28:29.770 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 05:28:29.770 INFO kablam! | Sep 04 05:28:29.770 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 05:28:29.770 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 05:28:29.770 INFO kablam! | Sep 04 05:28:29.770 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 05:28:29.770 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 05:28:29.770 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 05:28:29.770 INFO kablam! Sep 04 05:28:29.785 INFO kablam! error: aborting due to 6 previous errors Sep 04 05:28:29.785 INFO kablam! Sep 04 05:28:29.786 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 05:28:29.795 INFO kablam! error: Could not compile `stayalive`. Sep 04 05:28:29.795 INFO kablam! Sep 04 05:28:29.795 INFO kablam! To learn more, run the command again with --verbose. Sep 04 05:28:29.795 INFO kablam! su: No module specific data is present Sep 04 05:28:30.418 INFO running `"docker" "rm" "-f" "ed1324d72ba58d825e3b3a39f608b87ad5fd0f94083c7e3693e729106ee3a415"` Sep 04 05:28:30.544 INFO blam! ed1324d72ba58d825e3b3a39f608b87ad5fd0f94083c7e3693e729106ee3a415