Sep 01 20:48:51.079 INFO checking finchers-http-0.11.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 20:48:51.079 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 20:48:51.079 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 20:48:51.255 INFO blam! dbfe06636a9be7635a110355a4d18f5d1a054558bd067c58e2a10868e7afd1c9 Sep 01 20:48:51.261 INFO running `"docker" "start" "-a" "dbfe06636a9be7635a110355a4d18f5d1a054558bd067c58e2a10868e7afd1c9"` Sep 01 20:48:52.193 INFO kablam! Checking finchers-core v0.11.0 Sep 01 20:48:56.189 INFO kablam! Checking finchers-test v0.11.0 Sep 01 20:48:56.189 INFO kablam! Checking finchers-http v0.11.0 (file:///source) Sep 01 20:48:56.189 INFO kablam! Checking finchers-ext v0.11.0 Sep 01 20:49:06.598 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 20:49:06.598 INFO kablam! --> src/header.rs:106:17 Sep 01 20:49:06.598 INFO kablam! | Sep 01 20:49:06.599 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 01 20:49:06.599 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:49:06.599 INFO kablam! | Sep 01 20:49:06.599 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 20:49:06.600 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 20:49:06.600 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 01 20:49:06.600 INFO kablam! Sep 01 20:49:06.601 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 20:49:06.601 INFO kablam! --> src/header.rs:106:17 Sep 01 20:49:06.601 INFO kablam! | Sep 01 20:49:06.601 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 01 20:49:06.601 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 20:49:06.601 INFO kablam! | Sep 01 20:49:06.602 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 20:49:06.602 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 20:49:06.602 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 01 20:49:06.603 INFO kablam! Sep 01 20:49:06.603 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 20:49:06.603 INFO kablam! --> src/header.rs:106:17 Sep 01 20:49:06.603 INFO kablam! | Sep 01 20:49:06.603 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 01 20:49:06.603 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 20:49:06.604 INFO kablam! | Sep 01 20:49:06.604 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 20:49:06.604 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 20:49:06.605 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 01 20:49:06.605 INFO kablam! Sep 01 20:49:06.620 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 20:49:06.620 INFO kablam! --> src/path.rs:271:17 Sep 01 20:49:06.620 INFO kablam! | Sep 01 20:49:06.620 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 01 20:49:06.620 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:49:06.621 INFO kablam! | Sep 01 20:49:06.621 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 20:49:06.621 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 20:49:06.622 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 01 20:49:06.622 INFO kablam! Sep 01 20:49:06.623 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 20:49:06.623 INFO kablam! --> src/path.rs:271:17 Sep 01 20:49:06.623 INFO kablam! | Sep 01 20:49:06.623 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 01 20:49:06.623 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 20:49:06.623 INFO kablam! | Sep 01 20:49:06.623 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 20:49:06.624 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 20:49:06.624 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 01 20:49:06.624 INFO kablam! Sep 01 20:49:06.625 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 20:49:06.625 INFO kablam! --> src/path.rs:271:17 Sep 01 20:49:06.625 INFO kablam! | Sep 01 20:49:06.625 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 01 20:49:06.625 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 20:49:06.625 INFO kablam! | Sep 01 20:49:06.626 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 20:49:06.626 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 20:49:06.626 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 01 20:49:06.627 INFO kablam! Sep 01 20:49:06.643 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 20:49:06.643 INFO kablam! --> src/query.rs:146:17 Sep 01 20:49:06.643 INFO kablam! | Sep 01 20:49:06.643 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 01 20:49:06.643 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:49:06.645 INFO kablam! | Sep 01 20:49:06.645 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 20:49:06.646 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 20:49:06.646 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 01 20:49:06.646 INFO kablam! Sep 01 20:49:06.647 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 20:49:06.647 INFO kablam! --> src/query.rs:146:17 Sep 01 20:49:06.647 INFO kablam! | Sep 01 20:49:06.647 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 01 20:49:06.647 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 20:49:06.647 INFO kablam! | Sep 01 20:49:06.647 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 20:49:06.647 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 20:49:06.648 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 01 20:49:06.648 INFO kablam! Sep 01 20:49:06.648 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 20:49:06.648 INFO kablam! --> src/query.rs:146:17 Sep 01 20:49:06.648 INFO kablam! | Sep 01 20:49:06.648 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 01 20:49:06.649 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 20:49:06.649 INFO kablam! | Sep 01 20:49:06.649 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 20:49:06.649 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 20:49:06.649 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 01 20:49:06.650 INFO kablam! Sep 01 20:49:06.710 INFO kablam! error: aborting due to 9 previous errors Sep 01 20:49:06.710 INFO kablam! Sep 01 20:49:06.710 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 20:49:06.723 INFO kablam! error: Could not compile `finchers-http`. Sep 01 20:49:06.724 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 20:49:13.491 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 20:49:13.491 INFO kablam! --> src/header.rs:106:17 Sep 01 20:49:13.491 INFO kablam! | Sep 01 20:49:13.491 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 01 20:49:13.491 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:49:13.491 INFO kablam! | Sep 01 20:49:13.491 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 20:49:13.491 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 20:49:13.491 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 01 20:49:13.491 INFO kablam! Sep 01 20:49:13.492 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 20:49:13.492 INFO kablam! --> src/header.rs:106:17 Sep 01 20:49:13.492 INFO kablam! | Sep 01 20:49:13.492 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 01 20:49:13.492 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 20:49:13.492 INFO kablam! | Sep 01 20:49:13.492 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 20:49:13.492 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 20:49:13.492 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 01 20:49:13.492 INFO kablam! Sep 01 20:49:13.492 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 20:49:13.492 INFO kablam! --> src/header.rs:106:17 Sep 01 20:49:13.492 INFO kablam! | Sep 01 20:49:13.492 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 01 20:49:13.492 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 20:49:13.492 INFO kablam! | Sep 01 20:49:13.492 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 20:49:13.492 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 20:49:13.492 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 01 20:49:13.492 INFO kablam! Sep 01 20:49:13.507 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 20:49:13.507 INFO kablam! --> src/path.rs:271:17 Sep 01 20:49:13.507 INFO kablam! | Sep 01 20:49:13.507 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 01 20:49:13.507 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:49:13.507 INFO kablam! | Sep 01 20:49:13.507 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 20:49:13.507 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 20:49:13.507 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 01 20:49:13.507 INFO kablam! Sep 01 20:49:13.507 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 20:49:13.507 INFO kablam! --> src/path.rs:271:17 Sep 01 20:49:13.507 INFO kablam! | Sep 01 20:49:13.507 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 01 20:49:13.507 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 20:49:13.507 INFO kablam! | Sep 01 20:49:13.507 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 20:49:13.507 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 20:49:13.507 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 01 20:49:13.507 INFO kablam! Sep 01 20:49:13.508 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 20:49:13.508 INFO kablam! --> src/path.rs:271:17 Sep 01 20:49:13.508 INFO kablam! | Sep 01 20:49:13.508 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 01 20:49:13.508 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 20:49:13.508 INFO kablam! | Sep 01 20:49:13.508 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 20:49:13.508 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 20:49:13.508 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 01 20:49:13.508 INFO kablam! Sep 01 20:49:13.515 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 01 20:49:13.515 INFO kablam! --> src/query.rs:146:17 Sep 01 20:49:13.515 INFO kablam! | Sep 01 20:49:13.515 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 01 20:49:13.515 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 01 20:49:13.515 INFO kablam! | Sep 01 20:49:13.515 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 01 20:49:13.515 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 01 20:49:13.515 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 01 20:49:13.515 INFO kablam! Sep 01 20:49:13.515 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 01 20:49:13.515 INFO kablam! --> src/query.rs:146:17 Sep 01 20:49:13.515 INFO kablam! | Sep 01 20:49:13.515 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 01 20:49:13.515 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 01 20:49:13.516 INFO kablam! | Sep 01 20:49:13.516 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 01 20:49:13.516 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 01 20:49:13.516 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 01 20:49:13.516 INFO kablam! Sep 01 20:49:13.516 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 01 20:49:13.516 INFO kablam! --> src/query.rs:146:17 Sep 01 20:49:13.516 INFO kablam! | Sep 01 20:49:13.516 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 01 20:49:13.516 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 01 20:49:13.516 INFO kablam! | Sep 01 20:49:13.516 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 01 20:49:13.516 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 01 20:49:13.516 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 01 20:49:13.516 INFO kablam! Sep 01 20:49:13.582 INFO kablam! error: aborting due to 9 previous errors Sep 01 20:49:13.582 INFO kablam! Sep 01 20:49:13.582 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 20:49:13.602 INFO kablam! error: Could not compile `finchers-http`. Sep 01 20:49:13.602 INFO kablam! Sep 01 20:49:13.602 INFO kablam! To learn more, run the command again with --verbose. Sep 01 20:49:13.604 INFO kablam! su: No module specific data is present Sep 01 20:49:14.190 INFO running `"docker" "rm" "-f" "dbfe06636a9be7635a110355a4d18f5d1a054558bd067c58e2a10868e7afd1c9"` Sep 01 20:49:14.343 INFO blam! dbfe06636a9be7635a110355a4d18f5d1a054558bd067c58e2a10868e7afd1c9