[INFO] fetching crate easybuffers 2.0.2... [INFO] testing easybuffers-2.0.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate easybuffers 2.0.2 into /workspace/builds/worker-17/source [INFO] validating manifest of crates.io crate easybuffers 2.0.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate easybuffers 2.0.2 [INFO] finished tweaking crates.io crate easybuffers 2.0.2 [INFO] tweaked toml for crates.io crate easybuffers 2.0.2 written to /workspace/builds/worker-17/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2321170a61ff4b40c0a188e682c265b0308dd48db4b09389a81006544bd13faf [INFO] running `Command { std: "docker" "start" "-a" "2321170a61ff4b40c0a188e682c265b0308dd48db4b09389a81006544bd13faf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2321170a61ff4b40c0a188e682c265b0308dd48db4b09389a81006544bd13faf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2321170a61ff4b40c0a188e682c265b0308dd48db4b09389a81006544bd13faf", kill_on_drop: false }` [INFO] [stdout] 2321170a61ff4b40c0a188e682c265b0308dd48db4b09389a81006544bd13faf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 476644c9c4daa46dd0f1ea0dac1b37a5aa8fe58699ef92b6b08a7a1c2c7ae934 [INFO] running `Command { std: "docker" "start" "-a" "476644c9c4daa46dd0f1ea0dac1b37a5aa8fe58699ef92b6b08a7a1c2c7ae934", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling easybuffers v2.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Hasher` [INFO] [stdout] --> src/helper.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use std::hash::{Hash, Hasher}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:248:51 [INFO] [stdout] | [INFO] [stdout] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:248:70 [INFO] [stdout] | [INFO] [stdout] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:248:87 [INFO] [stdout] | [INFO] [stdout] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:279:51 [INFO] [stdout] | [INFO] [stdout] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:279:70 [INFO] [stdout] | [INFO] [stdout] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:279:87 [INFO] [stdout] | [INFO] [stdout] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:299:51 [INFO] [stdout] | [INFO] [stdout] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:299:70 [INFO] [stdout] | [INFO] [stdout] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:299:87 [INFO] [stdout] | [INFO] [stdout] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:322:51 [INFO] [stdout] | [INFO] [stdout] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:322:70 [INFO] [stdout] | [INFO] [stdout] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:322:87 [INFO] [stdout] | [INFO] [stdout] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:353:51 [INFO] [stdout] | [INFO] [stdout] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:353:70 [INFO] [stdout] | [INFO] [stdout] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:353:87 [INFO] [stdout] | [INFO] [stdout] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:411:51 [INFO] [stdout] | [INFO] [stdout] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:411:70 [INFO] [stdout] | [INFO] [stdout] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:411:87 [INFO] [stdout] | [INFO] [stdout] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:433:51 [INFO] [stdout] | [INFO] [stdout] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:433:70 [INFO] [stdout] | [INFO] [stdout] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:433:87 [INFO] [stdout] | [INFO] [stdout] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:458:51 [INFO] [stdout] | [INFO] [stdout] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:458:70 [INFO] [stdout] | [INFO] [stdout] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:458:87 [INFO] [stdout] | [INFO] [stdout] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:489:51 [INFO] [stdout] | [INFO] [stdout] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:489:70 [INFO] [stdout] | [INFO] [stdout] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:489:87 [INFO] [stdout] | [INFO] [stdout] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:659:51 [INFO] [stdout] | [INFO] [stdout] 659 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:659:70 [INFO] [stdout] | [INFO] [stdout] 659 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> Vec { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:751:51 [INFO] [stdout] | [INFO] [stdout] 751 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> HashMap { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:751:70 [INFO] [stdout] | [INFO] [stdout] 751 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> HashMap { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/helper.rs:793:18 [INFO] [stdout] | [INFO] [stdout] 793 | for (key,mut value) in self.iter_mut() { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.52s [INFO] running `Command { std: "docker" "inspect" "476644c9c4daa46dd0f1ea0dac1b37a5aa8fe58699ef92b6b08a7a1c2c7ae934", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "476644c9c4daa46dd0f1ea0dac1b37a5aa8fe58699ef92b6b08a7a1c2c7ae934", kill_on_drop: false }` [INFO] [stdout] 476644c9c4daa46dd0f1ea0dac1b37a5aa8fe58699ef92b6b08a7a1c2c7ae934 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa7fc6a7c12a8532f21e82f8c0a23aa6334a8bc56d6a23f4f452078a8bdf107d [INFO] running `Command { std: "docker" "start" "-a" "fa7fc6a7c12a8532f21e82f8c0a23aa6334a8bc56d6a23f4f452078a8bdf107d", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `Hasher` [INFO] [stdout] --> src/helper.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use std::hash::{Hash, Hasher}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:248:51 [INFO] [stdout] | [INFO] [stdout] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:248:70 [INFO] [stdout] | [INFO] [stdout] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:248:87 [INFO] [stdout] | [INFO] [stdout] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:279:51 [INFO] [stdout] | [INFO] [stdout] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:279:70 [INFO] [stdout] | [INFO] [stdout] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:279:87 [INFO] [stdout] | [INFO] [stdout] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:299:51 [INFO] [stdout] | [INFO] [stdout] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:299:70 [INFO] [stdout] | [INFO] [stdout] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:299:87 [INFO] [stdout] | [INFO] [stdout] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:322:51 [INFO] [stdout] | [INFO] [stdout] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:322:70 [INFO] [stdout] | [INFO] [stdout] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:322:87 [INFO] [stdout] | [INFO] [stdout] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:353:51 [INFO] [stdout] | [INFO] [stdout] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling easybuffers v2.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:353:70 [INFO] [stdout] | [INFO] [stdout] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:353:87 [INFO] [stdout] | [INFO] [stdout] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:411:51 [INFO] [stdout] | [INFO] [stdout] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:411:70 [INFO] [stdout] | [INFO] [stdout] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:411:87 [INFO] [stdout] | [INFO] [stdout] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:433:51 [INFO] [stdout] | [INFO] [stdout] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:433:70 [INFO] [stdout] | [INFO] [stdout] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:433:87 [INFO] [stdout] | [INFO] [stdout] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:458:51 [INFO] [stdout] | [INFO] [stdout] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:458:70 [INFO] [stdout] | [INFO] [stdout] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:458:87 [INFO] [stdout] | [INFO] [stdout] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:489:51 [INFO] [stdout] | [INFO] [stdout] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:489:70 [INFO] [stdout] | [INFO] [stdout] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:489:87 [INFO] [stdout] | [INFO] [stdout] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:659:51 [INFO] [stdout] | [INFO] [stdout] 659 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:659:70 [INFO] [stdout] | [INFO] [stdout] 659 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> Vec { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:751:51 [INFO] [stdout] | [INFO] [stdout] 751 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> HashMap { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:751:70 [INFO] [stdout] | [INFO] [stdout] 751 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> HashMap { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/helper.rs:793:18 [INFO] [stdout] | [INFO] [stdout] 793 | for (key,mut value) in self.iter_mut() { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessage_0` should have an upper camel case name [INFO] [stdout] --> examples/test_complex_macro.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct TestMessage_0 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessage0` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessageChild_0` should have an upper camel case name [INFO] [stdout] --> examples/test_complex_macro.rs:87:12 [INFO] [stdout] | [INFO] [stdout] 87 | pub struct TestMessageChild_0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessageChild_1` should have an upper camel case name [INFO] [stdout] --> examples/test_complex_macro.rs:111:8 [INFO] [stdout] | [INFO] [stdout] 111 | struct TestMessageChild_1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessageChild_2` should have an upper camel case name [INFO] [stdout] --> examples/test_complex_macro.rs:132:8 [INFO] [stdout] | [INFO] [stdout] 132 | struct TestMessageChild_2 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/test_simple.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/test_none.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/test_any_field.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessage_0` should have an upper camel case name [INFO] [stdout] --> examples/test_any_field.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct TestMessage_0 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessage0` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessageChild_0` should have an upper camel case name [INFO] [stdout] --> examples/test_any_field.rs:159:12 [INFO] [stdout] | [INFO] [stdout] 159 | pub struct TestMessageChild_0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessageChild_1` should have an upper camel case name [INFO] [stdout] --> examples/test_any_field.rs:251:8 [INFO] [stdout] | [INFO] [stdout] 251 | struct TestMessageChild_1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessageChild_2` should have an upper camel case name [INFO] [stdout] --> examples/test_any_field.rs:334:8 [INFO] [stdout] | [INFO] [stdout] 334 | struct TestMessageChild_2 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/test_complex.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessage_0` should have an upper camel case name [INFO] [stdout] --> examples/test_complex.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct TestMessage_0 { [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessage0` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessageChild_0` should have an upper camel case name [INFO] [stdout] --> examples/test_complex.rs:159:12 [INFO] [stdout] | [INFO] [stdout] 159 | pub struct TestMessageChild_0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessageChild_1` should have an upper camel case name [INFO] [stdout] --> examples/test_complex.rs:251:8 [INFO] [stdout] | [INFO] [stdout] 251 | struct TestMessageChild_1 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TestMessageChild_2` should have an upper camel case name [INFO] [stdout] --> examples/test_complex.rs:334:8 [INFO] [stdout] | [INFO] [stdout] 334 | struct TestMessageChild_2 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `test_instance` [INFO] [stdout] --> examples/test_none_macro.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | let test_instance:TestMessage = Default::default(); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_instance` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_none_macro.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_none_macro.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `de_instance` [INFO] [stdout] --> examples/test_none_macro.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | let de_instance = TestMessage::deserialize(&data, pivot, pivot, 0, &helper); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_de_instance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `test` [INFO] [stdout] --> examples/test_simple.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | let test = TestMessage::init(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_test` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_simple.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_simple.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 183 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> examples/test_simple.rs:57:51 [INFO] [stdout] | [INFO] [stdout] 57 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> examples/test_simple.rs:57:70 [INFO] [stdout] | [INFO] [stdout] 57 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_complex_macro.rs:170:21 [INFO] [stdout] | [INFO] [stdout] 170 | for i in 0..len { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_complex_macro.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `test_instance` [INFO] [stdout] --> examples/test_complex_macro.rs:205:9 [INFO] [stdout] | [INFO] [stdout] 205 | let test_instance = father_instance(); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_instance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_complex_macro.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `de_instance` [INFO] [stdout] --> examples/test_complex_macro.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | let de_instance = TestMessage_0::deserialize(&data, pivot, pivot, 0, &helper); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_de_instance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `test_instance` [INFO] [stdout] --> examples/test_none.rs:214:9 [INFO] [stdout] | [INFO] [stdout] 214 | let test_instance:TestMessage = Default::default(); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_instance` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_none.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_none.rs:227:9 [INFO] [stdout] | [INFO] [stdout] 227 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `de_instance` [INFO] [stdout] --> examples/test_none.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 230 | let de_instance = TestMessage::deserialize(&data, pivot, pivot, 0, &helper); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_de_instance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `print` [INFO] [stdout] --> examples/test_simple.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | fn print(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> examples/test_none.rs:31:51 [INFO] [stdout] | [INFO] [stdout] 31 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> examples/test_none.rs:31:70 [INFO] [stdout] | [INFO] [stdout] 31 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/test_complex_macro.rs:185:9 [INFO] [stdout] | [INFO] [stdout] 185 | let mut field_0 = vec![child_1_0, child_1_1, child_1_2]; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `test` [INFO] [stdout] --> examples/test_simple_macro.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | let test = TestMessage::init(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_test` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_simple_macro.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_simple_macro.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `print` [INFO] [stdout] --> examples/test_simple_macro.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | fn print(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `instance` [INFO] [stdout] --> examples/test_simple_macro.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | fn instance() -> TestMessage { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `instance` [INFO] [stdout] --> examples/test_complex_macro.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | fn instance() -> TestMessage_0 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `instance` [INFO] [stdout] --> examples/test_complex_macro.rs:95:8 [INFO] [stdout] | [INFO] [stdout] 95 | fn instance() -> TestMessageChild_0 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `instance` [INFO] [stdout] --> examples/test_complex_macro.rs:118:8 [INFO] [stdout] | [INFO] [stdout] 118 | fn instance() -> TestMessageChild_1 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `instance` [INFO] [stdout] --> examples/test_complex_macro.rs:138:8 [INFO] [stdout] | [INFO] [stdout] 138 | fn instance() -> TestMessageChild_2 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_complex.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 426 | for i in 0..len { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_complex.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `test_instance` [INFO] [stdout] --> examples/test_complex.rs:461:9 [INFO] [stdout] | [INFO] [stdout] 461 | let test_instance = father_instance(); [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_instance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_complex.rs:463:9 [INFO] [stdout] | [INFO] [stdout] 463 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `de_instance` [INFO] [stdout] --> examples/test_complex.rs:466:13 [INFO] [stdout] | [INFO] [stdout] 466 | let de_instance = TestMessage_0::deserialize(&data, pivot, pivot, 0, &helper); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_de_instance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> examples/test_complex.rs:48:51 [INFO] [stdout] | [INFO] [stdout] 48 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage_0 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> examples/test_complex.rs:48:70 [INFO] [stdout] | [INFO] [stdout] 48 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage_0 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> examples/test_complex.rs:215:51 [INFO] [stdout] | [INFO] [stdout] 215 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_0 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> examples/test_complex.rs:215:70 [INFO] [stdout] | [INFO] [stdout] 215 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_0 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> examples/test_complex.rs:304:51 [INFO] [stdout] | [INFO] [stdout] 304 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_1 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> examples/test_complex.rs:304:70 [INFO] [stdout] | [INFO] [stdout] 304 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_1 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> examples/test_complex.rs:382:51 [INFO] [stdout] | [INFO] [stdout] 382 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_2 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> examples/test_complex.rs:382:70 [INFO] [stdout] | [INFO] [stdout] 382 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_2 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_any_field.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 426 | for i in 0..len { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_any_field.rs:462:9 [INFO] [stdout] | [INFO] [stdout] 462 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `string` [INFO] [stdout] --> examples/test_any_field.rs:469:21 [INFO] [stdout] | [INFO] [stdout] 469 | let string = TestMessageChild_1::deserialize(&data, child, help, position, &helper); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_any_field.rs:479:9 [INFO] [stdout] | [INFO] [stdout] 479 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `string` [INFO] [stdout] --> examples/test_any_field.rs:486:21 [INFO] [stdout] | [INFO] [stdout] 486 | let string = bool::deserialize(&data, child, help, position, &helper); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> examples/test_any_field.rs:496:9 [INFO] [stdout] | [INFO] [stdout] 496 | for i in 0..1000000 { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `string` [INFO] [stdout] --> examples/test_any_field.rs:503:21 [INFO] [stdout] | [INFO] [stdout] 503 | let string = String::deserialize(&data, child, help, position, &helper); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_string` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> examples/test_any_field.rs:48:51 [INFO] [stdout] | [INFO] [stdout] 48 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage_0 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> examples/test_any_field.rs:48:70 [INFO] [stdout] | [INFO] [stdout] 48 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage_0 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> examples/test_any_field.rs:215:51 [INFO] [stdout] | [INFO] [stdout] 215 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_0 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> examples/test_any_field.rs:215:70 [INFO] [stdout] | [INFO] [stdout] 215 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_0 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> examples/test_any_field.rs:304:51 [INFO] [stdout] | [INFO] [stdout] 304 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_1 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> examples/test_any_field.rs:304:70 [INFO] [stdout] | [INFO] [stdout] 304 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_1 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> examples/test_any_field.rs:382:51 [INFO] [stdout] | [INFO] [stdout] 382 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_2 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> examples/test_any_field.rs:382:70 [INFO] [stdout] | [INFO] [stdout] 382 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_2 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/test_complex.rs:441:9 [INFO] [stdout] | [INFO] [stdout] 441 | let mut field_0 = vec![child_1_0, child_1_1, child_1_2]; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/test_any_field.rs:441:9 [INFO] [stdout] | [INFO] [stdout] 441 | let mut field_0 = vec![child_1_0, child_1_1, child_1_2]; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Hasher` [INFO] [stdout] --> src/helper.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use std::hash::{Hash, Hasher}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:248:51 [INFO] [stdout] | [INFO] [stdout] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:248:70 [INFO] [stdout] | [INFO] [stdout] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:248:87 [INFO] [stdout] | [INFO] [stdout] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:279:51 [INFO] [stdout] | [INFO] [stdout] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> examples/test_any_field.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | fn new( field_0: Vec, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:279:70 [INFO] [stdout] | [INFO] [stdout] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> examples/test_any_field.rs:170:8 [INFO] [stdout] | [INFO] [stdout] 170 | fn new( field_0: &str, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:279:87 [INFO] [stdout] | [INFO] [stdout] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> examples/test_any_field.rs:261:8 [INFO] [stdout] | [INFO] [stdout] 261 | fn new(field_2: Option) -> TestMessageChild_1 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> examples/test_any_field.rs:343:8 [INFO] [stdout] | [INFO] [stdout] 343 | fn new() -> TestMessageChild_2 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_child_2` [INFO] [stdout] --> examples/test_any_field.rs:406:4 [INFO] [stdout] | [INFO] [stdout] 406 | fn init_child_2() -> TestMessageChild_2 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:299:51 [INFO] [stdout] | [INFO] [stdout] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_child_0` [INFO] [stdout] --> examples/test_any_field.rs:409:4 [INFO] [stdout] | [INFO] [stdout] 409 | fn init_child_0(message: &str) -> TestMessageChild_0 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_child_1` [INFO] [stdout] --> examples/test_any_field.rs:412:4 [INFO] [stdout] | [INFO] [stdout] 412 | fn init_child_1(bool_value: Option) -> TestMessageChild_1 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_father` [INFO] [stdout] --> examples/test_any_field.rs:415:4 [INFO] [stdout] | [INFO] [stdout] 415 | fn init_father( field_0: Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `father_instance` [INFO] [stdout] --> examples/test_any_field.rs:437:4 [INFO] [stdout] | [INFO] [stdout] 437 | fn father_instance() -> TestMessage_0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:299:70 [INFO] [stdout] | [INFO] [stdout] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:299:87 [INFO] [stdout] | [INFO] [stdout] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:322:51 [INFO] [stdout] | [INFO] [stdout] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:322:70 [INFO] [stdout] | [INFO] [stdout] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:322:87 [INFO] [stdout] | [INFO] [stdout] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:353:51 [INFO] [stdout] | [INFO] [stdout] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:353:70 [INFO] [stdout] | [INFO] [stdout] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:353:87 [INFO] [stdout] | [INFO] [stdout] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:411:51 [INFO] [stdout] | [INFO] [stdout] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:411:70 [INFO] [stdout] | [INFO] [stdout] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:411:87 [INFO] [stdout] | [INFO] [stdout] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:433:51 [INFO] [stdout] | [INFO] [stdout] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:433:70 [INFO] [stdout] | [INFO] [stdout] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:433:87 [INFO] [stdout] | [INFO] [stdout] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:458:51 [INFO] [stdout] | [INFO] [stdout] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:458:70 [INFO] [stdout] | [INFO] [stdout] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:458:87 [INFO] [stdout] | [INFO] [stdout] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:489:51 [INFO] [stdout] | [INFO] [stdout] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:489:70 [INFO] [stdout] | [INFO] [stdout] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `helper` [INFO] [stdout] --> src/helper.rs:489:87 [INFO] [stdout] | [INFO] [stdout] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:659:51 [INFO] [stdout] | [INFO] [stdout] 659 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:659:70 [INFO] [stdout] | [INFO] [stdout] 659 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> Vec { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `help_pivot` [INFO] [stdout] --> src/helper.rs:751:51 [INFO] [stdout] | [INFO] [stdout] 751 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> HashMap { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `position` [INFO] [stdout] --> src/helper.rs:751:70 [INFO] [stdout] | [INFO] [stdout] 751 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> HashMap { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/helper.rs:793:18 [INFO] [stdout] | [INFO] [stdout] 793 | for (key,mut value) in self.iter_mut() { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 33 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `Command { std: "docker" "inspect" "fa7fc6a7c12a8532f21e82f8c0a23aa6334a8bc56d6a23f4f452078a8bdf107d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa7fc6a7c12a8532f21e82f8c0a23aa6334a8bc56d6a23f4f452078a8bdf107d", kill_on_drop: false }` [INFO] [stdout] fa7fc6a7c12a8532f21e82f8c0a23aa6334a8bc56d6a23f4f452078a8bdf107d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8ed1f95a7ecb9bc831c5a0293b71bd027da50d90f52c1abfcd1a77c04e0f2cd8 [INFO] running `Command { std: "docker" "start" "-a" "8ed1f95a7ecb9bc831c5a0293b71bd027da50d90f52c1abfcd1a77c04e0f2cd8", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `Hasher` [INFO] [stderr] --> src/helper.rs:2:23 [INFO] [stderr] | [INFO] [stderr] 2 | use std::hash::{Hash, Hasher}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> src/helper.rs:248:51 [INFO] [stderr] | [INFO] [stderr] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/helper.rs:248:70 [INFO] [stderr] | [INFO] [stderr] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `helper` [INFO] [stderr] --> src/helper.rs:248:87 [INFO] [stderr] | [INFO] [stderr] 248 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> bool { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> src/helper.rs:279:51 [INFO] [stderr] | [INFO] [stderr] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/helper.rs:279:70 [INFO] [stderr] | [INFO] [stderr] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `helper` [INFO] [stderr] --> src/helper.rs:279:87 [INFO] [stderr] | [INFO] [stderr] 279 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u8 { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> src/helper.rs:299:51 [INFO] [stderr] | [INFO] [stderr] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/helper.rs:299:70 [INFO] [stderr] | [INFO] [stderr] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `helper` [INFO] [stderr] --> src/helper.rs:299:87 [INFO] [stderr] | [INFO] [stderr] 299 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u16 { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> src/helper.rs:322:51 [INFO] [stderr] | [INFO] [stderr] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/helper.rs:322:70 [INFO] [stderr] | [INFO] [stderr] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `helper` [INFO] [stderr] --> src/helper.rs:322:87 [INFO] [stderr] | [INFO] [stderr] 322 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u32 { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> src/helper.rs:353:51 [INFO] [stderr] | [INFO] [stderr] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/helper.rs:353:70 [INFO] [stderr] | [INFO] [stderr] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `helper` [INFO] [stderr] --> src/helper.rs:353:87 [INFO] [stderr] | [INFO] [stderr] 353 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> u64 { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> src/helper.rs:411:51 [INFO] [stderr] | [INFO] [stderr] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/helper.rs:411:70 [INFO] [stderr] | [INFO] [stderr] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `helper` [INFO] [stderr] --> src/helper.rs:411:87 [INFO] [stderr] | [INFO] [stderr] 411 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i8 { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> src/helper.rs:433:51 [INFO] [stderr] | [INFO] [stderr] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/helper.rs:433:70 [INFO] [stderr] | [INFO] [stderr] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `helper` [INFO] [stderr] --> src/helper.rs:433:87 [INFO] [stderr] | [INFO] [stderr] 433 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i16 { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> src/helper.rs:458:51 [INFO] [stderr] | [INFO] [stderr] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/helper.rs:458:70 [INFO] [stderr] | [INFO] [stderr] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `helper` [INFO] [stderr] --> src/helper.rs:458:87 [INFO] [stderr] | [INFO] [stderr] 458 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i32 { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> src/helper.rs:489:51 [INFO] [stderr] | [INFO] [stderr] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/helper.rs:489:70 [INFO] [stderr] | [INFO] [stderr] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `helper` [INFO] [stderr] --> src/helper.rs:489:87 [INFO] [stderr] | [INFO] [stderr] 489 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> i64 { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_helper` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> src/helper.rs:659:51 [INFO] [stderr] | [INFO] [stderr] 659 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> Vec { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/helper.rs:659:70 [INFO] [stderr] | [INFO] [stderr] 659 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> Vec { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> src/helper.rs:751:51 [INFO] [stderr] | [INFO] [stderr] 751 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> HashMap { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> src/helper.rs:751:70 [INFO] [stderr] | [INFO] [stderr] 751 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> HashMap { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/helper.rs:793:18 [INFO] [stderr] | [INFO] [stderr] 793 | for (key,mut value) in self.iter_mut() { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `easybuffers` (lib) generated 33 warnings [INFO] [stderr] warning: unused variable: `test_instance` [INFO] [stderr] --> examples/test_none_macro.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | let test_instance:TestMessage = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_instance` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_none_macro.rs:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_none_macro.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `de_instance` [INFO] [stderr] --> examples/test_none_macro.rs:74:13 [INFO] [stderr] | [INFO] [stderr] 74 | let de_instance = TestMessage::deserialize(&data, pivot, pivot, 0, &helper); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_de_instance` [INFO] [stderr] [INFO] [stderr] warning: `easybuffers` (lib test) generated 33 warnings (33 duplicates) [INFO] [stderr] warning: `easybuffers` (example "test_none_macro") generated 4 warnings [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/test_complex.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `TestMessage_0` should have an upper camel case name [INFO] [stderr] --> examples/test_complex.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct TestMessage_0 { [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessage0` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `TestMessageChild_0` should have an upper camel case name [INFO] [stderr] --> examples/test_complex.rs:159:12 [INFO] [stderr] | [INFO] [stderr] 159 | pub struct TestMessageChild_0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild0` [INFO] [stderr] [INFO] [stderr] warning: type `TestMessageChild_1` should have an upper camel case name [INFO] [stderr] --> examples/test_complex.rs:251:8 [INFO] [stderr] | [INFO] [stderr] 251 | struct TestMessageChild_1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild1` [INFO] [stderr] [INFO] [stderr] warning: type `TestMessageChild_2` should have an upper camel case name [INFO] [stderr] --> examples/test_complex.rs:334:8 [INFO] [stderr] | [INFO] [stderr] 334 | struct TestMessageChild_2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_complex.rs:426:21 [INFO] [stderr] | [INFO] [stderr] 426 | for i in 0..len { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_complex.rs:451:9 [INFO] [stderr] | [INFO] [stderr] 451 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `test_instance` [INFO] [stderr] --> examples/test_complex.rs:461:9 [INFO] [stderr] | [INFO] [stderr] 461 | let test_instance = father_instance(); [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_instance` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_complex.rs:463:9 [INFO] [stderr] | [INFO] [stderr] 463 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `de_instance` [INFO] [stderr] --> examples/test_complex.rs:466:13 [INFO] [stderr] | [INFO] [stderr] 466 | let de_instance = TestMessage_0::deserialize(&data, pivot, pivot, 0, &helper); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_de_instance` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> examples/test_complex.rs:48:51 [INFO] [stderr] | [INFO] [stderr] 48 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage_0 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> examples/test_complex.rs:48:70 [INFO] [stderr] | [INFO] [stderr] 48 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage_0 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> examples/test_complex.rs:215:51 [INFO] [stderr] | [INFO] [stderr] 215 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_0 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> examples/test_complex.rs:215:70 [INFO] [stderr] | [INFO] [stderr] 215 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_0 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> examples/test_complex.rs:304:51 [INFO] [stderr] | [INFO] [stderr] 304 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_1 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> examples/test_complex.rs:304:70 [INFO] [stderr] | [INFO] [stderr] 304 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_1 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> examples/test_complex.rs:382:51 [INFO] [stderr] | [INFO] [stderr] 382 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_2 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> examples/test_complex.rs:382:70 [INFO] [stderr] | [INFO] [stderr] 382 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_2 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/test_complex.rs:441:9 [INFO] [stderr] | [INFO] [stderr] 441 | let mut field_0 = vec![child_1_0, child_1_1, child_1_2]; [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `TestMessage_0` should have an upper camel case name [INFO] [stderr] --> examples/test_complex_macro.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct TestMessage_0 { [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessage0` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `TestMessageChild_0` should have an upper camel case name [INFO] [stderr] --> examples/test_complex_macro.rs:87:12 [INFO] [stderr] | [INFO] [stderr] 87 | pub struct TestMessageChild_0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild0` [INFO] [stderr] [INFO] [stderr] warning: type `TestMessageChild_1` should have an upper camel case name [INFO] [stderr] --> examples/test_complex_macro.rs:111:8 [INFO] [stderr] | [INFO] [stderr] 111 | struct TestMessageChild_1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild1` [INFO] [stderr] [INFO] [stderr] warning: type `TestMessageChild_2` should have an upper camel case name [INFO] [stderr] --> examples/test_complex_macro.rs:132:8 [INFO] [stderr] | [INFO] [stderr] 132 | struct TestMessageChild_2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_complex_macro.rs:170:21 [INFO] [stderr] | [INFO] [stderr] 170 | for i in 0..len { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_complex_macro.rs:195:9 [INFO] [stderr] | [INFO] [stderr] 195 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `test_instance` [INFO] [stderr] --> examples/test_complex_macro.rs:205:9 [INFO] [stderr] | [INFO] [stderr] 205 | let test_instance = father_instance(); [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_instance` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_complex_macro.rs:207:9 [INFO] [stderr] | [INFO] [stderr] 207 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `de_instance` [INFO] [stderr] --> examples/test_complex_macro.rs:210:13 [INFO] [stderr] | [INFO] [stderr] 210 | let de_instance = TestMessage_0::deserialize(&data, pivot, pivot, 0, &helper); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_de_instance` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/test_complex_macro.rs:185:9 [INFO] [stderr] | [INFO] [stderr] 185 | let mut field_0 = vec![child_1_0, child_1_1, child_1_2]; [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `instance` [INFO] [stderr] --> examples/test_complex_macro.rs:22:8 [INFO] [stderr] | [INFO] [stderr] 22 | fn instance() -> TestMessage_0 { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `instance` [INFO] [stderr] --> examples/test_complex_macro.rs:95:8 [INFO] [stderr] | [INFO] [stderr] 95 | fn instance() -> TestMessageChild_0 { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `instance` [INFO] [stderr] --> examples/test_complex_macro.rs:118:8 [INFO] [stderr] | [INFO] [stderr] 118 | fn instance() -> TestMessageChild_1 { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `instance` [INFO] [stderr] --> examples/test_complex_macro.rs:138:8 [INFO] [stderr] | [INFO] [stderr] 138 | fn instance() -> TestMessageChild_2 { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/test_any_field.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `TestMessage_0` should have an upper camel case name [INFO] [stderr] --> examples/test_any_field.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct TestMessage_0 { [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessage0` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `TestMessageChild_0` should have an upper camel case name [INFO] [stderr] --> examples/test_any_field.rs:159:12 [INFO] [stderr] | [INFO] [stderr] 159 | pub struct TestMessageChild_0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild0` [INFO] [stderr] [INFO] [stderr] warning: type `TestMessageChild_1` should have an upper camel case name [INFO] [stderr] --> examples/test_any_field.rs:251:8 [INFO] [stderr] | [INFO] [stderr] 251 | struct TestMessageChild_1 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild1` [INFO] [stderr] [INFO] [stderr] warning: type `TestMessageChild_2` should have an upper camel case name [INFO] [stderr] --> examples/test_any_field.rs:334:8 [INFO] [stderr] | [INFO] [stderr] 334 | struct TestMessageChild_2 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TestMessageChild2` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_any_field.rs:426:21 [INFO] [stderr] | [INFO] [stderr] 426 | for i in 0..len { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_any_field.rs:462:9 [INFO] [stderr] | [INFO] [stderr] 462 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `string` [INFO] [stderr] --> examples/test_any_field.rs:469:21 [INFO] [stderr] | [INFO] [stderr] 469 | let string = TestMessageChild_1::deserialize(&data, child, help, position, &helper); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_string` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_any_field.rs:479:9 [INFO] [stderr] | [INFO] [stderr] 479 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `string` [INFO] [stderr] --> examples/test_any_field.rs:486:21 [INFO] [stderr] | [INFO] [stderr] 486 | let string = bool::deserialize(&data, child, help, position, &helper); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_string` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_any_field.rs:496:9 [INFO] [stderr] | [INFO] [stderr] 496 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `string` [INFO] [stderr] --> examples/test_any_field.rs:503:21 [INFO] [stderr] | [INFO] [stderr] 503 | let string = String::deserialize(&data, child, help, position, &helper); [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_string` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> examples/test_any_field.rs:48:51 [INFO] [stderr] | [INFO] [stderr] 48 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage_0 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> examples/test_any_field.rs:48:70 [INFO] [stderr] | [INFO] [stderr] 48 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage_0 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> examples/test_any_field.rs:215:51 [INFO] [stderr] | [INFO] [stderr] 215 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_0 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> examples/test_any_field.rs:215:70 [INFO] [stderr] | [INFO] [stderr] 215 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_0 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> examples/test_any_field.rs:304:51 [INFO] [stderr] | [INFO] [stderr] 304 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_1 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> examples/test_any_field.rs:304:70 [INFO] [stderr] | [INFO] [stderr] 304 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_1 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> examples/test_any_field.rs:382:51 [INFO] [stderr] | [INFO] [stderr] 382 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_2 { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> examples/test_any_field.rs:382:70 [INFO] [stderr] | [INFO] [stderr] 382 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessageChild_2 { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/test_any_field.rs:441:9 [INFO] [stderr] | [INFO] [stderr] 441 | let mut field_0 = vec![child_1_0, child_1_1, child_1_2]; [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> examples/test_any_field.rs:25:8 [INFO] [stderr] | [INFO] [stderr] 25 | fn new( field_0: Vec, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> examples/test_any_field.rs:170:8 [INFO] [stderr] | [INFO] [stderr] 170 | fn new( field_0: &str, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> examples/test_any_field.rs:261:8 [INFO] [stderr] | [INFO] [stderr] 261 | fn new(field_2: Option) -> TestMessageChild_1 { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> examples/test_any_field.rs:343:8 [INFO] [stderr] | [INFO] [stderr] 343 | fn new() -> TestMessageChild_2 { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `init_child_2` [INFO] [stderr] --> examples/test_any_field.rs:406:4 [INFO] [stderr] | [INFO] [stderr] 406 | fn init_child_2() -> TestMessageChild_2 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `init_child_0` [INFO] [stderr] --> examples/test_any_field.rs:409:4 [INFO] [stderr] | [INFO] [stderr] 409 | fn init_child_0(message: &str) -> TestMessageChild_0 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `init_child_1` [INFO] [stderr] --> examples/test_any_field.rs:412:4 [INFO] [stderr] | [INFO] [stderr] 412 | fn init_child_1(bool_value: Option) -> TestMessageChild_1 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `init_father` [INFO] [stderr] --> examples/test_any_field.rs:415:4 [INFO] [stderr] | [INFO] [stderr] 415 | fn init_father( field_0: Vec, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `father_instance` [INFO] [stderr] --> examples/test_any_field.rs:437:4 [INFO] [stderr] | [INFO] [stderr] 437 | fn father_instance() -> TestMessage_0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/test_simple.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `test` [INFO] [stderr] --> examples/test_simple.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | let test = TestMessage::init(); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_test` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_simple.rs:172:9 [INFO] [stderr] | [INFO] [stderr] 172 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_simple.rs:183:9 [INFO] [stderr] | [INFO] [stderr] 183 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> examples/test_simple.rs:57:51 [INFO] [stderr] | [INFO] [stderr] 57 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> examples/test_simple.rs:57:70 [INFO] [stderr] | [INFO] [stderr] 57 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `print` [INFO] [stderr] --> examples/test_simple.rs:22:8 [INFO] [stderr] | [INFO] [stderr] 22 | fn print(&mut self) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/test_none.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `test_instance` [INFO] [stderr] --> examples/test_none.rs:214:9 [INFO] [stderr] | [INFO] [stderr] 214 | let test_instance:TestMessage = Default::default(); [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_test_instance` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_none.rs:216:9 [INFO] [stderr] | [INFO] [stderr] 216 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_none.rs:227:9 [INFO] [stderr] | [INFO] [stderr] 227 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `de_instance` [INFO] [stderr] --> examples/test_none.rs:230:13 [INFO] [stderr] | [INFO] [stderr] 230 | let de_instance = TestMessage::deserialize(&data, pivot, pivot, 0, &helper); [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_de_instance` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `help_pivot` [INFO] [stderr] --> examples/test_none.rs:31:51 [INFO] [stderr] | [INFO] [stderr] 31 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage { [INFO] [stderr] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_help_pivot` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `position` [INFO] [stderr] --> examples/test_none.rs:31:70 [INFO] [stderr] | [INFO] [stderr] 31 | fn deserialize(bytes: &Vec, pivot: usize, help_pivot: usize, position: usize, helper: &HyperHelper) -> TestMessage { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_position` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `test` [INFO] [stderr] --> examples/test_simple_macro.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | let test = TestMessage::init(); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_test` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_simple_macro.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> examples/test_simple_macro.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | for i in 0..1000000 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `print` [INFO] [stderr] --> examples/test_simple_macro.rs:22:8 [INFO] [stderr] | [INFO] [stderr] 22 | fn print(&mut self) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `instance` [INFO] [stderr] --> examples/test_simple_macro.rs:37:8 [INFO] [stderr] | [INFO] [stderr] 37 | fn instance() -> TestMessage { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `easybuffers` (example "test_complex") generated 19 warnings [INFO] [stderr] warning: `easybuffers` (example "test_complex_macro") generated 14 warnings [INFO] [stderr] warning: `easybuffers` (example "test_any_field") generated 30 warnings [INFO] [stderr] warning: `easybuffers` (example "test_simple") generated 7 warnings [INFO] [stderr] warning: `easybuffers` (example "test_none") generated 7 warnings [INFO] [stderr] warning: `easybuffers` (example "test_simple_macro") generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/easybuffers-a874a3ed9f6b4a6f) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests easybuffers [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/helper.rs - helper::HyperHelper::any_field (line 136) ... FAILED [INFO] [stdout] test src/helper.rs - helper::realize_table (line 840) ... FAILED [INFO] [stdout] test src/helper.rs - helper::HyperHelper::push_pivot (line 117) ... FAILED [INFO] [stdout] test src/helper.rs - helper::HyperHelper::child_pivot (line 89) ... ok [INFO] [stdout] test src/helper.rs - helper::HyperHelper::new (line 56) ... ok [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stdout] test src/helper.rs - helper::HashMap (line 710) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/helper.rs - helper::HyperHelper::any_field (line 136) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `data` in this scope [INFO] [stdout] --> src/helper.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 12 | let res = bool::deserialize(&data, child, help, position, &helper); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `child` in this scope [INFO] [stdout] --> src/helper.rs:146:36 [INFO] [stdout] | [INFO] [stdout] 12 | let res = bool::deserialize(&data, child, help, position, &helper); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `help` in this scope [INFO] [stdout] --> src/helper.rs:146:43 [INFO] [stdout] | [INFO] [stdout] 12 | let res = bool::deserialize(&data, child, help, position, &helper); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `position` in this scope [INFO] [stdout] --> src/helper.rs:146:49 [INFO] [stdout] | [INFO] [stdout] 12 | let res = bool::deserialize(&data, child, help, position, &helper); [INFO] [stdout] | ^^^^^^^^ help: a local variable with a similar name exists: `pisition` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/helper.rs - helper::realize_table (line 840) stdout ---- [INFO] [stdout] error[E0468]: an `extern crate` loading macros must be at the crate root [INFO] [stdout] --> src/helper.rs:842:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate easybuffers; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `easybuffers`? [INFO] [stdout] --> src/helper.rs:845:5 [INFO] [stdout] | [INFO] [stdout] 7 | use easybuffers::helper::{ Table, HyperHelper }; [INFO] [stdout] | ^^^^^^^^^^^ maybe a missing crate `easybuffers`? [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HyperHelper` [INFO] [stdout] --> src/helper.rs:861:1 [INFO] [stdout] | [INFO] [stdout] 23 | / realize_table! { [INFO] [stdout] 24 | | 11, TestMessage { [INFO] [stdout] 25 | | field_0 : Option, [INFO] [stdout] 26 | | field_1 : Option, [INFO] [stdout] ... | [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ use of undeclared type `HyperHelper` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `realize_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Table` in this scope [INFO] [stdout] --> src/helper.rs:861:1 [INFO] [stdout] | [INFO] [stdout] 23 | / realize_table! { [INFO] [stdout] 24 | | 11, TestMessage { [INFO] [stdout] 25 | | field_0 : Option, [INFO] [stdout] 26 | | field_1 : Option, [INFO] [stdout] ... | [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `realize_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HyperHelper` in this scope [INFO] [stdout] --> src/helper.rs:861:1 [INFO] [stdout] | [INFO] [stdout] 23 | / realize_table! { [INFO] [stdout] 24 | | 11, TestMessage { [INFO] [stdout] 25 | | field_0 : Option, [INFO] [stdout] 26 | | field_1 : Option, [INFO] [stdout] ... | [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `realize_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HyperHelper` in this scope [INFO] [stdout] --> src/helper.rs:861:1 [INFO] [stdout] | [INFO] [stdout] 23 | / realize_table! { [INFO] [stdout] 24 | | 11, TestMessage { [INFO] [stdout] 25 | | field_0 : Option, [INFO] [stdout] 26 | | field_1 : Option, [INFO] [stdout] ... | [INFO] [stdout] 36 | | } [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `realize_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433, E0468. [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/helper.rs - helper::HyperHelper::push_pivot (line 117) stdout ---- [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/helper.rs:123:1 [INFO] [stdout] | [INFO] [stdout] 8 | HyperHelper::push_pivot(2, vec![255u8, 2, 0, 4, 0, 4, 0, 2, 255, 1, 255, 0, 7]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ - --------------------------------------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 3 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/helper.rs:126:12 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn push_pivot(filds: u8, table:&mut Vec, helper: &HyperHelper) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `Vec` with `{integer}` [INFO] [stdout] --> src/helper.rs:124:1 [INFO] [stdout] | [INFO] [stdout] 9 | assert_eq!(bytes, 11); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no implementation for `Vec == {integer}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `PartialEq<{integer}>` is not implemented for `Vec` [INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277. [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/helper.rs - helper::HashMap (line 710) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'attempt to multiply with overflow', src/helper.rs:494:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56139e9a331d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56139e9a331d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56139e9a331d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56139e9a331d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56139e9c003c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56139e9a0288 - std::io::Write::write_fmt::h70bc45872f37e7bb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56139e9a4fb7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56139e9a4fb7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56139e9a4fb7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56139e9a4c80 - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:314:9 [INFO] [stdout] 10: 0x56139e9a5709 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56139e9a53b9 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x56139e9a37e4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56139e9a5109 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56139e97d3b3 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56139e97d27d - core::panicking::panic::h4241c5ccea17faca [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x56139e98a26e - ::deserialize::h8a38f949c9fa86da [INFO] [stdout] at /opt/rustwide/workdir/src/helper.rs:494:13 [INFO] [stdout] 17: 0x56139e98a293 - ::deserialize::h9be3120bbb6332e8 [INFO] [stdout] at /opt/rustwide/workdir/src/helper.rs:521:9 [INFO] [stdout] 18: 0x56139e97fb87 - as easybuffers::helper::Table>::deserialize::h99ac8bddbfafa68d [INFO] [stdout] 19: 0x56139e97e659 - ::deserialize::h1834ee07e8bc7a38 [INFO] [stdout] 20: 0x56139e97e244 - rust_out::main::he239c4229bb09803 [INFO] [stdout] 21: 0x56139e97dc83 - core::ops::function::FnOnce::call_once::h13013349529417b5 [INFO] [stdout] 22: 0x56139e9876f9 - std::sys_common::backtrace::__rust_begin_short_backtrace::hf40d275ec09763ca [INFO] [stdout] 23: 0x56139e9876c9 - std::rt::lang_start::{{closure}}::h3f8eb3e9838506c6 [INFO] [stdout] 24: 0x56139e9a2a01 - core::ops::function::impls:: for &F>::call_once::hb7014f43484a8b4e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 25: 0x56139e9a2a01 - std::panicking::try::do_call::h7bc9dc436daeb8c7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x56139e9a2a01 - std::panicking::try::h653d68a27ff5f175 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x56139e9a2a01 - std::panic::catch_unwind::h9d739f9f59895e68 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x56139e9a2a01 - std::rt::lang_start_internal::{{closure}}::hf006f2bc7ce22bbe [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/rt.rs:128:48 [INFO] [stdout] 29: 0x56139e9a2a01 - std::panicking::try::do_call::hfb39d6df61a2e69f [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 30: 0x56139e9a2a01 - std::panicking::try::h13e2d225134958ac [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 31: 0x56139e9a2a01 - std::panic::catch_unwind::h3bd49b5a5dfb1a50 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 32: 0x56139e9a2a01 - std::rt::lang_start_internal::h2ba92edce36c035e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/rt.rs:128:20 [INFO] [stdout] 33: 0x56139e9876b1 - std::rt::lang_start::he6b3cd9500177830 [INFO] [stdout] 34: 0x56139e989253 - main [INFO] [stdout] 35: 0x7f538b3330b3 - __libc_start_main [INFO] [stdout] 36: 0x56139e97db3e - _start [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/helper.rs - helper::HashMap (line 710) [INFO] [stdout] src/helper.rs - helper::HyperHelper::any_field (line 136) [INFO] [stdout] src/helper.rs - helper::HyperHelper::push_pivot (line 117) [INFO] [stdout] src/helper.rs - helper::realize_table (line 840) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8ed1f95a7ecb9bc831c5a0293b71bd027da50d90f52c1abfcd1a77c04e0f2cd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ed1f95a7ecb9bc831c5a0293b71bd027da50d90f52c1abfcd1a77c04e0f2cd8", kill_on_drop: false }` [INFO] [stdout] 8ed1f95a7ecb9bc831c5a0293b71bd027da50d90f52c1abfcd1a77c04e0f2cd8