Sep 01 22:53:03.145 INFO checking stayalive-0.5.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 22:53:03.145 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 22:53:03.145 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 22:53:03.325 INFO blam! ee7f23b752335fb36d5498bd45b28b2b0b6439ecc483e973d0b1ead00720b1e7 Sep 01 22:53:03.327 INFO running `"docker" "start" "-a" "ee7f23b752335fb36d5498bd45b28b2b0b6439ecc483e973d0b1ead00720b1e7"` Sep 01 22:53:03.880 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 01 22:53:04.725 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 22:53:04.725 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:04.725 INFO kablam! | Sep 01 22:53:04.725 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.725 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 22:53:04.725 INFO kablam! | Sep 01 22:53:04.725 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 22:53:04.726 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 22:53:04.726 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 01 22:53:04.726 INFO kablam! Sep 01 22:53:04.726 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 22:53:04.726 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:04.726 INFO kablam! | Sep 01 22:53:04.726 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.726 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 22:53:04.726 INFO kablam! | Sep 01 22:53:04.726 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 22:53:04.727 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 22:53:04.727 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 22:53:04.727 INFO kablam! Sep 01 22:53:04.727 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 22:53:04.727 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:04.727 INFO kablam! | Sep 01 22:53:04.727 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.727 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 22:53:04.727 INFO kablam! | Sep 01 22:53:04.727 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 22:53:04.727 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 22:53:04.727 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 22:53:04.727 INFO kablam! Sep 01 22:53:04.730 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 22:53:04.730 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:04.730 INFO kablam! | Sep 01 22:53:04.730 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.730 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 22:53:04.730 INFO kablam! | Sep 01 22:53:04.730 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 22:53:04.730 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 22:53:04.730 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 01 22:53:04.730 INFO kablam! Sep 01 22:53:04.731 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 22:53:04.731 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:04.731 INFO kablam! | Sep 01 22:53:04.731 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.731 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 22:53:04.731 INFO kablam! | Sep 01 22:53:04.731 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 22:53:04.731 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 22:53:04.731 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 22:53:04.731 INFO kablam! Sep 01 22:53:04.731 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 22:53:04.731 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:04.731 INFO kablam! | Sep 01 22:53:04.731 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.731 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 22:53:04.731 INFO kablam! | Sep 01 22:53:04.731 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 22:53:04.732 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 22:53:04.732 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 22:53:04.732 INFO kablam! Sep 01 22:53:04.754 INFO kablam! error: aborting due to 6 previous errors Sep 01 22:53:04.754 INFO kablam! Sep 01 22:53:04.754 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 22:53:04.763 INFO kablam! error: Could not compile `stayalive`. Sep 01 22:53:04.764 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 22:53:04.798 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 22:53:04.798 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:04.798 INFO kablam! | Sep 01 22:53:04.798 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.798 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 22:53:04.798 INFO kablam! | Sep 01 22:53:04.798 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 22:53:04.798 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 22:53:04.798 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 01 22:53:04.798 INFO kablam! Sep 01 22:53:04.798 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 22:53:04.798 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:04.798 INFO kablam! | Sep 01 22:53:04.798 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.798 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 22:53:04.798 INFO kablam! | Sep 01 22:53:04.798 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 22:53:04.798 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 22:53:04.798 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 22:53:04.798 INFO kablam! Sep 01 22:53:04.798 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 22:53:04.798 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 01 22:53:04.798 INFO kablam! | Sep 01 22:53:04.798 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.799 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 22:53:04.799 INFO kablam! | Sep 01 22:53:04.799 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 22:53:04.799 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 22:53:04.799 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 01 22:53:04.799 INFO kablam! Sep 01 22:53:04.801 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 22:53:04.801 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:04.801 INFO kablam! | Sep 01 22:53:04.801 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.801 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 22:53:04.801 INFO kablam! | Sep 01 22:53:04.801 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 22:53:04.801 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 22:53:04.801 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 01 22:53:04.801 INFO kablam! Sep 01 22:53:04.801 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 22:53:04.802 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:04.802 INFO kablam! | Sep 01 22:53:04.802 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.802 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 22:53:04.802 INFO kablam! | Sep 01 22:53:04.802 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 22:53:04.802 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 22:53:04.802 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 22:53:04.802 INFO kablam! Sep 01 22:53:04.802 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 22:53:04.802 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 01 22:53:04.802 INFO kablam! | Sep 01 22:53:04.802 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 01 22:53:04.802 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 22:53:04.802 INFO kablam! | Sep 01 22:53:04.802 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 22:53:04.802 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 22:53:04.802 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 01 22:53:04.802 INFO kablam! Sep 01 22:53:04.823 INFO kablam! error: aborting due to 6 previous errors Sep 01 22:53:04.823 INFO kablam! Sep 01 22:53:04.823 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 22:53:04.829 INFO kablam! error: Could not compile `stayalive`. Sep 01 22:53:04.829 INFO kablam! Sep 01 22:53:04.829 INFO kablam! To learn more, run the command again with --verbose. Sep 01 22:53:04.830 INFO kablam! su: No module specific data is present Sep 01 22:53:05.464 INFO running `"docker" "rm" "-f" "ee7f23b752335fb36d5498bd45b28b2b0b6439ecc483e973d0b1ead00720b1e7"` Sep 01 22:53:05.557 INFO blam! ee7f23b752335fb36d5498bd45b28b2b0b6439ecc483e973d0b1ead00720b1e7