[INFO] fetching crate finchers-http 0.11.0... [INFO] testing finchers-http-0.11.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate finchers-http 0.11.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate finchers-http 0.11.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate finchers-http 0.11.0 [INFO] finished tweaking crates.io crate finchers-http 0.11.0 [INFO] tweaked toml for crates.io crate finchers-http 0.11.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d752ed7f67bb946cacc22b6403bd9ed442d752e7bb05c9383dc51d0af0dd5d5c [INFO] running `"docker" "start" "-a" "d752ed7f67bb946cacc22b6403bd9ed442d752e7bb05c9383dc51d0af0dd5d5c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling data-encoding v2.2.1 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling serde_qs v0.4.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling finchers-core v0.11.0 [INFO] [stderr] Compiling finchers-http v0.11.0 (/opt/rustwide/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: the lint level is 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] warning: unnecessary parentheses around type [INFO] [stderr] --> src/path.rs:350:34 [INFO] [stderr] | [INFO] [stderr] 350 | _marker: PhantomData (T)>, [INFO] [stderr] | ^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(unused_parens)]` implied by `#[warn(warnings)]` [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] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:27 [INFO] [stderr] | [INFO] [stderr] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stderr] | ----- required by this bound in `failure::Fail` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `E` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `header::HeaderError` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider restricting type parameter `E` [INFO] [stderr] | [INFO] [stderr] 107 | pub enum HeaderError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [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] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:42 [INFO] [stderr] | [INFO] [stderr] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stderr] | ---- required by this bound in `failure::Fail` [INFO] [stderr] | [INFO] [stderr] = help: within `header::HeaderError`, the trait `std::marker::Sync` is not implemented for `E` [INFO] [stderr] = note: required because it appears within the type `header::HeaderError` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider restricting type parameter `E` [INFO] [stderr] | [INFO] [stderr] 107 | pub enum HeaderError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [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] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:35 [INFO] [stderr] | [INFO] [stderr] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stderr] | ---- required by this bound in `failure::Fail` [INFO] [stderr] | [INFO] [stderr] = help: within `header::HeaderError`, the trait `std::marker::Send` is not implemented for `E` [INFO] [stderr] = note: required because it appears within the type `header::HeaderError` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider restricting type parameter `E` [INFO] [stderr] | [INFO] [stderr] 107 | pub enum HeaderError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [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] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:27 [INFO] [stderr] | [INFO] [stderr] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stderr] | ----- required by this bound in `failure::Fail` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `E` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `path::FromSegmentError` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider restricting type parameter `E` [INFO] [stderr] | [INFO] [stderr] 272 | pub enum FromSegmentError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [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] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:42 [INFO] [stderr] | [INFO] [stderr] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stderr] | ---- required by this bound in `failure::Fail` [INFO] [stderr] | [INFO] [stderr] = help: within `path::FromSegmentError`, the trait `std::marker::Sync` is not implemented for `E` [INFO] [stderr] = note: required because it appears within the type `path::FromSegmentError` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider restricting type parameter `E` [INFO] [stderr] | [INFO] [stderr] 272 | pub enum FromSegmentError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [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] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:35 [INFO] [stderr] | [INFO] [stderr] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stderr] | ---- required by this bound in `failure::Fail` [INFO] [stderr] | [INFO] [stderr] = help: within `path::FromSegmentError`, the trait `std::marker::Send` is not implemented for `E` [INFO] [stderr] = note: required because it appears within the type `path::FromSegmentError` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider restricting type parameter `E` [INFO] [stderr] | [INFO] [stderr] 272 | pub enum FromSegmentError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [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] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:27 [INFO] [stderr] | [INFO] [stderr] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stderr] | ----- required by this bound in `failure::Fail` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `E` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `query::QueryError` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider restricting type parameter `E` [INFO] [stderr] | [INFO] [stderr] 147 | pub enum QueryError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [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] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:42 [INFO] [stderr] | [INFO] [stderr] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stderr] | ---- required by this bound in `failure::Fail` [INFO] [stderr] | [INFO] [stderr] = help: within `query::QueryError`, the trait `std::marker::Sync` is not implemented for `E` [INFO] [stderr] = note: required because it appears within the type `query::QueryError` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider restricting type parameter `E` [INFO] [stderr] | [INFO] [stderr] 147 | pub enum QueryError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [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] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.8/src/lib.rs:108:35 [INFO] [stderr] | [INFO] [stderr] 108 | pub trait Fail: Display + Debug + Send + Sync + 'static { [INFO] [stderr] | ---- required by this bound in `failure::Fail` [INFO] [stderr] | [INFO] [stderr] = help: within `query::QueryError`, the trait `std::marker::Send` is not implemented for `E` [INFO] [stderr] = note: required because it appears within the type `query::QueryError` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider restricting type parameter `E` [INFO] [stderr] | [INFO] [stderr] 147 | pub enum QueryError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `finchers-http`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d752ed7f67bb946cacc22b6403bd9ed442d752e7bb05c9383dc51d0af0dd5d5c"` [INFO] running `"docker" "rm" "-f" "d752ed7f67bb946cacc22b6403bd9ed442d752e7bb05c9383dc51d0af0dd5d5c"` [INFO] [stdout] d752ed7f67bb946cacc22b6403bd9ed442d752e7bb05c9383dc51d0af0dd5d5c