[INFO] fetching crate lci-gateway 0.9.0...
[INFO] checking lci-gateway-0.9.0 against master#e22dab387f6b4f6a87dfc54ac2f6013dddb41e68 for pr-149195
[INFO] extracting crate lci-gateway 0.9.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate lci-gateway 0.9.0
[INFO] finished tweaking crates.io crate lci-gateway 0.9.0
[INFO] tweaked toml for crates.io crate lci-gateway 0.9.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lci-gateway 0.9.0 on toolchain e22dab387f6b4f6a87dfc54ac2f6013dddb41e68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lci-gateway 0.9.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-core v0.1.29
[INFO] [stderr]   Downloaded thiserror-impl v1.0.33
[INFO] [stderr]   Downloaded tracing v0.1.36
[INFO] [stderr]   Downloaded derive-getters v0.2.0
[INFO] [stderr]   Downloaded serde_derive v1.0.143
[INFO] [stderr]   Downloaded thiserror v1.0.33
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.32
[INFO] [stderr]   Downloaded serde v1.0.143
[INFO] [stderr]   Downloaded tokio v1.20.1
[INFO] [stderr]   Downloaded libc v0.2.131
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 63463702cbdafb1dcc338d0b85c105dfa0a745cbfa4d4f0a78ee991085eebeb8
[INFO] running `Command { std: "docker" "start" "-a" "63463702cbdafb1dcc338d0b85c105dfa0a745cbfa4d4f0a78ee991085eebeb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "63463702cbdafb1dcc338d0b85c105dfa0a745cbfa4d4f0a78ee991085eebeb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63463702cbdafb1dcc338d0b85c105dfa0a745cbfa4d4f0a78ee991085eebeb8", kill_on_drop: false }`
[INFO] [stdout] 63463702cbdafb1dcc338d0b85c105dfa0a745cbfa4d4f0a78ee991085eebeb8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+e22dab387f6b4f6a87dfc54ac2f6013dddb41e68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 23f29500c8c3d8b66cd710e5490cea90fd85442f61b1fcffc5a3a4fc08d56af7
[INFO] running `Command { std: "docker" "start" "-a" "23f29500c8c3d8b66cd710e5490cea90fd85442f61b1fcffc5a3a4fc08d56af7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling libc v0.2.131
[INFO] [stderr]     Checking once_cell v1.13.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]     Checking smallvec v1.9.0
[INFO] [stderr]     Checking bytes v1.2.1
[INFO] [stderr]    Compiling tokio v1.20.1
[INFO] [stderr]     Checking itoa v1.0.3
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling openssl v0.10.41
[INFO] [stderr]    Compiling serde_derive v1.0.143
[INFO] [stderr]    Compiling serde v1.0.143
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]     Checking tracing-core v0.1.29
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking unicode-normalization v0.1.21
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]    Compiling serde_json v1.0.83
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]     Checking ipnet v2.5.0
[INFO] [stderr]     Checking regex-syntax v0.6.27
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.75
[INFO] [stderr]     Checking tracing v0.1.36
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking regex v1.6.0
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.33
[INFO] [stderr]    Compiling derive-getters v0.2.0
[INFO] [stderr]     Checking futures-util v0.3.21
[INFO] [stderr]     Checking thiserror v1.0.33
[INFO] [stderr]     Checking futures-executor v0.3.21
[INFO] [stderr]     Checking futures v0.3.21
[INFO] [stderr]     Checking tokio-util v0.7.3
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.3.13
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.20
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.11
[INFO] [stderr]     Checking lci-gateway v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/switch.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |     SwitchError(lci_gateway::SwitchError),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 32 -     SwitchError(lci_gateway::SwitchError),
[INFO] [stdout] 32 +     SwitchError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/switch.rs:33:16
[INFO] [stdout]    |
[INFO] [stdout] 33 |     ThingError(lci_gateway::ThingError),
[INFO] [stdout]    |     ---------- ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 33 -     ThingError(lci_gateway::ThingError),
[INFO] [stdout] 33 +     ThingError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/switch.rs:34:32
[INFO] [stdout]    |
[INFO] [stdout] 34 |     OnlineStateConversionError(lci_gateway::OnlineStateConversionError),
[INFO] [stdout]    |     -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 34 -     OnlineStateConversionError(lci_gateway::OnlineStateConversionError),
[INFO] [stdout] 34 +     OnlineStateConversionError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/switch.rs:35:32
[INFO] [stdout]    |
[INFO] [stdout] 35 |     SwitchStateConversionError(lci_gateway::SwitchStateConversionError),
[INFO] [stdout]    |     -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 35 -     SwitchStateConversionError(lci_gateway::SwitchStateConversionError),
[INFO] [stdout] 35 +     SwitchStateConversionError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/switch.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 |     SwitchRelayCurrentError(lci_gateway::SwitchRelayCurrentError),
[INFO] [stdout]    |     ----------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 36 -     SwitchRelayCurrentError(lci_gateway::SwitchRelayCurrentError),
[INFO] [stdout] 36 +     SwitchRelayCurrentError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/switch.rs:37:14
[INFO] [stdout]    |
[INFO] [stdout] 37 |     SetError(lci_gateway::SetError),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 37 -     SetError(lci_gateway::SetError),
[INFO] [stdout] 37 +     SetError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/tanks.rs:25:16
[INFO] [stdout]    |
[INFO] [stdout] 25 |     ThingError(lci_gateway::ThingError),
[INFO] [stdout]    |     ---------- ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 25 -     ThingError(lci_gateway::ThingError),
[INFO] [stdout] 25 +     ThingError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/tanks.rs:26:32
[INFO] [stdout]    |
[INFO] [stdout] 26 |     OnlineStateConversionError(lci_gateway::OnlineStateConversionError),
[INFO] [stdout]    |     -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 26 -     OnlineStateConversionError(lci_gateway::OnlineStateConversionError),
[INFO] [stdout] 26 +     OnlineStateConversionError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/tanks.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |     TankLevelError(lci_gateway::TankLevelError),
[INFO] [stdout]    |     -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 27 -     TankLevelError(lci_gateway::TankLevelError),
[INFO] [stdout] 27 +     TankLevelError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/dimmers.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 46 |     ThingError(lci_gateway::ThingError),
[INFO] [stdout]    |     ---------- ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 46 -     ThingError(lci_gateway::ThingError),
[INFO] [stdout] 46 +     ThingError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/dimmers.rs:47:21
[INFO] [stdout]    |
[INFO] [stdout] 47 |     DimmerDemoError(DimmerDemoError),
[INFO] [stdout]    |     --------------- ^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 -     DimmerDemoError(DimmerDemoError),
[INFO] [stdout] 47 +     DimmerDemoError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/dimmers.rs:52:21
[INFO] [stdout]    |
[INFO] [stdout] 52 |     BrightnessError(lci_gateway::DimmerBrightnessError),
[INFO] [stdout]    |     --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DimmerDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 52 -     BrightnessError(lci_gateway::DimmerBrightnessError),
[INFO] [stdout] 52 +     BrightnessError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/dimmers.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     OnlineError(lci_gateway::OnlineStateConversionError),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DimmerDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 53 -     OnlineError(lci_gateway::OnlineStateConversionError),
[INFO] [stdout] 53 +     OnlineError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/dimmers.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |     DimmerError(lci_gateway::DimmerError),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DimmerDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 54 -     DimmerError(lci_gateway::DimmerError),
[INFO] [stdout] 54 +     DimmerError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/dimmers.rs:55:14
[INFO] [stdout]    |
[INFO] [stdout] 55 |     SetError(lci_gateway::SetError),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DimmerDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 55 -     SetError(lci_gateway::SetError),
[INFO] [stdout] 55 +     SetError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/dimmers.rs:56:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     SetBrightnessError(lci_gateway::SetBrightnessError),
[INFO] [stdout]    |     ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DimmerDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 56 -     SetBrightnessError(lci_gateway::SetBrightnessError),
[INFO] [stdout] 56 +     SetBrightnessError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/hvac.rs:59:21
[INFO] [stdout]    |
[INFO] [stdout] 59 |     StatusDemoError(StatusDemoError),
[INFO] [stdout]    |     --------------- ^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 59 -     StatusDemoError(StatusDemoError),
[INFO] [stdout] 59 +     StatusDemoError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/hvac.rs:60:18
[INFO] [stdout]    |
[INFO] [stdout] 60 |     FanDemoError(FanDemoError),
[INFO] [stdout]    |     ------------ ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 60 -     FanDemoError(FanDemoError),
[INFO] [stdout] 60 +     FanDemoError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/hvac.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     SetError(lci_gateway::SetError),
[INFO] [stdout]    |     -------- ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FanDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 65 -     SetError(lci_gateway::SetError),
[INFO] [stdout] 65 +     SetError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/hvac.rs:70:16
[INFO] [stdout]    |
[INFO] [stdout] 70 |     ThingError(lci_gateway::ThingError),
[INFO] [stdout]    |     ---------- ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StatusDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 70 -     ThingError(lci_gateway::ThingError),
[INFO] [stdout] 70 +     ThingError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/hvac.rs:71:23
[INFO] [stdout]    |
[INFO] [stdout] 71 |     HvacStatusFailure(lci_gateway::HvacStatusFailure),
[INFO] [stdout]    |     ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StatusDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 71 -     HvacStatusFailure(lci_gateway::HvacStatusFailure),
[INFO] [stdout] 71 +     HvacStatusFailure(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/hvac.rs:72:34
[INFO] [stdout]    |
[INFO] [stdout] 72 |     HvacInsideTemperatureFailure(lci_gateway::HvacInsideTemperatureFailure),
[INFO] [stdout]    |     ---------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StatusDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 72 -     HvacInsideTemperatureFailure(lci_gateway::HvacInsideTemperatureFailure),
[INFO] [stdout] 72 +     HvacInsideTemperatureFailure(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/hvac.rs:73:35
[INFO] [stdout]    |
[INFO] [stdout] 73 |     HvacOutsideTemperatureFailure(lci_gateway::HvacOutsideTemperatureFailure),
[INFO] [stdout]    |     ----------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StatusDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 73 -     HvacOutsideTemperatureFailure(lci_gateway::HvacOutsideTemperatureFailure),
[INFO] [stdout] 73 +     HvacOutsideTemperatureFailure(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/hvac.rs:74:31
[INFO] [stdout]    |
[INFO] [stdout] 74 |     HvacLowTemperatureFailure(lci_gateway::HvacLowTemperatureFailure),
[INFO] [stdout]    |     ------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StatusDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 74 -     HvacLowTemperatureFailure(lci_gateway::HvacLowTemperatureFailure),
[INFO] [stdout] 74 +     HvacLowTemperatureFailure(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/hvac.rs:75:32
[INFO] [stdout]    |
[INFO] [stdout] 75 |     HvacHighTemperatureFailure(lci_gateway::HvacHighTemperatureFailure),
[INFO] [stdout]    |     -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StatusDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 75 -     HvacHighTemperatureFailure(lci_gateway::HvacHighTemperatureFailure),
[INFO] [stdout] 75 +     HvacHighTemperatureFailure(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/hvac.rs:76:32
[INFO] [stdout]    |
[INFO] [stdout] 76 |     HvacFanModeConversionError(lci_gateway::HvacFanModeConversionError),
[INFO] [stdout]    |     -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StatusDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 76 -     HvacFanModeConversionError(lci_gateway::HvacFanModeConversionError),
[INFO] [stdout] 76 +     HvacFanModeConversionError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/hvac.rs:77:31
[INFO] [stdout]    |
[INFO] [stdout] 77 |     HvacStatusConversionError(lci_gateway::HvacStatusConversionError),
[INFO] [stdout]    |     ------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StatusDemoError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 77 -     HvacStatusConversionError(lci_gateway::HvacStatusConversionError),
[INFO] [stdout] 77 +     HvacStatusConversionError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.38s
[INFO] running `Command { std: "docker" "inspect" "23f29500c8c3d8b66cd710e5490cea90fd85442f61b1fcffc5a3a4fc08d56af7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23f29500c8c3d8b66cd710e5490cea90fd85442f61b1fcffc5a3a4fc08d56af7", kill_on_drop: false }`
[INFO] [stdout] 23f29500c8c3d8b66cd710e5490cea90fd85442f61b1fcffc5a3a4fc08d56af7
