[INFO] fetching crate memcached-protocal 0.1.11... [INFO] testing memcached-protocal-0.1.11 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate memcached-protocal 0.1.11 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate memcached-protocal 0.1.11 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate memcached-protocal 0.1.11 [INFO] finished tweaking crates.io crate memcached-protocal 0.1.11 [INFO] tweaked toml for crates.io crate memcached-protocal 0.1.11 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded error-chain v0.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd6a0263b47d3a929fba7061c8e5f5669e679c459c08f838a2cc4953c11abcaf [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" "fd6a0263b47d3a929fba7061c8e5f5669e679c459c08f838a2cc4953c11abcaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd6a0263b47d3a929fba7061c8e5f5669e679c459c08f838a2cc4953c11abcaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd6a0263b47d3a929fba7061c8e5f5669e679c459c08f838a2cc4953c11abcaf", kill_on_drop: false }` [INFO] [stdout] fd6a0263b47d3a929fba7061c8e5f5669e679c459c08f838a2cc4953c11abcaf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6928e12e41ce7409120b4e955fee2229a3e151082ab9a0026812c76046030dac [INFO] running `Command { std: "docker" "start" "-a" "6928e12e41ce7409120b4e955fee2229a3e151082ab9a0026812c76046030dac", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Compiling error-chain v0.2.2 [INFO] [stderr] Compiling memcached-protocal v0.1.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | let cmd_line = try!(read_until(reader, "\r\n")); [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/command/store_command.rs:23:23 [INFO] [stdout] | [INFO] [stdout] 23 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:46:21 [INFO] [stdout] | [INFO] [stdout] 46 | let bytes = try!(segments[4].parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | Some(try!(segments[5].parse::())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let _ = try!(reader.read_exact(&mut data_block)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | if try!(read_until(reader, "\r\n")) != vec![] { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:68:20 [INFO] [stdout] | [INFO] [stdout] 68 | flags: try!(segments[2].parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:69:22 [INFO] [stdout] | [INFO] [stdout] 69 | exptime: try!(segments[3].parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/retrieval_command.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | let cmd_line = try!(read_until(reader, "\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/retrieval_command.rs:17:23 [INFO] [stdout] | [INFO] [stdout] 17 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/deletion_command.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | let cmd_line = try!(read_until(reader, "\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/deletion_command.rs:18:23 [INFO] [stdout] | [INFO] [stdout] 18 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | let buf = try!(peek_until(reader, "\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | let cmd_str = try!(String::from_utf8(buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:33:75 [INFO] [stdout] | [INFO] [stdout] 33 | "set" | "add" | "replace" | "append" | "prepend" | "cas" => Store(try!(StoreCommand::parse(reader))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | "get" | "gets" => Retrieval(try!(RetrievalCommand::parse(reader))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:35:28 [INFO] [stdout] | [INFO] [stdout] 35 | "delete" => Delete(try!(DeletionCommand::parse(reader))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | try!(write!(&mut buf, "VALUE {} {} {} ", self.key, self.flags, self.bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | try!(buf.write(b"\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | try!(write!(&mut buf, "{} ", self.cas_unique.unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | try!(buf.write(b"END\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:38:36 [INFO] [stdout] | [INFO] [stdout] 38 | buf.extend_from_slice(&try!(item.to_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/response/stats_response.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `StatsResponseItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/response/stats_response.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/response/stats_response.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | value: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StatsResponseItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/response/stats_response.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `StatsResponse` [INFO] [stdout] --> src/response/stats_response.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | type StatsResponse = Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.22s [INFO] running `Command { std: "docker" "inspect" "6928e12e41ce7409120b4e955fee2229a3e151082ab9a0026812c76046030dac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6928e12e41ce7409120b4e955fee2229a3e151082ab9a0026812c76046030dac", kill_on_drop: false }` [INFO] [stdout] 6928e12e41ce7409120b4e955fee2229a3e151082ab9a0026812c76046030dac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b8a59e2a7109792c04d38ce7b084b6d200ced86f110843c67a4f94ddbb1e4990 [INFO] running `Command { std: "docker" "start" "-a" "b8a59e2a7109792c04d38ce7b084b6d200ced86f110843c67a4f94ddbb1e4990", kill_on_drop: false }` [INFO] [stderr] Compiling memcached-protocal v0.1.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | let cmd_line = try!(read_until(reader, "\r\n")); [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/command/store_command.rs:23:23 [INFO] [stdout] | [INFO] [stdout] 23 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:46:21 [INFO] [stdout] | [INFO] [stdout] 46 | let bytes = try!(segments[4].parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | Some(try!(segments[5].parse::())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let _ = try!(reader.read_exact(&mut data_block)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | if try!(read_until(reader, "\r\n")) != vec![] { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:68:20 [INFO] [stdout] | [INFO] [stdout] 68 | flags: try!(segments[2].parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:69:22 [INFO] [stdout] | [INFO] [stdout] 69 | exptime: try!(segments[3].parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/retrieval_command.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | let cmd_line = try!(read_until(reader, "\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/retrieval_command.rs:17:23 [INFO] [stdout] | [INFO] [stdout] 17 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/deletion_command.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | let cmd_line = try!(read_until(reader, "\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/deletion_command.rs:18:23 [INFO] [stdout] | [INFO] [stdout] 18 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | let buf = try!(peek_until(reader, "\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | let cmd_str = try!(String::from_utf8(buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:33:75 [INFO] [stdout] | [INFO] [stdout] 33 | "set" | "add" | "replace" | "append" | "prepend" | "cas" => Store(try!(StoreCommand::parse(reader))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | "get" | "gets" => Retrieval(try!(RetrievalCommand::parse(reader))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:35:28 [INFO] [stdout] | [INFO] [stdout] 35 | "delete" => Delete(try!(DeletionCommand::parse(reader))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | try!(write!(&mut buf, "VALUE {} {} {} ", self.key, self.flags, self.bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | try!(buf.write(b"\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | try!(write!(&mut buf, "{} ", self.cas_unique.unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | try!(buf.write(b"END\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:38:36 [INFO] [stdout] | [INFO] [stdout] 38 | buf.extend_from_slice(&try!(item.to_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/response/stats_response.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `StatsResponseItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/response/stats_response.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/response/stats_response.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | value: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StatsResponseItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/response/stats_response.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `StatsResponse` [INFO] [stdout] --> src/response/stats_response.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | type StatsResponse = Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | let cmd_line = try!(read_until(reader, "\r\n")); [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/command/store_command.rs:23:23 [INFO] [stdout] | [INFO] [stdout] 23 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:46:21 [INFO] [stdout] | [INFO] [stdout] 46 | let bytes = try!(segments[4].parse::()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | Some(try!(segments[5].parse::())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | let _ = try!(reader.read_exact(&mut data_block)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | if try!(read_until(reader, "\r\n")) != vec![] { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:68:20 [INFO] [stdout] | [INFO] [stdout] 68 | flags: try!(segments[2].parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/store_command.rs:69:22 [INFO] [stdout] | [INFO] [stdout] 69 | exptime: try!(segments[3].parse::()), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/retrieval_command.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | let cmd_line = try!(read_until(reader, "\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/retrieval_command.rs:17:23 [INFO] [stdout] | [INFO] [stdout] 17 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/deletion_command.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | let cmd_line = try!(read_until(reader, "\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/deletion_command.rs:18:23 [INFO] [stdout] | [INFO] [stdout] 18 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | let buf = try!(peek_until(reader, "\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | let cmd_str = try!(String::from_utf8(buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:33:75 [INFO] [stdout] | [INFO] [stdout] 33 | "set" | "add" | "replace" | "append" | "prepend" | "cas" => Store(try!(StoreCommand::parse(reader))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:34:37 [INFO] [stdout] | [INFO] [stdout] 34 | "get" | "gets" => Retrieval(try!(RetrievalCommand::parse(reader))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/command/command.rs:35:28 [INFO] [stdout] | [INFO] [stdout] 35 | "delete" => Delete(try!(DeletionCommand::parse(reader))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | try!(write!(&mut buf, "VALUE {} {} {} ", self.key, self.flags, self.bytes)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | try!(buf.write(b"\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | try!(write!(&mut buf, "{} ", self.cas_unique.unwrap())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | try!(buf.write(b"END\r\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/response/retrieval_response.rs:38:36 [INFO] [stdout] | [INFO] [stdout] 38 | buf.extend_from_slice(&try!(item.to_bytes())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/response/stats_response.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `StatsResponseItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/response/stats_response.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/response/stats_response.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | value: String, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StatsResponseItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/response/stats_response.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `StatsResponse` [INFO] [stdout] --> src/response/stats_response.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | type StatsResponse = Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.26s [INFO] running `Command { std: "docker" "inspect" "b8a59e2a7109792c04d38ce7b084b6d200ced86f110843c67a4f94ddbb1e4990", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8a59e2a7109792c04d38ce7b084b6d200ced86f110843c67a4f94ddbb1e4990", kill_on_drop: false }` [INFO] [stdout] b8a59e2a7109792c04d38ce7b084b6d200ced86f110843c67a4f94ddbb1e4990 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1f396665874314231396e976a67a184041eeda1546351a8bcba7f241fb8c5c93 [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" "1f396665874314231396e976a67a184041eeda1546351a8bcba7f241fb8c5c93", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/store_command.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let cmd_line = try!(read_until(reader, "\r\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/store_command.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/store_command.rs:46:21 [INFO] [stderr] | [INFO] [stderr] 46 | let bytes = try!(segments[4].parse::()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/store_command.rs:48:18 [INFO] [stderr] | [INFO] [stderr] 48 | Some(try!(segments[5].parse::())) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/store_command.rs:60:17 [INFO] [stderr] | [INFO] [stderr] 60 | let _ = try!(reader.read_exact(&mut data_block)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/store_command.rs:61:12 [INFO] [stderr] | [INFO] [stderr] 61 | if try!(read_until(reader, "\r\n")) != vec![] { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/store_command.rs:68:20 [INFO] [stderr] | [INFO] [stderr] 68 | flags: try!(segments[2].parse::()), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/store_command.rs:69:22 [INFO] [stderr] | [INFO] [stderr] 69 | exptime: try!(segments[3].parse::()), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/retrieval_command.rs:16:24 [INFO] [stderr] | [INFO] [stderr] 16 | let cmd_line = try!(read_until(reader, "\r\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/retrieval_command.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/deletion_command.rs:17:24 [INFO] [stderr] | [INFO] [stderr] 17 | let cmd_line = try!(read_until(reader, "\r\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/deletion_command.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | let cmd_str = try!(String::from_utf8(cmd_line)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/command.rs:22:15 [INFO] [stderr] | [INFO] [stderr] 22 | let buf = try!(peek_until(reader, "\r\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/command.rs:24:19 [INFO] [stderr] | [INFO] [stderr] 24 | let cmd_str = try!(String::from_utf8(buf)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/command.rs:33:75 [INFO] [stderr] | [INFO] [stderr] 33 | "set" | "add" | "replace" | "append" | "prepend" | "cas" => Store(try!(StoreCommand::parse(reader))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/command.rs:34:37 [INFO] [stderr] | [INFO] [stderr] 34 | "get" | "gets" => Retrieval(try!(RetrievalCommand::parse(reader))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/command/command.rs:35:28 [INFO] [stderr] | [INFO] [stderr] 35 | "delete" => Delete(try!(DeletionCommand::parse(reader))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/response/retrieval_response.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 19 | try!(write!(&mut buf, "VALUE {} {} {} ", self.key, self.flags, self.bytes)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/response/retrieval_response.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | try!(buf.write(b"\r\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/response/retrieval_response.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | try!(write!(&mut buf, "{} ", self.cas_unique.unwrap())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/response/retrieval_response.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | try!(buf.write(b"END\r\n")); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/response/retrieval_response.rs:38:36 [INFO] [stderr] | [INFO] [stderr] 38 | buf.extend_from_slice(&try!(item.to_bytes())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> src/response/stats_response.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `StatsResponseItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/response/stats_response.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `value` [INFO] [stderr] --> src/response/stats_response.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | value: String, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `StatsResponseItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/response/stats_response.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `StatsResponse` [INFO] [stderr] --> src/response/stats_response.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | type StatsResponse = Vec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `memcached-protocal` (lib) generated 25 warnings [INFO] [stderr] warning: `memcached-protocal` (lib test) generated 25 warnings (25 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/memcached_protocal-0ef7e36e76def98e) [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-040e942bf6315c81) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test command::test_command::test_parse_cas_with_noreply ... ok [INFO] [stdout] test command::test_retrieval_command::test_parse_gets ... ok [INFO] [stdout] test command::test_store_command::test_parse_cas_with_noreply ... ok [INFO] [stdout] test command::test_store_command::test_parse_cas_without_noreply ... ok [INFO] [stdout] test command::test_deletion_command::test_parse_without_noreply ... ok [INFO] [stdout] test command::test_command::test_parse_without_noreply ... ok [INFO] [stdout] test command::test_command::test_parse_gets ... ok [INFO] [stdout] test command::test_command::test_parse_get ... ok [INFO] [stdout] test command::test_command::test_parse_cas_without_noreply ... ok [INFO] [stdout] test command::test_deletion_command::test_parse_with_noreply ... ok [INFO] [stdout] test command::test_store_command::test_parse_without_noreply ... ok [INFO] [stdout] test command::test_command::test_parse_with_noreply ... ok [INFO] [stdout] test command::test_store_command::test_parse_with_noreply ... ok [INFO] [stdout] test command::test_retrieval_command::test_parse_get ... ok [INFO] [stdout] test command::test_store_command::test_parse_should_panic - should panic ... ok [INFO] [stdout] test command::test_command::test_parse_should_panic - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s [INFO] [stdout] [INFO] [stderr] Doc-tests memcached-protocal [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1f396665874314231396e976a67a184041eeda1546351a8bcba7f241fb8c5c93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f396665874314231396e976a67a184041eeda1546351a8bcba7f241fb8c5c93", kill_on_drop: false }` [INFO] [stdout] 1f396665874314231396e976a67a184041eeda1546351a8bcba7f241fb8c5c93