Sep 04 02:11:34.909 INFO checking stayalive-0.5.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 02:11:34.909 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 02:11:34.909 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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.094 INFO blam! d223bff36c90cf2478a27c8c006655649fc0d31c568fb3bc28b86f1d092128ae Sep 04 02:11:35.096 INFO running `"docker" "start" "-a" "d223bff36c90cf2478a27c8c006655649fc0d31c568fb3bc28b86f1d092128ae"` Sep 04 02:11:35.699 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 04 02:11:36.368 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 02:11:36.368 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.368 INFO kablam! | Sep 04 02:11:36.368 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.368 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 02:11:36.368 INFO kablam! | Sep 04 02:11:36.368 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 02:11:36.368 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 02:11:36.368 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.368 INFO kablam! Sep 04 02:11:36.368 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 02:11:36.368 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.368 INFO kablam! | Sep 04 02:11:36.368 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.369 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 02:11:36.369 INFO kablam! | Sep 04 02:11:36.369 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 02:11:36.369 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 02:11:36.369 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.369 INFO kablam! Sep 04 02:11:36.369 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 02:11:36.369 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.369 INFO kablam! | Sep 04 02:11:36.369 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.369 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 02:11:36.369 INFO kablam! | Sep 04 02:11:36.369 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 02:11:36.370 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 02:11:36.370 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.370 INFO kablam! Sep 04 02:11:36.372 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 02:11:36.372 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.372 INFO kablam! | Sep 04 02:11:36.372 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.372 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 02:11:36.372 INFO kablam! | Sep 04 02:11:36.372 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 02:11:36.373 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 02:11:36.373 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 04 02:11:36.373 INFO kablam! Sep 04 02:11:36.373 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 02:11:36.373 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.373 INFO kablam! | Sep 04 02:11:36.373 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.373 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 02:11:36.373 INFO kablam! | Sep 04 02:11:36.373 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 02:11:36.373 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 02:11:36.373 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 02:11:36.373 INFO kablam! Sep 04 02:11:36.373 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 02:11:36.373 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.373 INFO kablam! | Sep 04 02:11:36.373 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.373 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 02:11:36.373 INFO kablam! | Sep 04 02:11:36.374 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 02:11:36.374 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 02:11:36.374 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 02:11:36.375 INFO kablam! Sep 04 02:11:36.395 INFO kablam! error: aborting due to 6 previous errors Sep 04 02:11:36.395 INFO kablam! Sep 04 02:11:36.395 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 02:11:36.398 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 02:11:36.398 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.398 INFO kablam! | Sep 04 02:11:36.398 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.398 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 02:11:36.398 INFO kablam! | Sep 04 02:11:36.398 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 02:11:36.398 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 02:11:36.398 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.398 INFO kablam! Sep 04 02:11:36.398 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 02:11:36.399 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.399 INFO kablam! | Sep 04 02:11:36.399 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.399 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 02:11:36.399 INFO kablam! | Sep 04 02:11:36.399 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 02:11:36.399 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 02:11:36.399 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.399 INFO kablam! Sep 04 02:11:36.399 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 02:11:36.399 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 04 02:11:36.399 INFO kablam! | Sep 04 02:11:36.399 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.399 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 02:11:36.399 INFO kablam! | Sep 04 02:11:36.399 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 02:11:36.399 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 02:11:36.399 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 04 02:11:36.399 INFO kablam! Sep 04 02:11:36.401 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 02:11:36.401 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.401 INFO kablam! | Sep 04 02:11:36.401 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.402 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 02:11:36.402 INFO kablam! | Sep 04 02:11:36.402 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 02:11:36.402 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 02:11:36.402 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 04 02:11:36.402 INFO kablam! Sep 04 02:11:36.402 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 02:11:36.402 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.402 INFO kablam! | Sep 04 02:11:36.402 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.402 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 02:11:36.402 INFO kablam! | Sep 04 02:11:36.402 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 02:11:36.402 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 02:11:36.402 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 02:11:36.402 INFO kablam! Sep 04 02:11:36.402 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 02:11:36.402 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 04 02:11:36.402 INFO kablam! | Sep 04 02:11:36.402 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 04 02:11:36.402 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 02:11:36.402 INFO kablam! | Sep 04 02:11:36.402 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 02:11:36.402 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 02:11:36.402 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 04 02:11:36.402 INFO kablam! Sep 04 02:11:36.404 INFO kablam! error: Could not compile `stayalive`. Sep 04 02:11:36.404 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 02:11:36.423 INFO kablam! error: aborting due to 6 previous errors Sep 04 02:11:36.423 INFO kablam! Sep 04 02:11:36.423 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 02:11:36.434 INFO kablam! error: Could not compile `stayalive`. Sep 04 02:11:36.434 INFO kablam! Sep 04 02:11:36.434 INFO kablam! To learn more, run the command again with --verbose. Sep 04 02:11:36.435 INFO kablam! su: No module specific data is present Sep 04 02:11:36.919 INFO running `"docker" "rm" "-f" "d223bff36c90cf2478a27c8c006655649fc0d31c568fb3bc28b86f1d092128ae"` Sep 04 02:11:37.014 INFO blam! d223bff36c90cf2478a27c8c006655649fc0d31c568fb3bc28b86f1d092128ae