Sep 10 09:14:03.286 INFO checking stayalive-0.5.1 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 09:14:03.286 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 09:14:03.286 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 09:14:03.459 INFO blam! 1be79203fd08b481f87dcc291b2b26a6be794c5b9f49faf8dc8524ee98f8fb24 Sep 10 09:14:03.461 INFO running `"docker" "start" "-a" "1be79203fd08b481f87dcc291b2b26a6be794c5b9f49faf8dc8524ee98f8fb24"` Sep 10 09:14:04.110 INFO kablam! usermod: no changes Sep 10 09:14:04.182 INFO kablam! Checking threadpool v1.7.1 Sep 10 09:14:04.550 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 10 09:14:04.872 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 10 09:14:04.872 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.872 INFO kablam! | Sep 10 09:14:04.872 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.872 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 10 09:14:04.872 INFO kablam! | Sep 10 09:14:04.872 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 10 09:14:04.872 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 10 09:14:04.872 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.872 INFO kablam! Sep 10 09:14:04.872 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 10 09:14:04.872 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.872 INFO kablam! | Sep 10 09:14:04.872 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.872 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 10 09:14:04.872 INFO kablam! | Sep 10 09:14:04.872 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 10 09:14:04.872 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 10 09:14:04.872 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.872 INFO kablam! Sep 10 09:14:04.872 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 10 09:14:04.872 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.872 INFO kablam! | Sep 10 09:14:04.872 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.872 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 10 09:14:04.872 INFO kablam! | Sep 10 09:14:04.872 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 10 09:14:04.872 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 10 09:14:04.872 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.872 INFO kablam! Sep 10 09:14:04.873 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 10 09:14:04.873 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.873 INFO kablam! | Sep 10 09:14:04.873 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.873 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 10 09:14:04.873 INFO kablam! | Sep 10 09:14:04.873 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 10 09:14:04.873 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 10 09:14:04.873 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 10 09:14:04.873 INFO kablam! Sep 10 09:14:04.873 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 10 09:14:04.873 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.873 INFO kablam! | Sep 10 09:14:04.873 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.873 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 10 09:14:04.873 INFO kablam! | Sep 10 09:14:04.873 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 10 09:14:04.873 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 10 09:14:04.873 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 10 09:14:04.873 INFO kablam! Sep 10 09:14:04.874 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 10 09:14:04.874 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.874 INFO kablam! | Sep 10 09:14:04.874 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.874 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 10 09:14:04.874 INFO kablam! | Sep 10 09:14:04.874 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 10 09:14:04.874 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 10 09:14:04.874 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 10 09:14:04.874 INFO kablam! Sep 10 09:14:04.881 INFO kablam! error: aborting due to 6 previous errors Sep 10 09:14:04.881 INFO kablam! Sep 10 09:14:04.881 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 09:14:04.886 INFO kablam! error: Could not compile `stayalive`. Sep 10 09:14:04.886 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 09:14:04.903 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 10 09:14:04.904 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.904 INFO kablam! | Sep 10 09:14:04.904 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.904 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 10 09:14:04.904 INFO kablam! | Sep 10 09:14:04.904 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 10 09:14:04.904 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 10 09:14:04.904 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.904 INFO kablam! Sep 10 09:14:04.904 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 10 09:14:04.904 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.904 INFO kablam! | Sep 10 09:14:04.904 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.904 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 10 09:14:04.904 INFO kablam! | Sep 10 09:14:04.904 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 10 09:14:04.904 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 10 09:14:04.904 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.904 INFO kablam! Sep 10 09:14:04.904 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 10 09:14:04.904 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.904 INFO kablam! | Sep 10 09:14:04.904 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.904 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 10 09:14:04.904 INFO kablam! | Sep 10 09:14:04.904 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 10 09:14:04.904 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 10 09:14:04.904 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.904 INFO kablam! Sep 10 09:14:04.905 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 10 09:14:04.905 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.905 INFO kablam! | Sep 10 09:14:04.905 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.905 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 10 09:14:04.905 INFO kablam! | Sep 10 09:14:04.905 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 10 09:14:04.905 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 10 09:14:04.905 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 10 09:14:04.905 INFO kablam! Sep 10 09:14:04.905 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 10 09:14:04.905 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.905 INFO kablam! | Sep 10 09:14:04.905 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.905 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 10 09:14:04.905 INFO kablam! | Sep 10 09:14:04.905 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 10 09:14:04.905 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 10 09:14:04.905 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 10 09:14:04.905 INFO kablam! Sep 10 09:14:04.906 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 10 09:14:04.906 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.906 INFO kablam! | Sep 10 09:14:04.906 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.906 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 10 09:14:04.906 INFO kablam! | Sep 10 09:14:04.906 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 10 09:14:04.906 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 10 09:14:04.906 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 10 09:14:04.906 INFO kablam! Sep 10 09:14:04.913 INFO kablam! error: aborting due to 6 previous errors Sep 10 09:14:04.913 INFO kablam! Sep 10 09:14:04.913 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 09:14:04.920 INFO kablam! error: Could not compile `stayalive`. Sep 10 09:14:04.920 INFO kablam! Sep 10 09:14:04.920 INFO kablam! To learn more, run the command again with --verbose. Sep 10 09:14:04.921 INFO kablam! su: No module specific data is present Sep 10 09:14:05.637 INFO running `"docker" "rm" "-f" "1be79203fd08b481f87dcc291b2b26a6be794c5b9f49faf8dc8524ee98f8fb24"` Sep 10 09:14:05.772 INFO blam! 1be79203fd08b481f87dcc291b2b26a6be794c5b9f49faf8dc8524ee98f8fb24