Sep 20 01:47:11.853 INFO checking finchers-http-0.11.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 01:47:11.853 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 01:47:11.853 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:47:12.145 INFO blam! 8cf1d460ad9e52c3c9c5a96254f609b5538ef19da67338f7a1ed2e04d3b5a9e3 Sep 20 01:47:12.147 INFO running `"docker" "start" "-a" "8cf1d460ad9e52c3c9c5a96254f609b5538ef19da67338f7a1ed2e04d3b5a9e3"` Sep 20 01:47:13.414 INFO kablam! usermod: no changes Sep 20 01:47:13.634 INFO kablam! Checking serde_json v1.0.28 Sep 20 01:47:13.634 INFO kablam! Checking serde_qs v0.4.1 Sep 20 01:47:13.635 INFO kablam! Checking finchers-core v0.11.0 Sep 20 01:47:17.116 INFO kablam! Checking finchers-test v0.11.0 Sep 20 01:47:17.123 INFO kablam! Checking finchers-ext v0.11.0 Sep 20 01:47:17.126 INFO kablam! Checking finchers-http v0.11.0 (/source) Sep 20 01:47:20.074 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 20 01:47:20.075 INFO kablam! --> src/header.rs:106:17 Sep 20 01:47:20.075 INFO kablam! | Sep 20 01:47:20.075 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 20 01:47:20.075 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 20 01:47:20.075 INFO kablam! | Sep 20 01:47:20.075 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 20 01:47:20.075 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 20 01:47:20.075 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 20 01:47:20.075 INFO kablam! Sep 20 01:47:20.075 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 20 01:47:20.075 INFO kablam! --> src/header.rs:106:17 Sep 20 01:47:20.075 INFO kablam! | Sep 20 01:47:20.075 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 20 01:47:20.075 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 20 01:47:20.075 INFO kablam! | Sep 20 01:47:20.075 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 20 01:47:20.075 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 20 01:47:20.075 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 20 01:47:20.075 INFO kablam! Sep 20 01:47:20.075 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 20 01:47:20.075 INFO kablam! --> src/header.rs:106:17 Sep 20 01:47:20.075 INFO kablam! | Sep 20 01:47:20.075 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 20 01:47:20.075 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 20 01:47:20.075 INFO kablam! | Sep 20 01:47:20.075 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 20 01:47:20.075 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 20 01:47:20.075 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 20 01:47:20.075 INFO kablam! Sep 20 01:47:20.082 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 20 01:47:20.083 INFO kablam! --> src/path.rs:271:17 Sep 20 01:47:20.083 INFO kablam! | Sep 20 01:47:20.083 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 20 01:47:20.083 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 20 01:47:20.083 INFO kablam! | Sep 20 01:47:20.083 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 20 01:47:20.083 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 20 01:47:20.083 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 20 01:47:20.083 INFO kablam! Sep 20 01:47:20.083 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 20 01:47:20.083 INFO kablam! --> src/path.rs:271:17 Sep 20 01:47:20.083 INFO kablam! | Sep 20 01:47:20.083 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 20 01:47:20.083 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 20 01:47:20.083 INFO kablam! | Sep 20 01:47:20.083 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 20 01:47:20.083 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 20 01:47:20.083 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 20 01:47:20.083 INFO kablam! Sep 20 01:47:20.083 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 20 01:47:20.083 INFO kablam! --> src/path.rs:271:17 Sep 20 01:47:20.083 INFO kablam! | Sep 20 01:47:20.083 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 20 01:47:20.083 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 20 01:47:20.083 INFO kablam! | Sep 20 01:47:20.083 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 20 01:47:20.083 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 20 01:47:20.083 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 20 01:47:20.083 INFO kablam! Sep 20 01:47:20.091 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 20 01:47:20.091 INFO kablam! --> src/query.rs:146:17 Sep 20 01:47:20.091 INFO kablam! | Sep 20 01:47:20.091 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 20 01:47:20.091 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 20 01:47:20.091 INFO kablam! | Sep 20 01:47:20.091 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 20 01:47:20.091 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 20 01:47:20.091 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 20 01:47:20.091 INFO kablam! Sep 20 01:47:20.091 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 20 01:47:20.091 INFO kablam! --> src/query.rs:146:17 Sep 20 01:47:20.091 INFO kablam! | Sep 20 01:47:20.091 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 20 01:47:20.091 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 20 01:47:20.091 INFO kablam! | Sep 20 01:47:20.091 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 20 01:47:20.091 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 20 01:47:20.091 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 20 01:47:20.091 INFO kablam! Sep 20 01:47:20.091 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 20 01:47:20.091 INFO kablam! --> src/query.rs:146:17 Sep 20 01:47:20.091 INFO kablam! | Sep 20 01:47:20.091 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 20 01:47:20.091 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 20 01:47:20.091 INFO kablam! | Sep 20 01:47:20.091 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 20 01:47:20.091 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 20 01:47:20.091 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 20 01:47:20.091 INFO kablam! Sep 20 01:47:20.213 INFO kablam! error: aborting due to 9 previous errors Sep 20 01:47:20.213 INFO kablam! Sep 20 01:47:20.213 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 01:47:20.213 INFO kablam! error: Could not compile `finchers-http`. Sep 20 01:47:20.213 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:47:20.494 INFO kablam! error: build failed Sep 20 01:47:20.494 INFO kablam! su: No module specific data is present Sep 20 01:47:21.502 INFO running `"docker" "rm" "-f" "8cf1d460ad9e52c3c9c5a96254f609b5538ef19da67338f7a1ed2e04d3b5a9e3"` Sep 20 01:47:21.855 INFO blam! 8cf1d460ad9e52c3c9c5a96254f609b5538ef19da67338f7a1ed2e04d3b5a9e3