[INFO] crate pjlink 0.2.0 is already in cache [INFO] testing pjlink-0.2.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate pjlink 0.2.0 into work/builds/worker-7/source [INFO] validating manifest of crates.io crate pjlink 0.2.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [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 work/builds/worker-7/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 7b31d292fdae7042fc21b2162a1564c754770df1ef4e6da1ab210356467a5c68 [INFO] running `"docker" "start" "-a" "7b31d292fdae7042fc21b2162a1564c754770df1ef4e6da1ab210356467a5c68"` [INFO] [stderr] Compiling pjlink v0.2.0 (/opt/rustwide/workdir) [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] = note: `#[warn(ellipsis_inclusive_range_patterns)]` 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: `...` 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: `...` 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: `...` 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] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `"docker" "inspect" "7b31d292fdae7042fc21b2162a1564c754770df1ef4e6da1ab210356467a5c68"` [INFO] running `"docker" "rm" "-f" "7b31d292fdae7042fc21b2162a1564c754770df1ef4e6da1ab210356467a5c68"` [INFO] [stdout] 7b31d292fdae7042fc21b2162a1564c754770df1ef4e6da1ab210356467a5c68 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 5f3cd2326c458070000922b49b11e20b7499891c8b485174c66200b7e84980e3 [INFO] running `"docker" "start" "-a" "5f3cd2326c458070000922b49b11e20b7499891c8b485174c66200b7e84980e3"` [INFO] [stderr] Compiling pjlink v0.2.0 (/opt/rustwide/workdir) [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)]` 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] = note: `#[warn(ellipsis_inclusive_range_patterns)]` 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: `...` 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: `...` 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: `...` 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] Finished dev [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `"docker" "inspect" "5f3cd2326c458070000922b49b11e20b7499891c8b485174c66200b7e84980e3"` [INFO] running `"docker" "rm" "-f" "5f3cd2326c458070000922b49b11e20b7499891c8b485174c66200b7e84980e3"` [INFO] [stdout] 5f3cd2326c458070000922b49b11e20b7499891c8b485174c66200b7e84980e3 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 03cd92f2e2aa6539b53dd3597dc00fee14c8888063d8ea3e7e2287a526cae9bb [INFO] running `"docker" "start" "-a" "03cd92f2e2aa6539b53dd3597dc00fee14c8888063d8ea3e7e2287a526cae9bb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pjlink-61fc2321d0faf714 [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 [INFO] [stdout] [INFO] [stderr] Doc-tests pjlink [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - PjlinkDevice::set_input (line 445) ... FAILED [INFO] [stdout] test src/lib.rs - PjlinkDevice::get_lamp (line 597) ... 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::set_avmute (line 536) ... 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::set_input (line 445) stdout ---- [INFO] [stdout] error: unexpected token: `?` [INFO] [stdout] --> src/lib.rs:446:71 [INFO] [stdout] | [INFO] [stdout] 4 | let result = pjlink::PjlinkDevice::set_input(&self, input: InputType).? [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - PjlinkDevice::get_lamp (line 597) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `and` [INFO] [stdout] --> src/lib.rs:598:21 [INFO] [stdout] | [INFO] [stdout] 4 | pjlink::Lamp::hours and on //with hours being the total hours on that lamp [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | expected one of 8 possible tokens here [INFO] [stdout] | help: use `&&` instead of `and` for the boolean operator [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - PjlinkDevice::get_avmute (line 498) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `or` [INFO] [stdout] --> src/lib.rs:499:23 [INFO] [stdout] | [INFO] [stdout] 4 | pjlink::AvMute::Audio or Video //with Audio and Video being a bool with the status. [INFO] [stdout] | ^^ [INFO] [stdout] | | [INFO] [stdout] | expected one of 8 possible tokens here [INFO] [stdout] | help: use `||` instead of `or` for the boolean operator [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - PjlinkDevice::get_error_status (line 628) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:632:12 [INFO] [stdout] | [INFO] [stdout] 6 | ErrorType::Warning => println!("{} Error Status: Fan Warning", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:633:12 [INFO] [stdout] | [INFO] [stdout] 7 | ErrorType::Error => println!("{} Error Status: Fan Error", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:637:12 [INFO] [stdout] | [INFO] [stdout] 11 | ErrorType::Warning => println!("{} Error Status: Lamp Warning", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:638:12 [INFO] [stdout] | [INFO] [stdout] 12 | ErrorType::Error => println!("{} Error Status: Lamp Error", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:642:12 [INFO] [stdout] | [INFO] [stdout] 16 | ErrorType::Warning => println!("{} Error Status: Temperature Warning", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:643:12 [INFO] [stdout] | [INFO] [stdout] 17 | ErrorType::Error => println!("{} Error Status: Temperature Error", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:647:12 [INFO] [stdout] | [INFO] [stdout] 21 | ErrorType::Warning => println!("{} Error Status: Cover Open Warning", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:648:12 [INFO] [stdout] | [INFO] [stdout] 22 | ErrorType::Error => println!("{} Error Status: Cover Open Error", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:652:12 [INFO] [stdout] | [INFO] [stdout] 26 | ErrorType::Warning => println!("{} Error Status: Filter Warning", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:653:12 [INFO] [stdout] | [INFO] [stdout] 27 | ErrorType::Error => println!("{} Error Status: Filter Error", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:657:12 [INFO] [stdout] | [INFO] [stdout] 31 | ErrorType::Warning => println!("{} Error Status: Other Warning", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ErrorType` [INFO] [stdout] --> src/lib.rs:658:12 [INFO] [stdout] | [INFO] [stdout] 32 | ErrorType::Error => println!("{} Error Status: Other Error", host), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `ErrorType` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `device` in this scope [INFO] [stdout] --> src/lib.rs:629:7 [INFO] [stdout] | [INFO] [stdout] 3 | 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] 6 | 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] 7 | 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] 11 | 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] 12 | 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] 16 | 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] 17 | 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] 21 | 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] 22 | 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] 26 | 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] 27 | 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] 31 | 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] 32 | 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] 36 | Err(err) => println!("{} Error Status: error occurred: {}", host, err), [INFO] [stdout] | ^^^^ not found in this scope [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::set_avmute (line 536) stdout ---- [INFO] [stdout] error: expected one of `.`, `;`, `?`, or an operator, found `match` [INFO] [stdout] --> src/lib.rs:542:1 [INFO] [stdout] | [INFO] [stdout] 6 | } [INFO] [stdout] | - help: a semicolon may be missing here [INFO] [stdout] 7 | [INFO] [stdout] 8 | match device.set_avmute(mutes) { [INFO] [stdout] | ^^^^^ [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] 3 | 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] 8 | 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] 11 | 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::get_input (line 416) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `input_num` in this scope [INFO] [stdout] --> src/lib.rs:417:24 [INFO] [stdout] | [INFO] [stdout] 4 | pjlink::InputType::RGB(input_num) //with input_num being the number of the input with a type of u8 [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:417:1 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() { [INFO] [stdout] | - expected `()` because of default return type [INFO] [stdout] 4 | pjlink::InputType::RGB(input_num) //with input_num being the number of the input with a type of u8 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;` [INFO] [stdout] | | [INFO] [stdout] | expected (), found enum `pjlink::InputType` [INFO] [stdout] | [INFO] [stdout] = note: expected type `()` [INFO] [stdout] found type `pjlink::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 [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "03cd92f2e2aa6539b53dd3597dc00fee14c8888063d8ea3e7e2287a526cae9bb"` [INFO] running `"docker" "rm" "-f" "03cd92f2e2aa6539b53dd3597dc00fee14c8888063d8ea3e7e2287a526cae9bb"` [INFO] [stdout] 03cd92f2e2aa6539b53dd3597dc00fee14c8888063d8ea3e7e2287a526cae9bb