Sep 18 00:41:12.029 INFO checking finchers-http-0.11.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:41:12.029 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:41:12.029 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:41:12.258 INFO blam! 70e2e41ccc84f59ef2abb82d38e8bbb41e3ea75943d1202c1aa512df3bc11c4d Sep 18 00:41:12.267 INFO running `"docker" "start" "-a" "70e2e41ccc84f59ef2abb82d38e8bbb41e3ea75943d1202c1aa512df3bc11c4d"` Sep 18 00:41:12.811 INFO kablam! usermod: no changes Sep 18 00:41:13.032 INFO kablam! Checking finchers-core v0.11.0 Sep 18 00:41:15.541 INFO kablam! Checking finchers-http v0.11.0 (/source) Sep 18 00:41:15.543 INFO kablam! Checking finchers-ext v0.11.0 Sep 18 00:41:15.548 INFO kablam! Checking finchers-test v0.11.0 Sep 18 00:41:19.116 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 18 00:41:19.116 INFO kablam! --> src/header.rs:106:17 Sep 18 00:41:19.116 INFO kablam! | Sep 18 00:41:19.116 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 18 00:41:19.116 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 00:41:19.116 INFO kablam! | Sep 18 00:41:19.116 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 18 00:41:19.116 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 18 00:41:19.116 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 18 00:41:19.116 INFO kablam! Sep 18 00:41:19.116 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 18 00:41:19.116 INFO kablam! --> src/header.rs:106:17 Sep 18 00:41:19.116 INFO kablam! | Sep 18 00:41:19.116 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 18 00:41:19.116 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 18 00:41:19.116 INFO kablam! | Sep 18 00:41:19.116 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 18 00:41:19.116 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 18 00:41:19.116 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 18 00:41:19.116 INFO kablam! Sep 18 00:41:19.116 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 18 00:41:19.116 INFO kablam! --> src/header.rs:106:17 Sep 18 00:41:19.116 INFO kablam! | Sep 18 00:41:19.116 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 18 00:41:19.116 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 18 00:41:19.116 INFO kablam! | Sep 18 00:41:19.116 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 18 00:41:19.116 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 18 00:41:19.116 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 18 00:41:19.116 INFO kablam! Sep 18 00:41:19.116 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 18 00:41:19.116 INFO kablam! --> src/path.rs:271:17 Sep 18 00:41:19.116 INFO kablam! | Sep 18 00:41:19.116 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 18 00:41:19.117 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 00:41:19.117 INFO kablam! | Sep 18 00:41:19.117 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 18 00:41:19.117 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 18 00:41:19.117 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 18 00:41:19.117 INFO kablam! Sep 18 00:41:19.117 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 18 00:41:19.117 INFO kablam! --> src/path.rs:271:17 Sep 18 00:41:19.117 INFO kablam! | Sep 18 00:41:19.117 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 18 00:41:19.117 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 18 00:41:19.117 INFO kablam! | Sep 18 00:41:19.117 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 18 00:41:19.117 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 18 00:41:19.123 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 18 00:41:19.123 INFO kablam! Sep 18 00:41:19.123 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 18 00:41:19.123 INFO kablam! --> src/path.rs:271:17 Sep 18 00:41:19.123 INFO kablam! | Sep 18 00:41:19.123 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 18 00:41:19.123 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 18 00:41:19.123 INFO kablam! | Sep 18 00:41:19.123 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 18 00:41:19.123 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 18 00:41:19.123 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 18 00:41:19.123 INFO kablam! Sep 18 00:41:19.123 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 18 00:41:19.123 INFO kablam! --> src/query.rs:146:17 Sep 18 00:41:19.123 INFO kablam! | Sep 18 00:41:19.123 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 18 00:41:19.123 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 00:41:19.123 INFO kablam! | Sep 18 00:41:19.123 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 18 00:41:19.123 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 18 00:41:19.123 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 18 00:41:19.123 INFO kablam! Sep 18 00:41:19.123 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 18 00:41:19.123 INFO kablam! --> src/query.rs:146:17 Sep 18 00:41:19.123 INFO kablam! | Sep 18 00:41:19.123 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 18 00:41:19.123 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 18 00:41:19.123 INFO kablam! | Sep 18 00:41:19.123 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 18 00:41:19.123 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 18 00:41:19.123 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 18 00:41:19.123 INFO kablam! Sep 18 00:41:19.123 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 18 00:41:19.123 INFO kablam! --> src/query.rs:146:17 Sep 18 00:41:19.123 INFO kablam! | Sep 18 00:41:19.123 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 18 00:41:19.123 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 18 00:41:19.123 INFO kablam! | Sep 18 00:41:19.123 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 18 00:41:19.123 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 18 00:41:19.123 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 18 00:41:19.123 INFO kablam! Sep 18 00:41:19.162 INFO kablam! error: aborting due to 9 previous errors Sep 18 00:41:19.163 INFO kablam! Sep 18 00:41:19.163 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 18 00:41:19.167 INFO kablam! error: Could not compile `finchers-http`. Sep 18 00:41:19.167 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:41:19.211 INFO kablam! error: build failed Sep 18 00:41:19.211 INFO kablam! su: No module specific data is present Sep 18 00:41:19.744 INFO running `"docker" "rm" "-f" "70e2e41ccc84f59ef2abb82d38e8bbb41e3ea75943d1202c1aa512df3bc11c4d"` Sep 18 00:41:19.838 INFO blam! 70e2e41ccc84f59ef2abb82d38e8bbb41e3ea75943d1202c1aa512df3bc11c4d