[INFO] fetching crate tokio-uds-proto 0.1.1... [INFO] checking tokio-uds-proto-0.1.1 against try#1c5262aa6c045a581fb974488793f09ed51fc498 for pr-78376 [INFO] extracting crate tokio-uds-proto 0.1.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate tokio-uds-proto 0.1.1 on toolchain 1c5262aa6c045a581fb974488793f09ed51fc498 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tokio-uds-proto 0.1.1 [INFO] finished tweaking crates.io crate tokio-uds-proto 0.1.1 [INFO] tweaked toml for crates.io crate tokio-uds-proto 0.1.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5e40b507fb96ae80a7bccf07bc6863dcd1738e7059c346efeec94d59473acdb8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5e40b507fb96ae80a7bccf07bc6863dcd1738e7059c346efeec94d59473acdb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5e40b507fb96ae80a7bccf07bc6863dcd1738e7059c346efeec94d59473acdb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e40b507fb96ae80a7bccf07bc6863dcd1738e7059c346efeec94d59473acdb8", kill_on_drop: false }` [INFO] [stdout] 5e40b507fb96ae80a7bccf07bc6863dcd1738e7059c346efeec94d59473acdb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1c5262aa6c045a581fb974488793f09ed51fc498" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b28d82f592f3105eaf46a673fbac45256da5ecc34ff666d55071e0ce5d8ca08 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9b28d82f592f3105eaf46a673fbac45256da5ecc34ff666d55071e0ce5d8ca08", kill_on_drop: false }` [INFO] [stderr] Checking scoped-tls v0.1.2 [INFO] [stderr] Checking take v0.1.0 [INFO] [stderr] Checking smallvec v0.2.1 [INFO] [stderr] Checking slab v0.3.0 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking tokio-uds v0.1.7 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking tokio-uds-proto v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:174:23 [INFO] [stdout] | [INFO] [stdout] 174 | let service = try!(new_service.new_service()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:174:23 [INFO] [stdout] | [INFO] [stdout] 174 | let service = try!(new_service.new_service()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::Framed`: Moved to tokio-codec [INFO] [stdout] --> tests/test_domain_communication.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | use tokio_io::codec::{Framed, LinesCodec}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::LinesCodec`: Moved to tokio-codec [INFO] [stdout] --> tests/test_domain_communication.rs:11:31 [INFO] [stdout] | [INFO] [stdout] 11 | use tokio_io::codec::{Framed, LinesCodec}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::Framed`: Moved to tokio-codec [INFO] [stdout] --> tests/test_domain_communication.rs:85:22 [INFO] [stdout] | [INFO] [stdout] 85 | type Transport = Framed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::LinesCodec`: Moved to tokio-codec [INFO] [stdout] --> tests/test_domain_communication.rs:85:32 [INFO] [stdout] | [INFO] [stdout] 85 | type Transport = Framed; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::LinesCodec`: Moved to tokio-codec [INFO] [stdout] --> tests/test_domain_communication.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | Ok(io.framed(LinesCodec::new())) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::Framed`: Moved to tokio-codec [INFO] [stdout] --> tests/test_domain_communication.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | type Transport = Framed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::LinesCodec`: Moved to tokio-codec [INFO] [stdout] --> tests/test_domain_communication.rs:98:32 [INFO] [stdout] | [INFO] [stdout] 98 | type Transport = Framed; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `tokio_io::codec::LinesCodec`: Moved to tokio-codec [INFO] [stdout] --> tests/test_domain_communication.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | Ok(io.framed(LinesCodec::new())) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_io::AsyncRead::framed`: Use tokio_codec::Decoder::framed instead [INFO] [stdout] --> tests/test_domain_communication.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | Ok(io.framed(LinesCodec::new())) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `tokio_io::AsyncRead::framed`: Use tokio_codec::Decoder::framed instead [INFO] [stdout] --> tests/test_domain_communication.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | Ok(io.framed(LinesCodec::new())) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.65s [INFO] running `Command { std: "docker" "inspect" "9b28d82f592f3105eaf46a673fbac45256da5ecc34ff666d55071e0ce5d8ca08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b28d82f592f3105eaf46a673fbac45256da5ecc34ff666d55071e0ce5d8ca08", kill_on_drop: false }` [INFO] [stdout] 9b28d82f592f3105eaf46a673fbac45256da5ecc34ff666d55071e0ce5d8ca08