Sep 10 19:04:09.568 INFO checking finchers-http-0.11.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 19:04:09.568 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 19:04:09.568 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 19:04:09.726 INFO blam! 86679768070d315546bf8f893cab04d2df185b8e68650d0b8d2fb4b3439094ee Sep 10 19:04:09.727 INFO running `"docker" "start" "-a" "86679768070d315546bf8f893cab04d2df185b8e68650d0b8d2fb4b3439094ee"` Sep 10 19:04:10.487 INFO kablam! usermod: no changes Sep 10 19:04:10.665 INFO kablam! Checking serde_qs v0.4.1 Sep 10 19:04:10.667 INFO kablam! Checking finchers-core v0.11.0 Sep 10 19:04:13.397 INFO kablam! Checking finchers-test v0.11.0 Sep 10 19:04:13.397 INFO kablam! Checking finchers-http v0.11.0 (file:///source) Sep 10 19:04:13.397 INFO kablam! Checking finchers-ext v0.11.0 Sep 10 19:04:19.250 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 10 19:04:19.250 INFO kablam! --> src/header.rs:106:17 Sep 10 19:04:19.250 INFO kablam! | Sep 10 19:04:19.250 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 10 19:04:19.250 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 10 19:04:19.250 INFO kablam! | Sep 10 19:04:19.250 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 10 19:04:19.250 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 10 19:04:19.250 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 10 19:04:19.250 INFO kablam! Sep 10 19:04:19.250 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 10 19:04:19.250 INFO kablam! --> src/header.rs:106:17 Sep 10 19:04:19.250 INFO kablam! | Sep 10 19:04:19.250 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 10 19:04:19.250 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 10 19:04:19.250 INFO kablam! | Sep 10 19:04:19.250 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 10 19:04:19.250 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 10 19:04:19.250 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 10 19:04:19.250 INFO kablam! Sep 10 19:04:19.250 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 10 19:04:19.250 INFO kablam! --> src/header.rs:106:17 Sep 10 19:04:19.250 INFO kablam! | Sep 10 19:04:19.250 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 10 19:04:19.250 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 10 19:04:19.250 INFO kablam! | Sep 10 19:04:19.250 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 10 19:04:19.250 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 10 19:04:19.250 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 10 19:04:19.250 INFO kablam! Sep 10 19:04:19.258 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 10 19:04:19.258 INFO kablam! --> src/path.rs:271:17 Sep 10 19:04:19.258 INFO kablam! | Sep 10 19:04:19.258 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 10 19:04:19.258 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 10 19:04:19.258 INFO kablam! | Sep 10 19:04:19.258 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 10 19:04:19.258 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 10 19:04:19.258 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 10 19:04:19.258 INFO kablam! Sep 10 19:04:19.258 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 10 19:04:19.258 INFO kablam! --> src/path.rs:271:17 Sep 10 19:04:19.258 INFO kablam! | Sep 10 19:04:19.258 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 10 19:04:19.258 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 10 19:04:19.258 INFO kablam! | Sep 10 19:04:19.258 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 10 19:04:19.258 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 10 19:04:19.258 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 10 19:04:19.258 INFO kablam! Sep 10 19:04:19.258 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 10 19:04:19.258 INFO kablam! --> src/path.rs:271:17 Sep 10 19:04:19.258 INFO kablam! | Sep 10 19:04:19.258 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 10 19:04:19.258 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 10 19:04:19.258 INFO kablam! | Sep 10 19:04:19.258 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 10 19:04:19.258 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 10 19:04:19.258 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 10 19:04:19.258 INFO kablam! Sep 10 19:04:19.260 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 10 19:04:19.260 INFO kablam! --> src/query.rs:146:17 Sep 10 19:04:19.260 INFO kablam! | Sep 10 19:04:19.260 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 10 19:04:19.260 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 10 19:04:19.270 INFO kablam! | Sep 10 19:04:19.270 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 10 19:04:19.270 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 10 19:04:19.270 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 10 19:04:19.270 INFO kablam! Sep 10 19:04:19.270 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 10 19:04:19.270 INFO kablam! --> src/query.rs:146:17 Sep 10 19:04:19.270 INFO kablam! | Sep 10 19:04:19.270 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 10 19:04:19.270 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 10 19:04:19.270 INFO kablam! | Sep 10 19:04:19.270 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 10 19:04:19.270 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 10 19:04:19.270 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 10 19:04:19.270 INFO kablam! Sep 10 19:04:19.270 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 10 19:04:19.270 INFO kablam! --> src/query.rs:146:17 Sep 10 19:04:19.270 INFO kablam! | Sep 10 19:04:19.270 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 10 19:04:19.270 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 10 19:04:19.270 INFO kablam! | Sep 10 19:04:19.270 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 10 19:04:19.270 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 10 19:04:19.270 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 10 19:04:19.270 INFO kablam! Sep 10 19:04:19.297 INFO kablam! error: aborting due to 9 previous errors Sep 10 19:04:19.297 INFO kablam! Sep 10 19:04:19.297 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 19:04:19.308 INFO kablam! error: Could not compile `finchers-http`. Sep 10 19:04:19.308 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 19:04:19.544 INFO kablam! error: build failed Sep 10 19:04:19.555 INFO kablam! su: No module specific data is present Sep 10 19:04:20.424 INFO running `"docker" "rm" "-f" "86679768070d315546bf8f893cab04d2df185b8e68650d0b8d2fb4b3439094ee"` Sep 10 19:04:20.546 INFO blam! 86679768070d315546bf8f893cab04d2df185b8e68650d0b8d2fb4b3439094ee