Sep 04 02:11:35.286 INFO checking stayalive-0.5.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 02:11:35.286 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 02:11:35.286 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:11:35.457 INFO blam! 9c769ca1d9f73d70f239f00993cd618a5237d9693909c6ab779990d2cabd7563 Sep 04 02:11:35.459 INFO running `"docker" "start" "-a" "9c769ca1d9f73d70f239f00993cd618a5237d9693909c6ab779990d2cabd7563"` Sep 04 02:11:36.252 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 04 02:11:36.898 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 02:11:36.898 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.898 INFO kablam! | Sep 04 02:11:36.898 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.899 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 02:11:36.899 INFO kablam! | Sep 04 02:11:36.899 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 02:11:36.899 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 02:11:36.899 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.899 INFO kablam! Sep 04 02:11:36.899 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 02:11:36.899 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.899 INFO kablam! | Sep 04 02:11:36.899 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.899 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 02:11:36.899 INFO kablam! | Sep 04 02:11:36.899 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 02:11:36.899 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 02:11:36.899 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.899 INFO kablam! Sep 04 02:11:36.900 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 02:11:36.900 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.900 INFO kablam! | Sep 04 02:11:36.900 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.900 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 02:11:36.900 INFO kablam! | Sep 04 02:11:36.900 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 02:11:36.900 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 02:11:36.900 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.900 INFO kablam! Sep 04 02:11:36.902 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 02:11:36.902 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.902 INFO kablam! | Sep 04 02:11:36.902 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.902 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 02:11:36.902 INFO kablam! | Sep 04 02:11:36.902 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 02:11:36.902 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 02:11:36.902 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 04 02:11:36.903 INFO kablam! Sep 04 02:11:36.903 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 02:11:36.903 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.903 INFO kablam! | Sep 04 02:11:36.903 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.903 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 02:11:36.904 INFO kablam! | Sep 04 02:11:36.904 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 02:11:36.904 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 02:11:36.904 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 02:11:36.904 INFO kablam! Sep 04 02:11:36.904 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 02:11:36.904 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.904 INFO kablam! | Sep 04 02:11:36.904 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.904 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 02:11:36.904 INFO kablam! | Sep 04 02:11:36.904 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 02:11:36.904 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 02:11:36.904 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 02:11:36.904 INFO kablam! Sep 04 02:11:36.922 INFO kablam! error: aborting due to 6 previous errors Sep 04 02:11:36.922 INFO kablam! Sep 04 02:11:36.922 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 02:11:36.930 INFO kablam! error: Could not compile `stayalive`. Sep 04 02:11:36.930 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 02:11:36.973 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 02:11:36.973 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.973 INFO kablam! | Sep 04 02:11:36.973 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.973 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 02:11:36.973 INFO kablam! | Sep 04 02:11:36.973 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 02:11:36.973 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 02:11:36.973 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.973 INFO kablam! Sep 04 02:11:36.973 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 02:11:36.973 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.974 INFO kablam! | Sep 04 02:11:36.974 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.974 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 02:11:36.974 INFO kablam! | Sep 04 02:11:36.974 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 02:11:36.974 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 02:11:36.974 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.974 INFO kablam! Sep 04 02:11:36.974 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 02:11:36.974 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.974 INFO kablam! | Sep 04 02:11:36.974 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.974 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 02:11:36.974 INFO kablam! | Sep 04 02:11:36.974 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 02:11:36.974 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 02:11:36.974 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.974 INFO kablam! Sep 04 02:11:36.977 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 02:11:36.977 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.977 INFO kablam! | Sep 04 02:11:36.977 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.977 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 02:11:36.977 INFO kablam! | Sep 04 02:11:36.977 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 02:11:36.977 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 02:11:36.977 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 04 02:11:36.977 INFO kablam! Sep 04 02:11:36.977 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 02:11:36.977 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.977 INFO kablam! | Sep 04 02:11:36.977 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.977 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 02:11:36.977 INFO kablam! | Sep 04 02:11:36.977 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 02:11:36.977 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 02:11:36.977 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 02:11:36.977 INFO kablam! Sep 04 02:11:36.977 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 02:11:36.977 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.977 INFO kablam! | Sep 04 02:11:36.977 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.977 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 02:11:36.977 INFO kablam! | Sep 04 02:11:36.978 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 02:11:36.978 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 02:11:36.978 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 02:11:36.978 INFO kablam! Sep 04 02:11:36.994 INFO kablam! error: aborting due to 6 previous errors Sep 04 02:11:36.994 INFO kablam! Sep 04 02:11:36.994 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 02:11:37.003 INFO kablam! error: Could not compile `stayalive`. Sep 04 02:11:37.003 INFO kablam! Sep 04 02:11:37.003 INFO kablam! To learn more, run the command again with --verbose. Sep 04 02:11:37.004 INFO kablam! su: No module specific data is present Sep 04 02:11:37.380 INFO running `"docker" "rm" "-f" "9c769ca1d9f73d70f239f00993cd618a5237d9693909c6ab779990d2cabd7563"` Sep 04 02:11:37.489 INFO blam! 9c769ca1d9f73d70f239f00993cd618a5237d9693909c6ab779990d2cabd7563