[INFO] crate finchers-http 0.11.0 is already in cache [INFO] extracting crate finchers-http 0.11.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/finchers-http/0.11.0 [INFO] extracting crate finchers-http 0.11.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/finchers-http/0.11.0 [INFO] validating manifest of finchers-http-0.11.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of finchers-http-0.11.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing finchers-http-0.11.0 [INFO] finished frobbing finchers-http-0.11.0 [INFO] frobbed toml for finchers-http-0.11.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/finchers-http/0.11.0/Cargo.toml [INFO] started frobbing finchers-http-0.11.0 [INFO] finished frobbing finchers-http-0.11.0 [INFO] frobbed toml for finchers-http-0.11.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/finchers-http/0.11.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing finchers-http-0.11.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/finchers-http/0.11.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ecba478fbdba10f8e7a67b02eb4a0c21bdcfcc430415b796b73260ddd744fd4d [INFO] running `"docker" "start" "-a" "ecba478fbdba10f8e7a67b02eb4a0c21bdcfcc430415b796b73260ddd744fd4d"` [INFO] [stderr] Compiling try-lock v0.1.0 [INFO] [stderr] Compiling data-encoding v2.1.2 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling serde_qs v0.4.6 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling finchers-core v0.11.0 [INFO] [stderr] Compiling finchers-http v0.11.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/header.rs:123:34 [INFO] [stderr] | [INFO] [stderr] 123 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/json.rs:165:34 [INFO] [stderr] | [INFO] [stderr] 165 | fn as_fail(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] [INFO] [stderr] error[E0277]: `E` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/header.rs:106:17 [INFO] [stderr] | [INFO] [stderr] 106 | #[derive(Debug, Fail)] [INFO] [stderr] | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `E` [INFO] [stderr] = help: consider adding a `where E: std::fmt::Debug` bound [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` [INFO] [stderr] [INFO] [stderr] error[E0277]: `E` cannot be shared between threads safely [INFO] [stderr] --> src/header.rs:106:17 [INFO] [stderr] | [INFO] [stderr] 106 | #[derive(Debug, Fail)] [INFO] [stderr] | ^^^^ `E` cannot be shared between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` [INFO] [stderr] = help: consider adding a `where E: std::marker::Sync` bound [INFO] [stderr] = note: required because it appears within the type `header::HeaderError` [INFO] [stderr] [INFO] [stderr] error[E0277]: `E` cannot be sent between threads safely [INFO] [stderr] --> src/header.rs:106:17 [INFO] [stderr] | [INFO] [stderr] 106 | #[derive(Debug, Fail)] [INFO] [stderr] | ^^^^ `E` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` [INFO] [stderr] = help: consider adding a `where E: std::marker::Send` bound [INFO] [stderr] = note: required because it appears within the type `header::HeaderError` [INFO] [stderr] [INFO] [stderr] error[E0277]: `E` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/path.rs:271:17 [INFO] [stderr] | [INFO] [stderr] 271 | #[derive(Debug, Fail)] [INFO] [stderr] | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `E` [INFO] [stderr] = help: consider adding a `where E: std::fmt::Debug` bound [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` [INFO] [stderr] [INFO] [stderr] error[E0277]: `E` cannot be shared between threads safely [INFO] [stderr] --> src/path.rs:271:17 [INFO] [stderr] | [INFO] [stderr] 271 | #[derive(Debug, Fail)] [INFO] [stderr] | ^^^^ `E` cannot be shared between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` [INFO] [stderr] = help: consider adding a `where E: std::marker::Sync` bound [INFO] [stderr] = note: required because it appears within the type `path::FromSegmentError` [INFO] [stderr] [INFO] [stderr] error[E0277]: `E` cannot be sent between threads safely [INFO] [stderr] --> src/path.rs:271:17 [INFO] [stderr] | [INFO] [stderr] 271 | #[derive(Debug, Fail)] [INFO] [stderr] | ^^^^ `E` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` [INFO] [stderr] = help: consider adding a `where E: std::marker::Send` bound [INFO] [stderr] = note: required because it appears within the type `path::FromSegmentError` [INFO] [stderr] [INFO] [stderr] error[E0277]: `E` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/query.rs:146:17 [INFO] [stderr] | [INFO] [stderr] 146 | #[derive(Debug, Fail)] [INFO] [stderr] | ^^^^ `E` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `E` [INFO] [stderr] = help: consider adding a `where E: std::fmt::Debug` bound [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` [INFO] [stderr] [INFO] [stderr] error[E0277]: `E` cannot be shared between threads safely [INFO] [stderr] --> src/query.rs:146:17 [INFO] [stderr] | [INFO] [stderr] 146 | #[derive(Debug, Fail)] [INFO] [stderr] | ^^^^ `E` cannot be shared between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` [INFO] [stderr] = help: consider adding a `where E: std::marker::Sync` bound [INFO] [stderr] = note: required because it appears within the type `query::QueryError` [INFO] [stderr] [INFO] [stderr] error[E0277]: `E` cannot be sent between threads safely [INFO] [stderr] --> src/query.rs:146:17 [INFO] [stderr] | [INFO] [stderr] 146 | #[derive(Debug, Fail)] [INFO] [stderr] | ^^^^ `E` cannot be sent between threads safely [INFO] [stderr] | [INFO] [stderr] = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` [INFO] [stderr] = help: consider adding a `where E: std::marker::Send` bound [INFO] [stderr] = note: required because it appears within the type `query::QueryError` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `finchers-http`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ecba478fbdba10f8e7a67b02eb4a0c21bdcfcc430415b796b73260ddd744fd4d"` [INFO] running `"docker" "rm" "-f" "ecba478fbdba10f8e7a67b02eb4a0c21bdcfcc430415b796b73260ddd744fd4d"` [INFO] [stdout] ecba478fbdba10f8e7a67b02eb4a0c21bdcfcc430415b796b73260ddd744fd4d