Sep 19 17:42:52.182 INFO checking stayalive-0.5.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 17:42:52.182 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 17:42:52.182 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:42:52.382 INFO blam! 43fa7e2d9ec58a1fb817196ede1bcefb7670a2cbfbf83fd5badaa8730469bade Sep 19 17:42:52.383 INFO running `"docker" "start" "-a" "43fa7e2d9ec58a1fb817196ede1bcefb7670a2cbfbf83fd5badaa8730469bade"` Sep 19 17:42:53.016 INFO kablam! usermod: no changes Sep 19 17:42:53.091 INFO kablam! Checking stayalive v0.5.1 (/source) Sep 19 17:42:53.470 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 17:42:53.471 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.471 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 17:42:53.471 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 17:42:53.471 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 19 17:42:53.471 INFO kablam! Sep 19 17:42:53.471 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 17:42:53.471 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.471 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 17:42:53.471 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 17:42:53.471 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 17:42:53.471 INFO kablam! Sep 19 17:42:53.471 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 17:42:53.471 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.471 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 17:42:53.471 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 17:42:53.471 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 17:42:53.471 INFO kablam! Sep 19 17:42:53.471 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 17:42:53.471 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.471 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 17:42:53.471 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 17:42:53.471 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 19 17:42:53.471 INFO kablam! Sep 19 17:42:53.471 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 17:42:53.471 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.471 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 17:42:53.471 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 17:42:53.471 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 17:42:53.471 INFO kablam! Sep 19 17:42:53.471 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 17:42:53.471 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.471 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 17:42:53.471 INFO kablam! | Sep 19 17:42:53.471 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 17:42:53.471 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 17:42:53.471 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 17:42:53.471 INFO kablam! Sep 19 17:42:53.480 INFO kablam! error: aborting due to 6 previous errors Sep 19 17:42:53.480 INFO kablam! Sep 19 17:42:53.480 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 17:42:53.488 INFO kablam! error: Could not compile `stayalive`. Sep 19 17:42:53.488 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:42:53.498 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 17:42:53.498 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:53.498 INFO kablam! | Sep 19 17:42:53.498 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.498 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 17:42:53.498 INFO kablam! | Sep 19 17:42:53.498 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 17:42:53.498 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 17:42:53.498 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 19 17:42:53.498 INFO kablam! Sep 19 17:42:53.498 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 17:42:53.498 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:53.498 INFO kablam! | Sep 19 17:42:53.498 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.498 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 17:42:53.498 INFO kablam! | Sep 19 17:42:53.498 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 17:42:53.498 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 17:42:53.499 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 17:42:53.499 INFO kablam! Sep 19 17:42:53.499 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 17:42:53.499 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:53.499 INFO kablam! | Sep 19 17:42:53.499 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.499 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 17:42:53.499 INFO kablam! | Sep 19 17:42:53.499 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 17:42:53.499 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 17:42:53.499 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 17:42:53.499 INFO kablam! Sep 19 17:42:53.501 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 17:42:53.501 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:53.501 INFO kablam! | Sep 19 17:42:53.501 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.501 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 17:42:53.501 INFO kablam! | Sep 19 17:42:53.501 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 17:42:53.501 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 17:42:53.501 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 19 17:42:53.501 INFO kablam! Sep 19 17:42:53.501 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 17:42:53.501 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:53.501 INFO kablam! | Sep 19 17:42:53.501 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.501 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 17:42:53.501 INFO kablam! | Sep 19 17:42:53.501 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 17:42:53.501 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 17:42:53.501 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 17:42:53.501 INFO kablam! Sep 19 17:42:53.501 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 17:42:53.501 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:53.501 INFO kablam! | Sep 19 17:42:53.501 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:53.501 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 17:42:53.501 INFO kablam! | Sep 19 17:42:53.501 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 17:42:53.501 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 17:42:53.501 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 17:42:53.501 INFO kablam! Sep 19 17:42:53.509 INFO kablam! error: aborting due to 6 previous errors Sep 19 17:42:53.509 INFO kablam! Sep 19 17:42:53.509 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 17:42:53.518 INFO kablam! error: Could not compile `stayalive`. Sep 19 17:42:53.518 INFO kablam! Sep 19 17:42:53.518 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:42:53.519 INFO kablam! su: No module specific data is present Sep 19 17:42:53.954 INFO running `"docker" "rm" "-f" "43fa7e2d9ec58a1fb817196ede1bcefb7670a2cbfbf83fd5badaa8730469bade"` Sep 19 17:42:54.041 INFO blam! 43fa7e2d9ec58a1fb817196ede1bcefb7670a2cbfbf83fd5badaa8730469bade