[INFO] fetching crate lifxi 0.1.1... [INFO] testing lifxi-0.1.1 against beta-2021-01-01 for beta-1.50-1 [INFO] extracting crate lifxi 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate lifxi 0.1.1 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate lifxi 0.1.1 [INFO] finished tweaking crates.io crate lifxi 0.1.1 [INFO] tweaked toml for crates.io crate lifxi 0.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 18704af6c3f3657f63b3d35a909c2ac2c3acb1280d61cec1e133f8c173bc0123 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "18704af6c3f3657f63b3d35a909c2ac2c3acb1280d61cec1e133f8c173bc0123", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "18704af6c3f3657f63b3d35a909c2ac2c3acb1280d61cec1e133f8c173bc0123", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18704af6c3f3657f63b3d35a909c2ac2c3acb1280d61cec1e133f8c173bc0123", kill_on_drop: false }` [INFO] [stdout] 18704af6c3f3657f63b3d35a909c2ac2c3acb1280d61cec1e133f8c173bc0123 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6903c30eeae1a54a8133acf1879ca79e9e5beb802eb7e7061d558a3cdfbe4fda [INFO] running `Command { std: "docker" "start" "-a" "6903c30eeae1a54a8133acf1879ca79e9e5beb802eb7e7061d558a3cdfbe4fda", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.24 [INFO] [stderr] Compiling lifxi v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/selector.rs:203:69 [INFO] [stdout] | [INFO] [stdout] 203 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/state.rs:797:69 [INFO] [stdout] | [INFO] [stdout] 797 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/state.rs:820:69 [INFO] [stdout] | [INFO] [stdout] 820 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/state.rs:836:69 [INFO] [stdout] | [INFO] [stdout] 836 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/http/state.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.90s [INFO] running `Command { std: "docker" "inspect" "6903c30eeae1a54a8133acf1879ca79e9e5beb802eb7e7061d558a3cdfbe4fda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6903c30eeae1a54a8133acf1879ca79e9e5beb802eb7e7061d558a3cdfbe4fda", kill_on_drop: false }` [INFO] [stdout] 6903c30eeae1a54a8133acf1879ca79e9e5beb802eb7e7061d558a3cdfbe4fda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e48839c129f5913a23a4643231da6de3c8f21485e23b7348087dacbef6b14a65 [INFO] running `Command { std: "docker" "start" "-a" "e48839c129f5913a23a4643231da6de3c8f21485e23b7348087dacbef6b14a65", kill_on_drop: false }` [INFO] [stderr] Compiling lifxi v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/selector.rs:203:69 [INFO] [stdout] | [INFO] [stdout] 203 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/state.rs:797:69 [INFO] [stdout] | [INFO] [stdout] 797 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/state.rs:820:69 [INFO] [stdout] | [INFO] [stdout] 820 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/state.rs:836:69 [INFO] [stdout] | [INFO] [stdout] 836 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/http/state.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/selector.rs:203:69 [INFO] [stdout] | [INFO] [stdout] 203 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/state.rs:797:69 [INFO] [stdout] | [INFO] [stdout] 797 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/state.rs:820:69 [INFO] [stdout] | [INFO] [stdout] 820 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/http/state.rs:836:69 [INFO] [stdout] | [INFO] [stdout] 836 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/http/state.rs:99:22 [INFO] [stdout] | [INFO] [stdout] 99 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.52s [INFO] running `Command { std: "docker" "inspect" "e48839c129f5913a23a4643231da6de3c8f21485e23b7348087dacbef6b14a65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e48839c129f5913a23a4643231da6de3c8f21485e23b7348087dacbef6b14a65", kill_on_drop: false }` [INFO] [stdout] e48839c129f5913a23a4643231da6de3c8f21485e23b7348087dacbef6b14a65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 01702022546a1c1311121d444d5b85e4d13af5bceb59a798643e04ae4a5c5945 [INFO] running `Command { std: "docker" "start" "-a" "01702022546a1c1311121d444d5b85e4d13af5bceb59a798643e04ae4a5c5945", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/http/selector.rs:203:69 [INFO] [stderr] | [INFO] [stderr] 203 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/http/state.rs:797:69 [INFO] [stderr] | [INFO] [stderr] 797 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/http/state.rs:820:69 [INFO] [stderr] | [INFO] [stderr] 820 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/http/state.rs:836:69 [INFO] [stderr] | [INFO] [stderr] 836 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/http/state.rs:99:22 [INFO] [stderr] | [INFO] [stderr] 99 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/http/selector.rs:203:69 [INFO] [stderr] | [INFO] [stderr] 203 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/http/state.rs:797:69 [INFO] [stderr] | [INFO] [stderr] 797 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/http/state.rs:820:69 [INFO] [stderr] | [INFO] [stderr] 820 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/http/state.rs:836:69 [INFO] [stderr] | [INFO] [stderr] 836 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/http/state.rs:99:22 [INFO] [stderr] | [INFO] [stderr] 99 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/lifxi-f5844c6754537014 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test http::selector::tests::deserialize ... ok [INFO] [stdout] test http::selector::tests::serialize ... ok [INFO] [stdout] test http::state::tests::color::deserialize ... ok [INFO] [stdout] test http::state::tests::state::builder ... ok [INFO] [stdout] test http::state::tests::color::validate ... ok [INFO] [stdout] test http::state::tests::state::change::builder ... ok [INFO] [stdout] test http::state::tests::color::serialize ... ok [INFO] [stdout] [INFO] [stderr] Doc-tests lifxi [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/http/selector.rs:203:69 [INFO] [stderr] | [INFO] [stderr] 203 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/http/state.rs:797:69 [INFO] [stderr] | [INFO] [stderr] 797 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/http/state.rs:820:69 [INFO] [stderr] | [INFO] [stderr] 820 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/http/state.rs:836:69 [INFO] [stderr] | [INFO] [stderr] 836 | fn deserialize>(deserializer: D) -> Result<(Self), D::Error> { [INFO] [stderr] | ^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 100 tests [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Breathe (line 48) ... FAILED [INFO] [stdout] test src/http/client/mod.rs - http::client::Client (line 68) ... FAILED [INFO] [stdout] test src/http/client/mod.rs - http::client::Selected::breathe (line 484) ... FAILED [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Pulse::power (line 349) ... FAILED [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Breathe::from (line 84) ... FAILED [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Pulse::persist (line 330) ... FAILED [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Breathe::cycles (line 122) ... FAILED [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Breathe::persist (line 141) ... FAILED [INFO] [stdout] test src/http/client/mod.rs - http::client::Client::new (line 90) ... FAILED [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Pulse::period (line 292) ... FAILED [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Breathe::power (line 160) ... FAILED [INFO] [stdout] test src/http/client/mod.rs - http::client::Client::validate (line 124) ... FAILED [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Pulse::from (line 273) ... FAILED [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Breathe::period (line 103) ... FAILED [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Pulse::cycles (line 311) ... FAILED [INFO] [stdout] test src/http/client/mod.rs - http::client::Selected::change_state (line 461) ... FAILED [INFO] [stdout] test src/http/client/effects.rs - http::client::effects::Breathe::peak (line 179) ... FAILED [INFO] [stdout] test src/http/client/mod.rs - http::client::Selected::cycle (line 531) ... FAILED [INFO] [stdout] test src/http/client/mod.rs - http::client::prelude (line 27) ... FAILED [INFO] [stdout] test src/http/client/mod.rs - http::client::Selected::pulse (line 506) ... FAILED [INFO] [stdout] test src/http/client/mod.rs - http::client::Selected::toggle (line 565) ... FAILED [INFO] [stdout] test src/http/client/scenes.rs - http::client::scenes::Activate::ignore (line 132) ... FAILED [INFO] [stdout] test src/http/client/scenes.rs - http::client::scenes::Activate::fast (line 170) ... FAILED [INFO] [stdout] test src/http/client/scenes.rs - http::client::scenes::Activate (line 79) ... FAILED [INFO] [stdout] test src/http/client/scenes.rs - http::client::scenes::Activate::overwrite (line 152) ... FAILED [INFO] [stdout] test src/http/client/mod.rs - http::client::Selected::list (line 418) ... FAILED [INFO] [stdout] test src/http/client/scenes.rs - http::client::scenes::Scenes::activate (line 42) ... FAILED [INFO] [stdout] test src/http/client/scenes.rs - http::client::scenes::Scenes::list (line 20) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::ChangeState::hue (line 444) ... FAILED [INFO] [stdout] test src/http/client/scenes.rs - http::client::scenes::Activate::transition (line 112) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::ChangeState (line 372) ... FAILED [INFO] [stdout] test src/http/client/mod.rs - http::client::Selected::set_state (line 440) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::SetState::infrared (line 213) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::Cycle (line 563) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::SetState::brightness (line 177) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::ChangeState::kelvin (line 500) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::ChangeState::saturation (line 463) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::SetStates (line 295) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::SetState::transition (line 195) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::ChangeState::infrared (line 518) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::ChangeState::brightness (line 482) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::SetState (line 107) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::ChangeState::power (line 406) ... ok [INFO] [stdout] test src/http/client/states.rs - http::client::states::SetState::power (line 141) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::ChangeState::transition (line 425) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::SetState::color (line 159) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::Toggle (line 13) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::Toggle::transition (line 49) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::Toggle (line 25) ... FAILED [INFO] [stdout] test src/http/client/states.rs - http::client::states::SetState::fast (line 231) ... FAILED [INFO] [stdout] test src/http/selector.rs - http::selector::Combine::combine (line 403) ... FAILED [INFO] [stdout] test src/http/selector.rs - http::selector::SelectorParseError::NoLabel (line 119) ... FAILED [INFO] [stdout] test src/http/selector.rs - http::selector::Selector::zoned (line 327) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::LongString (line 306) ... FAILED [INFO] [stdout] test src/http/selector.rs - http::selector::SelectorParseError::NoValue (line 128) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::Color::validate (line 650) ... FAILED [INFO] [stdout] test src/http/selector.rs - http::selector::SelectorParseError::UnknownLabel (line 142) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::MultipleHues (line 207) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::MultipleBrightnesses (line 225) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NoRed (line 243) ... FAILED [INFO] [stdout] test src/http/selector.rs - http::selector::T::random (line 386) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NoBlue (line 279) ... FAILED [INFO] [stdout] test src/http/selector.rs - http::selector::Selectors::combine (line 20) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NoHue (line 125) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NoSaturation (line 143) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NoBrightness (line 161) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::MultipleSaturations (line 216) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NoGreen (line 261) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NonNumericBlue (line 288) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::MultipleKelvins (line 234) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NoKelvin (line 179) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NonNumericBrightness (line 170) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NonNumericSaturation (line 152) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NonNumericHue (line 134) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NonNumericRed (line 252) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NonNumericKelvin (line 188) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::Error::Hue (line 516) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::WeirdHsbkComponent (line 198) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::NonNumericGreen (line 270) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::Error::BrightnessLow (line 552) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::Error::BrightnessHigh (line 543) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::Error::KelvinHigh (line 561) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::Error::HsbkEmpty (line 580) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::ColorParseError::ShortString (line 297) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::State::color (line 872) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::Error::RgbStrShort (line 588) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::Error::KelvinLow (line 570) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::Error::SaturationLow (line 534) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::Error::SaturationHigh (line 525) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::State::brightness (line 884) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::Error::RgbStrLong (line 599) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::State::infrared (line 908) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::StateChange::kelvin (line 1017) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::State::power (line 860) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::State::transition (line 896) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::StateChange::power (line 962) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::StateChange::brightness (line 1006) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::StateChange::hue (line 984) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::StateChange::transition (line 973) ... FAILED [INFO] [stdout] test src/http/state.rs - http::state::StateChange::saturation (line 995) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Breathe (line 48) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/mod.rs - http::client::Client (line 68) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/mod.rs - http::client::Selected::breathe (line 484) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Pulse::power (line 349) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Breathe::from (line 84) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Pulse::persist (line 330) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Breathe::cycles (line 122) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Breathe::persist (line 141) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/mod.rs - http::client::Client::new (line 90) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Pulse::period (line 292) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Breathe::power (line 160) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/mod.rs - http::client::Client::validate (line 124) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Pulse::from (line 273) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Breathe::period (line 103) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Pulse::cycles (line 311) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/mod.rs - http::client::Selected::change_state (line 461) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/effects.rs - http::client::effects::Breathe::peak (line 179) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/mod.rs - http::client::Selected::cycle (line 531) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/mod.rs - http::client::prelude (line 27) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/mod.rs - http::client::Selected::pulse (line 506) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/mod.rs - http::client::Selected::toggle (line 565) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/scenes.rs - http::client::scenes::Activate::ignore (line 132) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/scenes.rs - http::client::scenes::Activate::fast (line 170) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/scenes.rs - http::client::scenes::Activate (line 79) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/scenes.rs - http::client::scenes::Activate::overwrite (line 152) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/mod.rs - http::client::Selected::list (line 418) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/scenes.rs - http::client::scenes::Scenes::activate (line 42) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/scenes.rs - http::client::scenes::Scenes::list (line 20) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::ChangeState::hue (line 444) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/scenes.rs - http::client::scenes::Activate::transition (line 112) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::ChangeState (line 372) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/mod.rs - http::client::Selected::set_state (line 440) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::SetState::infrared (line 213) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::Cycle (line 563) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::SetState::brightness (line 177) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::ChangeState::kelvin (line 500) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::ChangeState::saturation (line 463) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::SetStates (line 295) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::SetState::transition (line 195) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::ChangeState::infrared (line 518) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::ChangeState::brightness (line 482) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::SetState (line 107) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::SetState::power (line 141) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::ChangeState::transition (line 425) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::SetState::color (line 159) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::Toggle (line 13) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::Toggle::transition (line 49) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::Toggle (line 25) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/client/states.rs - http::client::states::SetState::fast (line 231) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/selector.rs - http::selector::Combine::combine (line 403) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/selector.rs - http::selector::SelectorParseError::NoLabel (line 119) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/selector.rs - http::selector::Selector::zoned (line 327) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::LongString (line 306) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/selector.rs - http::selector::SelectorParseError::NoValue (line 128) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::Color::validate (line 650) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/selector.rs - http::selector::SelectorParseError::UnknownLabel (line 142) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::MultipleHues (line 207) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::MultipleBrightnesses (line 225) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NoRed (line 243) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/selector.rs - http::selector::T::random (line 386) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NoBlue (line 279) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/selector.rs - http::selector::Selectors::combine (line 20) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NoHue (line 125) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NoSaturation (line 143) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NoBrightness (line 161) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::MultipleSaturations (line 216) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NoGreen (line 261) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NonNumericBlue (line 288) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::MultipleKelvins (line 234) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NoKelvin (line 179) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NonNumericBrightness (line 170) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NonNumericSaturation (line 152) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NonNumericHue (line 134) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NonNumericRed (line 252) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NonNumericKelvin (line 188) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::Error::Hue (line 516) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::WeirdHsbkComponent (line 198) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::NonNumericGreen (line 270) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::Error::BrightnessLow (line 552) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::Error::BrightnessHigh (line 543) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::Error::KelvinHigh (line 561) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::Error::HsbkEmpty (line 580) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::ColorParseError::ShortString (line 297) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::State::color (line 872) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::Error::RgbStrShort (line 588) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::Error::KelvinLow (line 570) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::Error::SaturationLow (line 534) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::Error::SaturationHigh (line 525) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::State::brightness (line 884) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::Error::RgbStrLong (line 599) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::State::infrared (line 908) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::StateChange::kelvin (line 1017) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::State::power (line 860) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::State::transition (line 896) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::StateChange::power (line 962) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::StateChange::brightness (line 1006) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::StateChange::hue (line 984) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::StateChange::transition (line 973) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/http/state.rs - http::state::StateChange::saturation (line 995) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Breathe (line 48) [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Breathe::cycles (line 122) [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Breathe::from (line 84) [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Breathe::peak (line 179) [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Breathe::period (line 103) [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Breathe::persist (line 141) [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Breathe::power (line 160) [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Pulse::cycles (line 311) [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Pulse::from (line 273) [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Pulse::period (line 292) [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Pulse::persist (line 330) [INFO] [stdout] src/http/client/effects.rs - http::client::effects::Pulse::power (line 349) [INFO] [stdout] src/http/client/mod.rs - http::client::Client (line 68) [INFO] [stdout] src/http/client/mod.rs - http::client::Client::new (line 90) [INFO] [stdout] src/http/client/mod.rs - http::client::Client::validate (line 124) [INFO] [stdout] src/http/client/mod.rs - http::client::Selected::breathe (line 484) [INFO] [stdout] src/http/client/mod.rs - http::client::Selected::change_state (line 461) [INFO] [stdout] src/http/client/mod.rs - http::client::Selected::cycle (line 531) [INFO] [stdout] src/http/client/mod.rs - http::client::Selected::list (line 418) [INFO] [stdout] src/http/client/mod.rs - http::client::Selected::pulse (line 506) [INFO] [stdout] src/http/client/mod.rs - http::client::Selected::set_state (line 440) [INFO] [stdout] src/http/client/mod.rs - http::client::Selected::toggle (line 565) [INFO] [stdout] src/http/client/mod.rs - http::client::prelude (line 27) [INFO] [stdout] src/http/client/scenes.rs - http::client::scenes::Activate (line 79) [INFO] [stdout] src/http/client/scenes.rs - http::client::scenes::Activate::fast (line 170) [INFO] [stdout] src/http/client/scenes.rs - http::client::scenes::Activate::ignore (line 132) [INFO] [stdout] src/http/client/scenes.rs - http::client::scenes::Activate::overwrite (line 152) [INFO] [stdout] src/http/client/scenes.rs - http::client::scenes::Activate::transition (line 112) [INFO] [stdout] src/http/client/scenes.rs - http::client::scenes::Scenes::activate (line 42) [INFO] [stdout] src/http/client/scenes.rs - http::client::scenes::Scenes::list (line 20) [INFO] [stdout] src/http/client/states.rs - http::client::states::ChangeState (line 372) [INFO] [stdout] src/http/client/states.rs - http::client::states::ChangeState::brightness (line 482) [INFO] [stdout] src/http/client/states.rs - http::client::states::ChangeState::hue (line 444) [INFO] [stdout] src/http/client/states.rs - http::client::states::ChangeState::infrared (line 518) [INFO] [stdout] src/http/client/states.rs - http::client::states::ChangeState::kelvin (line 500) [INFO] [stdout] src/http/client/states.rs - http::client::states::ChangeState::saturation (line 463) [INFO] [stdout] src/http/client/states.rs - http::client::states::ChangeState::transition (line 425) [INFO] [stdout] src/http/client/states.rs - http::client::states::Cycle (line 563) [INFO] [stdout] src/http/client/states.rs - http::client::states::SetState (line 107) [INFO] [stdout] src/http/client/states.rs - http::client::states::SetState::brightness (line 177) [INFO] [stdout] src/http/client/states.rs - http::client::states::SetState::color (line 159) [INFO] [stdout] src/http/client/states.rs - http::client::states::SetState::fast (line 231) [INFO] [stdout] src/http/client/states.rs - http::client::states::SetState::infrared (line 213) [INFO] [stdout] src/http/client/states.rs - http::client::states::SetState::power (line 141) [INFO] [stdout] src/http/client/states.rs - http::client::states::SetState::transition (line 195) [INFO] [stdout] src/http/client/states.rs - http::client::states::SetStates (line 295) [INFO] [stdout] src/http/client/states.rs - http::client::states::Toggle (line 13) [INFO] [stdout] src/http/client/states.rs - http::client::states::Toggle (line 25) [INFO] [stdout] src/http/client/states.rs - http::client::states::Toggle::transition (line 49) [INFO] [stdout] src/http/selector.rs - http::selector::Combine::combine (line 403) [INFO] [stdout] src/http/selector.rs - http::selector::Selector::zoned (line 327) [INFO] [stdout] src/http/selector.rs - http::selector::SelectorParseError::NoLabel (line 119) [INFO] [stdout] src/http/selector.rs - http::selector::SelectorParseError::NoValue (line 128) [INFO] [stdout] src/http/selector.rs - http::selector::SelectorParseError::UnknownLabel (line 142) [INFO] [stdout] src/http/selector.rs - http::selector::Selectors::combine (line 20) [INFO] [stdout] src/http/selector.rs - http::selector::T::random (line 386) [INFO] [stdout] src/http/state.rs - http::state::Color::validate (line 650) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::LongString (line 306) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::MultipleBrightnesses (line 225) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::MultipleHues (line 207) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::MultipleKelvins (line 234) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::MultipleSaturations (line 216) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NoBlue (line 279) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NoBrightness (line 161) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NoGreen (line 261) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NoHue (line 125) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NoKelvin (line 179) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NoRed (line 243) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NoSaturation (line 143) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NonNumericBlue (line 288) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NonNumericBrightness (line 170) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NonNumericGreen (line 270) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NonNumericHue (line 134) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NonNumericKelvin (line 188) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NonNumericRed (line 252) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::NonNumericSaturation (line 152) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::ShortString (line 297) [INFO] [stdout] src/http/state.rs - http::state::ColorParseError::WeirdHsbkComponent (line 198) [INFO] [stdout] src/http/state.rs - http::state::Error::BrightnessHigh (line 543) [INFO] [stdout] src/http/state.rs - http::state::Error::BrightnessLow (line 552) [INFO] [stdout] src/http/state.rs - http::state::Error::HsbkEmpty (line 580) [INFO] [stdout] src/http/state.rs - http::state::Error::Hue (line 516) [INFO] [stdout] src/http/state.rs - http::state::Error::KelvinHigh (line 561) [INFO] [stdout] src/http/state.rs - http::state::Error::KelvinLow (line 570) [INFO] [stdout] src/http/state.rs - http::state::Error::RgbStrLong (line 599) [INFO] [stdout] src/http/state.rs - http::state::Error::RgbStrShort (line 588) [INFO] [stdout] src/http/state.rs - http::state::Error::SaturationHigh (line 525) [INFO] [stdout] src/http/state.rs - http::state::Error::SaturationLow (line 534) [INFO] [stdout] src/http/state.rs - http::state::State::brightness (line 884) [INFO] [stdout] src/http/state.rs - http::state::State::color (line 872) [INFO] [stdout] src/http/state.rs - http::state::State::infrared (line 908) [INFO] [stdout] src/http/state.rs - http::state::State::power (line 860) [INFO] [stdout] src/http/state.rs - http::state::State::transition (line 896) [INFO] [stdout] src/http/state.rs - http::state::StateChange::brightness (line 1006) [INFO] [stdout] src/http/state.rs - http::state::StateChange::hue (line 984) [INFO] [stdout] src/http/state.rs - http::state::StateChange::kelvin (line 1017) [INFO] [stdout] src/http/state.rs - http::state::StateChange::power (line 962) [INFO] [stdout] src/http/state.rs - http::state::StateChange::saturation (line 995) [INFO] [stdout] src/http/state.rs - http::state::StateChange::transition (line 973) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 99 failed; 0 ignored; 0 measured; 0 filtered out; finished in 20.54s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "01702022546a1c1311121d444d5b85e4d13af5bceb59a798643e04ae4a5c5945", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01702022546a1c1311121d444d5b85e4d13af5bceb59a798643e04ae4a5c5945", kill_on_drop: false }` [INFO] [stdout] 01702022546a1c1311121d444d5b85e4d13af5bceb59a798643e04ae4a5c5945