Sep 10 09:14:02.576 INFO checking stayalive-0.5.1 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 09:14:02.576 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 09:14:02.577 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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:02.763 INFO blam! 2c339480f3d0e36c4ab767d4898c33cfe93dcbc760fdc5cd24ef07832524756b Sep 10 09:14:02.764 INFO running `"docker" "start" "-a" "2c339480f3d0e36c4ab767d4898c33cfe93dcbc760fdc5cd24ef07832524756b"` Sep 10 09:14:03.653 INFO kablam! usermod: no changes Sep 10 09:14:03.709 INFO kablam! Checking threadpool v1.7.1 Sep 10 09:14:04.007 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 10 09:14:04.394 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 10 09:14:04.394 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.394 INFO kablam! | Sep 10 09:14:04.394 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.394 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 10 09:14:04.394 INFO kablam! | Sep 10 09:14:04.394 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 10 09:14:04.394 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 10 09:14:04.394 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.394 INFO kablam! Sep 10 09:14:04.394 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 10 09:14:04.394 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.394 INFO kablam! | Sep 10 09:14:04.394 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.394 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 10 09:14:04.394 INFO kablam! | Sep 10 09:14:04.394 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 10 09:14:04.394 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 10 09:14:04.394 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.394 INFO kablam! Sep 10 09:14:04.394 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 10 09:14:04.394 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.394 INFO kablam! | Sep 10 09:14:04.394 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.394 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 10 09:14:04.394 INFO kablam! | Sep 10 09:14:04.394 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 10 09:14:04.394 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 10 09:14:04.394 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.394 INFO kablam! Sep 10 09:14:04.402 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 10 09:14:04.402 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.402 INFO kablam! | Sep 10 09:14:04.402 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.402 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 10 09:14:04.402 INFO kablam! | Sep 10 09:14:04.402 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 10 09:14:04.402 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 10 09:14:04.402 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 10 09:14:04.402 INFO kablam! Sep 10 09:14:04.402 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 10 09:14:04.402 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.402 INFO kablam! | Sep 10 09:14:04.402 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.402 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 10 09:14:04.402 INFO kablam! | Sep 10 09:14:04.402 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 10 09:14:04.402 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 10 09:14:04.402 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 10 09:14:04.402 INFO kablam! Sep 10 09:14:04.402 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 10 09:14:04.402 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.402 INFO kablam! | Sep 10 09:14:04.402 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.402 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 10 09:14:04.402 INFO kablam! | Sep 10 09:14:04.402 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 10 09:14:04.402 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 10 09:14:04.402 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 10 09:14:04.402 INFO kablam! Sep 10 09:14:04.410 INFO kablam! error: aborting due to 6 previous errors Sep 10 09:14:04.410 INFO kablam! Sep 10 09:14:04.410 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 09:14:04.414 INFO kablam! error: Could not compile `stayalive`. Sep 10 09:14:04.414 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 09:14:04.420 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 10 09:14:04.420 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.420 INFO kablam! | Sep 10 09:14:04.420 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.420 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 10 09:14:04.420 INFO kablam! | Sep 10 09:14:04.420 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 10 09:14:04.420 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 10 09:14:04.420 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.420 INFO kablam! Sep 10 09:14:04.420 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 10 09:14:04.420 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.420 INFO kablam! | Sep 10 09:14:04.420 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.420 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 10 09:14:04.420 INFO kablam! | Sep 10 09:14:04.420 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 10 09:14:04.420 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 10 09:14:04.420 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.420 INFO kablam! Sep 10 09:14:04.420 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 10 09:14:04.420 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 10 09:14:04.420 INFO kablam! | Sep 10 09:14:04.420 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.420 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 10 09:14:04.420 INFO kablam! | Sep 10 09:14:04.420 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 10 09:14:04.420 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 10 09:14:04.420 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 10 09:14:04.420 INFO kablam! Sep 10 09:14:04.430 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 10 09:14:04.430 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.430 INFO kablam! | Sep 10 09:14:04.430 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.430 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 10 09:14:04.430 INFO kablam! | Sep 10 09:14:04.430 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 10 09:14:04.430 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 10 09:14:04.430 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 10 09:14:04.430 INFO kablam! Sep 10 09:14:04.430 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 10 09:14:04.430 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.430 INFO kablam! | Sep 10 09:14:04.430 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.430 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 10 09:14:04.430 INFO kablam! | Sep 10 09:14:04.430 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 10 09:14:04.430 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 10 09:14:04.430 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 10 09:14:04.430 INFO kablam! Sep 10 09:14:04.430 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 10 09:14:04.430 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 10 09:14:04.430 INFO kablam! | Sep 10 09:14:04.430 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 10 09:14:04.430 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 10 09:14:04.430 INFO kablam! | Sep 10 09:14:04.430 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 10 09:14:04.430 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 10 09:14:04.430 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 10 09:14:04.430 INFO kablam! Sep 10 09:14:04.438 INFO kablam! error: aborting due to 6 previous errors Sep 10 09:14:04.438 INFO kablam! Sep 10 09:14:04.438 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 09:14:04.443 INFO kablam! error: Could not compile `stayalive`. Sep 10 09:14:04.443 INFO kablam! Sep 10 09:14:04.443 INFO kablam! To learn more, run the command again with --verbose. Sep 10 09:14:04.445 INFO kablam! su: No module specific data is present Sep 10 09:14:05.014 INFO running `"docker" "rm" "-f" "2c339480f3d0e36c4ab767d4898c33cfe93dcbc760fdc5cd24ef07832524756b"` Sep 10 09:14:05.084 INFO blam! 2c339480f3d0e36c4ab767d4898c33cfe93dcbc760fdc5cd24ef07832524756b