Sep 19 17:42:52.412 INFO checking stayalive-0.5.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 17:42:52.412 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 17:42:52.412 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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.694 INFO blam! 14fe98013e9b9aa3af373f9d1c9323c28545ea32cb07b3a83e265d58f84c83f1 Sep 19 17:42:52.697 INFO running `"docker" "start" "-a" "14fe98013e9b9aa3af373f9d1c9323c28545ea32cb07b3a83e265d58f84c83f1"` Sep 19 17:42:53.415 INFO kablam! usermod: no changes Sep 19 17:42:53.494 INFO kablam! Checking threadpool v1.7.1 Sep 19 17:42:53.746 INFO kablam! Checking stayalive v0.5.1 (/source) Sep 19 17:42:54.118 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 17:42:54.118 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:54.118 INFO kablam! | Sep 19 17:42:54.118 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.118 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 17:42:54.118 INFO kablam! | Sep 19 17:42:54.118 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 17:42:54.118 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 17:42:54.118 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 19 17:42:54.118 INFO kablam! Sep 19 17:42:54.119 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 17:42:54.119 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:54.119 INFO kablam! | Sep 19 17:42:54.119 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.119 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 17:42:54.119 INFO kablam! | Sep 19 17:42:54.119 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 17:42:54.119 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 17:42:54.119 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 17:42:54.119 INFO kablam! Sep 19 17:42:54.119 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 17:42:54.119 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:54.119 INFO kablam! | Sep 19 17:42:54.119 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.119 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 17:42:54.119 INFO kablam! | Sep 19 17:42:54.119 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 17:42:54.119 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 17:42:54.119 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 17:42:54.119 INFO kablam! Sep 19 17:42:54.119 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 17:42:54.119 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:54.119 INFO kablam! | Sep 19 17:42:54.119 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.119 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 17:42:54.119 INFO kablam! | Sep 19 17:42:54.119 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 17:42:54.119 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 17:42:54.119 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 19 17:42:54.119 INFO kablam! Sep 19 17:42:54.119 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 17:42:54.119 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:54.119 INFO kablam! | Sep 19 17:42:54.119 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.119 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 17:42:54.119 INFO kablam! | Sep 19 17:42:54.119 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 17:42:54.119 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 17:42:54.119 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 17:42:54.119 INFO kablam! Sep 19 17:42:54.119 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 17:42:54.119 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:54.119 INFO kablam! | Sep 19 17:42:54.119 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.119 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 17:42:54.119 INFO kablam! | Sep 19 17:42:54.119 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 17:42:54.119 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 17:42:54.119 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 17:42:54.119 INFO kablam! Sep 19 17:42:54.128 INFO kablam! error: aborting due to 6 previous errors Sep 19 17:42:54.128 INFO kablam! Sep 19 17:42:54.128 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 17:42:54.135 INFO kablam! error: Could not compile `stayalive`. Sep 19 17:42:54.135 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:42:54.148 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 17:42:54.148 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:54.148 INFO kablam! | Sep 19 17:42:54.148 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.148 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 17:42:54.148 INFO kablam! | Sep 19 17:42:54.148 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 17:42:54.148 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 17:42:54.148 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `circuitbreakers::CircuitBreakerError` Sep 19 17:42:54.148 INFO kablam! Sep 19 17:42:54.148 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 17:42:54.148 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:54.148 INFO kablam! | Sep 19 17:42:54.148 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.148 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 17:42:54.148 INFO kablam! | Sep 19 17:42:54.148 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 17:42:54.148 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 17:42:54.148 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 17:42:54.148 INFO kablam! Sep 19 17:42:54.149 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 17:42:54.149 INFO kablam! --> src/circuitbreakers/mod.rs:7:24 Sep 19 17:42:54.149 INFO kablam! | Sep 19 17:42:54.149 INFO kablam! 7 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.149 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 17:42:54.149 INFO kablam! | Sep 19 17:42:54.149 INFO kablam! = help: within `circuitbreakers::CircuitBreakerError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 17:42:54.149 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 17:42:54.149 INFO kablam! = note: required because it appears within the type `circuitbreakers::CircuitBreakerError` Sep 19 17:42:54.149 INFO kablam! Sep 19 17:42:54.150 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 19 17:42:54.151 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:54.151 INFO kablam! | Sep 19 17:42:54.151 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.151 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 19 17:42:54.151 INFO kablam! | Sep 19 17:42:54.151 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 19 17:42:54.151 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 19 17:42:54.151 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `bulkheads::BulkheadError` Sep 19 17:42:54.151 INFO kablam! Sep 19 17:42:54.151 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 19 17:42:54.151 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:54.151 INFO kablam! | Sep 19 17:42:54.151 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.151 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 19 17:42:54.151 INFO kablam! | Sep 19 17:42:54.151 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Sync` is not implemented for `E` Sep 19 17:42:54.151 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 19 17:42:54.151 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 17:42:54.151 INFO kablam! Sep 19 17:42:54.151 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 19 17:42:54.151 INFO kablam! --> src/bulkheads/mod.rs:10:24 Sep 19 17:42:54.151 INFO kablam! | Sep 19 17:42:54.151 INFO kablam! 10 | #[derive(Debug, Clone, Fail)] Sep 19 17:42:54.151 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 19 17:42:54.151 INFO kablam! | Sep 19 17:42:54.151 INFO kablam! = help: within `bulkheads::BulkheadError`, the trait `std::marker::Send` is not implemented for `E` Sep 19 17:42:54.151 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 19 17:42:54.151 INFO kablam! = note: required because it appears within the type `bulkheads::BulkheadError` Sep 19 17:42:54.151 INFO kablam! Sep 19 17:42:54.161 INFO kablam! error: aborting due to 6 previous errors Sep 19 17:42:54.161 INFO kablam! Sep 19 17:42:54.161 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 17:42:54.171 INFO kablam! error: Could not compile `stayalive`. Sep 19 17:42:54.171 INFO kablam! Sep 19 17:42:54.171 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:42:54.175 INFO kablam! su: No module specific data is present Sep 19 17:42:54.817 INFO running `"docker" "rm" "-f" "14fe98013e9b9aa3af373f9d1c9323c28545ea32cb07b3a83e265d58f84c83f1"` Sep 19 17:42:54.966 INFO blam! 14fe98013e9b9aa3af373f9d1c9323c28545ea32cb07b3a83e265d58f84c83f1