Sep 21 10:25:17.955 INFO checking finchers-http-0.11.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:25:17.955 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:25:17.955 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:25:18.128 INFO blam! a49f8a9068a174ee3c0ddc9d0a333b3ddba1bf0abdceea094f6903ddc1363f9b Sep 21 10:25:18.131 INFO running `"docker" "start" "-a" "a49f8a9068a174ee3c0ddc9d0a333b3ddba1bf0abdceea094f6903ddc1363f9b"` Sep 21 10:25:18.912 INFO kablam! usermod: no changes Sep 21 10:25:19.090 INFO kablam! Checking serde_qs v0.4.1 Sep 21 10:25:19.091 INFO kablam! Checking finchers-core v0.11.0 Sep 21 10:25:22.066 INFO kablam! Checking finchers-test v0.11.0 Sep 21 10:25:22.066 INFO kablam! Checking finchers-ext v0.11.0 Sep 21 10:25:22.066 INFO kablam! Checking finchers-http v0.11.0 (/source) Sep 21 10:25:26.854 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 21 10:25:26.854 INFO kablam! --> src/header.rs:106:17 Sep 21 10:25:26.854 INFO kablam! | Sep 21 10:25:26.854 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 21 10:25:26.854 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 10:25:26.854 INFO kablam! | Sep 21 10:25:26.854 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 10:25:26.854 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 10:25:26.854 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 21 10:25:26.854 INFO kablam! Sep 21 10:25:26.854 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 21 10:25:26.854 INFO kablam! --> src/header.rs:106:17 Sep 21 10:25:26.854 INFO kablam! | Sep 21 10:25:26.854 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 21 10:25:26.854 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 21 10:25:26.854 INFO kablam! | Sep 21 10:25:26.854 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 21 10:25:26.854 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 10:25:26.854 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 21 10:25:26.854 INFO kablam! Sep 21 10:25:26.854 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 21 10:25:26.854 INFO kablam! --> src/header.rs:106:17 Sep 21 10:25:26.854 INFO kablam! | Sep 21 10:25:26.854 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 21 10:25:26.854 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 21 10:25:26.854 INFO kablam! | Sep 21 10:25:26.854 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 21 10:25:26.854 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 10:25:26.854 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 21 10:25:26.854 INFO kablam! Sep 21 10:25:26.862 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 21 10:25:26.862 INFO kablam! --> src/path.rs:271:17 Sep 21 10:25:26.862 INFO kablam! | Sep 21 10:25:26.862 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 21 10:25:26.862 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 10:25:26.862 INFO kablam! | Sep 21 10:25:26.862 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 10:25:26.862 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 10:25:26.862 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 21 10:25:26.862 INFO kablam! Sep 21 10:25:26.862 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 21 10:25:26.862 INFO kablam! --> src/path.rs:271:17 Sep 21 10:25:26.862 INFO kablam! | Sep 21 10:25:26.862 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 21 10:25:26.862 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 21 10:25:26.862 INFO kablam! | Sep 21 10:25:26.862 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 21 10:25:26.862 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 10:25:26.862 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 21 10:25:26.862 INFO kablam! Sep 21 10:25:26.862 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 21 10:25:26.862 INFO kablam! --> src/path.rs:271:17 Sep 21 10:25:26.862 INFO kablam! | Sep 21 10:25:26.862 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 21 10:25:26.862 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 21 10:25:26.862 INFO kablam! | Sep 21 10:25:26.862 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 21 10:25:26.862 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 10:25:26.862 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 21 10:25:26.862 INFO kablam! Sep 21 10:25:26.865 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 21 10:25:26.865 INFO kablam! --> src/query.rs:146:17 Sep 21 10:25:26.865 INFO kablam! | Sep 21 10:25:26.865 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 21 10:25:26.865 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 10:25:26.865 INFO kablam! | Sep 21 10:25:26.865 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 10:25:26.865 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 10:25:26.865 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 21 10:25:26.865 INFO kablam! Sep 21 10:25:26.865 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 21 10:25:26.865 INFO kablam! --> src/query.rs:146:17 Sep 21 10:25:26.865 INFO kablam! | Sep 21 10:25:26.865 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 21 10:25:26.865 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 21 10:25:26.865 INFO kablam! | Sep 21 10:25:26.865 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 21 10:25:26.865 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 10:25:26.865 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 21 10:25:26.865 INFO kablam! Sep 21 10:25:26.865 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 21 10:25:26.865 INFO kablam! --> src/query.rs:146:17 Sep 21 10:25:26.865 INFO kablam! | Sep 21 10:25:26.865 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 21 10:25:26.865 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 21 10:25:26.865 INFO kablam! | Sep 21 10:25:26.865 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 21 10:25:26.865 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 10:25:26.866 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 21 10:25:26.866 INFO kablam! Sep 21 10:25:26.902 INFO kablam! error: aborting due to 9 previous errors Sep 21 10:25:26.902 INFO kablam! Sep 21 10:25:26.902 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 10:25:26.910 INFO kablam! error: Could not compile `finchers-http`. Sep 21 10:25:26.910 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:25:28.930 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 21 10:25:28.930 INFO kablam! --> src/header.rs:106:17 Sep 21 10:25:28.930 INFO kablam! | Sep 21 10:25:28.930 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 21 10:25:28.930 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 10:25:28.930 INFO kablam! | Sep 21 10:25:28.930 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 10:25:28.930 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 10:25:28.930 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` Sep 21 10:25:28.930 INFO kablam! Sep 21 10:25:28.930 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 21 10:25:28.930 INFO kablam! --> src/header.rs:106:17 Sep 21 10:25:28.930 INFO kablam! | Sep 21 10:25:28.930 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 21 10:25:28.930 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 21 10:25:28.930 INFO kablam! | Sep 21 10:25:28.930 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` Sep 21 10:25:28.930 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 10:25:28.930 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 21 10:25:28.930 INFO kablam! Sep 21 10:25:28.930 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 21 10:25:28.930 INFO kablam! --> src/header.rs:106:17 Sep 21 10:25:28.930 INFO kablam! | Sep 21 10:25:28.930 INFO kablam! 106 | #[derive(Debug, Fail)] Sep 21 10:25:28.930 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 21 10:25:28.930 INFO kablam! | Sep 21 10:25:28.930 INFO kablam! = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` Sep 21 10:25:28.930 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 10:25:28.930 INFO kablam! = note: required because it appears within the type `header::HeaderError` Sep 21 10:25:28.930 INFO kablam! Sep 21 10:25:28.938 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 21 10:25:28.938 INFO kablam! --> src/path.rs:271:17 Sep 21 10:25:28.938 INFO kablam! | Sep 21 10:25:28.938 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 21 10:25:28.938 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 10:25:28.938 INFO kablam! | Sep 21 10:25:28.938 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 10:25:28.938 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 10:25:28.938 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` Sep 21 10:25:28.938 INFO kablam! Sep 21 10:25:28.938 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 21 10:25:28.938 INFO kablam! --> src/path.rs:271:17 Sep 21 10:25:28.938 INFO kablam! | Sep 21 10:25:28.938 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 21 10:25:28.938 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 21 10:25:28.938 INFO kablam! | Sep 21 10:25:28.938 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` Sep 21 10:25:28.938 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 10:25:28.938 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 21 10:25:28.938 INFO kablam! Sep 21 10:25:28.938 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 21 10:25:28.938 INFO kablam! --> src/path.rs:271:17 Sep 21 10:25:28.938 INFO kablam! | Sep 21 10:25:28.938 INFO kablam! 271 | #[derive(Debug, Fail)] Sep 21 10:25:28.938 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 21 10:25:28.939 INFO kablam! | Sep 21 10:25:28.939 INFO kablam! = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` Sep 21 10:25:28.939 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 10:25:28.939 INFO kablam! = note: required because it appears within the type `path::FromSegmentError` Sep 21 10:25:28.939 INFO kablam! Sep 21 10:25:28.940 INFO kablam! error[E0277]: `E` doesn't implement `std::fmt::Debug` Sep 21 10:25:28.940 INFO kablam! --> src/query.rs:146:17 Sep 21 10:25:28.940 INFO kablam! | Sep 21 10:25:28.940 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 21 10:25:28.940 INFO kablam! | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 21 10:25:28.940 INFO kablam! | Sep 21 10:25:28.940 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `E` Sep 21 10:25:28.940 INFO kablam! = help: consider adding a `where E: std::fmt::Debug` bound Sep 21 10:25:28.940 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` Sep 21 10:25:28.940 INFO kablam! Sep 21 10:25:28.940 INFO kablam! error[E0277]: `E` cannot be shared between threads safely Sep 21 10:25:28.940 INFO kablam! --> src/query.rs:146:17 Sep 21 10:25:28.940 INFO kablam! | Sep 21 10:25:28.940 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 21 10:25:28.940 INFO kablam! | ^^^^ `E` cannot be shared between threads safely Sep 21 10:25:28.940 INFO kablam! | Sep 21 10:25:28.940 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` Sep 21 10:25:28.940 INFO kablam! = help: consider adding a `where E: std::marker::Sync` bound Sep 21 10:25:28.940 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 21 10:25:28.940 INFO kablam! Sep 21 10:25:28.940 INFO kablam! error[E0277]: `E` cannot be sent between threads safely Sep 21 10:25:28.940 INFO kablam! --> src/query.rs:146:17 Sep 21 10:25:28.940 INFO kablam! | Sep 21 10:25:28.940 INFO kablam! 146 | #[derive(Debug, Fail)] Sep 21 10:25:28.940 INFO kablam! | ^^^^ `E` cannot be sent between threads safely Sep 21 10:25:28.940 INFO kablam! | Sep 21 10:25:28.940 INFO kablam! = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` Sep 21 10:25:28.940 INFO kablam! = help: consider adding a `where E: std::marker::Send` bound Sep 21 10:25:28.940 INFO kablam! = note: required because it appears within the type `query::QueryError` Sep 21 10:25:28.940 INFO kablam! Sep 21 10:25:28.978 INFO kablam! error: aborting due to 9 previous errors Sep 21 10:25:28.978 INFO kablam! Sep 21 10:25:28.978 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 10:25:28.994 INFO kablam! error: Could not compile `finchers-http`. Sep 21 10:25:28.994 INFO kablam! Sep 21 10:25:28.994 INFO kablam! To learn more, run the command again with --verbose. Sep 21 10:25:28.998 INFO kablam! su: No module specific data is present Sep 21 10:25:29.770 INFO running `"docker" "rm" "-f" "a49f8a9068a174ee3c0ddc9d0a333b3ddba1bf0abdceea094f6903ddc1363f9b"` Sep 21 10:25:29.933 INFO blam! a49f8a9068a174ee3c0ddc9d0a333b3ddba1bf0abdceea094f6903ddc1363f9b