[INFO] cloning repository https://github.com/Hacks-R-Us/godafton [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hacks-R-Us/godafton" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHacks-R-Us%2Fgodafton", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHacks-R-Us%2Fgodafton'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6f9269ca49804a1c5bfcc4ad2d488ef5a5aecf1b [INFO] checking Hacks-R-Us/godafton against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHacks-R-Us%2Fgodafton" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Hacks-R-Us/godafton on toolchain 36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Hacks-R-Us/godafton [INFO] finished tweaking git repo https://github.com/Hacks-R-Us/godafton [INFO] tweaked toml for git repo https://github.com/Hacks-R-Us/godafton written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Hacks-R-Us/godafton already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:ce6408862c0f4858e6cd2b85b2cf085ff7d0d6323904d0a94b71664a228554ab" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd0abfce1c433ab333e720789a7104546a767296df4f426d7bdb7fb35f33db64 [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" "bd0abfce1c433ab333e720789a7104546a767296df4f426d7bdb7fb35f33db64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd0abfce1c433ab333e720789a7104546a767296df4f426d7bdb7fb35f33db64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd0abfce1c433ab333e720789a7104546a767296df4f426d7bdb7fb35f33db64", kill_on_drop: false }` [INFO] [stdout] bd0abfce1c433ab333e720789a7104546a767296df4f426d7bdb7fb35f33db64 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:ce6408862c0f4858e6cd2b85b2cf085ff7d0d6323904d0a94b71664a228554ab" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3674b7cf45b410b8832b49dc35ae543b97de79b1fdfdbc7ab48af846e5e3385d [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" "3674b7cf45b410b8832b49dc35ae543b97de79b1fdfdbc7ab48af846e5e3385d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling subtle v2.3.0 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling tinyvec v0.3.4 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling zeroize v1.1.1 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling hashbrown v0.9.0 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling state v0.4.1 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling pear_codegen v0.1.4 [INFO] [stderr] Compiling rocket_codegen v0.4.5 [INFO] [stderr] Compiling rocket v0.4.5 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking block-cipher-trait v0.6.2 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking universal-hash v0.3.0 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking aead v0.2.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking polyval v0.3.3 [INFO] [stderr] Checking hmac v0.7.1 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.35 [INFO] [stderr] Checking inotify-sys v0.1.3 [INFO] [stderr] Checking filetime v0.2.12 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking sha2 v0.8.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking ghash v0.2.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking hkdf v0.8.0 [INFO] [stderr] Checking aes v0.3.2 [INFO] [stderr] Checking inotify v0.7.1 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Checking aes-gcm v0.5.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Checking notify v4.0.15 [INFO] [stderr] Checking cookie v0.11.3 [INFO] [stderr] Compiling devise_core v0.2.0 [INFO] [stderr] Compiling devise_codegen v0.2.0 [INFO] [stderr] Compiling devise v0.2.0 [INFO] [stderr] Compiling pear v0.1.4 [INFO] [stderr] Compiling rocket_http v0.4.5 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking godafton-types v0.1.0 (/opt/rustwide/workdir/godafton-types) [INFO] [stderr] Checking rocket_contrib v0.4.5 [INFO] [stderr] Checking godafton-controller v0.1.0 (/opt/rustwide/workdir/godafton-controller) [INFO] [stdout] warning: unused imports: `Outcome`, `Rocket` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::{ State, Rocket, Outcome }; [INFO] [stdout] | ^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Emblinkenator` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:7:29 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::emblinkenator::{ Emblinkenator, EmblinkenatorJSONRGB, EmblinkenatorJSONRGBW, EmblinkenatorJSONRGBWW }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Outcome`, `Rocket` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use rocket::{ State, Rocket, Outcome }; [INFO] [stdout] | ^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Emblinkenator` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:7:29 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::emblinkenator::{ Emblinkenator, EmblinkenatorJSONRGB, EmblinkenatorJSONRGBW, EmblinkenatorJSONRGBWW }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:22:32 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn get_emblinkenator_by_id(state: State, id: &RawStr) -> String { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn add_emblinkenator_rgb(state: State, id: &RawStr, emblinkenator: Json>) -> Result godafton-controller/src/api/routes.rs:27:72 [INFO] [stdout] | [INFO] [stdout] 27 | ...nState>, id: &RawStr, emblinkenator: Json>) -> Result>, BadRequest godafton-controller/src/api/routes.rs:34:31 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn add_emblinkenator_rgbw(state: State, id: &RawStr, emblinkenator: Json>) -> Result godafton-controller/src/api/routes.rs:34:73 [INFO] [stdout] | [INFO] [stdout] 34 | ...nState>, id: &RawStr, emblinkenator: Json>) -> Result>, BadRequest<... [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn add_emblinkenator_rgbww(state: State, id: &RawStr, emblinkenator: Json>) -> Result... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `emblinkenator` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:42:74 [INFO] [stdout] | [INFO] [stdout] 42 | ...nState>, id: &RawStr, emblinkenator: Json>) -> Result>, BadRequ... [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn get_emblinkenator_state_by_id(state: State, id: &RawStr) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:50:67 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn get_emblinkenator_state_by_id(state: State, id: &RawStr) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:55:46 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn get_emblinkenator_state_by_id_as_json(state: State, id: &RawStr) -> Json> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:55:75 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn get_emblinkenator_state_by_id_as_json(state: State, id: &RawStr) -> Json> { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:60:50 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn set_emblinkenator_state_by_id_as_json_rgb(state: State, id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:60:79 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn set_emblinkenator_state_by_id_as_json_rgb(state: State, id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn set_emblinkenator_state_by_id_as_json_rgbw(state: State, id: &RawStr, leds: Json>) -> Json godafton-controller/src/api/routes.rs:65:80 [INFO] [stdout] | [INFO] [stdout] 65 | ...gbw(state: State, id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:70:52 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn set_emblinkenator_state_by_id_as_json_rgbww(state: State, id: &RawStr, leds: Json>) -> Json godafton-controller/src/api/routes.rs:70:81 [INFO] [stdout] | [INFO] [stdout] 70 | ...bww(state: State, id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:75:38 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn set_emblinkenator_state_by_id(state: State, id: &RawStr, leds: Vec) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:75:67 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn set_emblinkenator_state_by_id(state: State, id: &RawStr, leds: Vec) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:80:39 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn get_fixtures_for_emblinkenator(state: State, id: &RawStr) -> Json> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:80:68 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn get_fixtures_for_emblinkenator(state: State, id: &RawStr) -> Json> { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:85:20 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn get_fixture(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr) -> String { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:90:20 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn add_fixture(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, fixture: Json) -> Result godafton-controller/src/api/routes.rs:90:49 [INFO] [stdout] | [INFO] [stdout] 90 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, fixture: Json) -> Result, String> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:90:76 [INFO] [stdout] | [INFO] [stdout] 90 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, fixture: Json) -> Result, String> { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:95:30 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn get_state_for_fixture(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr) -> String { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:100:38 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn get_state_for_fixture_as_json(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr) -> String { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:105:34 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn set_state_for_fixture_rgb(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Jso... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `emblinkenator_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:105:63 [INFO] [stdout] | [INFO] [stdout] 105 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:105:90 [INFO] [stdout] | [INFO] [stdout] 105 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn set_state_for_fixture_rgbw(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Js... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `emblinkenator_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:110:64 [INFO] [stdout] | [INFO] [stdout] 110 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:110:91 [INFO] [stdout] | [INFO] [stdout] 110 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:115:36 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn set_state_for_fixture_rgbww(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> J... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `emblinkenator_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:115:65 [INFO] [stdout] | [INFO] [stdout] 115 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:115:92 [INFO] [stdout] | [INFO] [stdout] 115 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:120:42 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn set_state_for_fixture_as_json_rgb(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json godafton-controller/src/api/routes.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:120:98 [INFO] [stdout] | [INFO] [stdout] 120 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:126:43 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn set_state_for_fixture_as_json_rgbw(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json godafton-controller/src/api/routes.rs:126:72 [INFO] [stdout] | [INFO] [stdout] 126 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:126:99 [INFO] [stdout] | [INFO] [stdout] 126 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:132:44 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn set_state_for_fixture_as_json_rgbww(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json godafton-controller/src/api/routes.rs:132:73 [INFO] [stdout] | [INFO] [stdout] 132 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:132:100 [INFO] [stdout] | [INFO] [stdout] 132 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:138:39 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn get_fixture_led_state_by_index(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, index: usize) -> Json<... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:138:116 [INFO] [stdout] | [INFO] [stdout] 138 | ...&RawStr, fixture_id: &RawStr, index: usize) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:144:43 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn set_fixture_led_state_by_index_rgb(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, index: usize, led:... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:144:120 [INFO] [stdout] | [INFO] [stdout] 144 | ...&RawStr, fixture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:144:134 [INFO] [stdout] | [INFO] [stdout] 144 | ...ture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:150:44 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn set_fixture_led_state_by_index_rgbw(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, index: usize, led... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:150:121 [INFO] [stdout] | [INFO] [stdout] 150 | ...&RawStr, fixture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:150:135 [INFO] [stdout] | [INFO] [stdout] 150 | ...ture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:156:45 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn set_fixture_led_state_by_index_rgbww(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, index: usize, le... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:156:122 [INFO] [stdout] | [INFO] [stdout] 156 | ...&RawStr, fixture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:156:136 [INFO] [stdout] | [INFO] [stdout] 156 | ...ture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:162:31 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get_led_state_by_index(state: State, id: &RawStr, index: usize) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:162:60 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get_led_state_by_index(state: State, id: &RawStr, index: usize) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:162:73 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get_led_state_by_index(state: State, id: &RawStr, index: usize) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:167:39 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn get_led_state_by_index_as_json(state: State, id: &RawStr, index: usize) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:167:68 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn get_led_state_by_index_as_json(state: State, id: &RawStr, index: usize) -> Json { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:167:81 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn get_led_state_by_index_as_json(state: State, id: &RawStr, index: usize) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn set_led_state_by_index_rgb(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:172:64 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn set_led_state_by_index_rgb(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:172:77 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn set_led_state_by_index_rgb(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:172:91 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn set_led_state_by_index_rgb(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:177:36 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn set_led_state_by_index_rgbw(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:177:65 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn set_led_state_by_index_rgbw(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:177:78 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn set_led_state_by_index_rgbw(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:177:92 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn set_led_state_by_index_rgbw(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:182:37 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn set_led_state_by_index_rgbww(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:182:66 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn set_led_state_by_index_rgbww(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:182:79 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn set_led_state_by_index_rgbww(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:182:93 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn set_led_state_by_index_rgbww(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:22:32 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn get_emblinkenator_by_id(state: State, id: &RawStr) -> String { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn add_emblinkenator_rgb(state: State, id: &RawStr, emblinkenator: Json>) -> Result godafton-controller/src/api/routes.rs:27:72 [INFO] [stdout] | [INFO] [stdout] 27 | ...nState>, id: &RawStr, emblinkenator: Json>) -> Result>, BadRequest godafton-controller/src/api/routes.rs:34:31 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn add_emblinkenator_rgbw(state: State, id: &RawStr, emblinkenator: Json>) -> Result godafton-controller/src/api/routes.rs:34:73 [INFO] [stdout] | [INFO] [stdout] 34 | ...nState>, id: &RawStr, emblinkenator: Json>) -> Result>, BadRequest<... [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn add_emblinkenator_rgbww(state: State, id: &RawStr, emblinkenator: Json>) -> Result... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `emblinkenator` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:42:74 [INFO] [stdout] | [INFO] [stdout] 42 | ...nState>, id: &RawStr, emblinkenator: Json>) -> Result>, BadRequ... [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn get_emblinkenator_state_by_id(state: State, id: &RawStr) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:50:67 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn get_emblinkenator_state_by_id(state: State, id: &RawStr) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:55:46 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn get_emblinkenator_state_by_id_as_json(state: State, id: &RawStr) -> Json> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:55:75 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn get_emblinkenator_state_by_id_as_json(state: State, id: &RawStr) -> Json> { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:60:50 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn set_emblinkenator_state_by_id_as_json_rgb(state: State, id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:60:79 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn set_emblinkenator_state_by_id_as_json_rgb(state: State, id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:65:51 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn set_emblinkenator_state_by_id_as_json_rgbw(state: State, id: &RawStr, leds: Json>) -> Json godafton-controller/src/api/routes.rs:65:80 [INFO] [stdout] | [INFO] [stdout] 65 | ...gbw(state: State, id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:70:52 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn set_emblinkenator_state_by_id_as_json_rgbww(state: State, id: &RawStr, leds: Json>) -> Json godafton-controller/src/api/routes.rs:70:81 [INFO] [stdout] | [INFO] [stdout] 70 | ...bww(state: State, id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:75:38 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn set_emblinkenator_state_by_id(state: State, id: &RawStr, leds: Vec) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:75:67 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn set_emblinkenator_state_by_id(state: State, id: &RawStr, leds: Vec) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:80:39 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn get_fixtures_for_emblinkenator(state: State, id: &RawStr) -> Json> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:80:68 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn get_fixtures_for_emblinkenator(state: State, id: &RawStr) -> Json> { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:85:20 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn get_fixture(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr) -> String { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:90:20 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn add_fixture(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, fixture: Json) -> Result godafton-controller/src/api/routes.rs:90:49 [INFO] [stdout] | [INFO] [stdout] 90 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, fixture: Json) -> Result, String> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:90:76 [INFO] [stdout] | [INFO] [stdout] 90 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, fixture: Json) -> Result, String> { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:95:30 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn get_state_for_fixture(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr) -> String { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:100:38 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn get_state_for_fixture_as_json(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr) -> String { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:105:34 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn set_state_for_fixture_rgb(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Jso... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `emblinkenator_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:105:63 [INFO] [stdout] | [INFO] [stdout] 105 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:105:90 [INFO] [stdout] | [INFO] [stdout] 105 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn set_state_for_fixture_rgbw(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Js... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `emblinkenator_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:110:64 [INFO] [stdout] | [INFO] [stdout] 110 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:110:91 [INFO] [stdout] | [INFO] [stdout] 110 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:115:36 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn set_state_for_fixture_rgbww(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> J... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `emblinkenator_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:115:65 [INFO] [stdout] | [INFO] [stdout] 115 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:115:92 [INFO] [stdout] | [INFO] [stdout] 115 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Json> { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:120:42 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn set_state_for_fixture_as_json_rgb(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json godafton-controller/src/api/routes.rs:120:71 [INFO] [stdout] | [INFO] [stdout] 120 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:120:98 [INFO] [stdout] | [INFO] [stdout] 120 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:126:43 [INFO] [stdout] | [INFO] [stdout] 126 | pub fn set_state_for_fixture_as_json_rgbw(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json godafton-controller/src/api/routes.rs:126:72 [INFO] [stdout] | [INFO] [stdout] 126 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:126:99 [INFO] [stdout] | [INFO] [stdout] 126 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:132:44 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn set_state_for_fixture_as_json_rgbww(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json godafton-controller/src/api/routes.rs:132:73 [INFO] [stdout] | [INFO] [stdout] 132 | ...te, emblinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emblinkenator_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fixture_id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:132:100 [INFO] [stdout] | [INFO] [stdout] 132 | ...blinkenator_id: &RawStr, fixture_id: &RawStr, leds: Json>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fixture_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:138:39 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn get_fixture_led_state_by_index(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, index: usize) -> Json<... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:138:116 [INFO] [stdout] | [INFO] [stdout] 138 | ...&RawStr, fixture_id: &RawStr, index: usize) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:144:43 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn set_fixture_led_state_by_index_rgb(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, index: usize, led:... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:144:120 [INFO] [stdout] | [INFO] [stdout] 144 | ...&RawStr, fixture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:144:134 [INFO] [stdout] | [INFO] [stdout] 144 | ...ture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:150:44 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn set_fixture_led_state_by_index_rgbw(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, index: usize, led... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:150:121 [INFO] [stdout] | [INFO] [stdout] 150 | ...&RawStr, fixture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:150:135 [INFO] [stdout] | [INFO] [stdout] 150 | ...ture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:156:45 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn set_fixture_led_state_by_index_rgbww(state: State, emblinkenator_id: &RawStr, fixture_id: &RawStr, index: usize, le... [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:156:122 [INFO] [stdout] | [INFO] [stdout] 156 | ...&RawStr, fixture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:156:136 [INFO] [stdout] | [INFO] [stdout] 156 | ...ture_id: &RawStr, index: usize, led: Json) -> Json { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:162:31 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get_led_state_by_index(state: State, id: &RawStr, index: usize) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:162:60 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get_led_state_by_index(state: State, id: &RawStr, index: usize) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:162:73 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn get_led_state_by_index(state: State, id: &RawStr, index: usize) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:167:39 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn get_led_state_by_index_as_json(state: State, id: &RawStr, index: usize) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:167:68 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn get_led_state_by_index_as_json(state: State, id: &RawStr, index: usize) -> Json { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:167:81 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn get_led_state_by_index_as_json(state: State, id: &RawStr, index: usize) -> Json { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:172:35 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn set_led_state_by_index_rgb(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:172:64 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn set_led_state_by_index_rgb(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:172:77 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn set_led_state_by_index_rgb(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:172:91 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn set_led_state_by_index_rgb(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:177:36 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn set_led_state_by_index_rgbw(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:177:65 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn set_led_state_by_index_rgbw(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:177:78 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn set_led_state_by_index_rgbw(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:177:92 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn set_led_state_by_index_rgbw(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:182:37 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn set_led_state_by_index_rgbww(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `id` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:182:66 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn set_led_state_by_index_rgbww(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:182:79 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn set_led_state_by_index_rgbww(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `led` [INFO] [stdout] --> godafton-controller/src/api/routes.rs:182:93 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn set_led_state_by_index_rgbww(state: State, id: &RawStr, index: usize, led: Json) -> Vec { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_led` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `emblinkenators_rgb` [INFO] [stdout] --> godafton-controller/src/api/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | emblinkenators_rgb: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `emblinkenators_rgbw` [INFO] [stdout] --> godafton-controller/src/api/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | emblinkenators_rgbw: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `emblinkenators_rgbww` [INFO] [stdout] --> godafton-controller/src/api/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | emblinkenators_rgbww: Vec> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> godafton-controller/src/emblinkenator.rs:138:12 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn new () -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> godafton-controller/src/emblinkenator.rs:159:12 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn new () -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> godafton-controller/src/emblinkenator.rs:180:12 [INFO] [stdout] | [INFO] [stdout] 180 | pub fn new () -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `led_arr_to_string` [INFO] [stdout] --> godafton-controller/src/emblinkenator.rs:309:8 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn led_arr_to_string (leds: &[impl LEDColourValue]) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `led_arr_flat` [INFO] [stdout] --> godafton-controller/src/emblinkenator.rs:315:8 [INFO] [stdout] | [INFO] [stdout] 315 | pub fn led_arr_flat (leds: &[impl LEDColourValue]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 84 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `emblinkenators_rgb` [INFO] [stdout] --> godafton-controller/src/api/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | emblinkenators_rgb: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `emblinkenators_rgbw` [INFO] [stdout] --> godafton-controller/src/api/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | emblinkenators_rgbw: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `emblinkenators_rgbww` [INFO] [stdout] --> godafton-controller/src/api/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | emblinkenators_rgbww: Vec> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 79 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 56s [INFO] running `Command { std: "docker" "inspect" "3674b7cf45b410b8832b49dc35ae543b97de79b1fdfdbc7ab48af846e5e3385d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3674b7cf45b410b8832b49dc35ae543b97de79b1fdfdbc7ab48af846e5e3385d", kill_on_drop: false }` [INFO] [stdout] 3674b7cf45b410b8832b49dc35ae543b97de79b1fdfdbc7ab48af846e5e3385d