[INFO] crate pjlink 0.2.0 is already in cache [INFO] testing pjlink-0.2.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate pjlink 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate pjlink 0.2.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.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 /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 932d545f1c35ca17cd50032c552bf0c060752416a35715c2852cc1b1a4a86085 [INFO] running `"docker" "start" "-a" "932d545f1c35ca17cd50032c552bf0c060752416a35715c2852cc1b1a4a86085"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling pjlink v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item '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] = 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] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.37s [INFO] running `"docker" "inspect" "932d545f1c35ca17cd50032c552bf0c060752416a35715c2852cc1b1a4a86085"` [INFO] running `"docker" "rm" "-f" "932d545f1c35ca17cd50032c552bf0c060752416a35715c2852cc1b1a4a86085"` [INFO] [stdout] 932d545f1c35ca17cd50032c552bf0c060752416a35715c2852cc1b1a4a86085 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 73eedefef923bd51d18e17d3328db4a2d062f0fa6d6dd7e8e0c82034e7b71020 [INFO] running `"docker" "start" "-a" "73eedefef923bd51d18e17d3328db4a2d062f0fa6d6dd7e8e0c82034e7b71020"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pjlink v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item '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] = 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] warning: 6 warnings emitted [INFO] [stderr] [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: use of deprecated item '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] = 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] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.89s [INFO] running `"docker" "inspect" "73eedefef923bd51d18e17d3328db4a2d062f0fa6d6dd7e8e0c82034e7b71020"` [INFO] running `"docker" "rm" "-f" "73eedefef923bd51d18e17d3328db4a2d062f0fa6d6dd7e8e0c82034e7b71020"` [INFO] [stdout] 73eedefef923bd51d18e17d3328db4a2d062f0fa6d6dd7e8e0c82034e7b71020 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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.44.0" "test" "--frozen"` [INFO] [stdout] 69f0f36a61f0a819a5116bc48c00701949fcc3521fea6e332894219734e7f89e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "69f0f36a61f0a819a5116bc48c00701949fcc3521fea6e332894219734e7f89e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item '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] = 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] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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] = 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] warning: 6 warnings emitted [INFO] [stderr] [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: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pjlink-d16057a683b61fab [INFO] [stderr] Doc-tests pjlink [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] [stdout] [INFO] [stdout] running 6 tests [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_lamp (line 597) ... 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] test src/lib.rs - PjlinkDevice::get_avmute (line 498) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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] 6 | } [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 7 | [INFO] [stdout] 8 | 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] 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::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: expected `;`, found `keyword `match`` [INFO] [stdout] --> src/lib.rs:446:72 [INFO] [stdout] | [INFO] [stdout] 4 | let result = pjlink::PjlinkDevice::set_input(&self, input: InputType).? [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 5 | match device.get_input() { [INFO] [stdout] | ----- unexpected token [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `InputType` [INFO] [stdout] --> src/lib.rs:450:12 [INFO] [stdout] | [INFO] [stdout] 8 | InputType::RGB(input_number) => println!("Input: RGB {}", input_number), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `InputType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `InputType` [INFO] [stdout] --> src/lib.rs:451:12 [INFO] [stdout] | [INFO] [stdout] 9 | InputType::Video(input_number) => println!("Input: Video {}", input_number), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `InputType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `InputType` [INFO] [stdout] --> src/lib.rs:452:12 [INFO] [stdout] | [INFO] [stdout] 10 | InputType::Digital(input_number) => println!("Input: Digital {}", input_number), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `InputType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `InputType` [INFO] [stdout] --> src/lib.rs:453:12 [INFO] [stdout] | [INFO] [stdout] 11 | InputType::Storage(input_number) => println!("Input: Storage {}", input_number), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `InputType` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `InputType` [INFO] [stdout] --> src/lib.rs:454:12 [INFO] [stdout] | [INFO] [stdout] 12 | InputType::Network(input_number) => println!("Input: Network {}", input_number), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `InputType` [INFO] [stdout] [INFO] [stdout] error[E0424]: expected value, found module `self` [INFO] [stdout] --> src/lib.rs:446:47 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | let result = pjlink::PjlinkDevice::set_input(&self, input: InputType).? [INFO] [stdout] | | ^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stdout] 5 | | match device.get_input() { [INFO] [stdout] 6 | | Ok(input) => { [INFO] [stdout] ... | [INFO] [stdout] 16 | | } [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- this function doesn't have a `self` parameter [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `input` in this scope [INFO] [stdout] --> src/lib.rs:446:53 [INFO] [stdout] | [INFO] [stdout] 4 | let result = pjlink::PjlinkDevice::set_input(&self, input: InputType).? [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | expecting a type here because of type ascription [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InputType` in this scope [INFO] [stdout] --> src/lib.rs:446:60 [INFO] [stdout] | [INFO] [stdout] 4 | let result = pjlink::PjlinkDevice::set_input(&self, input: InputType).? [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | expecting a type here because of type ascription [INFO] [stdout] | [INFO] [stdout] help: possible candidate is found in another module, you can import it into scope [INFO] [stdout] | [INFO] [stdout] 3 | use pjlink::InputType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `device` in this scope [INFO] [stdout] --> src/lib.rs:447:7 [INFO] [stdout] | [INFO] [stdout] 5 | match device.get_input() { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/lib.rs:446:14 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | let result = pjlink::PjlinkDevice::set_input(&self, input: InputType).? [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 5 | | match device.get_input() { [INFO] [stdout] 6 | | Ok(input) => { [INFO] [stdout] ... | [INFO] [stdout] 16 | | } [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0424, E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - PjlinkDevice::get_lamp (line 597) stdout ---- [INFO] [stdout] error: `and` is not a logical operator [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] | ^^^ help: use `&&` to perform logical conjunction [INFO] [stdout] | [INFO] [stdout] = note: unlike in e.g., python and PHP, `&&` and `||` are used for logical operators [INFO] [stdout] [INFO] [stdout] error: `and` is not a logical operator [INFO] [stdout] --> src/lib.rs:599:1 [INFO] [stdout] | [INFO] [stdout] 5 | and "on" being a bool with the status of the lamp. [INFO] [stdout] | ^^^ help: use `&&` to perform logical conjunction [INFO] [stdout] | [INFO] [stdout] = note: unlike in e.g., python and PHP, `&&` and `||` are used for logical operators [INFO] [stdout] [INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `being` [INFO] [stdout] --> src/lib.rs:599:10 [INFO] [stdout] | [INFO] [stdout] 5 | and "on" being a bool with the status of the lamp. [INFO] [stdout] | ^^^^^ expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [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::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] 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] ---- src/lib.rs - PjlinkDevice::get_avmute (line 498) stdout ---- [INFO] [stdout] error: `or` is not a logical operator [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] | ^^ help: use `||` to perform logical disjunction [INFO] [stdout] | [INFO] [stdout] = note: unlike in e.g., python and PHP, `&&` and `||` are used for logical operators [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Video` in this scope [INFO] [stdout] --> src/lib.rs:499:26 [INFO] [stdout] | [INFO] [stdout] 4 | pjlink::AvMute::Audio or Video //with Audio and Video being a bool with the status. [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: possible candidate is found in another module, you can import it into scope [INFO] [stdout] | [INFO] [stdout] 3 | use pjlink::InputType::Video; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0599]: no associated item named `Audio` found for struct `pjlink::AvMute` in the current scope [INFO] [stdout] --> src/lib.rs:499:17 [INFO] [stdout] | [INFO] [stdout] 4 | pjlink::AvMute::Audio or Video //with Audio and Video being a bool with the status. [INFO] [stdout] | ^^^^^ associated item not found in `pjlink::AvMute` [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:499:1 [INFO] [stdout] | [INFO] [stdout] 3 | fn main() { [INFO] [stdout] | - expected `()` because of default return type [INFO] [stdout] 4 | pjlink::AvMute::Audio or Video //with Audio and Video being a bool with the status. [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] [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" "69f0f36a61f0a819a5116bc48c00701949fcc3521fea6e332894219734e7f89e"` [INFO] running `"docker" "rm" "-f" "69f0f36a61f0a819a5116bc48c00701949fcc3521fea6e332894219734e7f89e"` [INFO] [stdout] 69f0f36a61f0a819a5116bc48c00701949fcc3521fea6e332894219734e7f89e