Sep 02 14:22:51.672 INFO checking finchers-http-0.11.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 14:22:51.672 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 14:22:51.672 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 14:22:51.833 INFO blam! 69f9e6f7b2dd35bcb6e758a0589b623cdff0dc172f0dcf70e1cb16b4abaac2dd Sep 02 14:22:51.835 INFO running `"docker" "start" "-a" "69f9e6f7b2dd35bcb6e758a0589b623cdff0dc172f0dcf70e1cb16b4abaac2dd"` Sep 02 14:22:52.815 INFO kablam! Checking finchers-core v0.11.0 Sep 02 14:22:56.729 INFO kablam! Checking finchers-http v0.11.0 (file:///source) Sep 02 14:22:56.730 INFO kablam! Checking finchers-ext v0.11.0 Sep 02 14:22:56.731 INFO kablam! Checking finchers-test v0.11.0 Sep 02 14:23:05.392 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 02 14:23:05.392 INFO kablam! --> src/header.rs:106:17 Sep 02 14:23:05.393 INFO kablam! | Sep 02 14:23:05.393 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 02 14:23:05.393 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 02 14:23:05.393 INFO kablam! | Sep 02 14:23:05.393 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 02 14:23:05.393 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 02 14:23:05.393 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 02 14:23:05.393 INFO kablam! Sep 02 14:23:05.393 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 02 14:23:05.394 INFO kablam! --> src/header.rs:106:17 Sep 02 14:23:05.394 INFO kablam! | Sep 02 14:23:05.394 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 02 14:23:05.394 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 02 14:23:05.394 INFO kablam! | Sep 02 14:23:05.394 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 02 14:23:05.394 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 02 14:23:05.394 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 02 14:23:05.394 INFO kablam! Sep 02 14:23:05.394 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 02 14:23:05.394 INFO kablam! --> src/header.rs:106:17 Sep 02 14:23:05.394 INFO kablam! | Sep 02 14:23:05.394 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 02 14:23:05.394 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 02 14:23:05.394 INFO kablam! | Sep 02 14:23:05.394 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 02 14:23:05.394 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 02 14:23:05.394 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 02 14:23:05.394 INFO kablam! Sep 02 14:23:05.414 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 02 14:23:05.414 INFO kablam! --> src/path.rs:271:17 Sep 02 14:23:05.414 INFO kablam! | Sep 02 14:23:05.414 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 02 14:23:05.414 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 02 14:23:05.414 INFO kablam! | Sep 02 14:23:05.414 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 02 14:23:05.414 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 02 14:23:05.414 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 02 14:23:05.414 INFO kablam! Sep 02 14:23:05.415 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 02 14:23:05.415 INFO kablam! --> src/path.rs:271:17 Sep 02 14:23:05.415 INFO kablam! | Sep 02 14:23:05.415 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 02 14:23:05.415 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 02 14:23:05.415 INFO kablam! | Sep 02 14:23:05.415 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 02 14:23:05.415 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 02 14:23:05.415 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 02 14:23:05.415 INFO kablam! Sep 02 14:23:05.415 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 02 14:23:05.416 INFO kablam! --> src/path.rs:271:17 Sep 02 14:23:05.416 INFO kablam! | Sep 02 14:23:05.416 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 02 14:23:05.416 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 02 14:23:05.416 INFO kablam! | Sep 02 14:23:05.416 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 02 14:23:05.416 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 02 14:23:05.416 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 02 14:23:05.416 INFO kablam! Sep 02 14:23:05.422 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 02 14:23:05.422 INFO kablam! --> src/query.rs:146:17 Sep 02 14:23:05.422 INFO kablam! | Sep 02 14:23:05.422 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 02 14:23:05.422 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 02 14:23:05.426 INFO kablam! | Sep 02 14:23:05.426 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 02 14:23:05.427 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 02 14:23:05.427 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 02 14:23:05.427 INFO kablam! Sep 02 14:23:05.427 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 02 14:23:05.427 INFO kablam! --> src/query.rs:146:17 Sep 02 14:23:05.427 INFO kablam! | Sep 02 14:23:05.427 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 02 14:23:05.427 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 02 14:23:05.427 INFO kablam! | Sep 02 14:23:05.428 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 02 14:23:05.428 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 02 14:23:05.428 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 02 14:23:05.428 INFO kablam! Sep 02 14:23:05.428 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 02 14:23:05.428 INFO kablam! --> src/query.rs:146:17 Sep 02 14:23:05.428 INFO kablam! | Sep 02 14:23:05.428 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 02 14:23:05.428 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 02 14:23:05.429 INFO kablam! | Sep 02 14:23:05.429 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 02 14:23:05.429 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 02 14:23:05.429 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 02 14:23:05.429 INFO kablam! Sep 02 14:23:05.508 INFO kablam! error: aborting due to 9 previous errors Sep 02 14:23:05.509 INFO kablam! Sep 02 14:23:05.509 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 14:23:05.527 INFO kablam! error: Could not compile `finchers-http`. Sep 02 14:23:05.527 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 14:23:11.373 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 02 14:23:11.373 INFO kablam! --> src/header.rs:106:17 Sep 02 14:23:11.373 INFO kablam! | Sep 02 14:23:11.373 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 02 14:23:11.373 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 02 14:23:11.373 INFO kablam! | Sep 02 14:23:11.373 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 02 14:23:11.373 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 02 14:23:11.373 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 02 14:23:11.373 INFO kablam! Sep 02 14:23:11.374 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 02 14:23:11.374 INFO kablam! --> src/header.rs:106:17 Sep 02 14:23:11.374 INFO kablam! | Sep 02 14:23:11.374 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 02 14:23:11.374 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 02 14:23:11.374 INFO kablam! | Sep 02 14:23:11.374 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 02 14:23:11.374 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 02 14:23:11.374 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 02 14:23:11.374 INFO kablam! Sep 02 14:23:11.374 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 02 14:23:11.374 INFO kablam! --> src/header.rs:106:17 Sep 02 14:23:11.374 INFO kablam! | Sep 02 14:23:11.374 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 02 14:23:11.374 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 02 14:23:11.375 INFO kablam! | Sep 02 14:23:11.375 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 02 14:23:11.375 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 02 14:23:11.375 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 02 14:23:11.375 INFO kablam! Sep 02 14:23:11.394 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 02 14:23:11.394 INFO kablam! --> src/path.rs:271:17 Sep 02 14:23:11.394 INFO kablam! | Sep 02 14:23:11.394 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 02 14:23:11.394 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 02 14:23:11.394 INFO kablam! | Sep 02 14:23:11.394 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 02 14:23:11.394 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 02 14:23:11.394 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 02 14:23:11.394 INFO kablam! Sep 02 14:23:11.395 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 02 14:23:11.395 INFO kablam! --> src/path.rs:271:17 Sep 02 14:23:11.395 INFO kablam! | Sep 02 14:23:11.395 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 02 14:23:11.395 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 02 14:23:11.395 INFO kablam! | Sep 02 14:23:11.395 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 02 14:23:11.395 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 02 14:23:11.395 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 02 14:23:11.395 INFO kablam! Sep 02 14:23:11.396 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 02 14:23:11.396 INFO kablam! --> src/path.rs:271:17 Sep 02 14:23:11.396 INFO kablam! | Sep 02 14:23:11.396 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 02 14:23:11.396 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 02 14:23:11.396 INFO kablam! | Sep 02 14:23:11.396 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 02 14:23:11.396 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 02 14:23:11.396 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 02 14:23:11.396 INFO kablam! Sep 02 14:23:11.408 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 02 14:23:11.408 INFO kablam! --> src/query.rs:146:17 Sep 02 14:23:11.408 INFO kablam! | Sep 02 14:23:11.408 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 02 14:23:11.408 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 02 14:23:11.408 INFO kablam! | Sep 02 14:23:11.408 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 02 14:23:11.408 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 02 14:23:11.408 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 02 14:23:11.408 INFO kablam! Sep 02 14:23:11.409 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 02 14:23:11.409 INFO kablam! --> src/query.rs:146:17 Sep 02 14:23:11.409 INFO kablam! | Sep 02 14:23:11.409 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 02 14:23:11.409 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 02 14:23:11.409 INFO kablam! | Sep 02 14:23:11.409 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 02 14:23:11.409 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 02 14:23:11.409 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 02 14:23:11.409 INFO kablam! Sep 02 14:23:11.409 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 02 14:23:11.409 INFO kablam! --> src/query.rs:146:17 Sep 02 14:23:11.409 INFO kablam! | Sep 02 14:23:11.410 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 02 14:23:11.410 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 02 14:23:11.410 INFO kablam! | Sep 02 14:23:11.410 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 02 14:23:11.410 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 02 14:23:11.410 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 02 14:23:11.410 INFO kablam! Sep 02 14:23:11.484 INFO kablam! error: aborting due to 9 previous errors Sep 02 14:23:11.484 INFO kablam! Sep 02 14:23:11.484 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 14:23:11.519 INFO kablam! error: Could not compile `finchers-http`. Sep 02 14:23:11.519 INFO kablam! Sep 02 14:23:11.519 INFO kablam! To learn more, run the command again with --verbose. Sep 02 14:23:11.521 INFO kablam! su: No module specific data is present Sep 02 14:23:12.106 INFO running `"docker" "rm" "-f" "69f9e6f7b2dd35bcb6e758a0589b623cdff0dc172f0dcf70e1cb16b4abaac2dd"` Sep 02 14:23:12.274 INFO blam! 69f9e6f7b2dd35bcb6e758a0589b623cdff0dc172f0dcf70e1cb16b4abaac2dd