Sep 14 16:34:22.588 INFO checking finchers-http-0.11.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:34:22.588 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:34:22.588 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:34:22.748 INFO blam! f33098dc18ed4144191dfe90c9c1805ff31253d28c284c7e4801c9be9ef8f0c5 Sep 14 16:34:22.750 INFO running `"docker" "start" "-a" "f33098dc18ed4144191dfe90c9c1805ff31253d28c284c7e4801c9be9ef8f0c5"` Sep 14 16:34:23.657 INFO kablam! usermod: no changes Sep 14 16:34:23.985 INFO kablam! Checking serde_qs v0.4.1 Sep 14 16:34:23.985 INFO kablam! Checking finchers-core v0.11.0 Sep 14 16:34:26.858 INFO kablam! Checking finchers-http v0.11.0 (file:///source) Sep 14 16:34:26.860 INFO kablam! Checking finchers-test v0.11.0 Sep 14 16:34:26.862 INFO kablam! Checking finchers-ext v0.11.0 Sep 14 16:34:32.335 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 16:34:32.335 INFO kablam! --> src/header.rs:106:17 Sep 14 16:34:32.335 INFO kablam! | Sep 14 16:34:32.335 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 14 16:34:32.335 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 16:34:32.335 INFO kablam! | Sep 14 16:34:32.335 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 16:34:32.335 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 16:34:32.335 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 14 16:34:32.335 INFO kablam! Sep 14 16:34:32.335 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 16:34:32.335 INFO kablam! --> src/header.rs:106:17 Sep 14 16:34:32.335 INFO kablam! | Sep 14 16:34:32.335 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 14 16:34:32.335 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 16:34:32.335 INFO kablam! | Sep 14 16:34:32.335 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 16:34:32.335 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 16:34:32.335 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 14 16:34:32.335 INFO kablam! Sep 14 16:34:32.335 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 16:34:32.335 INFO kablam! --> src/header.rs:106:17 Sep 14 16:34:32.335 INFO kablam! | Sep 14 16:34:32.335 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 14 16:34:32.335 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 16:34:32.335 INFO kablam! | Sep 14 16:34:32.335 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 16:34:32.335 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 16:34:32.335 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 14 16:34:32.335 INFO kablam! Sep 14 16:34:32.339 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 16:34:32.339 INFO kablam! --> src/path.rs:271:17 Sep 14 16:34:32.339 INFO kablam! | Sep 14 16:34:32.339 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 14 16:34:32.339 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 16:34:32.339 INFO kablam! | Sep 14 16:34:32.339 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 16:34:32.339 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 16:34:32.339 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 14 16:34:32.339 INFO kablam! Sep 14 16:34:32.339 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 16:34:32.339 INFO kablam! --> src/path.rs:271:17 Sep 14 16:34:32.339 INFO kablam! | Sep 14 16:34:32.339 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 14 16:34:32.339 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 16:34:32.339 INFO kablam! | Sep 14 16:34:32.339 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 16:34:32.339 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 16:34:32.339 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 14 16:34:32.339 INFO kablam! Sep 14 16:34:32.339 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 16:34:32.339 INFO kablam! --> src/path.rs:271:17 Sep 14 16:34:32.339 INFO kablam! | Sep 14 16:34:32.339 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 14 16:34:32.339 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 16:34:32.339 INFO kablam! | Sep 14 16:34:32.339 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 16:34:32.339 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 16:34:32.339 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 14 16:34:32.339 INFO kablam! Sep 14 16:34:32.346 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 16:34:32.346 INFO kablam! --> src/query.rs:146:17 Sep 14 16:34:32.346 INFO kablam! | Sep 14 16:34:32.346 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 14 16:34:32.346 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 16:34:32.346 INFO kablam! | Sep 14 16:34:32.346 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 16:34:32.346 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 16:34:32.346 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 14 16:34:32.346 INFO kablam! Sep 14 16:34:32.346 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 16:34:32.346 INFO kablam! --> src/query.rs:146:17 Sep 14 16:34:32.346 INFO kablam! | Sep 14 16:34:32.346 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 14 16:34:32.346 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 16:34:32.346 INFO kablam! | Sep 14 16:34:32.346 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 16:34:32.346 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 16:34:32.346 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 14 16:34:32.347 INFO kablam! Sep 14 16:34:32.347 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 16:34:32.347 INFO kablam! --> src/query.rs:146:17 Sep 14 16:34:32.347 INFO kablam! | Sep 14 16:34:32.347 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 14 16:34:32.347 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 16:34:32.347 INFO kablam! | Sep 14 16:34:32.347 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 16:34:32.347 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 16:34:32.347 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 14 16:34:32.347 INFO kablam! Sep 14 16:34:32.411 INFO kablam! error: aborting due to 9 previous errors Sep 14 16:34:32.411 INFO kablam! Sep 14 16:34:32.411 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 16:34:32.439 INFO kablam! error: Could not compile `finchers-http`. Sep 14 16:34:32.439 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:34:34.431 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 16:34:34.431 INFO kablam! --> src/header.rs:106:17 Sep 14 16:34:34.431 INFO kablam! | Sep 14 16:34:34.431 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 14 16:34:34.431 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 16:34:34.431 INFO kablam! | Sep 14 16:34:34.431 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 16:34:34.431 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 16:34:34.431 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 14 16:34:34.431 INFO kablam! Sep 14 16:34:34.431 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 16:34:34.431 INFO kablam! --> src/header.rs:106:17 Sep 14 16:34:34.431 INFO kablam! | Sep 14 16:34:34.431 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 14 16:34:34.431 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 16:34:34.431 INFO kablam! | Sep 14 16:34:34.431 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 16:34:34.431 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 16:34:34.431 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 14 16:34:34.431 INFO kablam! Sep 14 16:34:34.431 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 16:34:34.431 INFO kablam! --> src/header.rs:106:17 Sep 14 16:34:34.431 INFO kablam! | Sep 14 16:34:34.431 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 14 16:34:34.431 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 16:34:34.431 INFO kablam! | Sep 14 16:34:34.431 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 16:34:34.431 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 16:34:34.431 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 14 16:34:34.431 INFO kablam! Sep 14 16:34:34.431 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 16:34:34.431 INFO kablam! --> src/path.rs:271:17 Sep 14 16:34:34.431 INFO kablam! | Sep 14 16:34:34.431 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 14 16:34:34.431 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 16:34:34.431 INFO kablam! | Sep 14 16:34:34.431 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 16:34:34.431 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 16:34:34.431 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 14 16:34:34.431 INFO kablam! Sep 14 16:34:34.431 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 16:34:34.431 INFO kablam! --> src/path.rs:271:17 Sep 14 16:34:34.431 INFO kablam! | Sep 14 16:34:34.431 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 14 16:34:34.431 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 16:34:34.431 INFO kablam! | Sep 14 16:34:34.431 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 16:34:34.431 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 16:34:34.431 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 14 16:34:34.432 INFO kablam! Sep 14 16:34:34.432 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 16:34:34.432 INFO kablam! --> src/path.rs:271:17 Sep 14 16:34:34.432 INFO kablam! | Sep 14 16:34:34.432 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 14 16:34:34.432 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 16:34:34.432 INFO kablam! | Sep 14 16:34:34.432 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 16:34:34.432 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 16:34:34.432 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 14 16:34:34.432 INFO kablam! Sep 14 16:34:34.439 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 14 16:34:34.439 INFO kablam! --> src/query.rs:146:17 Sep 14 16:34:34.439 INFO kablam! | Sep 14 16:34:34.439 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 14 16:34:34.439 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 14 16:34:34.439 INFO kablam! | Sep 14 16:34:34.439 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 14 16:34:34.439 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 14 16:34:34.439 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 14 16:34:34.439 INFO kablam! Sep 14 16:34:34.439 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 14 16:34:34.439 INFO kablam! --> src/query.rs:146:17 Sep 14 16:34:34.439 INFO kablam! | Sep 14 16:34:34.439 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 14 16:34:34.439 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 14 16:34:34.439 INFO kablam! | Sep 14 16:34:34.439 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 14 16:34:34.439 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 14 16:34:34.439 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 14 16:34:34.439 INFO kablam! Sep 14 16:34:34.439 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 14 16:34:34.439 INFO kablam! --> src/query.rs:146:17 Sep 14 16:34:34.440 INFO kablam! | Sep 14 16:34:34.440 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 14 16:34:34.440 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 14 16:34:34.440 INFO kablam! | Sep 14 16:34:34.440 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 14 16:34:34.440 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 14 16:34:34.440 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 14 16:34:34.440 INFO kablam! Sep 14 16:34:34.475 INFO kablam! error: aborting due to 9 previous errors Sep 14 16:34:34.475 INFO kablam! Sep 14 16:34:34.475 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 16:34:34.491 INFO kablam! error: Could not compile `finchers-http`. Sep 14 16:34:34.491 INFO kablam! Sep 14 16:34:34.491 INFO kablam! To learn more, run the command again with --verbose. Sep 14 16:34:34.491 INFO kablam! su: No module specific data is present Sep 14 16:34:35.641 INFO running `"docker" "rm" "-f" "f33098dc18ed4144191dfe90c9c1805ff31253d28c284c7e4801c9be9ef8f0c5"` Sep 14 16:34:35.835 INFO blam! f33098dc18ed4144191dfe90c9c1805ff31253d28c284c7e4801c9be9ef8f0c5