[INFO] crate chttp 0.5.5 is already in cache [INFO] testing chttp-0.5.5 against 1.44.0 for beta-1.45-1 [INFO] extracting crate chttp 0.5.5 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate chttp 0.5.5 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 chttp 0.5.5 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate chttp 0.5.5 [INFO] tweaked toml for crates.io crate chttp 0.5.5 written to /workspace/builds/worker-14/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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] d5eff6da1204a6bbe9249d7a5586df566ccb02f8a04a70e1c14f0de3ffaaf754 [INFO] running `"docker" "start" "-a" "d5eff6da1204a6bbe9249d7a5586df566ccb02f8a04a70e1c14f0de3ffaaf754"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling curl v0.4.29 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling chttp v0.5.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Compiling curl-sys v0.4.31+curl-7.70.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling sluice v0.4.1 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:59:37 [INFO] [stderr] | [INFO] [stderr] 59 | write!(f, "{:?}: {}", self, Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:76:50 [INFO] [stderr] | [INFO] [stderr] 76 | Error::InvalidHttpFormat(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:78:35 [INFO] [stderr] | [INFO] [stderr] 78 | Error::Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:731:15 [INFO] [stderr] | [INFO] [stderr] 731 | (&http::Method::GET, false) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | future_incompatible, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(indirect_structural_match)]` implied by `#[warn(future_incompatible)]` [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:735:15 [INFO] [stderr] | [INFO] [stderr] 735 | (&http::Method::HEAD, has_body) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:741:15 [INFO] [stderr] | [INFO] [stderr] 741 | (&http::Method::POST, _) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:745:15 [INFO] [stderr] | [INFO] [stderr] 745 | (&http::Method::PUT, _) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.00s [INFO] running `"docker" "inspect" "d5eff6da1204a6bbe9249d7a5586df566ccb02f8a04a70e1c14f0de3ffaaf754"` [INFO] running `"docker" "rm" "-f" "d5eff6da1204a6bbe9249d7a5586df566ccb02f8a04a70e1c14f0de3ffaaf754"` [INFO] [stdout] d5eff6da1204a6bbe9249d7a5586df566ccb02f8a04a70e1c14f0de3ffaaf754 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 6a6082d4a300645314e965b17d9332cba82a8e54c324c7a266af6b42d223fa4b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "6a6082d4a300645314e965b17d9332cba82a8e54c324c7a266af6b42d223fa4b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.17 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:59:37 [INFO] [stderr] | [INFO] [stderr] 59 | write!(f, "{:?}: {}", self, Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:76:50 [INFO] [stderr] | [INFO] [stderr] 76 | Error::InvalidHttpFormat(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:78:35 [INFO] [stderr] | [INFO] [stderr] 78 | Error::Io(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:731:15 [INFO] [stderr] | [INFO] [stderr] 731 | (&http::Method::GET, false) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | future_incompatible, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(indirect_structural_match)]` implied by `#[warn(future_incompatible)]` [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:735:15 [INFO] [stderr] | [INFO] [stderr] 735 | (&http::Method::HEAD, has_body) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:741:15 [INFO] [stderr] | [INFO] [stderr] 741 | (&http::Method::POST, _) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:745:15 [INFO] [stderr] | [INFO] [stderr] 745 | (&http::Method::PUT, _) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling speculate v0.1.2 [INFO] [stderr] Compiling extend v0.1.2 [INFO] [stderr] Compiling assert-json-diff v1.0.3 [INFO] [stderr] Compiling mockito v0.20.0 [INFO] [stderr] error[E0432]: unresolved imports `assert_json_diff::Comparison`, `assert_json_diff::Actual`, `assert_json_diff::Expected` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mockito-0.20.0/src/lib.rs:524:24 [INFO] [stderr] | [INFO] [stderr] 524 | use assert_json_diff::{Comparison, assert_json_no_panic, Actual, Expected}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^ ^^^^^^^^ no `Expected` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `Actual` in the root [INFO] [stderr] | no `Comparison` in the root [INFO] [stderr] [INFO] [stderr] error[E0603]: function `assert_json_no_panic` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mockito-0.20.0/src/lib.rs:524:36 [INFO] [stderr] | [INFO] [stderr] 524 | use assert_json_diff::{Comparison, assert_json_no_panic, Actual, Expected}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ private function [INFO] [stderr] | [INFO] [stderr] note: the function `assert_json_no_panic` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert-json-diff-1.0.3/src/lib.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | fn assert_json_no_panic(lhs: &Value, rhs: &Value, mode: Mode) -> Result<(), String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `mockito`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6a6082d4a300645314e965b17d9332cba82a8e54c324c7a266af6b42d223fa4b"` [INFO] running `"docker" "rm" "-f" "6a6082d4a300645314e965b17d9332cba82a8e54c324c7a266af6b42d223fa4b"` [INFO] [stdout] 6a6082d4a300645314e965b17d9332cba82a8e54c324c7a266af6b42d223fa4b