Sep 01 04:21:06.283 INFO checking finchers-http-0.11.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 04:21:06.283 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 04:21:06.283 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:21:06.470 INFO blam! f998a956d76203940ad8b0411981ed64a61eb168fa62290cca5a1a472a61f9fe Sep 01 04:21:06.472 INFO running `"docker" "start" "-a" "f998a956d76203940ad8b0411981ed64a61eb168fa62290cca5a1a472a61f9fe"` Sep 01 04:21:07.349 INFO kablam! Checking finchers-http v0.11.0 (file:///source) Sep 01 04:21:07.349 INFO kablam! Checking finchers-test v0.11.0 Sep 01 04:21:07.349 INFO kablam! Checking finchers-ext v0.11.0 Sep 01 04:21:11.785 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 04:21:11.785 INFO kablam! --> src/header.rs:106:17 Sep 01 04:21:11.785 INFO kablam! | Sep 01 04:21:11.785 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 01 04:21:11.785 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 04:21:11.785 INFO kablam! | Sep 01 04:21:11.785 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 04:21:11.785 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 04:21:11.785 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 01 04:21:11.785 INFO kablam! Sep 01 04:21:11.786 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 04:21:11.786 INFO kablam! --> src/header.rs:106:17 Sep 01 04:21:11.786 INFO kablam! | Sep 01 04:21:11.786 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 01 04:21:11.786 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 04:21:11.786 INFO kablam! | Sep 01 04:21:11.786 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 04:21:11.786 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 04:21:11.786 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 01 04:21:11.786 INFO kablam! Sep 01 04:21:11.786 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 04:21:11.786 INFO kablam! --> src/header.rs:106:17 Sep 01 04:21:11.786 INFO kablam! | Sep 01 04:21:11.786 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 01 04:21:11.786 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 04:21:11.786 INFO kablam! | Sep 01 04:21:11.786 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 04:21:11.786 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 04:21:11.786 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 01 04:21:11.786 INFO kablam! Sep 01 04:21:11.801 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 04:21:11.801 INFO kablam! --> src/path.rs:271:17 Sep 01 04:21:11.801 INFO kablam! | Sep 01 04:21:11.801 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 01 04:21:11.801 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 04:21:11.801 INFO kablam! | Sep 01 04:21:11.801 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 04:21:11.801 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 04:21:11.801 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 01 04:21:11.801 INFO kablam! Sep 01 04:21:11.801 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 04:21:11.801 INFO kablam! --> src/path.rs:271:17 Sep 01 04:21:11.801 INFO kablam! | Sep 01 04:21:11.801 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 01 04:21:11.801 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 04:21:11.801 INFO kablam! | Sep 01 04:21:11.801 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 04:21:11.801 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 04:21:11.801 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 01 04:21:11.801 INFO kablam! Sep 01 04:21:11.801 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 04:21:11.802 INFO kablam! --> src/path.rs:271:17 Sep 01 04:21:11.802 INFO kablam! | Sep 01 04:21:11.802 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 01 04:21:11.802 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 04:21:11.802 INFO kablam! | Sep 01 04:21:11.802 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 04:21:11.802 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 04:21:11.802 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 01 04:21:11.802 INFO kablam! Sep 01 04:21:11.809 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 04:21:11.809 INFO kablam! --> src/query.rs:146:17 Sep 01 04:21:11.809 INFO kablam! | Sep 01 04:21:11.809 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 01 04:21:11.809 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 04:21:11.809 INFO kablam! | Sep 01 04:21:11.809 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 04:21:11.809 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 04:21:11.810 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 01 04:21:11.810 INFO kablam! Sep 01 04:21:11.810 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 04:21:11.810 INFO kablam! --> src/query.rs:146:17 Sep 01 04:21:11.810 INFO kablam! | Sep 01 04:21:11.810 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 01 04:21:11.810 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 04:21:11.810 INFO kablam! | Sep 01 04:21:11.810 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 04:21:11.810 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 04:21:11.810 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 01 04:21:11.810 INFO kablam! Sep 01 04:21:11.810 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 04:21:11.810 INFO kablam! --> src/query.rs:146:17 Sep 01 04:21:11.810 INFO kablam! | Sep 01 04:21:11.810 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 01 04:21:11.810 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 04:21:11.810 INFO kablam! | Sep 01 04:21:11.810 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 04:21:11.810 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 04:21:11.810 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 01 04:21:11.810 INFO kablam! Sep 01 04:21:11.878 INFO kablam! error: aborting due to 9 previous errors Sep 01 04:21:11.878 INFO kablam! Sep 01 04:21:11.878 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 04:21:11.890 INFO kablam! error: Could not compile `finchers-http`. Sep 01 04:21:11.890 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 04:21:12.842 INFO kablam! error: build failed Sep 01 04:21:12.844 INFO kablam! su: No module specific data is present Sep 01 04:21:13.288 INFO running `"docker" "rm" "-f" "f998a956d76203940ad8b0411981ed64a61eb168fa62290cca5a1a472a61f9fe"` Sep 01 04:21:13.425 INFO blam! f998a956d76203940ad8b0411981ed64a61eb168fa62290cca5a1a472a61f9fe