[INFO] crate jsonrpc-client-http 0.5.0 is already in cache [INFO] checking jsonrpc-client-http-0.5.0 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate jsonrpc-client-http 0.5.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate jsonrpc-client-http 0.5.0 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate jsonrpc-client-http 0.5.0 [INFO] finished tweaking crates.io crate jsonrpc-client-http 0.5.0 [INFO] tweaked toml for crates.io crate jsonrpc-client-http 0.5.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5bc59dcb02140f52ce06012a77272eabdac0647f8eb0380c06f9f275ec3e502a [INFO] running `"docker" "start" "-a" "5bc59dcb02140f52ce06012a77272eabdac0647f8eb0380c06f9f275ec3e502a"` [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking globset v0.1.4 [INFO] [stderr] Checking parking_lot v0.4.8 [INFO] [stderr] Checking jsonrpc-client-core v0.5.0 [INFO] [stderr] Checking tokio-reactor v0.1.11 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking jsonrpc-pubsub v8.0.0 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking jsonrpc-macros v8.0.0 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking jsonrpc-server-utils v8.0.0 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking jsonrpc-http-server v8.0.0 [INFO] [stderr] Checking jsonrpc-client-http v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:333:36 [INFO] [stderr] | [INFO] [stderr] 333 | ) -> Result<(Core, CoreSender, Box>)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:373:24 [INFO] [stderr] | [INFO] [stderr] 373 | Box::new(f) as Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:412:23 [INFO] [stderr] | [INFO] [stderr] 412 | type Future = Box, Error = Self::Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Self::Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:102:1 [INFO] [stderr] | [INFO] [stderr] 102 | / error_chain! { [INFO] [stderr] 103 | | errors { [INFO] [stderr] 104 | | /// When there was an error creating the Hyper `Client` from the given creator. [INFO] [stderr] 105 | | ClientCreatorError { [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:102:1 [INFO] [stderr] | [INFO] [stderr] 102 | / error_chain! { [INFO] [stderr] 103 | | errors { [INFO] [stderr] 104 | | /// When there was an error creating the Hyper `Client` from the given creator. [INFO] [stderr] 105 | | ClientCreatorError { [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:333:36 [INFO] [stderr] | [INFO] [stderr] 333 | ) -> Result<(Core, CoreSender, Box>)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:351:10 [INFO] [stderr] | [INFO] [stderr] 351 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:373:24 [INFO] [stderr] | [INFO] [stderr] 373 | Box::new(f) as Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:412:23 [INFO] [stderr] | [INFO] [stderr] 412 | type Future = Box, Error = Self::Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Self::Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:102:1 [INFO] [stderr] | [INFO] [stderr] 102 | / error_chain! { [INFO] [stderr] 103 | | errors { [INFO] [stderr] 104 | | /// When there was an error creating the Hyper `Client` from the given creator. [INFO] [stderr] 105 | | ClientCreatorError { [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:102:1 [INFO] [stderr] | [INFO] [stderr] 102 | / error_chain! { [INFO] [stderr] 103 | | errors { [INFO] [stderr] 104 | | /// When there was an error creating the Hyper `Client` from the given creator. [INFO] [stderr] 105 | | ClientCreatorError { [INFO] [stderr] ... | [INFO] [stderr] 126 | | } [INFO] [stderr] 127 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.10s [INFO] running `"docker" "inspect" "5bc59dcb02140f52ce06012a77272eabdac0647f8eb0380c06f9f275ec3e502a"` [INFO] running `"docker" "rm" "-f" "5bc59dcb02140f52ce06012a77272eabdac0647f8eb0380c06f9f275ec3e502a"` [INFO] [stdout] 5bc59dcb02140f52ce06012a77272eabdac0647f8eb0380c06f9f275ec3e502a