[INFO] fetching crate gluster 1.0.8... [INFO] testing gluster-1.0.8 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate gluster 1.0.8 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate gluster 1.0.8 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 gluster 1.0.8 [INFO] finished tweaking crates.io crate gluster 1.0.8 [INFO] tweaked toml for crates.io crate gluster 1.0.8 written to /workspace/builds/worker-10/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 1a9c1b4ffc98453622f9d56719329eaaa15efce0e74bc847e2d3a110c40085fc [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" "1a9c1b4ffc98453622f9d56719329eaaa15efce0e74bc847e2d3a110c40085fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a9c1b4ffc98453622f9d56719329eaaa15efce0e74bc847e2d3a110c40085fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a9c1b4ffc98453622f9d56719329eaaa15efce0e74bc847e2d3a110c40085fc", kill_on_drop: false }` [INFO] [stdout] 1a9c1b4ffc98453622f9d56719329eaaa15efce0e74bc847e2d3a110c40085fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 0d4b3bd1cc473734059e8397f9971fcabba86e792b5cb7720263b63164a9c1b4 [INFO] running `Command { std: "docker" "start" "-a" "0d4b3bd1cc473734059e8397f9971fcabba86e792b5cb7720263b63164a9c1b4", kill_on_drop: false }` [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling unix_socket v0.5.0 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling serde-xml-rs v0.2.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling gluster v1.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/rpc.rs:283:24 [INFO] [stdout] | [INFO] [stdout] 283 | fn unpack(&mut T) -> Result [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:825:51 [INFO] [stdout] | [INFO] [stdout] 825 | GlusterError::IoError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:826:57 [INFO] [stdout] | [INFO] [stdout] 826 | GlusterError::FromUtf8Error(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:827:54 [INFO] [stdout] | [INFO] [stdout] 827 | GlusterError::ParseError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:828:58 [INFO] [stdout] | [INFO] [stdout] 828 | GlusterError::AddrParseError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:829:57 [INFO] [stdout] | [INFO] [stdout] 829 | GlusterError::ParseIntError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:830:56 [INFO] [stdout] | [INFO] [stdout] 830 | GlusterError::ParseBoolErr(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:831:54 [INFO] [stdout] | [INFO] [stdout] 831 | GlusterError::RegexError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:833:54 [INFO] [stdout] | [INFO] [stdout] 833 | GlusterError::SerdeError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1026:41 [INFO] [stdout] | [INFO] [stdout] 1026 | let trimmed = output_str.trim().trim_right_matches('.'); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1061:21 [INFO] [stdout] | [INFO] [stdout] 1061 | match value.trim_right_matches("PB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1066:21 [INFO] [stdout] | [INFO] [stdout] 1066 | match value.trim_right_matches("TB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1071:21 [INFO] [stdout] | [INFO] [stdout] 1071 | match value.trim_right_matches("GB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1076:21 [INFO] [stdout] | [INFO] [stdout] 1076 | match value.trim_right_matches("MB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1081:21 [INFO] [stdout] | [INFO] [stdout] 1081 | match value.trim_right_matches("KB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1086:21 [INFO] [stdout] | [INFO] [stdout] 1086 | match value.trim_right_matches("Bytes").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_string` [INFO] [stdout] --> src/fop.rs:144:8 [INFO] [stdout] | [INFO] [stdout] 144 | fn to_string(&self) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_fop_sample` [INFO] [stdout] --> src/fop.rs:233:4 [INFO] [stdout] | [INFO] [stdout] 233 | fn parse_fop_sample(input: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GLUSTER_CLI_PROGRAM_NUMBER` [INFO] [stdout] --> src/rpc.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | pub const GLUSTER_CLI_PROGRAM_NUMBER: i32 = 1_238_463; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `pack_cli_callheader` [INFO] [stdout] --> src/rpc.rs:874:8 [INFO] [stdout] | [INFO] [stdout] 874 | pub fn pack_cli_callheader( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `htonl` [INFO] [stdout] --> src/rpc.rs:914:4 [INFO] [stdout] | [INFO] [stdout] 914 | fn htonl(_num: u32) -> u32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `print_fragment` [INFO] [stdout] --> src/rpc.rs:1055:8 [INFO] [stdout] | [INFO] [stdout] 1055 | pub fn print_fragment(frag: &[u8]) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GlusterAggregatorNull` [INFO] [stdout] --> src/rpc.rs:1121:5 [INFO] [stdout] | [INFO] [stdout] 1121 | GlusterAggregatorNull = 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1119:10 [INFO] [stdout] | [INFO] [stdout] 1119 | #[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: variant is never constructed: `GlusterAggregatorLookup` [INFO] [stdout] --> src/rpc.rs:1122:5 [INFO] [stdout] | [INFO] [stdout] 1122 | GlusterAggregatorLookup = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1119:10 [INFO] [stdout] | [INFO] [stdout] 1119 | #[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: variant is never constructed: `GlusterAggregatorMaxvalue` [INFO] [stdout] --> src/rpc.rs:1124:5 [INFO] [stdout] | [INFO] [stdout] 1124 | GlusterAggregatorMaxvalue = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1119:10 [INFO] [stdout] | [INFO] [stdout] 1119 | #[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: variant is never constructed: `GlusterCliNull` [INFO] [stdout] --> src/rpc.rs:1131:5 [INFO] [stdout] | [INFO] [stdout] 1131 | GlusterCliNull = 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliProbe` [INFO] [stdout] --> src/rpc.rs:1132:5 [INFO] [stdout] | [INFO] [stdout] 1132 | GlusterCliProbe = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDeprobe` [INFO] [stdout] --> src/rpc.rs:1133:5 [INFO] [stdout] | [INFO] [stdout] 1133 | GlusterCliDeprobe = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliListFriends` [INFO] [stdout] --> src/rpc.rs:1134:5 [INFO] [stdout] | [INFO] [stdout] 1134 | GlusterCliListFriends = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliCreateVolume` [INFO] [stdout] --> src/rpc.rs:1135:5 [INFO] [stdout] | [INFO] [stdout] 1135 | GlusterCliCreateVolume = 4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetVolume` [INFO] [stdout] --> src/rpc.rs:1136:5 [INFO] [stdout] | [INFO] [stdout] 1136 | GlusterCliGetVolume = 5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetNextVolume` [INFO] [stdout] --> src/rpc.rs:1137:5 [INFO] [stdout] | [INFO] [stdout] 1137 | GlusterCliGetNextVolume = 6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDeleteVolume` [INFO] [stdout] --> src/rpc.rs:1138:5 [INFO] [stdout] | [INFO] [stdout] 1138 | GlusterCliDeleteVolume = 7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStartVolume` [INFO] [stdout] --> src/rpc.rs:1139:5 [INFO] [stdout] | [INFO] [stdout] 1139 | GlusterCliStartVolume = 8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStopVolume` [INFO] [stdout] --> src/rpc.rs:1140:5 [INFO] [stdout] | [INFO] [stdout] 1140 | GlusterCliStopVolume = 9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliRenameVolume` [INFO] [stdout] --> src/rpc.rs:1141:5 [INFO] [stdout] | [INFO] [stdout] 1141 | GlusterCliRenameVolume = 10, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDefragVolume` [INFO] [stdout] --> src/rpc.rs:1142:5 [INFO] [stdout] | [INFO] [stdout] 1142 | GlusterCliDefragVolume = 11, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSetVolume` [INFO] [stdout] --> src/rpc.rs:1143:5 [INFO] [stdout] | [INFO] [stdout] 1143 | GlusterCliSetVolume = 12, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliAddBrick` [INFO] [stdout] --> src/rpc.rs:1144:5 [INFO] [stdout] | [INFO] [stdout] 1144 | GlusterCliAddBrick = 13, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliRemoveBrick` [INFO] [stdout] --> src/rpc.rs:1145:5 [INFO] [stdout] | [INFO] [stdout] 1145 | GlusterCliRemoveBrick = 14, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliBrick` [INFO] [stdout] --> src/rpc.rs:1146:5 [INFO] [stdout] | [INFO] [stdout] 1146 | GlusterCliBrick = 15, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliLogRotate` [INFO] [stdout] --> src/rpc.rs:1147:5 [INFO] [stdout] | [INFO] [stdout] 1147 | GlusterCliLogRotate = 16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetspec` [INFO] [stdout] --> src/rpc.rs:1148:5 [INFO] [stdout] | [INFO] [stdout] 1148 | GlusterCliGetspec = 17, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliPmapPortbybrick` [INFO] [stdout] --> src/rpc.rs:1149:5 [INFO] [stdout] | [INFO] [stdout] 1149 | GlusterCliPmapPortbybrick = 18, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSyncVolume` [INFO] [stdout] --> src/rpc.rs:1150:5 [INFO] [stdout] | [INFO] [stdout] 1150 | GlusterCliSyncVolume = 19, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliResetVolume` [INFO] [stdout] --> src/rpc.rs:1151:5 [INFO] [stdout] | [INFO] [stdout] 1151 | GlusterCliResetVolume = 20, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliFsmLog` [INFO] [stdout] --> src/rpc.rs:1152:5 [INFO] [stdout] | [INFO] [stdout] 1152 | GlusterCliFsmLog = 21, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGsyncSet` [INFO] [stdout] --> src/rpc.rs:1153:5 [INFO] [stdout] | [INFO] [stdout] 1153 | GlusterCliGsyncSet = 22, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliProfileVolume` [INFO] [stdout] --> src/rpc.rs:1154:5 [INFO] [stdout] | [INFO] [stdout] 1154 | GlusterCliProfileVolume = 23, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliQuota` [INFO] [stdout] --> src/rpc.rs:1155:5 [INFO] [stdout] | [INFO] [stdout] 1155 | GlusterCliQuota = 24, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliTopVolume` [INFO] [stdout] --> src/rpc.rs:1156:5 [INFO] [stdout] | [INFO] [stdout] 1156 | GlusterCliTopVolume = 25, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetwd` [INFO] [stdout] --> src/rpc.rs:1157:5 [INFO] [stdout] | [INFO] [stdout] 1157 | GlusterCliGetwd = 26, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStatusVolume` [INFO] [stdout] --> src/rpc.rs:1158:5 [INFO] [stdout] | [INFO] [stdout] 1158 | GlusterCliStatusVolume = 27, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStatusAll` [INFO] [stdout] --> src/rpc.rs:1159:5 [INFO] [stdout] | [INFO] [stdout] 1159 | GlusterCliStatusAll = 28, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliMount` [INFO] [stdout] --> src/rpc.rs:1160:5 [INFO] [stdout] | [INFO] [stdout] 1160 | GlusterCliMount = 29, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliUmount` [INFO] [stdout] --> src/rpc.rs:1161:5 [INFO] [stdout] | [INFO] [stdout] 1161 | GlusterCliUmount = 30, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliHealVolume` [INFO] [stdout] --> src/rpc.rs:1162:5 [INFO] [stdout] | [INFO] [stdout] 1162 | GlusterCliHealVolume = 31, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStatedumpVolume` [INFO] [stdout] --> src/rpc.rs:1163:5 [INFO] [stdout] | [INFO] [stdout] 1163 | GlusterCliStatedumpVolume = 32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliListVolume` [INFO] [stdout] --> src/rpc.rs:1164:5 [INFO] [stdout] | [INFO] [stdout] 1164 | GlusterCliListVolume = 33, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliClrlocksVolume` [INFO] [stdout] --> src/rpc.rs:1165:5 [INFO] [stdout] | [INFO] [stdout] 1165 | GlusterCliClrlocksVolume = 34, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliUuidReset` [INFO] [stdout] --> src/rpc.rs:1166:5 [INFO] [stdout] | [INFO] [stdout] 1166 | GlusterCliUuidReset = 35, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliUuidGet` [INFO] [stdout] --> src/rpc.rs:1167:5 [INFO] [stdout] | [INFO] [stdout] 1167 | GlusterCliUuidGet = 36, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliCopyFile` [INFO] [stdout] --> src/rpc.rs:1168:5 [INFO] [stdout] | [INFO] [stdout] 1168 | GlusterCliCopyFile = 37, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSysExec` [INFO] [stdout] --> src/rpc.rs:1169:5 [INFO] [stdout] | [INFO] [stdout] 1169 | GlusterCliSysExec = 38, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSnap` [INFO] [stdout] --> src/rpc.rs:1170:5 [INFO] [stdout] | [INFO] [stdout] 1170 | GlusterCliSnap = 39, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliBarrierVolume` [INFO] [stdout] --> src/rpc.rs:1171:5 [INFO] [stdout] | [INFO] [stdout] 1171 | GlusterCliBarrierVolume = 40, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetVolOpt` [INFO] [stdout] --> src/rpc.rs:1172:5 [INFO] [stdout] | [INFO] [stdout] 1172 | GlusterCliGetVolOpt = 41, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGanesha` [INFO] [stdout] --> src/rpc.rs:1173:5 [INFO] [stdout] | [INFO] [stdout] 1173 | GlusterCliGanesha = 42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliBitrot` [INFO] [stdout] --> src/rpc.rs:1174:5 [INFO] [stdout] | [INFO] [stdout] 1174 | GlusterCliBitrot = 43, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliAttachTier` [INFO] [stdout] --> src/rpc.rs:1175:5 [INFO] [stdout] | [INFO] [stdout] 1175 | GlusterCliAttachTier = 44, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDetachTier` [INFO] [stdout] --> src/rpc.rs:1176:5 [INFO] [stdout] | [INFO] [stdout] 1176 | GlusterCliDetachTier = 45, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliMaxvalue` [INFO] [stdout] --> src/rpc.rs:1177:5 [INFO] [stdout] | [INFO] [stdout] 1177 | GlusterCliMaxvalue = 46, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: function is never used: `parse_volume_info2` [INFO] [stdout] --> src/volume.rs:482:4 [INFO] [stdout] | [INFO] [stdout] 482 | fn parse_volume_info2(volume: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 73 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.77s [INFO] running `Command { std: "docker" "inspect" "0d4b3bd1cc473734059e8397f9971fcabba86e792b5cb7720263b63164a9c1b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d4b3bd1cc473734059e8397f9971fcabba86e792b5cb7720263b63164a9c1b4", kill_on_drop: false }` [INFO] [stdout] 0d4b3bd1cc473734059e8397f9971fcabba86e792b5cb7720263b63164a9c1b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stdout] 03ec9148892d472ff73295e5fac74717872c892e3d2e0ddc0135220c050a637b [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" "03ec9148892d472ff73295e5fac74717872c892e3d2e0ddc0135220c050a637b", kill_on_drop: false }` [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/rpc.rs:283:24 [INFO] [stdout] | [INFO] [stdout] 283 | fn unpack(&mut T) -> Result [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:825:51 [INFO] [stdout] | [INFO] [stdout] 825 | GlusterError::IoError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:826:57 [INFO] [stdout] | [INFO] [stdout] 826 | GlusterError::FromUtf8Error(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:827:54 [INFO] [stdout] | [INFO] [stdout] 827 | GlusterError::ParseError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:828:58 [INFO] [stdout] | [INFO] [stdout] 828 | GlusterError::AddrParseError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:829:57 [INFO] [stdout] | [INFO] [stdout] 829 | GlusterError::ParseIntError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:830:56 [INFO] [stdout] | [INFO] [stdout] 830 | GlusterError::ParseBoolErr(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:831:54 [INFO] [stdout] | [INFO] [stdout] 831 | GlusterError::RegexError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:833:54 [INFO] [stdout] | [INFO] [stdout] 833 | GlusterError::SerdeError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1026:41 [INFO] [stdout] | [INFO] [stdout] 1026 | let trimmed = output_str.trim().trim_right_matches('.'); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1061:21 [INFO] [stdout] | [INFO] [stdout] 1061 | match value.trim_right_matches("PB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1066:21 [INFO] [stdout] | [INFO] [stdout] 1066 | match value.trim_right_matches("TB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1071:21 [INFO] [stdout] | [INFO] [stdout] 1071 | match value.trim_right_matches("GB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1076:21 [INFO] [stdout] | [INFO] [stdout] 1076 | match value.trim_right_matches("MB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1081:21 [INFO] [stdout] | [INFO] [stdout] 1081 | match value.trim_right_matches("KB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1086:21 [INFO] [stdout] | [INFO] [stdout] 1086 | match value.trim_right_matches("Bytes").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_string` [INFO] [stdout] --> src/fop.rs:144:8 [INFO] [stdout] | [INFO] [stdout] 144 | fn to_string(&self) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_fop_sample` [INFO] [stdout] --> src/fop.rs:233:4 [INFO] [stdout] | [INFO] [stdout] 233 | fn parse_fop_sample(input: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GLUSTER_CLI_PROGRAM_NUMBER` [INFO] [stdout] --> src/rpc.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | pub const GLUSTER_CLI_PROGRAM_NUMBER: i32 = 1_238_463; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `pack_cli_callheader` [INFO] [stdout] --> src/rpc.rs:874:8 [INFO] [stdout] | [INFO] [stdout] 874 | pub fn pack_cli_callheader( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `htonl` [INFO] [stdout] --> src/rpc.rs:914:4 [INFO] [stdout] | [INFO] [stdout] 914 | fn htonl(_num: u32) -> u32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `print_fragment` [INFO] [stdout] --> src/rpc.rs:1055:8 [INFO] [stdout] | [INFO] [stdout] 1055 | pub fn print_fragment(frag: &[u8]) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GlusterAggregatorNull` [INFO] [stdout] --> src/rpc.rs:1121:5 [INFO] [stdout] | [INFO] [stdout] 1121 | GlusterAggregatorNull = 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1119:10 [INFO] [stdout] | [INFO] [stdout] 1119 | #[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: variant is never constructed: `GlusterAggregatorLookup` [INFO] [stdout] --> src/rpc.rs:1122:5 [INFO] [stdout] | [INFO] [stdout] 1122 | GlusterAggregatorLookup = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1119:10 [INFO] [stdout] | [INFO] [stdout] 1119 | #[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: variant is never constructed: `GlusterAggregatorMaxvalue` [INFO] [stdout] --> src/rpc.rs:1124:5 [INFO] [stdout] | [INFO] [stdout] 1124 | GlusterAggregatorMaxvalue = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1119:10 [INFO] [stdout] | [INFO] [stdout] 1119 | #[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: variant is never constructed: `GlusterCliNull` [INFO] [stdout] --> src/rpc.rs:1131:5 [INFO] [stdout] | [INFO] [stdout] 1131 | GlusterCliNull = 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliProbe` [INFO] [stdout] --> src/rpc.rs:1132:5 [INFO] [stdout] | [INFO] [stdout] 1132 | GlusterCliProbe = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDeprobe` [INFO] [stdout] --> src/rpc.rs:1133:5 [INFO] [stdout] | [INFO] [stdout] 1133 | GlusterCliDeprobe = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliListFriends` [INFO] [stdout] --> src/rpc.rs:1134:5 [INFO] [stdout] | [INFO] [stdout] 1134 | GlusterCliListFriends = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliCreateVolume` [INFO] [stdout] --> src/rpc.rs:1135:5 [INFO] [stdout] | [INFO] [stdout] 1135 | GlusterCliCreateVolume = 4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetVolume` [INFO] [stdout] --> src/rpc.rs:1136:5 [INFO] [stdout] | [INFO] [stdout] 1136 | GlusterCliGetVolume = 5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetNextVolume` [INFO] [stdout] --> src/rpc.rs:1137:5 [INFO] [stdout] | [INFO] [stdout] 1137 | GlusterCliGetNextVolume = 6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDeleteVolume` [INFO] [stdout] --> src/rpc.rs:1138:5 [INFO] [stdout] | [INFO] [stdout] 1138 | GlusterCliDeleteVolume = 7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStartVolume` [INFO] [stdout] --> src/rpc.rs:1139:5 [INFO] [stdout] | [INFO] [stdout] 1139 | GlusterCliStartVolume = 8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStopVolume` [INFO] [stdout] --> src/rpc.rs:1140:5 [INFO] [stdout] | [INFO] [stdout] 1140 | GlusterCliStopVolume = 9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliRenameVolume` [INFO] [stdout] --> src/rpc.rs:1141:5 [INFO] [stdout] | [INFO] [stdout] 1141 | GlusterCliRenameVolume = 10, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDefragVolume` [INFO] [stdout] --> src/rpc.rs:1142:5 [INFO] [stdout] | [INFO] [stdout] 1142 | GlusterCliDefragVolume = 11, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSetVolume` [INFO] [stdout] --> src/rpc.rs:1143:5 [INFO] [stdout] | [INFO] [stdout] 1143 | GlusterCliSetVolume = 12, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliAddBrick` [INFO] [stdout] --> src/rpc.rs:1144:5 [INFO] [stdout] | [INFO] [stdout] 1144 | GlusterCliAddBrick = 13, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliRemoveBrick` [INFO] [stdout] --> src/rpc.rs:1145:5 [INFO] [stdout] | [INFO] [stdout] 1145 | GlusterCliRemoveBrick = 14, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliBrick` [INFO] [stdout] --> src/rpc.rs:1146:5 [INFO] [stdout] | [INFO] [stdout] 1146 | GlusterCliBrick = 15, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliLogRotate` [INFO] [stdout] --> src/rpc.rs:1147:5 [INFO] [stdout] | [INFO] [stdout] 1147 | GlusterCliLogRotate = 16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetspec` [INFO] [stdout] --> src/rpc.rs:1148:5 [INFO] [stdout] | [INFO] [stdout] 1148 | GlusterCliGetspec = 17, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliPmapPortbybrick` [INFO] [stdout] --> src/rpc.rs:1149:5 [INFO] [stdout] | [INFO] [stdout] 1149 | GlusterCliPmapPortbybrick = 18, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSyncVolume` [INFO] [stdout] --> src/rpc.rs:1150:5 [INFO] [stdout] | [INFO] [stdout] 1150 | GlusterCliSyncVolume = 19, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliResetVolume` [INFO] [stdout] --> src/rpc.rs:1151:5 [INFO] [stdout] | [INFO] [stdout] 1151 | GlusterCliResetVolume = 20, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliFsmLog` [INFO] [stdout] --> src/rpc.rs:1152:5 [INFO] [stdout] | [INFO] [stdout] 1152 | GlusterCliFsmLog = 21, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGsyncSet` [INFO] [stdout] --> src/rpc.rs:1153:5 [INFO] [stdout] | [INFO] [stdout] 1153 | GlusterCliGsyncSet = 22, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliProfileVolume` [INFO] [stdout] --> src/rpc.rs:1154:5 [INFO] [stdout] | [INFO] [stdout] 1154 | GlusterCliProfileVolume = 23, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliQuota` [INFO] [stdout] --> src/rpc.rs:1155:5 [INFO] [stdout] | [INFO] [stdout] 1155 | GlusterCliQuota = 24, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliTopVolume` [INFO] [stdout] --> src/rpc.rs:1156:5 [INFO] [stdout] | [INFO] [stdout] 1156 | GlusterCliTopVolume = 25, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetwd` [INFO] [stdout] --> src/rpc.rs:1157:5 [INFO] [stdout] | [INFO] [stdout] 1157 | GlusterCliGetwd = 26, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStatusVolume` [INFO] [stdout] --> src/rpc.rs:1158:5 [INFO] [stdout] | [INFO] [stdout] 1158 | GlusterCliStatusVolume = 27, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStatusAll` [INFO] [stdout] --> src/rpc.rs:1159:5 [INFO] [stdout] | [INFO] [stdout] 1159 | GlusterCliStatusAll = 28, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliMount` [INFO] [stdout] --> src/rpc.rs:1160:5 [INFO] [stdout] | [INFO] [stdout] 1160 | GlusterCliMount = 29, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliUmount` [INFO] [stdout] --> src/rpc.rs:1161:5 [INFO] [stdout] | [INFO] [stdout] 1161 | GlusterCliUmount = 30, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliHealVolume` [INFO] [stdout] --> src/rpc.rs:1162:5 [INFO] [stdout] | [INFO] [stdout] 1162 | GlusterCliHealVolume = 31, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStatedumpVolume` [INFO] [stdout] --> src/rpc.rs:1163:5 [INFO] [stdout] | [INFO] [stdout] 1163 | GlusterCliStatedumpVolume = 32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliListVolume` [INFO] [stdout] --> src/rpc.rs:1164:5 [INFO] [stdout] | [INFO] [stdout] 1164 | GlusterCliListVolume = 33, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliClrlocksVolume` [INFO] [stdout] --> src/rpc.rs:1165:5 [INFO] [stdout] | [INFO] [stdout] 1165 | GlusterCliClrlocksVolume = 34, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliUuidReset` [INFO] [stdout] --> src/rpc.rs:1166:5 [INFO] [stdout] | [INFO] [stdout] 1166 | GlusterCliUuidReset = 35, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliUuidGet` [INFO] [stdout] --> src/rpc.rs:1167:5 [INFO] [stdout] | [INFO] [stdout] 1167 | GlusterCliUuidGet = 36, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliCopyFile` [INFO] [stdout] --> src/rpc.rs:1168:5 [INFO] [stdout] | [INFO] [stdout] 1168 | GlusterCliCopyFile = 37, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSysExec` [INFO] [stdout] --> src/rpc.rs:1169:5 [INFO] [stdout] | [INFO] [stdout] 1169 | GlusterCliSysExec = 38, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSnap` [INFO] [stdout] --> src/rpc.rs:1170:5 [INFO] [stdout] | [INFO] [stdout] 1170 | GlusterCliSnap = 39, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliBarrierVolume` [INFO] [stdout] --> src/rpc.rs:1171:5 [INFO] [stdout] | [INFO] [stdout] 1171 | GlusterCliBarrierVolume = 40, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetVolOpt` [INFO] [stdout] --> src/rpc.rs:1172:5 [INFO] [stdout] | [INFO] [stdout] 1172 | GlusterCliGetVolOpt = 41, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGanesha` [INFO] [stdout] --> src/rpc.rs:1173:5 [INFO] [stdout] | [INFO] [stdout] 1173 | GlusterCliGanesha = 42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliBitrot` [INFO] [stdout] --> src/rpc.rs:1174:5 [INFO] [stdout] | [INFO] [stdout] 1174 | GlusterCliBitrot = 43, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliAttachTier` [INFO] [stdout] --> src/rpc.rs:1175:5 [INFO] [stdout] | [INFO] [stdout] 1175 | GlusterCliAttachTier = 44, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDetachTier` [INFO] [stdout] --> src/rpc.rs:1176:5 [INFO] [stdout] | [INFO] [stdout] 1176 | GlusterCliDetachTier = 45, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliMaxvalue` [INFO] [stdout] --> src/rpc.rs:1177:5 [INFO] [stdout] | [INFO] [stdout] 1177 | GlusterCliMaxvalue = 46, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: function is never used: `parse_volume_info2` [INFO] [stdout] --> src/volume.rs:482:4 [INFO] [stdout] | [INFO] [stdout] 482 | fn parse_volume_info2(volume: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 73 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gluster v1.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `gluster::*` [INFO] [stdout] --> tests/gluster.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use gluster::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self::unix_socket::UnixStream` [INFO] [stdout] --> src/rpc.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | use self::unix_socket::UnixStream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/rpc.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/rpc.rs:283:24 [INFO] [stdout] | [INFO] [stdout] 283 | fn unpack(&mut T) -> Result [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/volume.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Read` [INFO] [stdout] --> src/volume.rs:294:9 [INFO] [stdout] | [INFO] [stdout] 294 | use std::io::Read; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:825:51 [INFO] [stdout] | [INFO] [stdout] 825 | GlusterError::IoError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:826:57 [INFO] [stdout] | [INFO] [stdout] 826 | GlusterError::FromUtf8Error(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:827:54 [INFO] [stdout] | [INFO] [stdout] 827 | GlusterError::ParseError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:828:58 [INFO] [stdout] | [INFO] [stdout] 828 | GlusterError::AddrParseError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:829:57 [INFO] [stdout] | [INFO] [stdout] 829 | GlusterError::ParseIntError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:830:56 [INFO] [stdout] | [INFO] [stdout] 830 | GlusterError::ParseBoolErr(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:831:54 [INFO] [stdout] | [INFO] [stdout] 831 | GlusterError::RegexError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:833:54 [INFO] [stdout] | [INFO] [stdout] 833 | GlusterError::SerdeError(ref err) => err.description().to_string(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1026:41 [INFO] [stdout] | [INFO] [stdout] 1026 | let trimmed = output_str.trim().trim_right_matches('.'); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1061:21 [INFO] [stdout] | [INFO] [stdout] 1061 | match value.trim_right_matches("PB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1066:21 [INFO] [stdout] | [INFO] [stdout] 1066 | match value.trim_right_matches("TB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1071:21 [INFO] [stdout] | [INFO] [stdout] 1071 | match value.trim_right_matches("GB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1076:21 [INFO] [stdout] | [INFO] [stdout] 1076 | match value.trim_right_matches("MB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1081:21 [INFO] [stdout] | [INFO] [stdout] 1081 | match value.trim_right_matches("KB").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stdout] --> src/lib.rs:1086:21 [INFO] [stdout] | [INFO] [stdout] 1086 | match value.trim_right_matches("Bytes").parse::() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_string` [INFO] [stdout] --> src/fop.rs:144:8 [INFO] [stdout] | [INFO] [stdout] 144 | fn to_string(&self) -> String { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `htonl` [INFO] [stdout] --> src/rpc.rs:914:4 [INFO] [stdout] | [INFO] [stdout] 914 | fn htonl(_num: u32) -> u32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `print_fragment` [INFO] [stdout] --> src/rpc.rs:1055:8 [INFO] [stdout] | [INFO] [stdout] 1055 | pub fn print_fragment(frag: &[u8]) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GlusterAggregatorNull` [INFO] [stdout] --> src/rpc.rs:1121:5 [INFO] [stdout] | [INFO] [stdout] 1121 | GlusterAggregatorNull = 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1119:10 [INFO] [stdout] | [INFO] [stdout] 1119 | #[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: variant is never constructed: `GlusterAggregatorLookup` [INFO] [stdout] --> src/rpc.rs:1122:5 [INFO] [stdout] | [INFO] [stdout] 1122 | GlusterAggregatorLookup = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1119:10 [INFO] [stdout] | [INFO] [stdout] 1119 | #[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: variant is never constructed: `GlusterAggregatorMaxvalue` [INFO] [stdout] --> src/rpc.rs:1124:5 [INFO] [stdout] | [INFO] [stdout] 1124 | GlusterAggregatorMaxvalue = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1119:10 [INFO] [stdout] | [INFO] [stdout] 1119 | #[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: variant is never constructed: `GlusterCliNull` [INFO] [stdout] --> src/rpc.rs:1131:5 [INFO] [stdout] | [INFO] [stdout] 1131 | GlusterCliNull = 0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliProbe` [INFO] [stdout] --> src/rpc.rs:1132:5 [INFO] [stdout] | [INFO] [stdout] 1132 | GlusterCliProbe = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDeprobe` [INFO] [stdout] --> src/rpc.rs:1133:5 [INFO] [stdout] | [INFO] [stdout] 1133 | GlusterCliDeprobe = 2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliCreateVolume` [INFO] [stdout] --> src/rpc.rs:1135:5 [INFO] [stdout] | [INFO] [stdout] 1135 | GlusterCliCreateVolume = 4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetVolume` [INFO] [stdout] --> src/rpc.rs:1136:5 [INFO] [stdout] | [INFO] [stdout] 1136 | GlusterCliGetVolume = 5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetNextVolume` [INFO] [stdout] --> src/rpc.rs:1137:5 [INFO] [stdout] | [INFO] [stdout] 1137 | GlusterCliGetNextVolume = 6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDeleteVolume` [INFO] [stdout] --> src/rpc.rs:1138:5 [INFO] [stdout] | [INFO] [stdout] 1138 | GlusterCliDeleteVolume = 7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStartVolume` [INFO] [stdout] --> src/rpc.rs:1139:5 [INFO] [stdout] | [INFO] [stdout] 1139 | GlusterCliStartVolume = 8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStopVolume` [INFO] [stdout] --> src/rpc.rs:1140:5 [INFO] [stdout] | [INFO] [stdout] 1140 | GlusterCliStopVolume = 9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliRenameVolume` [INFO] [stdout] --> src/rpc.rs:1141:5 [INFO] [stdout] | [INFO] [stdout] 1141 | GlusterCliRenameVolume = 10, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDefragVolume` [INFO] [stdout] --> src/rpc.rs:1142:5 [INFO] [stdout] | [INFO] [stdout] 1142 | GlusterCliDefragVolume = 11, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSetVolume` [INFO] [stdout] --> src/rpc.rs:1143:5 [INFO] [stdout] | [INFO] [stdout] 1143 | GlusterCliSetVolume = 12, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliAddBrick` [INFO] [stdout] --> src/rpc.rs:1144:5 [INFO] [stdout] | [INFO] [stdout] 1144 | GlusterCliAddBrick = 13, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliRemoveBrick` [INFO] [stdout] --> src/rpc.rs:1145:5 [INFO] [stdout] | [INFO] [stdout] 1145 | GlusterCliRemoveBrick = 14, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliBrick` [INFO] [stdout] --> src/rpc.rs:1146:5 [INFO] [stdout] | [INFO] [stdout] 1146 | GlusterCliBrick = 15, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliLogRotate` [INFO] [stdout] --> src/rpc.rs:1147:5 [INFO] [stdout] | [INFO] [stdout] 1147 | GlusterCliLogRotate = 16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetspec` [INFO] [stdout] --> src/rpc.rs:1148:5 [INFO] [stdout] | [INFO] [stdout] 1148 | GlusterCliGetspec = 17, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliPmapPortbybrick` [INFO] [stdout] --> src/rpc.rs:1149:5 [INFO] [stdout] | [INFO] [stdout] 1149 | GlusterCliPmapPortbybrick = 18, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSyncVolume` [INFO] [stdout] --> src/rpc.rs:1150:5 [INFO] [stdout] | [INFO] [stdout] 1150 | GlusterCliSyncVolume = 19, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliResetVolume` [INFO] [stdout] --> src/rpc.rs:1151:5 [INFO] [stdout] | [INFO] [stdout] 1151 | GlusterCliResetVolume = 20, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliFsmLog` [INFO] [stdout] --> src/rpc.rs:1152:5 [INFO] [stdout] | [INFO] [stdout] 1152 | GlusterCliFsmLog = 21, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGsyncSet` [INFO] [stdout] --> src/rpc.rs:1153:5 [INFO] [stdout] | [INFO] [stdout] 1153 | GlusterCliGsyncSet = 22, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliProfileVolume` [INFO] [stdout] --> src/rpc.rs:1154:5 [INFO] [stdout] | [INFO] [stdout] 1154 | GlusterCliProfileVolume = 23, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliQuota` [INFO] [stdout] --> src/rpc.rs:1155:5 [INFO] [stdout] | [INFO] [stdout] 1155 | GlusterCliQuota = 24, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliTopVolume` [INFO] [stdout] --> src/rpc.rs:1156:5 [INFO] [stdout] | [INFO] [stdout] 1156 | GlusterCliTopVolume = 25, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetwd` [INFO] [stdout] --> src/rpc.rs:1157:5 [INFO] [stdout] | [INFO] [stdout] 1157 | GlusterCliGetwd = 26, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStatusVolume` [INFO] [stdout] --> src/rpc.rs:1158:5 [INFO] [stdout] | [INFO] [stdout] 1158 | GlusterCliStatusVolume = 27, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStatusAll` [INFO] [stdout] --> src/rpc.rs:1159:5 [INFO] [stdout] | [INFO] [stdout] 1159 | GlusterCliStatusAll = 28, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliMount` [INFO] [stdout] --> src/rpc.rs:1160:5 [INFO] [stdout] | [INFO] [stdout] 1160 | GlusterCliMount = 29, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliUmount` [INFO] [stdout] --> src/rpc.rs:1161:5 [INFO] [stdout] | [INFO] [stdout] 1161 | GlusterCliUmount = 30, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliHealVolume` [INFO] [stdout] --> src/rpc.rs:1162:5 [INFO] [stdout] | [INFO] [stdout] 1162 | GlusterCliHealVolume = 31, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliStatedumpVolume` [INFO] [stdout] --> src/rpc.rs:1163:5 [INFO] [stdout] | [INFO] [stdout] 1163 | GlusterCliStatedumpVolume = 32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliListVolume` [INFO] [stdout] --> src/rpc.rs:1164:5 [INFO] [stdout] | [INFO] [stdout] 1164 | GlusterCliListVolume = 33, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliClrlocksVolume` [INFO] [stdout] --> src/rpc.rs:1165:5 [INFO] [stdout] | [INFO] [stdout] 1165 | GlusterCliClrlocksVolume = 34, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliUuidReset` [INFO] [stdout] --> src/rpc.rs:1166:5 [INFO] [stdout] | [INFO] [stdout] 1166 | GlusterCliUuidReset = 35, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliUuidGet` [INFO] [stdout] --> src/rpc.rs:1167:5 [INFO] [stdout] | [INFO] [stdout] 1167 | GlusterCliUuidGet = 36, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliCopyFile` [INFO] [stdout] --> src/rpc.rs:1168:5 [INFO] [stdout] | [INFO] [stdout] 1168 | GlusterCliCopyFile = 37, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSysExec` [INFO] [stdout] --> src/rpc.rs:1169:5 [INFO] [stdout] | [INFO] [stdout] 1169 | GlusterCliSysExec = 38, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliSnap` [INFO] [stdout] --> src/rpc.rs:1170:5 [INFO] [stdout] | [INFO] [stdout] 1170 | GlusterCliSnap = 39, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliBarrierVolume` [INFO] [stdout] --> src/rpc.rs:1171:5 [INFO] [stdout] | [INFO] [stdout] 1171 | GlusterCliBarrierVolume = 40, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGetVolOpt` [INFO] [stdout] --> src/rpc.rs:1172:5 [INFO] [stdout] | [INFO] [stdout] 1172 | GlusterCliGetVolOpt = 41, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliGanesha` [INFO] [stdout] --> src/rpc.rs:1173:5 [INFO] [stdout] | [INFO] [stdout] 1173 | GlusterCliGanesha = 42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliBitrot` [INFO] [stdout] --> src/rpc.rs:1174:5 [INFO] [stdout] | [INFO] [stdout] 1174 | GlusterCliBitrot = 43, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliAttachTier` [INFO] [stdout] --> src/rpc.rs:1175:5 [INFO] [stdout] | [INFO] [stdout] 1175 | GlusterCliAttachTier = 44, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliDetachTier` [INFO] [stdout] --> src/rpc.rs:1176:5 [INFO] [stdout] | [INFO] [stdout] 1176 | GlusterCliDetachTier = 45, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: variant is never constructed: `GlusterCliMaxvalue` [INFO] [stdout] --> src/rpc.rs:1177:5 [INFO] [stdout] | [INFO] [stdout] 1177 | GlusterCliMaxvalue = 46, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/rpc.rs:1129:10 [INFO] [stdout] | [INFO] [stdout] 1129 | #[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: function is never used: `parse_volume_info2` [INFO] [stdout] --> src/volume.rs:482:4 [INFO] [stdout] | [INFO] [stdout] 482 | fn parse_volume_info2(volume: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 73 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.69s [INFO] running `Command { std: "docker" "inspect" "03ec9148892d472ff73295e5fac74717872c892e3d2e0ddc0135220c050a637b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03ec9148892d472ff73295e5fac74717872c892e3d2e0ddc0135220c050a637b", kill_on_drop: false }` [INFO] [stdout] 03ec9148892d472ff73295e5fac74717872c892e3d2e0ddc0135220c050a637b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] aeed2f91ea919909c21a8d4cbd37953b03ee1540ae3df12f22f863f1bc8349f4 [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" "aeed2f91ea919909c21a8d4cbd37953b03ee1540ae3df12f22f863f1bc8349f4", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/rpc.rs:283:24 [INFO] [stderr] | [INFO] [stderr] 283 | fn unpack(&mut T) -> Result [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:825:51 [INFO] [stderr] | [INFO] [stderr] 825 | GlusterError::IoError(ref err) => err.description().to_string(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:826:57 [INFO] [stderr] | [INFO] [stderr] 826 | GlusterError::FromUtf8Error(ref err) => err.description().to_string(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:827:54 [INFO] [stderr] | [INFO] [stderr] 827 | GlusterError::ParseError(ref err) => err.description().to_string(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:828:58 [INFO] [stderr] | [INFO] [stderr] 828 | GlusterError::AddrParseError(ref err) => err.description().to_string(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:829:57 [INFO] [stderr] | [INFO] [stderr] 829 | GlusterError::ParseIntError(ref err) => err.description().to_string(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:830:56 [INFO] [stderr] | [INFO] [stderr] 830 | GlusterError::ParseBoolErr(ref err) => err.description().to_string(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:831:54 [INFO] [stderr] | [INFO] [stderr] 831 | GlusterError::RegexError(ref err) => err.description().to_string(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:833:54 [INFO] [stderr] | [INFO] [stderr] 833 | GlusterError::SerdeError(ref err) => err.description().to_string(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1026:41 [INFO] [stderr] | [INFO] [stderr] 1026 | let trimmed = output_str.trim().trim_right_matches('.'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1061:21 [INFO] [stderr] | [INFO] [stderr] 1061 | match value.trim_right_matches("PB").parse::() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1066:21 [INFO] [stderr] | [INFO] [stderr] 1066 | match value.trim_right_matches("TB").parse::() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1071:21 [INFO] [stderr] | [INFO] [stderr] 1071 | match value.trim_right_matches("GB").parse::() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1076:21 [INFO] [stderr] | [INFO] [stderr] 1076 | match value.trim_right_matches("MB").parse::() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1081:21 [INFO] [stderr] | [INFO] [stderr] 1081 | match value.trim_right_matches("KB").parse::() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_right_matches`: superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:1086:21 [INFO] [stderr] | [INFO] [stderr] 1086 | match value.trim_right_matches("Bytes").parse::() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `to_string` [INFO] [stderr] --> src/fop.rs:144:8 [INFO] [stderr] | [INFO] [stderr] 144 | fn to_string(&self) -> String { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parse_fop_sample` [INFO] [stderr] --> src/fop.rs:233:4 [INFO] [stderr] | [INFO] [stderr] 233 | fn parse_fop_sample(input: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `GLUSTER_CLI_PROGRAM_NUMBER` [INFO] [stderr] --> src/rpc.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | pub const GLUSTER_CLI_PROGRAM_NUMBER: i32 = 1_238_463; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `pack_cli_callheader` [INFO] [stderr] --> src/rpc.rs:874:8 [INFO] [stderr] | [INFO] [stderr] 874 | pub fn pack_cli_callheader( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `htonl` [INFO] [stderr] --> src/rpc.rs:914:4 [INFO] [stderr] | [INFO] [stderr] 914 | fn htonl(_num: u32) -> u32 { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_fragment` [INFO] [stderr] --> src/rpc.rs:1055:8 [INFO] [stderr] | [INFO] [stderr] 1055 | pub fn print_fragment(frag: &[u8]) { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `GlusterAggregatorNull` [INFO] [stderr] --> src/rpc.rs:1121:5 [INFO] [stderr] | [INFO] [stderr] 1121 | GlusterAggregatorNull = 0, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1119:10 [INFO] [stderr] | [INFO] [stderr] 1119 | #[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: variant is never constructed: `GlusterAggregatorLookup` [INFO] [stderr] --> src/rpc.rs:1122:5 [INFO] [stderr] | [INFO] [stderr] 1122 | GlusterAggregatorLookup = 1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1119:10 [INFO] [stderr] | [INFO] [stderr] 1119 | #[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: variant is never constructed: `GlusterAggregatorMaxvalue` [INFO] [stderr] --> src/rpc.rs:1124:5 [INFO] [stderr] | [INFO] [stderr] 1124 | GlusterAggregatorMaxvalue = 3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterAggregatorCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1119:10 [INFO] [stderr] | [INFO] [stderr] 1119 | #[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: variant is never constructed: `GlusterCliNull` [INFO] [stderr] --> src/rpc.rs:1131:5 [INFO] [stderr] | [INFO] [stderr] 1131 | GlusterCliNull = 0, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliProbe` [INFO] [stderr] --> src/rpc.rs:1132:5 [INFO] [stderr] | [INFO] [stderr] 1132 | GlusterCliProbe = 1, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliDeprobe` [INFO] [stderr] --> src/rpc.rs:1133:5 [INFO] [stderr] | [INFO] [stderr] 1133 | GlusterCliDeprobe = 2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliListFriends` [INFO] [stderr] --> src/rpc.rs:1134:5 [INFO] [stderr] | [INFO] [stderr] 1134 | GlusterCliListFriends = 3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliCreateVolume` [INFO] [stderr] --> src/rpc.rs:1135:5 [INFO] [stderr] | [INFO] [stderr] 1135 | GlusterCliCreateVolume = 4, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliGetVolume` [INFO] [stderr] --> src/rpc.rs:1136:5 [INFO] [stderr] | [INFO] [stderr] 1136 | GlusterCliGetVolume = 5, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliGetNextVolume` [INFO] [stderr] --> src/rpc.rs:1137:5 [INFO] [stderr] | [INFO] [stderr] 1137 | GlusterCliGetNextVolume = 6, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliDeleteVolume` [INFO] [stderr] --> src/rpc.rs:1138:5 [INFO] [stderr] | [INFO] [stderr] 1138 | GlusterCliDeleteVolume = 7, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliStartVolume` [INFO] [stderr] --> src/rpc.rs:1139:5 [INFO] [stderr] | [INFO] [stderr] 1139 | GlusterCliStartVolume = 8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliStopVolume` [INFO] [stderr] --> src/rpc.rs:1140:5 [INFO] [stderr] | [INFO] [stderr] 1140 | GlusterCliStopVolume = 9, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliRenameVolume` [INFO] [stderr] --> src/rpc.rs:1141:5 [INFO] [stderr] | [INFO] [stderr] 1141 | GlusterCliRenameVolume = 10, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliDefragVolume` [INFO] [stderr] --> src/rpc.rs:1142:5 [INFO] [stderr] | [INFO] [stderr] 1142 | GlusterCliDefragVolume = 11, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliSetVolume` [INFO] [stderr] --> src/rpc.rs:1143:5 [INFO] [stderr] | [INFO] [stderr] 1143 | GlusterCliSetVolume = 12, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliAddBrick` [INFO] [stderr] --> src/rpc.rs:1144:5 [INFO] [stderr] | [INFO] [stderr] 1144 | GlusterCliAddBrick = 13, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliRemoveBrick` [INFO] [stderr] --> src/rpc.rs:1145:5 [INFO] [stderr] | [INFO] [stderr] 1145 | GlusterCliRemoveBrick = 14, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliBrick` [INFO] [stderr] --> src/rpc.rs:1146:5 [INFO] [stderr] | [INFO] [stderr] 1146 | GlusterCliBrick = 15, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliLogRotate` [INFO] [stderr] --> src/rpc.rs:1147:5 [INFO] [stderr] | [INFO] [stderr] 1147 | GlusterCliLogRotate = 16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliGetspec` [INFO] [stderr] --> src/rpc.rs:1148:5 [INFO] [stderr] | [INFO] [stderr] 1148 | GlusterCliGetspec = 17, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliPmapPortbybrick` [INFO] [stderr] --> src/rpc.rs:1149:5 [INFO] [stderr] | [INFO] [stderr] 1149 | GlusterCliPmapPortbybrick = 18, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliSyncVolume` [INFO] [stderr] --> src/rpc.rs:1150:5 [INFO] [stderr] | [INFO] [stderr] 1150 | GlusterCliSyncVolume = 19, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliResetVolume` [INFO] [stderr] --> src/rpc.rs:1151:5 [INFO] [stderr] | [INFO] [stderr] 1151 | GlusterCliResetVolume = 20, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliFsmLog` [INFO] [stderr] --> src/rpc.rs:1152:5 [INFO] [stderr] | [INFO] [stderr] 1152 | GlusterCliFsmLog = 21, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliGsyncSet` [INFO] [stderr] --> src/rpc.rs:1153:5 [INFO] [stderr] | [INFO] [stderr] 1153 | GlusterCliGsyncSet = 22, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliProfileVolume` [INFO] [stderr] --> src/rpc.rs:1154:5 [INFO] [stderr] | [INFO] [stderr] 1154 | GlusterCliProfileVolume = 23, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliQuota` [INFO] [stderr] --> src/rpc.rs:1155:5 [INFO] [stderr] | [INFO] [stderr] 1155 | GlusterCliQuota = 24, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliTopVolume` [INFO] [stderr] --> src/rpc.rs:1156:5 [INFO] [stderr] | [INFO] [stderr] 1156 | GlusterCliTopVolume = 25, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliGetwd` [INFO] [stderr] --> src/rpc.rs:1157:5 [INFO] [stderr] | [INFO] [stderr] 1157 | GlusterCliGetwd = 26, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliStatusVolume` [INFO] [stderr] --> src/rpc.rs:1158:5 [INFO] [stderr] | [INFO] [stderr] 1158 | GlusterCliStatusVolume = 27, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliStatusAll` [INFO] [stderr] --> src/rpc.rs:1159:5 [INFO] [stderr] | [INFO] [stderr] 1159 | GlusterCliStatusAll = 28, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliMount` [INFO] [stderr] --> src/rpc.rs:1160:5 [INFO] [stderr] | [INFO] [stderr] 1160 | GlusterCliMount = 29, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliUmount` [INFO] [stderr] --> src/rpc.rs:1161:5 [INFO] [stderr] | [INFO] [stderr] 1161 | GlusterCliUmount = 30, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliHealVolume` [INFO] [stderr] --> src/rpc.rs:1162:5 [INFO] [stderr] | [INFO] [stderr] 1162 | GlusterCliHealVolume = 31, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliStatedumpVolume` [INFO] [stderr] --> src/rpc.rs:1163:5 [INFO] [stderr] | [INFO] [stderr] 1163 | GlusterCliStatedumpVolume = 32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliListVolume` [INFO] [stderr] --> src/rpc.rs:1164:5 [INFO] [stderr] | [INFO] [stderr] 1164 | GlusterCliListVolume = 33, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliClrlocksVolume` [INFO] [stderr] --> src/rpc.rs:1165:5 [INFO] [stderr] | [INFO] [stderr] 1165 | GlusterCliClrlocksVolume = 34, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliUuidReset` [INFO] [stderr] --> src/rpc.rs:1166:5 [INFO] [stderr] | [INFO] [stderr] 1166 | GlusterCliUuidReset = 35, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliUuidGet` [INFO] [stderr] --> src/rpc.rs:1167:5 [INFO] [stderr] | [INFO] [stderr] 1167 | GlusterCliUuidGet = 36, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliCopyFile` [INFO] [stderr] --> src/rpc.rs:1168:5 [INFO] [stderr] | [INFO] [stderr] 1168 | GlusterCliCopyFile = 37, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliSysExec` [INFO] [stderr] --> src/rpc.rs:1169:5 [INFO] [stderr] | [INFO] [stderr] 1169 | GlusterCliSysExec = 38, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliSnap` [INFO] [stderr] --> src/rpc.rs:1170:5 [INFO] [stderr] | [INFO] [stderr] 1170 | GlusterCliSnap = 39, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliBarrierVolume` [INFO] [stderr] --> src/rpc.rs:1171:5 [INFO] [stderr] | [INFO] [stderr] 1171 | GlusterCliBarrierVolume = 40, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliGetVolOpt` [INFO] [stderr] --> src/rpc.rs:1172:5 [INFO] [stderr] | [INFO] [stderr] 1172 | GlusterCliGetVolOpt = 41, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliGanesha` [INFO] [stderr] --> src/rpc.rs:1173:5 [INFO] [stderr] | [INFO] [stderr] 1173 | GlusterCliGanesha = 42, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliBitrot` [INFO] [stderr] --> src/rpc.rs:1174:5 [INFO] [stderr] | [INFO] [stderr] 1174 | GlusterCliBitrot = 43, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliAttachTier` [INFO] [stderr] --> src/rpc.rs:1175:5 [INFO] [stderr] | [INFO] [stderr] 1175 | GlusterCliAttachTier = 44, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliDetachTier` [INFO] [stderr] --> src/rpc.rs:1176:5 [INFO] [stderr] | [INFO] [stderr] 1176 | GlusterCliDetachTier = 45, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: variant is never constructed: `GlusterCliMaxvalue` [INFO] [stderr] --> src/rpc.rs:1177:5 [INFO] [stderr] | [INFO] [stderr] 1177 | GlusterCliMaxvalue = 46, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlusterCliCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/rpc.rs:1129:10 [INFO] [stderr] | [INFO] [stderr] 1129 | #[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: function is never used: `parse_volume_info2` [INFO] [stderr] --> src/volume.rs:482:4 [INFO] [stderr] | [INFO] [stderr] 482 | fn parse_volume_info2(volume: &str) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `self::unix_socket::UnixStream` [INFO] [stderr] --> src/rpc.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | use self::unix_socket::UnixStream; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> src/rpc.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fs::File` [INFO] [stderr] --> src/volume.rs:293:9 [INFO] [stderr] | [INFO] [stderr] 293 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Read` [INFO] [stderr] --> src/volume.rs:294:9 [INFO] [stderr] | [INFO] [stderr] 294 | use std::io::Read; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `gluster` (lib) generated 73 warnings [INFO] [stderr] warning: `gluster` (lib test) generated 73 warnings (69 duplicates) [INFO] [stderr] warning: unused import: `gluster::*` [INFO] [stderr] --> tests/gluster.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use gluster::*; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `gluster` (test "gluster") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/gluster-a42d9a6175821c59) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test fop::test_parse_fop_sample ... ok [INFO] [stdout] test volume::test_parse_volume_info_xml ... ok [INFO] [stdout] test volume::test_parse_volume_info2 ... ok [INFO] [stdout] test rpc::tests::serialize_dictionary_test ... ok [INFO] [stdout] test rpc::tests::list_quota ... ok [INFO] [stdout] test volume::test_parse_volume_info ... ok [INFO] [stdout] test rpc::tests::list_peers ... ok [INFO] [stdout] test volume::test_quota_list ... ok [INFO] [stdout] test volume::test_parse_volume_status ... ok [INFO] [stdout] test peer::test_parse_peer_status ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s [INFO] [stdout] [INFO] [stderr] Running tests/gluster.rs (/opt/rustwide/target/debug/deps/gluster-64ecce589d3c0975) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_translate_to_bytes ... ok [INFO] [stdout] test test_read_fop_stats ... ok [INFO] [stdout] test test_get_local_ip ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_get_local_ip stdout ---- [INFO] [stdout] thread 'test_get_local_ip' panicked at 'index out of bounds: the len is 0 but the index is 2', src/lib.rs:984:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x565284e4a24c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x565284e4a24c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x565284e4a24c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x565284e4a24c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x565284e7144c - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x565284e44148 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x565284e4c797 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x565284e4c797 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x565284e4c797 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x565284e4c4cb - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x565284e4ceea - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x565284e4cbd7 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x565284e4a714 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x565284e4c8e9 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x565284db3133 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x565284db3072 - core::panicking::panic_bounds_check::hd976f7e70f6853b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:85:5 [INFO] [stdout] 16: 0x565284e035ae - >::index::h67c73c50a8eb9f40 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/slice/index.rs:189:10 [INFO] [stdout] 17: 0x565284e03377 - core::slice::index:: for [T]>::index::h4f46d8bd493c06f7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/slice/index.rs:15:9 [INFO] [stdout] 18: 0x565284df92c9 - as core::ops::index::Index>::index::h72df757bf5293538 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/vec/mod.rs:2531:9 [INFO] [stdout] 19: 0x565284dfa2d7 - gluster::get_local_ip::h9918de78c8dca912 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:984:9 [INFO] [stdout] 20: 0x565284db47c2 - gluster::test_get_local_ip::hd1d4d208616d2c80 [INFO] [stdout] at /opt/rustwide/workdir/tests/gluster.rs:58:18 [INFO] [stdout] 21: 0x565284db479a - gluster::test_get_local_ip::{{closure}}::h96b7cc6de2e1f626 [INFO] [stdout] at /opt/rustwide/workdir/tests/gluster.rs:57:1 [INFO] [stdout] 22: 0x565284db540e - core::ops::function::FnOnce::call_once::hf75a8e077125c2ff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x565284de1853 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 24: 0x565284de1853 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 25: 0x565284de0581 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 26: 0x565284de0581 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 27: 0x565284de0581 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 28: 0x565284de0581 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 29: 0x565284de0581 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 30: 0x565284de0581 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 31: 0x565284de0581 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 32: 0x565284de9e61 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 33: 0x565284de9e61 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 34: 0x565284db65bf - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 35: 0x565284db65bf - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 36: 0x565284db65bf - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 37: 0x565284db65bf - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 38: 0x565284db65bf - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 39: 0x565284db65bf - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 40: 0x565284db65bf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 41: 0x565284e52e93 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 42: 0x565284e52e93 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 43: 0x565284e52e93 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 44: 0x7f8696c01609 - start_thread [INFO] [stdout] 45: 0x7f86969d3293 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_get_local_ip [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test gluster' [INFO] running `Command { std: "docker" "inspect" "aeed2f91ea919909c21a8d4cbd37953b03ee1540ae3df12f22f863f1bc8349f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aeed2f91ea919909c21a8d4cbd37953b03ee1540ae3df12f22f863f1bc8349f4", kill_on_drop: false }` [INFO] [stdout] aeed2f91ea919909c21a8d4cbd37953b03ee1540ae3df12f22f863f1bc8349f4