Sep 05 23:31:31.032 INFO checking stayalive-0.5.1 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 23:31:31.032 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 23:31:31.032 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 23:31:31.154 INFO blam! f933d219413e759f329b391eee63a3ce20c0251920c91b59baecc6b2f8fff802 Sep 05 23:31:31.156 INFO running `"docker" "start" "-a" "f933d219413e759f329b391eee63a3ce20c0251920c91b59baecc6b2f8fff802"` Sep 05 23:31:32.195 INFO kablam! usermod: no changes Sep 05 23:31:32.265 INFO kablam! Checking stayalive v0.5.1 (file:///source) Sep 05 23:31:32.539 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 05 23:31:32.539 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.539 INFO kablam! | Sep 05 23:31:32.539 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.539 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 05 23:31:32.539 INFO kablam! | Sep 05 23:31:32.539 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 05 23:31:32.539 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 05 23:31:32.539 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.539 INFO kablam! Sep 05 23:31:32.539 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 05 23:31:32.539 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.539 INFO kablam! | Sep 05 23:31:32.539 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.539 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 05 23:31:32.539 INFO kablam! | Sep 05 23:31:32.539 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 05 23:31:32.539 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 05 23:31:32.539 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.539 INFO kablam! Sep 05 23:31:32.539 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 05 23:31:32.539 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.539 INFO kablam! | Sep 05 23:31:32.539 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.539 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 05 23:31:32.539 INFO kablam! | Sep 05 23:31:32.539 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 05 23:31:32.539 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 05 23:31:32.539 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.539 INFO kablam! Sep 05 23:31:32.542 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 05 23:31:32.542 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.542 INFO kablam! | Sep 05 23:31:32.542 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.542 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 05 23:31:32.542 INFO kablam! | Sep 05 23:31:32.542 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 05 23:31:32.542 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 05 23:31:32.542 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 05 23:31:32.542 INFO kablam! Sep 05 23:31:32.542 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 05 23:31:32.542 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.542 INFO kablam! | Sep 05 23:31:32.542 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.542 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 05 23:31:32.542 INFO kablam! | Sep 05 23:31:32.542 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 05 23:31:32.542 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 05 23:31:32.542 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 05 23:31:32.542 INFO kablam! Sep 05 23:31:32.542 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 05 23:31:32.542 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.542 INFO kablam! | Sep 05 23:31:32.542 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.542 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 05 23:31:32.542 INFO kablam! | Sep 05 23:31:32.542 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 05 23:31:32.542 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 05 23:31:32.542 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 05 23:31:32.542 INFO kablam! Sep 05 23:31:32.548 INFO kablam! error: aborting due to 6 previous errors Sep 05 23:31:32.548 INFO kablam! Sep 05 23:31:32.548 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 05 23:31:32.554 INFO kablam! error: Could not compile `stayalive`. Sep 05 23:31:32.554 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 23:31:32.559 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 05 23:31:32.559 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.559 INFO kablam! | Sep 05 23:31:32.559 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.559 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 05 23:31:32.559 INFO kablam! | Sep 05 23:31:32.559 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 05 23:31:32.559 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 05 23:31:32.559 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.559 INFO kablam! Sep 05 23:31:32.559 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 05 23:31:32.559 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.559 INFO kablam! | Sep 05 23:31:32.559 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.559 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 05 23:31:32.559 INFO kablam! | Sep 05 23:31:32.559 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 05 23:31:32.559 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 05 23:31:32.559 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.559 INFO kablam! Sep 05 23:31:32.559 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 05 23:31:32.559 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 05 23:31:32.559 INFO kablam! | Sep 05 23:31:32.559 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.559 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 05 23:31:32.559 INFO kablam! | Sep 05 23:31:32.559 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 05 23:31:32.559 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 05 23:31:32.559 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 05 23:31:32.559 INFO kablam! Sep 05 23:31:32.561 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 05 23:31:32.561 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.561 INFO kablam! | Sep 05 23:31:32.561 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.561 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 05 23:31:32.561 INFO kablam! | Sep 05 23:31:32.561 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 05 23:31:32.561 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 05 23:31:32.561 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 05 23:31:32.561 INFO kablam! Sep 05 23:31:32.561 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 05 23:31:32.561 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.561 INFO kablam! | Sep 05 23:31:32.561 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.561 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 05 23:31:32.561 INFO kablam! | Sep 05 23:31:32.561 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 05 23:31:32.561 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 05 23:31:32.561 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 05 23:31:32.561 INFO kablam! Sep 05 23:31:32.561 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 05 23:31:32.561 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 05 23:31:32.561 INFO kablam! | Sep 05 23:31:32.561 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 05 23:31:32.561 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 05 23:31:32.561 INFO kablam! | Sep 05 23:31:32.561 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 05 23:31:32.561 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 05 23:31:32.561 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 05 23:31:32.561 INFO kablam! Sep 05 23:31:32.570 INFO kablam! error: aborting due to 6 previous errors Sep 05 23:31:32.570 INFO kablam! Sep 05 23:31:32.570 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 05 23:31:32.577 INFO kablam! error: Could not compile `stayalive`. Sep 05 23:31:32.577 INFO kablam! Sep 05 23:31:32.577 INFO kablam! To learn more, run the command again with --verbose. Sep 05 23:31:32.578 INFO kablam! su: No module specific data is present Sep 05 23:31:33.298 INFO running `"docker" "rm" "-f" "f933d219413e759f329b391eee63a3ce20c0251920c91b59baecc6b2f8fff802"` Sep 05 23:31:33.382 INFO blam! f933d219413e759f329b391eee63a3ce20c0251920c91b59baecc6b2f8fff802