Sep 04 20:36:50.762 INFO checking finchers-http-0.11.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 20:36:50.762 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 20:36:50.762 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:36:51.082 INFO blam! c138577e648c7fb02188515295431ddd17b32c8c028528abccc2e3accc1a38f3 Sep 04 20:36:51.084 INFO running `"docker" "start" "-a" "c138577e648c7fb02188515295431ddd17b32c8c028528abccc2e3accc1a38f3"` Sep 04 20:36:52.296 INFO kablam! Checking serde_qs v0.4.1 Sep 04 20:36:52.296 INFO kablam! Checking finchers-core v0.11.0 Sep 04 20:36:56.692 INFO kablam! Checking finchers-ext v0.11.0 Sep 04 20:36:56.692 INFO kablam! Checking finchers-test v0.11.0 Sep 04 20:36:56.692 INFO kablam! Checking finchers-http v0.11.0 (file:///source) Sep 04 20:37:04.402 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 20:37:04.402 INFO kablam! --> src/header.rs:106:17 Sep 04 20:37:04.402 INFO kablam! | Sep 04 20:37:04.402 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 04 20:37:04.402 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 20:37:04.402 INFO kablam! | Sep 04 20:37:04.403 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 20:37:04.403 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 20:37:04.403 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 04 20:37:04.403 INFO kablam! Sep 04 20:37:04.404 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 20:37:04.404 INFO kablam! --> src/header.rs:106:17 Sep 04 20:37:04.404 INFO kablam! | Sep 04 20:37:04.404 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 04 20:37:04.404 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 20:37:04.404 INFO kablam! | Sep 04 20:37:04.405 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 20:37:04.405 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 20:37:04.405 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 04 20:37:04.405 INFO kablam! Sep 04 20:37:04.406 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 20:37:04.406 INFO kablam! --> src/header.rs:106:17 Sep 04 20:37:04.406 INFO kablam! | Sep 04 20:37:04.406 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 04 20:37:04.406 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 20:37:04.406 INFO kablam! | Sep 04 20:37:04.407 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 20:37:04.407 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 20:37:04.407 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 04 20:37:04.407 INFO kablam! Sep 04 20:37:04.424 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 20:37:04.424 INFO kablam! --> src/path.rs:271:17 Sep 04 20:37:04.424 INFO kablam! | Sep 04 20:37:04.424 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 04 20:37:04.424 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 20:37:04.424 INFO kablam! | Sep 04 20:37:04.425 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 20:37:04.425 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 20:37:04.425 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 04 20:37:04.425 INFO kablam! Sep 04 20:37:04.425 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 20:37:04.426 INFO kablam! --> src/path.rs:271:17 Sep 04 20:37:04.426 INFO kablam! | Sep 04 20:37:04.426 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 04 20:37:04.426 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 20:37:04.426 INFO kablam! | Sep 04 20:37:04.426 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 20:37:04.426 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 20:37:04.426 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 04 20:37:04.426 INFO kablam! Sep 04 20:37:04.426 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 20:37:04.426 INFO kablam! --> src/path.rs:271:17 Sep 04 20:37:04.426 INFO kablam! | Sep 04 20:37:04.426 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 04 20:37:04.427 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 20:37:04.427 INFO kablam! | Sep 04 20:37:04.427 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 20:37:04.427 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 20:37:04.427 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 04 20:37:04.427 INFO kablam! Sep 04 20:37:04.435 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 04 20:37:04.435 INFO kablam! --> src/query.rs:146:17 Sep 04 20:37:04.435 INFO kablam! | Sep 04 20:37:04.435 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 04 20:37:04.435 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 04 20:37:04.435 INFO kablam! | Sep 04 20:37:04.435 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 04 20:37:04.435 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 04 20:37:04.435 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 04 20:37:04.435 INFO kablam! Sep 04 20:37:04.435 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 04 20:37:04.435 INFO kablam! --> src/query.rs:146:17 Sep 04 20:37:04.435 INFO kablam! | Sep 04 20:37:04.435 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 04 20:37:04.435 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 04 20:37:04.435 INFO kablam! | Sep 04 20:37:04.436 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 04 20:37:04.436 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 04 20:37:04.436 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 04 20:37:04.436 INFO kablam! Sep 04 20:37:04.436 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 04 20:37:04.436 INFO kablam! --> src/query.rs:146:17 Sep 04 20:37:04.436 INFO kablam! | Sep 04 20:37:04.436 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 04 20:37:04.436 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 04 20:37:04.436 INFO kablam! | Sep 04 20:37:04.436 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 04 20:37:04.436 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 04 20:37:04.436 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 04 20:37:04.436 INFO kablam! Sep 04 20:37:04.495 INFO kablam! error: aborting due to 9 previous errors Sep 04 20:37:04.497 INFO kablam! Sep 04 20:37:04.497 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 20:37:04.507 INFO kablam! error: Could not compile `finchers-http`. Sep 04 20:37:04.507 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 20:37:04.545 INFO kablam! error: build failed Sep 04 20:37:04.547 INFO kablam! su: No module specific data is present Sep 04 20:37:05.082 INFO running `"docker" "rm" "-f" "c138577e648c7fb02188515295431ddd17b32c8c028528abccc2e3accc1a38f3"` Sep 04 20:37:05.196 INFO blam! c138577e648c7fb02188515295431ddd17b32c8c028528abccc2e3accc1a38f3