[INFO] fetching crate pjlink 0.2.0...
[INFO] testing pjlink-0.2.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate pjlink 0.2.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate pjlink 0.2.0
[INFO] finished tweaking crates.io crate pjlink 0.2.0
[INFO] tweaked toml for crates.io crate pjlink 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pjlink 0.2.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding md5 v0.3.8 (available: v0.8.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c216b940a83f94f2f9c409d53b59cbb7513f2eff239ae15f0257ef5a5fe4eb6
[INFO] running `Command { std: "docker" "start" "-a" "4c216b940a83f94f2f9c409d53b59cbb7513f2eff239ae15f0257ef5a5fe4eb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c216b940a83f94f2f9c409d53b59cbb7513f2eff239ae15f0257ef5a5fe4eb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c216b940a83f94f2f9c409d53b59cbb7513f2eff239ae15f0257ef5a5fe4eb6", kill_on_drop: false }`
[INFO] [stdout] 4c216b940a83f94f2f9c409d53b59cbb7513f2eff239ae15f0257ef5a5fe4eb6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] deba123eb25646c8f65118e1d70ee5e8c0e71e0b46b12180c4d6a7493701f6b6
[INFO] running `Command { std: "docker" "start" "-a" "deba123eb25646c8f65118e1d70ee5e8c0e71e0b46b12180c4d6a7493701f6b6", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling md5 v0.3.8
[INFO] [stderr]    Compiling pjlink v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:189:26
[INFO] [stdout]     |
[INFO] [stdout] 189 |         let mut stream = try!(TcpStream::connect(host_port));
[INFO] [stdout]     |                          ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:426:23
[INFO] [stdout]     |
[INFO] [stdout] 426 |                     11...19 => Ok(InputType::RGB(input - 10)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:427:23
[INFO] [stdout]     |
[INFO] [stdout] 427 |                     21...29 => Ok(InputType::Video(input - 20)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:428:23
[INFO] [stdout]     |
[INFO] [stdout] 428 |                     31...39 => Ok(InputType::Digital(input - 30)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:429:23
[INFO] [stdout]     |
[INFO] [stdout] 429 |                     41...49 => Ok(InputType::Storage(input - 40)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:430:23
[INFO] [stdout]     |
[INFO] [stdout] 430 |                     51...59 => Ok(InputType::Network(input - 50)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] running `Command { std: "docker" "inspect" "deba123eb25646c8f65118e1d70ee5e8c0e71e0b46b12180c4d6a7493701f6b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "deba123eb25646c8f65118e1d70ee5e8c0e71e0b46b12180c4d6a7493701f6b6", kill_on_drop: false }`
[INFO] [stdout] deba123eb25646c8f65118e1d70ee5e8c0e71e0b46b12180c4d6a7493701f6b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a3f2e106f0efda3d2efa17727cb8eb7274f34ecec9573eaec6acca914fef9e7c
[INFO] running `Command { std: "docker" "start" "-a" "a3f2e106f0efda3d2efa17727cb8eb7274f34ecec9573eaec6acca914fef9e7c", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:189:26
[INFO] [stdout]     |
[INFO] [stdout] 189 |         let mut stream = try!(TcpStream::connect(host_port));
[INFO] [stdout]     |                          ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:426:23
[INFO] [stdout]     |
[INFO] [stdout] 426 |                     11...19 => Ok(InputType::RGB(input - 10)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:427:23
[INFO] [stdout]     |
[INFO] [stdout] 427 |                     21...29 => Ok(InputType::Video(input - 20)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pjlink v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:428:23
[INFO] [stdout]     |
[INFO] [stdout] 428 |                     31...39 => Ok(InputType::Digital(input - 30)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:429:23
[INFO] [stdout]     |
[INFO] [stdout] 429 |                     41...49 => Ok(InputType::Storage(input - 40)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:430:23
[INFO] [stdout]     |
[INFO] [stdout] 430 |                     51...59 => Ok(InputType::Network(input - 50)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:189:26
[INFO] [stdout]     |
[INFO] [stdout] 189 |         let mut stream = try!(TcpStream::connect(host_port));
[INFO] [stdout]     |                          ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:426:23
[INFO] [stdout]     |
[INFO] [stdout] 426 |                     11...19 => Ok(InputType::RGB(input - 10)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:427:23
[INFO] [stdout]     |
[INFO] [stdout] 427 |                     21...29 => Ok(InputType::Video(input - 20)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:428:23
[INFO] [stdout]     |
[INFO] [stdout] 428 |                     31...39 => Ok(InputType::Digital(input - 30)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:429:23
[INFO] [stdout]     |
[INFO] [stdout] 429 |                     41...49 => Ok(InputType::Storage(input - 40)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/lib.rs:430:23
[INFO] [stdout]     |
[INFO] [stdout] 430 |                     51...59 => Ok(InputType::Network(input - 50)),
[INFO] [stdout]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ErrorStatus`
[INFO] [stdout]   --> examples/get_info.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 | use pjlink::{ErrorStatus, ErrorType, InputType, PjlinkDevice, PowerStatus};
[INFO] [stdout]    |              ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] running `Command { std: "docker" "inspect" "a3f2e106f0efda3d2efa17727cb8eb7274f34ecec9573eaec6acca914fef9e7c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3f2e106f0efda3d2efa17727cb8eb7274f34ecec9573eaec6acca914fef9e7c", kill_on_drop: false }`
[INFO] [stdout] a3f2e106f0efda3d2efa17727cb8eb7274f34ecec9573eaec6acca914fef9e7c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 67e35bfbf39331e896d91504e1072ee1332c26b2ac12de9519d08dfbeb25e60d
[INFO] running `Command { std: "docker" "start" "-a" "67e35bfbf39331e896d91504e1072ee1332c26b2ac12de9519d08dfbeb25e60d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:189:26
[INFO] [stderr]     |
[INFO] [stderr] 189 |         let mut stream = try!(TcpStream::connect(host_port));
[INFO] [stderr]     |                          ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:426:23
[INFO] [stderr]     |
[INFO] [stderr] 426 |                     11...19 => Ok(InputType::RGB(input - 10)),
[INFO] [stderr]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:427:23
[INFO] [stderr]     |
[INFO] [stderr] 427 |                     21...29 => Ok(InputType::Video(input - 20)),
[INFO] [stderr]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:428:23
[INFO] [stderr]     |
[INFO] [stderr] 428 |                     31...39 => Ok(InputType::Digital(input - 30)),
[INFO] [stderr]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:429:23
[INFO] [stderr]     |
[INFO] [stderr] 429 |                     41...49 => Ok(InputType::Storage(input - 40)),
[INFO] [stderr]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:430:23
[INFO] [stderr]     |
[INFO] [stderr] 430 |                     51...59 => Ok(InputType::Network(input - 50)),
[INFO] [stderr]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `pjlink` (lib) generated 6 warnings (run `cargo fix --lib -p pjlink` to apply 5 suggestions)
[INFO] [stderr] warning: unused import: `ErrorStatus`
[INFO] [stderr]   --> examples/get_info.rs:17:14
[INFO] [stderr]    |
[INFO] [stderr] 17 | use pjlink::{ErrorStatus, ErrorType, InputType, PjlinkDevice, PowerStatus};
[INFO] [stderr]    |              ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `pjlink` (example "get_info") generated 1 warning (run `cargo fix --example "get_info" -p pjlink` to apply 1 suggestion)
[INFO] [stderr] warning: `pjlink` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pjlink-797fe486b20a9071)
[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 pjlink
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:426:23
[INFO] [stderr]     |
[INFO] [stderr] 426 |                     11...19 => Ok(InputType::RGB(input - 10)),
[INFO] [stderr]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:427:23
[INFO] [stderr]     |
[INFO] [stderr] 427 |                     21...29 => Ok(InputType::Video(input - 20)),
[INFO] [stderr]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:428:23
[INFO] [stderr]     |
[INFO] [stderr] 428 |                     31...39 => Ok(InputType::Digital(input - 30)),
[INFO] [stderr]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:429:23
[INFO] [stderr]     |
[INFO] [stderr] 429 |                     41...49 => Ok(InputType::Storage(input - 40)),
[INFO] [stderr]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> src/lib.rs:430:23
[INFO] [stderr]     |
[INFO] [stderr] 430 |                     51...59 => Ok(InputType::Network(input - 50)),
[INFO] [stderr]     |                       ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] 
[INFO] [stderr] warning: 5 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - PjlinkDevice::get_lamp (line 597) ... FAILED
[INFO] [stdout] test src/lib.rs - PjlinkDevice::set_avmute (line 536) ... FAILED
[INFO] [stdout] test src/lib.rs - PjlinkDevice::set_input (line 445) ... FAILED
[INFO] [stdout] test src/lib.rs - PjlinkDevice::get_avmute (line 498) ... FAILED
[INFO] [stdout] test src/lib.rs - PjlinkDevice::get_error_status (line 628) ... FAILED
[INFO] [stdout] test src/lib.rs - PjlinkDevice::get_input (line 416) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - PjlinkDevice::get_lamp (line 597) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `and`
[INFO] [stdout]    --> src/lib.rs:598:21
[INFO] [stdout]     |
[INFO] [stdout] 598 | pjlink::Lamp::hours and on  //with hours being the total hours on that lamp
[INFO] [stdout]     |                     ^^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - PjlinkDevice::set_avmute (line 536) stdout ----
[INFO] [stdout] error: expected `;`, found keyword `match`
[INFO] [stdout]    --> src/lib.rs:540:2
[INFO] [stdout]     |
[INFO] [stdout] 540 | }
[INFO] [stdout]     |  ^ help: add `;` here
[INFO] [stdout] 541 |
[INFO] [stdout] 542 | match device.set_avmute(mutes) {
[INFO] [stdout]     | ----- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AvMute` in this scope
[INFO] [stdout]    --> src/lib.rs:537:13
[INFO] [stdout]     |
[INFO] [stdout] 537 | let mutes = AvMute {
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `device` in this scope
[INFO] [stdout]    --> src/lib.rs:542:7
[INFO] [stdout]     |
[INFO] [stdout] 542 | match device.set_avmute(mutes) {
[INFO] [stdout]     |       ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:545:9
[INFO] [stdout]     |
[INFO] [stdout] 545 |         host, mutes.video, mutes.audio
[INFO] [stdout]     |         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - PjlinkDevice::set_input (line 445) stdout ----
[INFO] [stdout] error: expected identifier, found `:`
[INFO] [stdout]    --> src/lib.rs:447:58
[INFO] [stdout]     |
[INFO] [stdout] 447 | let result = pjlink::PjlinkDevice::set_input(&self, input: InputType).?
[INFO] [stdout]     |                                                          ^ expected identifier
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `?`
[INFO] [stdout]    --> src/lib.rs:447:71
[INFO] [stdout]     |
[INFO] [stdout] 447 | let result = pjlink::PjlinkDevice::set_input(&self, input: InputType).?
[INFO] [stdout]     |                                                                       ^
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `match`
[INFO] [stdout]    --> src/lib.rs:447:72
[INFO] [stdout]     |
[INFO] [stdout] 447 | let result = pjlink::PjlinkDevice::set_input(&self, input: InputType).?
[INFO] [stdout]     |                                                                        ^ help: add `;` here
[INFO] [stdout] 448 | match device.get_input() {
[INFO] [stdout]     | ----- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `device` in this scope
[INFO] [stdout]    --> src/lib.rs:448:7
[INFO] [stdout]     |
[INFO] [stdout] 448 | match device.get_input() {
[INFO] [stdout]     |       ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InputType`
[INFO] [stdout]    --> src/lib.rs:451:12
[INFO] [stdout]     |
[INFO] [stdout] 451 |            InputType::RGB(input_number) => println!("Input: RGB {}", input_number),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `InputType`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 444 + use pjlink::InputType;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InputType`
[INFO] [stdout]    --> src/lib.rs:452:12
[INFO] [stdout]     |
[INFO] [stdout] 452 |            InputType::Video(input_number) => println!("Input: Video {}", input_number),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `InputType`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 444 + use pjlink::InputType;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InputType`
[INFO] [stdout]    --> src/lib.rs:453:12
[INFO] [stdout]     |
[INFO] [stdout] 453 |            InputType::Digital(input_number) => println!("Input: Digital {}", input_number),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `InputType`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 444 + use pjlink::InputType;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InputType`
[INFO] [stdout]    --> src/lib.rs:454:12
[INFO] [stdout]     |
[INFO] [stdout] 454 |            InputType::Storage(input_number) => println!("Input: Storage {}", input_number),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `InputType`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 444 + use pjlink::InputType;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InputType`
[INFO] [stdout]    --> src/lib.rs:455:12
[INFO] [stdout]     |
[INFO] [stdout] 455 |            InputType::Network(input_number) => println!("Input: Network {}", input_number),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `InputType`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout] 444 + use pjlink::InputType;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - PjlinkDevice::get_avmute (line 498) stdout ----
[INFO] [stdout] error: `or` is not a logical operator
[INFO] [stdout]    --> src/lib.rs:500:23
[INFO] [stdout]     |
[INFO] [stdout] 500 | pjlink::AvMute::Audio or Video
[INFO] [stdout]     |                       ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: unlike in e.g., Python and PHP, `&&` and `||` are used for logical operators
[INFO] [stdout] help: use `||` to perform logical disjunction
[INFO] [stdout]     |
[INFO] [stdout] 500 - pjlink::AvMute::Audio or Video
[INFO] [stdout] 500 + pjlink::AvMute::Audio || Video
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Video` in this scope
[INFO] [stdout]    --> src/lib.rs:500:26
[INFO] [stdout]     |
[INFO] [stdout] 500 | pjlink::AvMute::Audio or Video
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout] 497 + use pjlink::InputType::Video;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated item named `Audio` found for struct `AvMute` in the current scope
[INFO] [stdout]    --> src/lib.rs:500:17
[INFO] [stdout]     |
[INFO] [stdout] 500 | pjlink::AvMute::Audio or Video
[INFO] [stdout]     |                 ^^^^^ associated item not found in `AvMute`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:500:1
[INFO] [stdout]     |
[INFO] [stdout] 499 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_498_0() {
[INFO] [stdout]     |                                                                         - help: try adding a return type: `-> bool`
[INFO] [stdout] 500 | pjlink::AvMute::Audio or Video
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found `bool`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - PjlinkDevice::get_error_status (line 628) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `device` in this scope
[INFO] [stdout]    --> src/lib.rs:629:7
[INFO] [stdout]     |
[INFO] [stdout] 629 | match device.get_error_status() {
[INFO] [stdout]     |       ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:632:75
[INFO] [stdout]     |
[INFO] [stdout] 632 |            ErrorType::Warning => println!("{} Error Status: Fan Warning", host),
[INFO] [stdout]     |                                                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:633:71
[INFO] [stdout]     |
[INFO] [stdout] 633 |            ErrorType::Error => println!("{} Error Status: Fan Error", host),
[INFO] [stdout]     |                                                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:637:76
[INFO] [stdout]     |
[INFO] [stdout] 637 |            ErrorType::Warning => println!("{} Error Status: Lamp Warning", host),
[INFO] [stdout]     |                                                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:638:72
[INFO] [stdout]     |
[INFO] [stdout] 638 |            ErrorType::Error => println!("{} Error Status: Lamp Error", host),
[INFO] [stdout]     |                                                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:642:83
[INFO] [stdout]     |
[INFO] [stdout] 642 |            ErrorType::Warning => println!("{} Error Status: Temperature Warning", host),
[INFO] [stdout]     |                                                                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:643:79
[INFO] [stdout]     |
[INFO] [stdout] 643 |            ErrorType::Error => println!("{} Error Status: Temperature Error", host),
[INFO] [stdout]     |                                                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:647:82
[INFO] [stdout]     |
[INFO] [stdout] 647 |            ErrorType::Warning => println!("{} Error Status: Cover Open Warning", host),
[INFO] [stdout]     |                                                                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:648:78
[INFO] [stdout]     |
[INFO] [stdout] 648 |            ErrorType::Error => println!("{} Error Status: Cover Open Error", host),
[INFO] [stdout]     |                                                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:652:78
[INFO] [stdout]     |
[INFO] [stdout] 652 |            ErrorType::Warning => println!("{} Error Status: Filter Warning", host),
[INFO] [stdout]     |                                                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:653:74
[INFO] [stdout]     |
[INFO] [stdout] 653 |            ErrorType::Error => println!("{} Error Status: Filter Error", host),
[INFO] [stdout]     |                                                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:657:77
[INFO] [stdout]     |
[INFO] [stdout] 657 |            ErrorType::Warning => println!("{} Error Status: Other Warning", host),
[INFO] [stdout]     |                                                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:658:73
[INFO] [stdout]     |
[INFO] [stdout] 658 |            ErrorType::Error => println!("{} Error Status: Other Error", host),
[INFO] [stdout]     |                                                                         ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `host` in this scope
[INFO] [stdout]    --> src/lib.rs:662:64
[INFO] [stdout]     |
[INFO] [stdout] 662 |    Err(err) => println!("{} Error Status: error occurred: {}", host, err),
[INFO] [stdout]     |                                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:632:12
[INFO] [stdout]     |
[INFO] [stdout] 632 |            ErrorType::Warning => println!("{} Error Status: Fan Warning", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:633:12
[INFO] [stdout]     |
[INFO] [stdout] 633 |            ErrorType::Error => println!("{} Error Status: Fan Error", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:637:12
[INFO] [stdout]     |
[INFO] [stdout] 637 |            ErrorType::Warning => println!("{} Error Status: Lamp Warning", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:638:12
[INFO] [stdout]     |
[INFO] [stdout] 638 |            ErrorType::Error => println!("{} Error Status: Lamp Error", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:642:12
[INFO] [stdout]     |
[INFO] [stdout] 642 |            ErrorType::Warning => println!("{} Error Status: Temperature Warning", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:643:12
[INFO] [stdout]     |
[INFO] [stdout] 643 |            ErrorType::Error => println!("{} Error Status: Temperature Error", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:647:12
[INFO] [stdout]     |
[INFO] [stdout] 647 |            ErrorType::Warning => println!("{} Error Status: Cover Open Warning", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:648:12
[INFO] [stdout]     |
[INFO] [stdout] 648 |            ErrorType::Error => println!("{} Error Status: Cover Open Error", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:652:12
[INFO] [stdout]     |
[INFO] [stdout] 652 |            ErrorType::Warning => println!("{} Error Status: Filter Warning", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:653:12
[INFO] [stdout]     |
[INFO] [stdout] 653 |            ErrorType::Error => println!("{} Error Status: Filter Error", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:657:12
[INFO] [stdout]     |
[INFO] [stdout] 657 |            ErrorType::Warning => println!("{} Error Status: Other Warning", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ErrorType`
[INFO] [stdout]    --> src/lib.rs:658:12
[INFO] [stdout]     |
[INFO] [stdout] 658 |            ErrorType::Error => println!("{} Error Status: Other Error", host),
[INFO] [stdout]     |            ^^^^^^^^^ use of undeclared type `ErrorType`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 26 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - PjlinkDevice::get_input (line 416) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `input_num` in this scope
[INFO] [stdout]    --> src/lib.rs:418:24
[INFO] [stdout]     |
[INFO] [stdout] 418 | pjlink::InputType::RGB(input_num)
[INFO] [stdout]     |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:418:1
[INFO] [stdout]     |
[INFO] [stdout] 417 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_416_0() {
[INFO] [stdout]     |                                                                         - help: try adding a return type: `-> InputType`
[INFO] [stdout] 418 | pjlink::InputType::RGB(input_num)
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found `InputType`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - PjlinkDevice::get_avmute (line 498)
[INFO] [stdout]     src/lib.rs - PjlinkDevice::get_error_status (line 628)
[INFO] [stdout]     src/lib.rs - PjlinkDevice::get_input (line 416)
[INFO] [stdout]     src/lib.rs - PjlinkDevice::get_lamp (line 597)
[INFO] [stdout]     src/lib.rs - PjlinkDevice::set_avmute (line 536)
[INFO] [stdout]     src/lib.rs - PjlinkDevice::set_input (line 445)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "67e35bfbf39331e896d91504e1072ee1332c26b2ac12de9519d08dfbeb25e60d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67e35bfbf39331e896d91504e1072ee1332c26b2ac12de9519d08dfbeb25e60d", kill_on_drop: false }`
[INFO] [stdout] 67e35bfbf39331e896d91504e1072ee1332c26b2ac12de9519d08dfbeb25e60d
