Sep 04 17:45:16.405 INFO checking finchers-http-0.11.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 17:45:16.405 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 17:45:16.405 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:45:16.553 INFO blam! 8c7aaeed38c5747d97d99bcd380ef19a53339b5b935494fa18000329652f78fc Sep 04 17:45:16.555 INFO running `"docker" "start" "-a" "8c7aaeed38c5747d97d99bcd380ef19a53339b5b935494fa18000329652f78fc"` Sep 04 17:45:17.762 INFO kablam! Checking serde_qs v0.4.1 Sep 04 17:45:17.764 INFO kablam! Checking finchers-core v0.11.0 Sep 04 17:45:22.314 INFO kablam! Checking finchers-test v0.11.0 Sep 04 17:45:22.314 INFO kablam! Checking finchers-ext v0.11.0 Sep 04 17:45:22.314 INFO kablam! Checking finchers-http v0.11.0 (file:///source) Sep 04 17:45:29.855 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 17:45:29.855 INFO kablam! --> src/header.rs:106:17 Sep 04 17:45:29.855 INFO kablam! | Sep 04 17:45:29.855 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 04 17:45:29.855 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 17:45:29.855 INFO kablam! | Sep 04 17:45:29.855 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 17:45:29.856 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 17:45:29.856 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 04 17:45:29.856 INFO kablam! Sep 04 17:45:29.856 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 17:45:29.856 INFO kablam! --> src/header.rs:106:17 Sep 04 17:45:29.856 INFO kablam! | Sep 04 17:45:29.856 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 04 17:45:29.856 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 17:45:29.856 INFO kablam! | Sep 04 17:45:29.857 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 17:45:29.857 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 17:45:29.857 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 04 17:45:29.857 INFO kablam! Sep 04 17:45:29.857 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 17:45:29.857 INFO kablam! --> src/header.rs:106:17 Sep 04 17:45:29.857 INFO kablam! | Sep 04 17:45:29.857 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 04 17:45:29.857 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 17:45:29.857 INFO kablam! | Sep 04 17:45:29.857 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 17:45:29.857 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 17:45:29.857 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 04 17:45:29.857 INFO kablam! Sep 04 17:45:29.873 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 17:45:29.873 INFO kablam! --> src/path.rs:271:17 Sep 04 17:45:29.873 INFO kablam! | Sep 04 17:45:29.873 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 04 17:45:29.873 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 17:45:29.873 INFO kablam! | Sep 04 17:45:29.873 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 17:45:29.873 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 17:45:29.873 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 04 17:45:29.873 INFO kablam! Sep 04 17:45:29.874 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 17:45:29.874 INFO kablam! --> src/path.rs:271:17 Sep 04 17:45:29.874 INFO kablam! | Sep 04 17:45:29.874 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 04 17:45:29.874 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 17:45:29.874 INFO kablam! | Sep 04 17:45:29.874 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 17:45:29.874 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 17:45:29.874 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 04 17:45:29.874 INFO kablam! Sep 04 17:45:29.874 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 17:45:29.874 INFO kablam! --> src/path.rs:271:17 Sep 04 17:45:29.874 INFO kablam! | Sep 04 17:45:29.874 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 04 17:45:29.874 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 17:45:29.874 INFO kablam! | Sep 04 17:45:29.874 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 17:45:29.875 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 17:45:29.875 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 04 17:45:29.875 INFO kablam! Sep 04 17:45:29.882 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 17:45:29.882 INFO kablam! --> src/query.rs:146:17 Sep 04 17:45:29.882 INFO kablam! | Sep 04 17:45:29.882 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 04 17:45:29.882 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 17:45:29.882 INFO kablam! | Sep 04 17:45:29.882 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 17:45:29.882 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 17:45:29.882 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 04 17:45:29.882 INFO kablam! Sep 04 17:45:29.883 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 17:45:29.883 INFO kablam! --> src/query.rs:146:17 Sep 04 17:45:29.883 INFO kablam! | Sep 04 17:45:29.883 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 04 17:45:29.883 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 17:45:29.883 INFO kablam! | Sep 04 17:45:29.883 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 17:45:29.883 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 17:45:29.883 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 04 17:45:29.883 INFO kablam! Sep 04 17:45:29.883 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 17:45:29.883 INFO kablam! --> src/query.rs:146:17 Sep 04 17:45:29.883 INFO kablam! | Sep 04 17:45:29.883 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 04 17:45:29.883 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 17:45:29.883 INFO kablam! | Sep 04 17:45:29.884 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 17:45:29.884 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 17:45:29.884 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 04 17:45:29.884 INFO kablam! Sep 04 17:45:29.947 INFO kablam! error: aborting due to 9 previous errors Sep 04 17:45:29.947 INFO kablam! Sep 04 17:45:29.947 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 17:45:29.960 INFO kablam! error: Could not compile `finchers-http`. Sep 04 17:45:29.960 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:45:36.161 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 17:45:36.161 INFO kablam! --> src/header.rs:106:17 Sep 04 17:45:36.161 INFO kablam! | Sep 04 17:45:36.161 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 04 17:45:36.161 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 17:45:36.161 INFO kablam! | Sep 04 17:45:36.161 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 17:45:36.161 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 17:45:36.161 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 04 17:45:36.161 INFO kablam! Sep 04 17:45:36.161 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 17:45:36.161 INFO kablam! --> src/header.rs:106:17 Sep 04 17:45:36.161 INFO kablam! | Sep 04 17:45:36.161 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 04 17:45:36.161 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 17:45:36.161 INFO kablam! | Sep 04 17:45:36.161 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 17:45:36.161 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 17:45:36.161 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 04 17:45:36.161 INFO kablam! Sep 04 17:45:36.165 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 17:45:36.166 INFO kablam! --> src/header.rs:106:17 Sep 04 17:45:36.166 INFO kablam! | Sep 04 17:45:36.166 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 04 17:45:36.166 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 17:45:36.166 INFO kablam! | Sep 04 17:45:36.166 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 17:45:36.166 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 17:45:36.166 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 04 17:45:36.166 INFO kablam! Sep 04 17:45:36.178 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 17:45:36.178 INFO kablam! --> src/path.rs:271:17 Sep 04 17:45:36.178 INFO kablam! | Sep 04 17:45:36.178 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 04 17:45:36.178 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 17:45:36.178 INFO kablam! | Sep 04 17:45:36.179 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 17:45:36.179 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 17:45:36.179 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 04 17:45:36.180 INFO kablam! Sep 04 17:45:36.180 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 17:45:36.180 INFO kablam! --> src/path.rs:271:17 Sep 04 17:45:36.180 INFO kablam! | Sep 04 17:45:36.180 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 04 17:45:36.180 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 17:45:36.181 INFO kablam! | Sep 04 17:45:36.181 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 17:45:36.182 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 17:45:36.182 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 04 17:45:36.182 INFO kablam! Sep 04 17:45:36.183 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 17:45:36.183 INFO kablam! --> src/path.rs:271:17 Sep 04 17:45:36.183 INFO kablam! | Sep 04 17:45:36.183 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 04 17:45:36.183 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 17:45:36.184 INFO kablam! | Sep 04 17:45:36.184 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 17:45:36.184 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 17:45:36.185 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 04 17:45:36.185 INFO kablam! Sep 04 17:45:36.194 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 17:45:36.195 INFO kablam! --> src/query.rs:146:17 Sep 04 17:45:36.195 INFO kablam! | Sep 04 17:45:36.195 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 04 17:45:36.195 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 17:45:36.195 INFO kablam! | Sep 04 17:45:36.196 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 17:45:36.196 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 17:45:36.196 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 04 17:45:36.197 INFO kablam! Sep 04 17:45:36.197 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 17:45:36.197 INFO kablam! --> src/query.rs:146:17 Sep 04 17:45:36.197 INFO kablam! | Sep 04 17:45:36.197 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 04 17:45:36.197 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 17:45:36.198 INFO kablam! | Sep 04 17:45:36.198 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 17:45:36.199 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 17:45:36.199 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 04 17:45:36.200 INFO kablam! Sep 04 17:45:36.200 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 17:45:36.200 INFO kablam! --> src/query.rs:146:17 Sep 04 17:45:36.200 INFO kablam! | Sep 04 17:45:36.200 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 04 17:45:36.200 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 17:45:36.201 INFO kablam! | Sep 04 17:45:36.201 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 17:45:36.202 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 17:45:36.202 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 04 17:45:36.202 INFO kablam! Sep 04 17:45:36.270 INFO kablam! error: aborting due to 9 previous errors Sep 04 17:45:36.270 INFO kablam! Sep 04 17:45:36.270 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 17:45:36.293 INFO kablam! error: Could not compile `finchers-http`. Sep 04 17:45:36.293 INFO kablam! Sep 04 17:45:36.293 INFO kablam! To learn more, run the command again with --verbose. Sep 04 17:45:36.295 INFO kablam! su: No module specific data is present Sep 04 17:45:36.882 INFO running `"docker" "rm" "-f" "8c7aaeed38c5747d97d99bcd380ef19a53339b5b935494fa18000329652f78fc"` Sep 04 17:45:37.056 INFO blam! 8c7aaeed38c5747d97d99bcd380ef19a53339b5b935494fa18000329652f78fc