[INFO] cloning repository https://github.com/PatrickDaG/zcl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PatrickDaG/zcl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPatrickDaG%2Fzcl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPatrickDaG%2Fzcl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b0cd9ce277edf0be58ba0783991bf05e1d0c1a15
[INFO] testing PatrickDaG/zcl against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPatrickDaG%2Fzcl" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/PatrickDaG/zcl
[INFO] finished tweaking git repo https://github.com/PatrickDaG/zcl
[INFO] tweaked toml for git repo https://github.com/PatrickDaG/zcl written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PatrickDaG/zcl on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PatrickDaG/zcl 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded convert_case v0.8.0
[INFO] [stderr]   Downloaded prettyplease v0.2.32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5a34a08ce1d5bd6bff665aee2516c8880f714e57fa4988e22a0dabc4b9465948
[INFO] running `Command { std: "docker" "start" "-a" "5a34a08ce1d5bd6bff665aee2516c8880f714e57fa4988e22a0dabc4b9465948", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a34a08ce1d5bd6bff665aee2516c8880f714e57fa4988e22a0dabc4b9465948", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a34a08ce1d5bd6bff665aee2516c8880f714e57fa4988e22a0dabc4b9465948", kill_on_drop: false }`
[INFO] [stdout] 5a34a08ce1d5bd6bff665aee2516c8880f714e57fa4988e22a0dabc4b9465948
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f7cb942356dc6d4ad18f884a0b5099b441350873a4851941d92d68f4c0fe353a
[INFO] running `Command { std: "docker" "start" "-a" "f7cb942356dc6d4ad18f884a0b5099b441350873a4851941d92d68f4c0fe353a", kill_on_drop: false }`
[INFO] [stderr]    Compiling prettyplease v0.2.32
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling zcl v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.00s
[INFO] running `Command { std: "docker" "inspect" "f7cb942356dc6d4ad18f884a0b5099b441350873a4851941d92d68f4c0fe353a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7cb942356dc6d4ad18f884a0b5099b441350873a4851941d92d68f4c0fe353a", kill_on_drop: false }`
[INFO] [stdout] f7cb942356dc6d4ad18f884a0b5099b441350873a4851941d92d68f4c0fe353a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e20590622c0dca02cbd2a021df4c87108c7f0b1d85a38f78e81141f54b7a89f
[INFO] running `Command { std: "docker" "start" "-a" "4e20590622c0dca02cbd2a021df4c87108c7f0b1d85a38f78e81141f54b7a89f", kill_on_drop: false }`
[INFO] [stderr]    Compiling zcl v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] running `Command { std: "docker" "inspect" "4e20590622c0dca02cbd2a021df4c87108c7f0b1d85a38f78e81141f54b7a89f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e20590622c0dca02cbd2a021df4c87108c7f0b1d85a38f78e81141f54b7a89f", kill_on_drop: false }`
[INFO] [stdout] 4e20590622c0dca02cbd2a021df4c87108c7f0b1d85a38f78e81141f54b7a89f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bc5fba07d290559347097f5fd8c60434f8bf8620ea24573ebeccb76cf240ce6e
[INFO] running `Command { std: "docker" "start" "-a" "bc5fba07d290559347097f5fd8c60434f8bf8620ea24573ebeccb76cf240ce6e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zcl-273ad582a85decc3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests zcl
[INFO] [stdout] 
[INFO] [stdout] running 152 tests
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::DISABLE_LOCAL_CONFIG (line 1241) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::DEVICE_ENABLED (line 1181) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::DATE_CODE (line 875) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::ALARM_MASK (line 1208) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::GROUPS_CLUSTER (line 4053) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::BASIC_CLUSTER (line 1355) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::GENERIC_DEVICE_TYPE (line 958) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::SCENES_CLUSTER (line 4289) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::IDENTIFY_CLUSTER (line 3987) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::ON_OFF_CLUSTER (line 4487) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::HW_VERSION (line 788) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::ON_OFF_SWITCH_CONFIGURATION_CLUSTER (line 4593) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::MANUFACTURER_NAME (line 821) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::LOCATION_DESCRIPTION (line 1125) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::APPLICATION_VERSION (line 722) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::PRODUCT_CODE (line 987) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::PRODUCT_URL (line 1014) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::DEVICE_TEMPERATURE_CONFIGURATION_CLUSTER (line 3893) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::PRODUCT_LABEL (line 1098) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::SW_BUILD_ID (line 1274) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::SERIAL_NUMBER (line 1071) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::POWER_SOURCE (line 902) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::STACK_VERSION (line 755) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::DEVICE_TEMP_ALARM_MASK (line 3701) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::LOW_TEMP_DWELL_TRIP_POINT (line 3800) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::MANUFACTURER_VERSION_DETAILS (line 1041) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::CURRENT_TEMPERATURE (line 3569) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::ZCL_VERSION (line 689) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::LOW_TEMP_THRESHOLD (line 3734) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::LEVEL_CONTROL_FOR_LIGHTING_CLUSTER (line 5627) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::MAX_TEMP_EXPERIENCED (line 3635) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::OVER_TEMP_TOTAL_DWELL (line 3668) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::groups::NAME_SUPPORT (line 4017) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::CURRENT_FREQUENCY (line 4776) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::CURRENT_LEVEL (line 4644) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::GENERIC_DEVICE_CLASS (line 929) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::MIN_FREQUENCY (line 4809) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::DEFAULT_MOVE_RATE (line 5007) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::MODEL_IDENTIFIER (line 848) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::PHYSICAL_ENVIRONMENT (line 1152) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::MAX_LEVEL (line 4743) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::LEVEL_CLUSTER (line 5137) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::ON_LEVEL (line 4908) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::MIN_LEVEL (line 4710) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::OFF_TRANSITION_TIME (line 4974) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::REMAINING_TIME (line 4677) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::START_UP_CURRENT_LEVEL (line 5067) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::MIN_FREQUENCY (line 5303) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::identify::IDENTIFY_TIME (line 3945) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::ON_OFF_TRANSITION_TIME (line 4875) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::CURRENT_LEVEL (line 5204) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::HIGH_TEMP_DWELL_TRIP_POINT (line 3833) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::OPTIONS (line 5040) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::PULSE_WIDTH_MODULATION_CLUSTER (line 5909) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::CURRENT_FREQUENCY (line 5270) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::POWER_CONFIGURATION_CLUSTER (line 3413) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::MIN_TEMP_EXPERIENCED (line 3602) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::HIGH_TEMP_THRESHOLD (line 3767) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::OFF_TRANSITION_TIME (line 5468) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::ON_LEVEL (line 5402) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::ON_TRANSITION_TIME (line 5435) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::on_off::ON_OFF (line 4333) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::MAX_FREQUENCY (line 4842) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::START_UP_CURRENT_LEVEL (line 5561) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::ON_TRANSITION_TIME (line 4941) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_A_HR_RATING (line 1799) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::on_off::GLOBAL_SCENE_CONTROL (line 4360) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::OPTIONS (line 5534) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::MAX_FREQUENCY (line 5336) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::on_off_switch_configuration::SWITCH_ACTIONS (line 4553) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::on_off::OFF_WAIT_TIME (line 4414) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::on_off_switch_configuration::SWITCH_TYPE (line 4526) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_MANUFACTURER (line 1745) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::DEFAULT_MOVE_RATE (line 5501) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_1 (line 2090) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::REMAINING_TIME (line 5237) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::on_off::ON_TIME (line 4387) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_QUANTITY (line 1832) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_PERCENTAGE_REMAINING (line 1712) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::ON_OFF_TRANSITION_TIME (line 5369) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_RATED_VOLTAGE (line 1865) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_VOLTAGE (line 1679) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_ALARM_MASK (line 1898) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_SIZE (line 1772) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_ALARM_MASK (line 2435) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_3 (line 2024) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_2 (line 1991) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_ALARM_STATE (line 2726) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_1 (line 1958) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_PERCENTAGE_REMAINING (line 2249) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_2 (line 2123) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_3 (line 2693) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_A_HR_RATING (line 2336) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_MANUFACTURER (line 2282) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_VOLTAGE_MIN_THRESHOLD (line 1925) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_3 (line 2156) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_3 (line 2561) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_QUANTITY (line 2369) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_2 (line 2660) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_RATED_VOLTAGE (line 2402) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_PERCENTAGE_MIN_THRESHOLD (line 2057) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_1 (line 2627) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::on_off::START_UP_ON_OFF (line 4441) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_ALARM_STATE (line 3263) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_ALARM_STATE (line 2189) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_VOLTAGE_MIN_THRESHOLD (line 2462) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_1 (line 3164) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_ALARM_MASK (line 2972) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_SIZE (line 2309) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_2 (line 2528) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_1 (line 2495) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_VOLTAGE (line 2216) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_MANUFACTURER (line 2819) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_VOLTAGE (line 2753) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_2_PERCENTAGE_MIN_THRESHOLD (line 2594) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_SIZE (line 2846) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_A_HR_RATING (line 2873) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_QUANTITY (line 2906) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_PERCENTAGE_REMAINING (line 2786) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_VOLTAGE_MIN_THRESHOLD (line 2999) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::MAINS_FREQUENCY (line 1514) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::MAINS_VOLTAGE_DWELL_TRIP_POINT (line 1646) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_2 (line 3197) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_3 (line 3098) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_2 (line 3065) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_3 (line 3230) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_PERCENTAGE_MIN_THRESHOLD (line 3131) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::pulse_width_modulation::MIN_LEVEL (line 5723) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::MAINS_ALARM_MASK (line 1547) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::MAINS_VOLTAGE_MIN_THRESHOLD (line 1580) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_RATED_VOLTAGE (line 2939) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_1 (line 3032) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::MAINS_VOLTAGE (line 1481) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::scenes::SCENE_COUNT (line 4088) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::scenes::CURRENT_GROUP (line 4154) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::pulse_width_modulation::CURRENT_LEVEL (line 5690) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::scenes::CURRENT_SCENE (line 4121) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::scenes::LAST_CONFIGURED_BY (line 4241) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::pulse_width_modulation::CURRENT_FREQUENCY (line 5789) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::pulse_width_modulation::MIN_FREQUENCY (line 5822) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - global::ATTRIBUTE_REPORTING_STATUS (line 63) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::MAINS_VOLTAGE_MAX_THRESHOLD (line 1613) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::scenes::NAME_SUPPORT (line 4214) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - measurement_sensing::temperature_measurement::MEASURED_VALUE (line 5962) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::scenes::SCENE_VALID (line 4187) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - measurement_sensing::temperature_measurement::TOLERANCE (line 6061) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - global::CLUSTER_REVISION (line 30) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - measurement_sensing::temperature_measurement::MIN_MEASURED_VALUE (line 5995) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::pulse_width_modulation::MAX_FREQUENCY (line 5855) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::pulse_width_modulation::MAX_LEVEL (line 5756) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - measurement_sensing::temperature_measurement::MAX_MEASURED_VALUE (line 6028) ... FAILED
[INFO] [stdout] test /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - measurement_sensing::TEMPERATURE_MEASUREMENT_CLUSTER (line 6111) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::DISABLE_LOCAL_CONFIG (line 1241) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1242:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DISABLE_LOCAL_CONFIG: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Bitmap8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1242:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DISABLE_LOCAL_CONFIG: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                                    ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Bitmap8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1242:63
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DISABLE_LOCAL_CONFIG: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                                               ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1245:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1251:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Bitmap8(0)),
[INFO] [stdout]    |                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1252:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1253:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(Bitmap8(0x0)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1253:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(Bitmap8(0x0)),
[INFO] [stdout]    |                                          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1254:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(Bitmap8(0x3)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1254:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(Bitmap8(0x3)),
[INFO] [stdout]    |                                          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::DEVICE_ENABLED (line 1181) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1182:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DEVICE_ENABLED: Attribute<'static, Bool> = Attribute {
[INFO] [stdout]   |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Bool` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1182:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DEVICE_ENABLED: Attribute<'static, Bool> = Attribute {
[INFO] [stdout]   |                                              ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const DEVICE_ENABLED: Attribute<'static, Bool> = Attribute {
[INFO] [stdout] 3 + pub const DEVICE_ENABLED: Attribute<'static, bool> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const DEVICE_ENABLED: Attribute<'static, Bool> = Attribute {
[INFO] [stdout] 3 + pub const DEVICE_ENABLED: Attribute<'static, bool> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Bool;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1182:54
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DEVICE_ENABLED: Attribute<'static, Bool> = Attribute {
[INFO] [stdout]   |                                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1185:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bool` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1191:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Bool(Some(true))),
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bool;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1192:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::DATE_CODE (line 875) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:876:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DATE_CODE: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CharacterString` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:876:41
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DATE_CODE: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::CharacterString;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:876:69
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DATE_CODE: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:879:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CharacterString` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:885:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(CharacterString::<'static>(Some(""))),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::CharacterString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:886:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::Size(16),
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::ALARM_MASK (line 1208) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1209:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ALARM_MASK: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                       ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Bitmap8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1209:42
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ALARM_MASK: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                          ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Bitmap8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1209:53
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ALARM_MASK: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1212:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1218:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Bitmap8(0)),
[INFO] [stdout]    |                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1219:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1220:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(Bitmap8(0x0)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1220:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(Bitmap8(0x0)),
[INFO] [stdout]    |                                          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1221:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(Bitmap8(0x3)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1221:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(Bitmap8(0x3)),
[INFO] [stdout]    |                                          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::GROUPS_CLUSTER (line 4053) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4054:34
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GROUPS_CLUSTER: crate::Cluster<'static, self::groups::GroupsAttrs> = crate::Cluster {
[INFO] [stdout]   |                                  ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const GROUPS_CLUSTER: crate::Cluster<'static, self::groups::GroupsAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const GROUPS_CLUSTER: Cluster<'static, self::groups::GroupsAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4054:57
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GROUPS_CLUSTER: crate::Cluster<'static, self::groups::GroupsAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                         ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GROUPS_CLUSTER: crate::Cluster<'static, self::zcl::general::groups::GroupsAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                         ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::groups;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `groups`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const GROUPS_CLUSTER: crate::Cluster<'static, self::groups::GroupsAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const GROUPS_CLUSTER: crate::Cluster<'static, groups::GroupsAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4054:87
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GROUPS_CLUSTER: crate::Cluster<'static, self::groups::GroupsAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                                                       ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const GROUPS_CLUSTER: crate::Cluster<'static, self::groups::GroupsAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const GROUPS_CLUSTER: crate::Cluster<'static, self::groups::GroupsAttrs> = Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4057:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     meta: self::groups::GroupsAttrs {
[INFO] [stdout]   |                 ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 6 |     meta: self::zcl::general::groups::GroupsAttrs {
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::groups;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `groups`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 6 -     meta: self::groups::GroupsAttrs {
[INFO] [stdout] 6 +     meta: groups::GroupsAttrs {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4058:29
[INFO] [stdout]   |
[INFO] [stdout] 7 |         name_support: self::groups::NAME_SUPPORT,
[INFO] [stdout]   |                             ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 7 |         name_support: self::zcl::general::groups::NAME_SUPPORT,
[INFO] [stdout]   |                             ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::groups;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `groups`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 7 -         name_support: self::groups::NAME_SUPPORT,
[INFO] [stdout] 7 +         name_support: groups::NAME_SUPPORT,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::BASIC_CLUSTER (line 1355) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1357:33
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const BASIC_CLUSTER: crate::Cluster<'static, self::basic::BasicAttrs> = crate::Cluster {
[INFO] [stdout]   |                                 ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 5 - pub const BASIC_CLUSTER: crate::Cluster<'static, self::basic::BasicAttrs> = crate::Cluster {
[INFO] [stdout] 5 + pub const BASIC_CLUSTER: Cluster<'static, self::basic::BasicAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1357:56
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const BASIC_CLUSTER: crate::Cluster<'static, self::basic::BasicAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                        ^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const BASIC_CLUSTER: crate::Cluster<'static, self::zcl::general::basic::BasicAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                        ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::basic;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 5 - pub const BASIC_CLUSTER: crate::Cluster<'static, self::basic::BasicAttrs> = crate::Cluster {
[INFO] [stdout] 5 + pub const BASIC_CLUSTER: crate::Cluster<'static, basic::BasicAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1357:84
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const BASIC_CLUSTER: crate::Cluster<'static, self::basic::BasicAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 5 - pub const BASIC_CLUSTER: crate::Cluster<'static, self::basic::BasicAttrs> = crate::Cluster {
[INFO] [stdout] 5 + pub const BASIC_CLUSTER: crate::Cluster<'static, self::basic::BasicAttrs> = Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1360:17
[INFO] [stdout]   |
[INFO] [stdout] 8 |     meta: self::basic::BasicAttrs {
[INFO] [stdout]   |                 ^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 8 |     meta: self::zcl::general::basic::BasicAttrs {
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::basic;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 -     meta: self::basic::BasicAttrs {
[INFO] [stdout] 8 +     meta: basic::BasicAttrs {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1361:28
[INFO] [stdout]   |
[INFO] [stdout] 9 |         zcl_version: self::basic::ZCL_VERSION,
[INFO] [stdout]   |                            ^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 9 |         zcl_version: self::zcl::general::basic::ZCL_VERSION,
[INFO] [stdout]   |                            ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::basic;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 -         zcl_version: self::basic::ZCL_VERSION,
[INFO] [stdout] 9 +         zcl_version: basic::ZCL_VERSION,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1362:36
[INFO] [stdout]    |
[INFO] [stdout] 10 |         application_version: self::basic::APPLICATION_VERSION,
[INFO] [stdout]    |                                    ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 10 |         application_version: self::zcl::general::basic::APPLICATION_VERSION,
[INFO] [stdout]    |                                    ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -         application_version: self::basic::APPLICATION_VERSION,
[INFO] [stdout] 10 +         application_version: basic::APPLICATION_VERSION,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1363:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |         stack_version: self::basic::STACK_VERSION,
[INFO] [stdout]    |                              ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |         stack_version: self::zcl::general::basic::STACK_VERSION,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 11 -         stack_version: self::basic::STACK_VERSION,
[INFO] [stdout] 11 +         stack_version: basic::STACK_VERSION,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1364:27
[INFO] [stdout]    |
[INFO] [stdout] 12 |         hw_version: self::basic::HW_VERSION,
[INFO] [stdout]    |                           ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 12 |         hw_version: self::zcl::general::basic::HW_VERSION,
[INFO] [stdout]    |                           ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 12 -         hw_version: self::basic::HW_VERSION,
[INFO] [stdout] 12 +         hw_version: basic::HW_VERSION,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1365:34
[INFO] [stdout]    |
[INFO] [stdout] 13 |         manufacturer_name: self::basic::MANUFACTURER_NAME,
[INFO] [stdout]    |                                  ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 13 |         manufacturer_name: self::zcl::general::basic::MANUFACTURER_NAME,
[INFO] [stdout]    |                                  ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 13 -         manufacturer_name: self::basic::MANUFACTURER_NAME,
[INFO] [stdout] 13 +         manufacturer_name: basic::MANUFACTURER_NAME,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1366:33
[INFO] [stdout]    |
[INFO] [stdout] 14 |         model_identifier: self::basic::MODEL_IDENTIFIER,
[INFO] [stdout]    |                                 ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 14 |         model_identifier: self::zcl::general::basic::MODEL_IDENTIFIER,
[INFO] [stdout]    |                                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 14 -         model_identifier: self::basic::MODEL_IDENTIFIER,
[INFO] [stdout] 14 +         model_identifier: basic::MODEL_IDENTIFIER,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1367:26
[INFO] [stdout]    |
[INFO] [stdout] 15 |         date_code: self::basic::DATE_CODE,
[INFO] [stdout]    |                          ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 15 |         date_code: self::zcl::general::basic::DATE_CODE,
[INFO] [stdout]    |                          ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 15 -         date_code: self::basic::DATE_CODE,
[INFO] [stdout] 15 +         date_code: basic::DATE_CODE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1368:29
[INFO] [stdout]    |
[INFO] [stdout] 16 |         power_source: self::basic::POWER_SOURCE,
[INFO] [stdout]    |                             ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 16 |         power_source: self::zcl::general::basic::POWER_SOURCE,
[INFO] [stdout]    |                             ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -         power_source: self::basic::POWER_SOURCE,
[INFO] [stdout] 16 +         power_source: basic::POWER_SOURCE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1369:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |         generic_device_class: self::basic::GENERIC_DEVICE_CLASS,
[INFO] [stdout]    |                                     ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 17 |         generic_device_class: self::zcl::general::basic::GENERIC_DEVICE_CLASS,
[INFO] [stdout]    |                                     ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 -         generic_device_class: self::basic::GENERIC_DEVICE_CLASS,
[INFO] [stdout] 17 +         generic_device_class: basic::GENERIC_DEVICE_CLASS,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1370:36
[INFO] [stdout]    |
[INFO] [stdout] 18 |         generic_device_type: self::basic::GENERIC_DEVICE_TYPE,
[INFO] [stdout]    |                                    ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 18 |         generic_device_type: self::zcl::general::basic::GENERIC_DEVICE_TYPE,
[INFO] [stdout]    |                                    ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 18 -         generic_device_type: self::basic::GENERIC_DEVICE_TYPE,
[INFO] [stdout] 18 +         generic_device_type: basic::GENERIC_DEVICE_TYPE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1371:29
[INFO] [stdout]    |
[INFO] [stdout] 19 |         product_code: self::basic::PRODUCT_CODE,
[INFO] [stdout]    |                             ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 19 |         product_code: self::zcl::general::basic::PRODUCT_CODE,
[INFO] [stdout]    |                             ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 19 -         product_code: self::basic::PRODUCT_CODE,
[INFO] [stdout] 19 +         product_code: basic::PRODUCT_CODE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1372:28
[INFO] [stdout]    |
[INFO] [stdout] 20 |         product_url: self::basic::PRODUCT_URL,
[INFO] [stdout]    |                            ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 20 |         product_url: self::zcl::general::basic::PRODUCT_URL,
[INFO] [stdout]    |                            ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 20 -         product_url: self::basic::PRODUCT_URL,
[INFO] [stdout] 20 +         product_url: basic::PRODUCT_URL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1373:45
[INFO] [stdout]    |
[INFO] [stdout] 21 |         manufacturer_version_details: self::basic::MANUFACTURER_VERSION_DETAILS,
[INFO] [stdout]    |                                             ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 21 |         manufacturer_version_details: self::zcl::general::basic::MANUFACTURER_VERSION_DETAILS,
[INFO] [stdout]    |                                             ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 21 -         manufacturer_version_details: self::basic::MANUFACTURER_VERSION_DETAILS,
[INFO] [stdout] 21 +         manufacturer_version_details: basic::MANUFACTURER_VERSION_DETAILS,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1374:30
[INFO] [stdout]    |
[INFO] [stdout] 22 |         serial_number: self::basic::SERIAL_NUMBER,
[INFO] [stdout]    |                              ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 22 |         serial_number: self::zcl::general::basic::SERIAL_NUMBER,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 22 -         serial_number: self::basic::SERIAL_NUMBER,
[INFO] [stdout] 22 +         serial_number: basic::SERIAL_NUMBER,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1375:30
[INFO] [stdout]    |
[INFO] [stdout] 23 |         product_label: self::basic::PRODUCT_LABEL,
[INFO] [stdout]    |                              ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 23 |         product_label: self::zcl::general::basic::PRODUCT_LABEL,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 23 -         product_label: self::basic::PRODUCT_LABEL,
[INFO] [stdout] 23 +         product_label: basic::PRODUCT_LABEL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1376:37
[INFO] [stdout]    |
[INFO] [stdout] 24 |         location_description: self::basic::LOCATION_DESCRIPTION,
[INFO] [stdout]    |                                     ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 24 |         location_description: self::zcl::general::basic::LOCATION_DESCRIPTION,
[INFO] [stdout]    |                                     ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 24 -         location_description: self::basic::LOCATION_DESCRIPTION,
[INFO] [stdout] 24 +         location_description: basic::LOCATION_DESCRIPTION,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1377:37
[INFO] [stdout]    |
[INFO] [stdout] 25 |         physical_environment: self::basic::PHYSICAL_ENVIRONMENT,
[INFO] [stdout]    |                                     ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 25 |         physical_environment: self::zcl::general::basic::PHYSICAL_ENVIRONMENT,
[INFO] [stdout]    |                                     ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 25 -         physical_environment: self::basic::PHYSICAL_ENVIRONMENT,
[INFO] [stdout] 25 +         physical_environment: basic::PHYSICAL_ENVIRONMENT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1378:31
[INFO] [stdout]    |
[INFO] [stdout] 26 |         device_enabled: self::basic::DEVICE_ENABLED,
[INFO] [stdout]    |                               ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 26 |         device_enabled: self::zcl::general::basic::DEVICE_ENABLED,
[INFO] [stdout]    |                               ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 26 -         device_enabled: self::basic::DEVICE_ENABLED,
[INFO] [stdout] 26 +         device_enabled: basic::DEVICE_ENABLED,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1379:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |         alarm_mask: self::basic::ALARM_MASK,
[INFO] [stdout]    |                           ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 27 |         alarm_mask: self::zcl::general::basic::ALARM_MASK,
[INFO] [stdout]    |                           ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 27 -         alarm_mask: self::basic::ALARM_MASK,
[INFO] [stdout] 27 +         alarm_mask: basic::ALARM_MASK,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1380:37
[INFO] [stdout]    |
[INFO] [stdout] 28 |         disable_local_config: self::basic::DISABLE_LOCAL_CONFIG,
[INFO] [stdout]    |                                     ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 28 |         disable_local_config: self::zcl::general::basic::DISABLE_LOCAL_CONFIG,
[INFO] [stdout]    |                                     ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 28 -         disable_local_config: self::basic::DISABLE_LOCAL_CONFIG,
[INFO] [stdout] 28 +         disable_local_config: basic::DISABLE_LOCAL_CONFIG,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1381:28
[INFO] [stdout]    |
[INFO] [stdout] 29 |         sw_build_id: self::basic::SW_BUILD_ID,
[INFO] [stdout]    |                            ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 29 |         sw_build_id: self::zcl::general::basic::SW_BUILD_ID,
[INFO] [stdout]    |                            ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::basic;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `basic`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 29 -         sw_build_id: self::basic::SW_BUILD_ID,
[INFO] [stdout] 29 +         sw_build_id: basic::SW_BUILD_ID,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 25 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::GENERIC_DEVICE_TYPE (line 958) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:959:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GENERIC_DEVICE_TYPE: Attribute<'static, Enum8<GenericDeviceType>> = Attribute {
[INFO] [stdout]   |                                ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Enum8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:959:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GENERIC_DEVICE_TYPE: Attribute<'static, Enum8<GenericDeviceType>> = Attribute {
[INFO] [stdout]   |                                                   ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Enum8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericDeviceType` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:959:57
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GENERIC_DEVICE_TYPE: Attribute<'static, Enum8<GenericDeviceType>> = Attribute {
[INFO] [stdout]   |                                                         ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::GenericDeviceType;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:959:79
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GENERIC_DEVICE_TYPE: Attribute<'static, Enum8<GenericDeviceType>> = Attribute {
[INFO] [stdout]   |                                                                               ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:962:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Enum8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:968:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<GenericDeviceType>(GenericDeviceType::from_value(0xff))),
[INFO] [stdout]    |                   ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Enum8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericDeviceType` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:968:27
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<GenericDeviceType>(GenericDeviceType::from_value(0xff))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::GenericDeviceType;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GenericDeviceType`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:968:46
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<GenericDeviceType>(GenericDeviceType::from_value(0xff))),
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^ use of undeclared type `GenericDeviceType`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::GenericDeviceType;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:969:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::SCENES_CLUSTER (line 4289) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4290:34
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SCENES_CLUSTER: crate::Cluster<'static, self::scenes::ScenesAttrs> = crate::Cluster {
[INFO] [stdout]   |                                  ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const SCENES_CLUSTER: crate::Cluster<'static, self::scenes::ScenesAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const SCENES_CLUSTER: Cluster<'static, self::scenes::ScenesAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4290:57
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SCENES_CLUSTER: crate::Cluster<'static, self::scenes::ScenesAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                         ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SCENES_CLUSTER: crate::Cluster<'static, self::zcl::general::scenes::ScenesAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                         ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::scenes;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `scenes`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const SCENES_CLUSTER: crate::Cluster<'static, self::scenes::ScenesAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const SCENES_CLUSTER: crate::Cluster<'static, scenes::ScenesAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4290:87
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SCENES_CLUSTER: crate::Cluster<'static, self::scenes::ScenesAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                                                       ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const SCENES_CLUSTER: crate::Cluster<'static, self::scenes::ScenesAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const SCENES_CLUSTER: crate::Cluster<'static, self::scenes::ScenesAttrs> = Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4293:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     meta: self::scenes::ScenesAttrs {
[INFO] [stdout]   |                 ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 6 |     meta: self::zcl::general::scenes::ScenesAttrs {
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::scenes;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `scenes`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 6 -     meta: self::scenes::ScenesAttrs {
[INFO] [stdout] 6 +     meta: scenes::ScenesAttrs {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4294:28
[INFO] [stdout]   |
[INFO] [stdout] 7 |         scene_count: self::scenes::SCENE_COUNT,
[INFO] [stdout]   |                            ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 7 |         scene_count: self::zcl::general::scenes::SCENE_COUNT,
[INFO] [stdout]   |                            ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::scenes;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `scenes`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 7 -         scene_count: self::scenes::SCENE_COUNT,
[INFO] [stdout] 7 +         scene_count: scenes::SCENE_COUNT,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4295:30
[INFO] [stdout]   |
[INFO] [stdout] 8 |         current_scene: self::scenes::CURRENT_SCENE,
[INFO] [stdout]   |                              ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 8 |         current_scene: self::zcl::general::scenes::CURRENT_SCENE,
[INFO] [stdout]   |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::scenes;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `scenes`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 -         current_scene: self::scenes::CURRENT_SCENE,
[INFO] [stdout] 8 +         current_scene: scenes::CURRENT_SCENE,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4296:30
[INFO] [stdout]   |
[INFO] [stdout] 9 |         current_group: self::scenes::CURRENT_GROUP,
[INFO] [stdout]   |                              ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 9 |         current_group: self::zcl::general::scenes::CURRENT_GROUP,
[INFO] [stdout]   |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::scenes;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `scenes`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 -         current_group: self::scenes::CURRENT_GROUP,
[INFO] [stdout] 9 +         current_group: scenes::CURRENT_GROUP,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4297:28
[INFO] [stdout]    |
[INFO] [stdout] 10 |         scene_valid: self::scenes::SCENE_VALID,
[INFO] [stdout]    |                            ^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 10 |         scene_valid: self::zcl::general::scenes::SCENE_VALID,
[INFO] [stdout]    |                            ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::scenes;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `scenes`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -         scene_valid: self::scenes::SCENE_VALID,
[INFO] [stdout] 10 +         scene_valid: scenes::SCENE_VALID,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4298:29
[INFO] [stdout]    |
[INFO] [stdout] 11 |         name_support: self::scenes::NAME_SUPPORT,
[INFO] [stdout]    |                             ^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |         name_support: self::zcl::general::scenes::NAME_SUPPORT,
[INFO] [stdout]    |                             ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::scenes;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `scenes`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 11 -         name_support: self::scenes::NAME_SUPPORT,
[INFO] [stdout] 11 +         name_support: scenes::NAME_SUPPORT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4299:35
[INFO] [stdout]    |
[INFO] [stdout] 12 |         last_configured_by: self::scenes::LAST_CONFIGURED_BY,
[INFO] [stdout]    |                                   ^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 12 |         last_configured_by: self::zcl::general::scenes::LAST_CONFIGURED_BY,
[INFO] [stdout]    |                                   ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::scenes;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `scenes`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 12 -         last_configured_by: self::scenes::LAST_CONFIGURED_BY,
[INFO] [stdout] 12 +         last_configured_by: scenes::LAST_CONFIGURED_BY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::IDENTIFY_CLUSTER (line 3987) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3988:36
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const IDENTIFY_CLUSTER: crate::Cluster<'static, self::identify::IdentifyAttrs> = crate::Cluster {
[INFO] [stdout]   |                                    ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const IDENTIFY_CLUSTER: crate::Cluster<'static, self::identify::IdentifyAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const IDENTIFY_CLUSTER: Cluster<'static, self::identify::IdentifyAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3988:59
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const IDENTIFY_CLUSTER: crate::Cluster<'static, self::identify::IdentifyAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                           ^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const IDENTIFY_CLUSTER: crate::Cluster<'static, self::zcl::general::identify::IdentifyAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                           ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::identify;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `identify`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const IDENTIFY_CLUSTER: crate::Cluster<'static, self::identify::IdentifyAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const IDENTIFY_CLUSTER: crate::Cluster<'static, identify::IdentifyAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3988:93
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const IDENTIFY_CLUSTER: crate::Cluster<'static, self::identify::IdentifyAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                                                             ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const IDENTIFY_CLUSTER: crate::Cluster<'static, self::identify::IdentifyAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const IDENTIFY_CLUSTER: crate::Cluster<'static, self::identify::IdentifyAttrs> = Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3991:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     meta: self::identify::IdentifyAttrs {
[INFO] [stdout]   |                 ^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 6 |     meta: self::zcl::general::identify::IdentifyAttrs {
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::identify;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `identify`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 6 -     meta: self::identify::IdentifyAttrs {
[INFO] [stdout] 6 +     meta: identify::IdentifyAttrs {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3992:30
[INFO] [stdout]   |
[INFO] [stdout] 7 |         identify_time: self::identify::IDENTIFY_TIME,
[INFO] [stdout]   |                              ^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 7 |         identify_time: self::zcl::general::identify::IDENTIFY_TIME,
[INFO] [stdout]   |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::identify;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `identify`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 7 -         identify_time: self::identify::IDENTIFY_TIME,
[INFO] [stdout] 7 +         identify_time: identify::IDENTIFY_TIME,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::ON_OFF_CLUSTER (line 4487) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4488:34
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_OFF_CLUSTER: crate::Cluster<'static, self::on_off::OnOffAttrs> = crate::Cluster {
[INFO] [stdout]   |                                  ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ON_OFF_CLUSTER: crate::Cluster<'static, self::on_off::OnOffAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const ON_OFF_CLUSTER: Cluster<'static, self::on_off::OnOffAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4488:57
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_OFF_CLUSTER: crate::Cluster<'static, self::on_off::OnOffAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                         ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_OFF_CLUSTER: crate::Cluster<'static, self::zcl::general::on_off::OnOffAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                         ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::on_off;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `on_off`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ON_OFF_CLUSTER: crate::Cluster<'static, self::on_off::OnOffAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const ON_OFF_CLUSTER: crate::Cluster<'static, on_off::OnOffAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4488:86
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_OFF_CLUSTER: crate::Cluster<'static, self::on_off::OnOffAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                                                      ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ON_OFF_CLUSTER: crate::Cluster<'static, self::on_off::OnOffAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const ON_OFF_CLUSTER: crate::Cluster<'static, self::on_off::OnOffAttrs> = Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4491:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     meta: self::on_off::OnOffAttrs {
[INFO] [stdout]   |                 ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 6 |     meta: self::zcl::general::on_off::OnOffAttrs {
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::on_off;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `on_off`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 6 -     meta: self::on_off::OnOffAttrs {
[INFO] [stdout] 6 +     meta: on_off::OnOffAttrs {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4492:23
[INFO] [stdout]   |
[INFO] [stdout] 7 |         on_off: self::on_off::ON_OFF,
[INFO] [stdout]   |                       ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 7 |         on_off: self::zcl::general::on_off::ON_OFF,
[INFO] [stdout]   |                       ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::on_off;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `on_off`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 7 -         on_off: self::on_off::ON_OFF,
[INFO] [stdout] 7 +         on_off: on_off::ON_OFF,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4493:37
[INFO] [stdout]   |
[INFO] [stdout] 8 |         global_scene_control: self::on_off::GLOBAL_SCENE_CONTROL,
[INFO] [stdout]   |                                     ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 8 |         global_scene_control: self::zcl::general::on_off::GLOBAL_SCENE_CONTROL,
[INFO] [stdout]   |                                     ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::on_off;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `on_off`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 -         global_scene_control: self::on_off::GLOBAL_SCENE_CONTROL,
[INFO] [stdout] 8 +         global_scene_control: on_off::GLOBAL_SCENE_CONTROL,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4494:24
[INFO] [stdout]   |
[INFO] [stdout] 9 |         on_time: self::on_off::ON_TIME,
[INFO] [stdout]   |                        ^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 9 |         on_time: self::zcl::general::on_off::ON_TIME,
[INFO] [stdout]   |                        ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::on_off;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `on_off`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 -         on_time: self::on_off::ON_TIME,
[INFO] [stdout] 9 +         on_time: on_off::ON_TIME,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4495:30
[INFO] [stdout]    |
[INFO] [stdout] 10 |         off_wait_time: self::on_off::OFF_WAIT_TIME,
[INFO] [stdout]    |                              ^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 10 |         off_wait_time: self::zcl::general::on_off::OFF_WAIT_TIME,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::on_off;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `on_off`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -         off_wait_time: self::on_off::OFF_WAIT_TIME,
[INFO] [stdout] 10 +         off_wait_time: on_off::OFF_WAIT_TIME,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4496:32
[INFO] [stdout]    |
[INFO] [stdout] 11 |         start_up_on_off: self::on_off::START_UP_ON_OFF,
[INFO] [stdout]    |                                ^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |         start_up_on_off: self::zcl::general::on_off::START_UP_ON_OFF,
[INFO] [stdout]    |                                ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::on_off;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `on_off`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 11 -         start_up_on_off: self::on_off::START_UP_ON_OFF,
[INFO] [stdout] 11 +         start_up_on_off: on_off::START_UP_ON_OFF,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::HW_VERSION (line 788) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:789:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const HW_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                       ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:789:42
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const HW_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                          ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const HW_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const HW_VERSION: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:789:48
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const HW_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:792:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:798:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U8(0)),
[INFO] [stdout]    |                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:799:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:800:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:800:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:801:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:801:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::ON_OFF_SWITCH_CONFIGURATION_CLUSTER (line 4593) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4594:55
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_OFF_SWITCH_CONFIGURATION_CLUSTER: crate::Cluster<
[INFO] [stdout]   |                                                       ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ON_OFF_SWITCH_CONFIGURATION_CLUSTER: crate::Cluster<
[INFO] [stdout] 3 + pub const ON_OFF_SWITCH_CONFIGURATION_CLUSTER: Cluster<
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4596:11
[INFO] [stdout]   |
[INFO] [stdout] 5 |     self::on_off_switch_configuration::OnOffSwitchConfigurationAttrs,
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 |     self::zcl::general::on_off_switch_configuration::OnOffSwitchConfigurationAttrs,
[INFO] [stdout]   |           ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::on_off_switch_configuration;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `on_off_switch_configuration`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 5 -     self::on_off_switch_configuration::OnOffSwitchConfigurationAttrs,
[INFO] [stdout] 5 +     on_off_switch_configuration::OnOffSwitchConfigurationAttrs,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4597:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | > = crate::Cluster {
[INFO] [stdout]   |            ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 6 - > = crate::Cluster {
[INFO] [stdout] 6 + > = Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4600:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     meta: self::on_off_switch_configuration::OnOffSwitchConfigurationAttrs {
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 9 |     meta: self::zcl::general::on_off_switch_configuration::OnOffSwitchConfigurationAttrs {
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::on_off_switch_configuration;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `on_off_switch_configuration`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 -     meta: self::on_off_switch_configuration::OnOffSwitchConfigurationAttrs {
[INFO] [stdout] 9 +     meta: on_off_switch_configuration::OnOffSwitchConfigurationAttrs {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4601:28
[INFO] [stdout]    |
[INFO] [stdout] 10 |         switch_type: self::on_off_switch_configuration::SWITCH_TYPE,
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 10 |         switch_type: self::zcl::general::on_off_switch_configuration::SWITCH_TYPE,
[INFO] [stdout]    |                            ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::on_off_switch_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `on_off_switch_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -         switch_type: self::on_off_switch_configuration::SWITCH_TYPE,
[INFO] [stdout] 10 +         switch_type: on_off_switch_configuration::SWITCH_TYPE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4602:31
[INFO] [stdout]    |
[INFO] [stdout] 11 |         switch_actions: self::on_off_switch_configuration::SWITCH_ACTIONS,
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |         switch_actions: self::zcl::general::on_off_switch_configuration::SWITCH_ACTIONS,
[INFO] [stdout]    |                               ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::on_off_switch_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `on_off_switch_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 11 -         switch_actions: self::on_off_switch_configuration::SWITCH_ACTIONS,
[INFO] [stdout] 11 +         switch_actions: on_off_switch_configuration::SWITCH_ACTIONS,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::MANUFACTURER_NAME (line 821) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:822:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MANUFACTURER_NAME: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                              ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CharacterString` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:822:49
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MANUFACTURER_NAME: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                 ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::CharacterString;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:822:77
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MANUFACTURER_NAME: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                                             ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:825:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CharacterString` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:831:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(CharacterString::<'static>(Some(""))),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::CharacterString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:832:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::Size(32),
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::LOCATION_DESCRIPTION (line 1125) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1126:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LOCATION_DESCRIPTION: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CharacterString` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1126:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LOCATION_DESCRIPTION: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                    ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::CharacterString;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1126:80
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LOCATION_DESCRIPTION: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                                                ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1129:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CharacterString` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1135:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(CharacterString::<'static>(Some(""))),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::CharacterString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1136:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::Size(16),
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::APPLICATION_VERSION (line 722) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:723:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const APPLICATION_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:723:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const APPLICATION_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                   ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const APPLICATION_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const APPLICATION_VERSION: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:723:57
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const APPLICATION_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                         ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:726:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:732:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U8(0)),
[INFO] [stdout]    |                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:733:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:734:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:734:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:735:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:735:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::PRODUCT_CODE (line 987) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:988:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PRODUCT_CODE: Attribute<'static, OctetString<'static>> = Attribute {
[INFO] [stdout]   |                         ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `OctetString` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:988:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PRODUCT_CODE: Attribute<'static, OctetString<'static>> = Attribute {
[INFO] [stdout]   |                                            ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::OctetString;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:988:68
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PRODUCT_CODE: Attribute<'static, OctetString<'static>> = Attribute {
[INFO] [stdout]   |                                                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:991:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `OctetString` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:997:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(OctetString::<'static>(Some(&[]))),
[INFO] [stdout]    |                   ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::OctetString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:998:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::PRODUCT_URL (line 1014) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1015:24
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PRODUCT_URL: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CharacterString` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1015:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PRODUCT_URL: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::CharacterString;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1015:71
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PRODUCT_URL: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                                       ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1018:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CharacterString` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1024:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(CharacterString::<'static>(Some(""))),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::CharacterString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1025:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::DEVICE_TEMPERATURE_CONFIGURATION_CLUSTER (line 3893) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3894:60
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DEVICE_TEMPERATURE_CONFIGURATION_CLUSTER: crate::Cluster<
[INFO] [stdout]   |                                                            ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const DEVICE_TEMPERATURE_CONFIGURATION_CLUSTER: crate::Cluster<
[INFO] [stdout] 3 + pub const DEVICE_TEMPERATURE_CONFIGURATION_CLUSTER: Cluster<
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3896:11
[INFO] [stdout]   |
[INFO] [stdout] 5 |     self::device_temperature_configuration::DeviceTemperatureConfigurationAttrs,
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 |     self::zcl::general::device_temperature_configuration::DeviceTemperatureConfigurationAttrs,
[INFO] [stdout]   |           ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::device_temperature_configuration;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `device_temperature_configuration`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 5 -     self::device_temperature_configuration::DeviceTemperatureConfigurationAttrs,
[INFO] [stdout] 5 +     device_temperature_configuration::DeviceTemperatureConfigurationAttrs,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3897:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | > = crate::Cluster {
[INFO] [stdout]   |            ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 6 - > = crate::Cluster {
[INFO] [stdout] 6 + > = Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3900:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     meta: self::device_temperature_configuration::DeviceTemperatureConfigurationAttrs {
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 9 |     meta: self::zcl::general::device_temperature_configuration::DeviceTemperatureConfigurationAttrs {
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::device_temperature_configuration;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `device_temperature_configuration`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 -     meta: self::device_temperature_configuration::DeviceTemperatureConfigurationAttrs {
[INFO] [stdout] 9 +     meta: device_temperature_configuration::DeviceTemperatureConfigurationAttrs {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3901:36
[INFO] [stdout]    |
[INFO] [stdout] 10 |         current_temperature: self::device_temperature_configuration::CURRENT_TEMPERATURE,
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 10 |         current_temperature: self::zcl::general::device_temperature_configuration::CURRENT_TEMPERATURE,
[INFO] [stdout]    |                                    ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::device_temperature_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `device_temperature_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -         current_temperature: self::device_temperature_configuration::CURRENT_TEMPERATURE,
[INFO] [stdout] 10 +         current_temperature: device_temperature_configuration::CURRENT_TEMPERATURE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3902:37
[INFO] [stdout]    |
[INFO] [stdout] 11 |         min_temp_experienced: self::device_temperature_configuration::MIN_TEMP_EXPERIENCED,
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |         min_temp_experienced: self::zcl::general::device_temperature_configuration::MIN_TEMP_EXPERIENCED,
[INFO] [stdout]    |                                     ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::device_temperature_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `device_temperature_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 11 -         min_temp_experienced: self::device_temperature_configuration::MIN_TEMP_EXPERIENCED,
[INFO] [stdout] 11 +         min_temp_experienced: device_temperature_configuration::MIN_TEMP_EXPERIENCED,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3903:37
[INFO] [stdout]    |
[INFO] [stdout] 12 |         max_temp_experienced: self::device_temperature_configuration::MAX_TEMP_EXPERIENCED,
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 12 |         max_temp_experienced: self::zcl::general::device_temperature_configuration::MAX_TEMP_EXPERIENCED,
[INFO] [stdout]    |                                     ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::device_temperature_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `device_temperature_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 12 -         max_temp_experienced: self::device_temperature_configuration::MAX_TEMP_EXPERIENCED,
[INFO] [stdout] 12 +         max_temp_experienced: device_temperature_configuration::MAX_TEMP_EXPERIENCED,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3904:38
[INFO] [stdout]    |
[INFO] [stdout] 13 |         over_temp_total_dwell: self::device_temperature_configuration::OVER_TEMP_TOTAL_DWELL,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 13 |         over_temp_total_dwell: self::zcl::general::device_temperature_configuration::OVER_TEMP_TOTAL_DWELL,
[INFO] [stdout]    |                                      ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::device_temperature_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `device_temperature_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 13 -         over_temp_total_dwell: self::device_temperature_configuration::OVER_TEMP_TOTAL_DWELL,
[INFO] [stdout] 13 +         over_temp_total_dwell: device_temperature_configuration::OVER_TEMP_TOTAL_DWELL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3905:39
[INFO] [stdout]    |
[INFO] [stdout] 14 |         device_temp_alarm_mask: self::device_temperature_configuration::DEVICE_TEMP_ALARM_MASK,
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 14 |         device_temp_alarm_mask: self::zcl::general::device_temperature_configuration::DEVICE_TEMP_ALARM_MASK,
[INFO] [stdout]    |                                       ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::device_temperature_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `device_temperature_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 14 -         device_temp_alarm_mask: self::device_temperature_configuration::DEVICE_TEMP_ALARM_MASK,
[INFO] [stdout] 14 +         device_temp_alarm_mask: device_temperature_configuration::DEVICE_TEMP_ALARM_MASK,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3906:35
[INFO] [stdout]    |
[INFO] [stdout] 15 |         low_temp_threshold: self::device_temperature_configuration::LOW_TEMP_THRESHOLD,
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 15 |         low_temp_threshold: self::zcl::general::device_temperature_configuration::LOW_TEMP_THRESHOLD,
[INFO] [stdout]    |                                   ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::device_temperature_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `device_temperature_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 15 -         low_temp_threshold: self::device_temperature_configuration::LOW_TEMP_THRESHOLD,
[INFO] [stdout] 15 +         low_temp_threshold: device_temperature_configuration::LOW_TEMP_THRESHOLD,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3907:36
[INFO] [stdout]    |
[INFO] [stdout] 16 |         high_temp_threshold: self::device_temperature_configuration::HIGH_TEMP_THRESHOLD,
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 16 |         high_temp_threshold: self::zcl::general::device_temperature_configuration::HIGH_TEMP_THRESHOLD,
[INFO] [stdout]    |                                    ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::device_temperature_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `device_temperature_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -         high_temp_threshold: self::device_temperature_configuration::HIGH_TEMP_THRESHOLD,
[INFO] [stdout] 16 +         high_temp_threshold: device_temperature_configuration::HIGH_TEMP_THRESHOLD,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3908:42
[INFO] [stdout]    |
[INFO] [stdout] 17 |         low_temp_dwell_trip_point: self::device_temperature_configuration::LOW_TEMP_DWELL_TRIP_POINT,
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 17 |         low_temp_dwell_trip_point: self::zcl::general::device_temperature_configuration::LOW_TEMP_DWELL_TRIP_POINT,
[INFO] [stdout]    |                                          ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::device_temperature_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `device_temperature_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 -         low_temp_dwell_trip_point: self::device_temperature_configuration::LOW_TEMP_DWELL_TRIP_POINT,
[INFO] [stdout] 17 +         low_temp_dwell_trip_point: device_temperature_configuration::LOW_TEMP_DWELL_TRIP_POINT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3909:43
[INFO] [stdout]    |
[INFO] [stdout] 18 |         high_temp_dwell_trip_point: self::device_temperature_configuration::HIGH_TEMP_DWELL_TRIP_POINT,
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 18 |         high_temp_dwell_trip_point: self::zcl::general::device_temperature_configuration::HIGH_TEMP_DWELL_TRIP_POINT,
[INFO] [stdout]    |                                           ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::device_temperature_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `device_temperature_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 18 -         high_temp_dwell_trip_point: self::device_temperature_configuration::HIGH_TEMP_DWELL_TRIP_POINT,
[INFO] [stdout] 18 +         high_temp_dwell_trip_point: device_temperature_configuration::HIGH_TEMP_DWELL_TRIP_POINT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::PRODUCT_LABEL (line 1098) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1099:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PRODUCT_LABEL: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CharacterString` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1099:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PRODUCT_LABEL: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::CharacterString;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1099:73
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PRODUCT_LABEL: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                                         ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1102:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CharacterString` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1108:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(CharacterString::<'static>(Some(""))),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::CharacterString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1109:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::SW_BUILD_ID (line 1274) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1275:24
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SW_BUILD_ID: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CharacterString` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1275:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SW_BUILD_ID: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::CharacterString;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1275:71
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SW_BUILD_ID: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                                       ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1278:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CharacterString` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1284:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(CharacterString::<'static>(Some(""))),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::CharacterString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1285:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::Size(16),
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::SERIAL_NUMBER (line 1071) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1072:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SERIAL_NUMBER: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CharacterString` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1072:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SERIAL_NUMBER: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::CharacterString;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1072:73
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SERIAL_NUMBER: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                                         ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1075:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CharacterString` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1081:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(CharacterString::<'static>(Some(""))),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::CharacterString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1082:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::POWER_SOURCE (line 902) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:903:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const POWER_SOURCE: Attribute<'static, Enum8<PowerSource>> = Attribute {
[INFO] [stdout]   |                         ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Enum8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:903:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const POWER_SOURCE: Attribute<'static, Enum8<PowerSource>> = Attribute {
[INFO] [stdout]   |                                            ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Enum8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PowerSource` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:903:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const POWER_SOURCE: Attribute<'static, Enum8<PowerSource>> = Attribute {
[INFO] [stdout]   |                                                  ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::PowerSource;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:903:66
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const POWER_SOURCE: Attribute<'static, Enum8<PowerSource>> = Attribute {
[INFO] [stdout]   |                                                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:906:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Enum8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:912:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<PowerSource>(PowerSource::from_value(0x00))),
[INFO] [stdout]    |                   ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Enum8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PowerSource` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:912:27
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<PowerSource>(PowerSource::from_value(0x00))),
[INFO] [stdout]    |                           ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::PowerSource;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PowerSource`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:912:40
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<PowerSource>(PowerSource::from_value(0x00))),
[INFO] [stdout]    |                                        ^^^^^^^^^^^ use of undeclared type `PowerSource`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::PowerSource;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:913:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::STACK_VERSION (line 755) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:756:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const STACK_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:756:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const STACK_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                             ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const STACK_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const STACK_VERSION: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:756:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const STACK_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:759:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:765:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U8(0)),
[INFO] [stdout]    |                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:766:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:767:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:767:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:768:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:768:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::DEVICE_TEMP_ALARM_MASK (line 3701) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3702:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DEVICE_TEMP_ALARM_MASK: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Bitmap8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3702:54
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DEVICE_TEMP_ALARM_MASK: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                                      ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Bitmap8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3702:65
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DEVICE_TEMP_ALARM_MASK: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3705:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3711:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Bitmap8(0)),
[INFO] [stdout]    |                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3712:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3713:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(Bitmap8(0x0)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3713:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(Bitmap8(0x0)),
[INFO] [stdout]    |                                          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3714:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(Bitmap8(0x3)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3714:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(Bitmap8(0x3)),
[INFO] [stdout]    |                                          ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::LOW_TEMP_DWELL_TRIP_POINT (line 3800) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3801:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LOW_TEMP_DWELL_TRIP_POINT: Attribute<'static, U24> = Attribute {
[INFO] [stdout]   |                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U24` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3801:57
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LOW_TEMP_DWELL_TRIP_POINT: Attribute<'static, U24> = Attribute {
[INFO] [stdout]   |                                                         ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U24;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3801:64
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LOW_TEMP_DWELL_TRIP_POINT: Attribute<'static, U24> = Attribute {
[INFO] [stdout]   |                                                                ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3804:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U24` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3810:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U24(U24::NON_VALUE.unwrap())),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U24;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `U24`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3810:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U24(U24::NON_VALUE.unwrap())),
[INFO] [stdout]    |                       ^^^ use of undeclared type `U24`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U24;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3811:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3812:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U24(0x000000)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U24` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3812:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U24(0x000000)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U24;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3813:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U24(0xffffff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U24` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3813:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U24(0xffffff)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U24;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::MANUFACTURER_VERSION_DETAILS (line 1041) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1042:41
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MANUFACTURER_VERSION_DETAILS: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                         ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CharacterString` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1042:60
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MANUFACTURER_VERSION_DETAILS: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                            ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::CharacterString;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1042:88
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MANUFACTURER_VERSION_DETAILS: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1045:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CharacterString` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1051:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(CharacterString::<'static>(Some(""))),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::CharacterString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1052:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::CURRENT_TEMPERATURE (line 3569) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3570:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_TEMPERATURE: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `I16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3570:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_TEMPERATURE: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                                   ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const CURRENT_TEMPERATURE: Attribute<'static, I16> = Attribute {
[INFO] [stdout] 3 + pub const CURRENT_TEMPERATURE: Attribute<'static, i16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::I16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3570:58
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_TEMPERATURE: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3573:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3579:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `I16`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3579:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                       ^^^ use of undeclared type `I16`
[INFO] [stdout]    |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 12 -     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout] 12 +     default: Some(I16(i16::NON_VALUE.unwrap())),
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3580:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3581:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(I16(-200)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3581:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(I16(-200)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3582:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(I16(200)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3582:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(I16(200)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::ZCL_VERSION (line 689) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:690:24
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ZCL_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:690:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ZCL_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                           ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ZCL_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const ZCL_VERSION: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:690:49
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ZCL_VERSION: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:693:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:699:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U8(8)),
[INFO] [stdout]    |                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:700:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:701:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:701:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:702:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:702:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::LOW_TEMP_THRESHOLD (line 3734) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3735:31
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LOW_TEMP_THRESHOLD: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                               ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `I16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3735:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LOW_TEMP_THRESHOLD: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                                  ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const LOW_TEMP_THRESHOLD: Attribute<'static, I16> = Attribute {
[INFO] [stdout] 3 + pub const LOW_TEMP_THRESHOLD: Attribute<'static, i16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::I16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3735:57
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LOW_TEMP_THRESHOLD: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                                         ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3738:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3744:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `I16`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3744:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                       ^^^ use of undeclared type `I16`
[INFO] [stdout]    |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 12 -     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout] 12 +     default: Some(I16(i16::NON_VALUE.unwrap())),
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3745:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3746:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(I16(-200)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3746:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(I16(-200)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3747:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(I16(200)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3747:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(I16(200)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::LEVEL_CONTROL_FOR_LIGHTING_CLUSTER (line 5627) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5628:54
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LEVEL_CONTROL_FOR_LIGHTING_CLUSTER: crate::Cluster<
[INFO] [stdout]   |                                                      ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const LEVEL_CONTROL_FOR_LIGHTING_CLUSTER: crate::Cluster<
[INFO] [stdout] 3 + pub const LEVEL_CONTROL_FOR_LIGHTING_CLUSTER: Cluster<
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5630:11
[INFO] [stdout]   |
[INFO] [stdout] 5 |     self::level_control_for_lighting::LevelControlForLightingAttrs,
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 |     self::zcl::general::level_control_for_lighting::LevelControlForLightingAttrs,
[INFO] [stdout]   |           ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 5 -     self::level_control_for_lighting::LevelControlForLightingAttrs,
[INFO] [stdout] 5 +     level_control_for_lighting::LevelControlForLightingAttrs,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5631:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | > = crate::Cluster {
[INFO] [stdout]   |            ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 6 - > = crate::Cluster {
[INFO] [stdout] 6 + > = Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5634:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     meta: self::level_control_for_lighting::LevelControlForLightingAttrs {
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 9 |     meta: self::zcl::general::level_control_for_lighting::LevelControlForLightingAttrs {
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 -     meta: self::level_control_for_lighting::LevelControlForLightingAttrs {
[INFO] [stdout] 9 +     meta: level_control_for_lighting::LevelControlForLightingAttrs {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5635:30
[INFO] [stdout]    |
[INFO] [stdout] 10 |         current_level: self::level_control_for_lighting::CURRENT_LEVEL,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 10 |         current_level: self::zcl::general::level_control_for_lighting::CURRENT_LEVEL,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -         current_level: self::level_control_for_lighting::CURRENT_LEVEL,
[INFO] [stdout] 10 +         current_level: level_control_for_lighting::CURRENT_LEVEL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5636:31
[INFO] [stdout]    |
[INFO] [stdout] 11 |         remaining_time: self::level_control_for_lighting::REMAINING_TIME,
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |         remaining_time: self::zcl::general::level_control_for_lighting::REMAINING_TIME,
[INFO] [stdout]    |                               ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 11 -         remaining_time: self::level_control_for_lighting::REMAINING_TIME,
[INFO] [stdout] 11 +         remaining_time: level_control_for_lighting::REMAINING_TIME,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5637:34
[INFO] [stdout]    |
[INFO] [stdout] 12 |         current_frequency: self::level_control_for_lighting::CURRENT_FREQUENCY,
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 12 |         current_frequency: self::zcl::general::level_control_for_lighting::CURRENT_FREQUENCY,
[INFO] [stdout]    |                                  ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 12 -         current_frequency: self::level_control_for_lighting::CURRENT_FREQUENCY,
[INFO] [stdout] 12 +         current_frequency: level_control_for_lighting::CURRENT_FREQUENCY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5638:30
[INFO] [stdout]    |
[INFO] [stdout] 13 |         min_frequency: self::level_control_for_lighting::MIN_FREQUENCY,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 13 |         min_frequency: self::zcl::general::level_control_for_lighting::MIN_FREQUENCY,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 13 -         min_frequency: self::level_control_for_lighting::MIN_FREQUENCY,
[INFO] [stdout] 13 +         min_frequency: level_control_for_lighting::MIN_FREQUENCY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5639:30
[INFO] [stdout]    |
[INFO] [stdout] 14 |         max_frequency: self::level_control_for_lighting::MAX_FREQUENCY,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 14 |         max_frequency: self::zcl::general::level_control_for_lighting::MAX_FREQUENCY,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 14 -         max_frequency: self::level_control_for_lighting::MAX_FREQUENCY,
[INFO] [stdout] 14 +         max_frequency: level_control_for_lighting::MAX_FREQUENCY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5640:39
[INFO] [stdout]    |
[INFO] [stdout] 15 |         on_off_transition_time: self::level_control_for_lighting::ON_OFF_TRANSITION_TIME,
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 15 |         on_off_transition_time: self::zcl::general::level_control_for_lighting::ON_OFF_TRANSITION_TIME,
[INFO] [stdout]    |                                       ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 15 -         on_off_transition_time: self::level_control_for_lighting::ON_OFF_TRANSITION_TIME,
[INFO] [stdout] 15 +         on_off_transition_time: level_control_for_lighting::ON_OFF_TRANSITION_TIME,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5641:25
[INFO] [stdout]    |
[INFO] [stdout] 16 |         on_level: self::level_control_for_lighting::ON_LEVEL,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 16 |         on_level: self::zcl::general::level_control_for_lighting::ON_LEVEL,
[INFO] [stdout]    |                         ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -         on_level: self::level_control_for_lighting::ON_LEVEL,
[INFO] [stdout] 16 +         on_level: level_control_for_lighting::ON_LEVEL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5642:35
[INFO] [stdout]    |
[INFO] [stdout] 17 |         on_transition_time: self::level_control_for_lighting::ON_TRANSITION_TIME,
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 17 |         on_transition_time: self::zcl::general::level_control_for_lighting::ON_TRANSITION_TIME,
[INFO] [stdout]    |                                   ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 -         on_transition_time: self::level_control_for_lighting::ON_TRANSITION_TIME,
[INFO] [stdout] 17 +         on_transition_time: level_control_for_lighting::ON_TRANSITION_TIME,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5643:36
[INFO] [stdout]    |
[INFO] [stdout] 18 |         off_transition_time: self::level_control_for_lighting::OFF_TRANSITION_TIME,
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 18 |         off_transition_time: self::zcl::general::level_control_for_lighting::OFF_TRANSITION_TIME,
[INFO] [stdout]    |                                    ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 18 -         off_transition_time: self::level_control_for_lighting::OFF_TRANSITION_TIME,
[INFO] [stdout] 18 +         off_transition_time: level_control_for_lighting::OFF_TRANSITION_TIME,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5644:34
[INFO] [stdout]    |
[INFO] [stdout] 19 |         default_move_rate: self::level_control_for_lighting::DEFAULT_MOVE_RATE,
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 19 |         default_move_rate: self::zcl::general::level_control_for_lighting::DEFAULT_MOVE_RATE,
[INFO] [stdout]    |                                  ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 19 -         default_move_rate: self::level_control_for_lighting::DEFAULT_MOVE_RATE,
[INFO] [stdout] 19 +         default_move_rate: level_control_for_lighting::DEFAULT_MOVE_RATE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5645:24
[INFO] [stdout]    |
[INFO] [stdout] 20 |         options: self::level_control_for_lighting::OPTIONS,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 20 |         options: self::zcl::general::level_control_for_lighting::OPTIONS,
[INFO] [stdout]    |                        ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 20 -         options: self::level_control_for_lighting::OPTIONS,
[INFO] [stdout] 20 +         options: level_control_for_lighting::OPTIONS,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5646:39
[INFO] [stdout]    |
[INFO] [stdout] 21 |         start_up_current_level: self::level_control_for_lighting::START_UP_CURRENT_LEVEL,
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 21 |         start_up_current_level: self::zcl::general::level_control_for_lighting::START_UP_CURRENT_LEVEL,
[INFO] [stdout]    |                                       ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level_control_for_lighting;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level_control_for_lighting`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 21 -         start_up_current_level: self::level_control_for_lighting::START_UP_CURRENT_LEVEL,
[INFO] [stdout] 21 +         start_up_current_level: level_control_for_lighting::START_UP_CURRENT_LEVEL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 16 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::MAX_TEMP_EXPERIENCED (line 3635) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3636:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_TEMP_EXPERIENCED: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `I16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3636:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_TEMP_EXPERIENCED: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                                    ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const MAX_TEMP_EXPERIENCED: Attribute<'static, I16> = Attribute {
[INFO] [stdout] 3 + pub const MAX_TEMP_EXPERIENCED: Attribute<'static, i16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::I16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3636:59
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_TEMP_EXPERIENCED: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3639:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3645:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `I16`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3645:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                       ^^^ use of undeclared type `I16`
[INFO] [stdout]    |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 12 -     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout] 12 +     default: Some(I16(i16::NON_VALUE.unwrap())),
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3646:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3647:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(I16(-200)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3647:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(I16(-200)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3648:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(I16(200)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3648:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(I16(200)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::OVER_TEMP_TOTAL_DWELL (line 3668) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3669:34
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OVER_TEMP_TOTAL_DWELL: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3669:53
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OVER_TEMP_TOTAL_DWELL: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                     ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const OVER_TEMP_TOTAL_DWELL: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const OVER_TEMP_TOTAL_DWELL: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3669:60
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OVER_TEMP_TOTAL_DWELL: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                            ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3672:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3678:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3679:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3680:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3680:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3681:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3681:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::groups::NAME_SUPPORT (line 4017) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4018:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const NAME_SUPPORT: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                         ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Bitmap8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4018:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const NAME_SUPPORT: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                            ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Bitmap8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4018:55
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const NAME_SUPPORT: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                                       ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4021:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4027:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Bitmap8(0)),
[INFO] [stdout]    |                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4028:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::CURRENT_FREQUENCY (line 4776) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4777:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                              ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4777:49
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                 ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const CURRENT_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const CURRENT_FREQUENCY: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4777:56
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4780:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4786:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4787:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4788:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::AttributeReference(0x0005),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4789:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::AttributeReference(0x0006),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::CURRENT_LEVEL (line 4644) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4645:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4645:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                             ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const CURRENT_LEVEL: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4645:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4648:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4654:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U8(0xff)),
[INFO] [stdout]    |                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4655:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4656:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::AttributeReference(0x0002),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4657:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::AttributeReference(0x0003),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::GENERIC_DEVICE_CLASS (line 929) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:930:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GENERIC_DEVICE_CLASS: Attribute<'static, Enum8<GenericDeviceClass>> = Attribute {
[INFO] [stdout]   |                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Enum8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:930:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GENERIC_DEVICE_CLASS: Attribute<'static, Enum8<GenericDeviceClass>> = Attribute {
[INFO] [stdout]   |                                                    ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Enum8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericDeviceClass` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:930:58
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GENERIC_DEVICE_CLASS: Attribute<'static, Enum8<GenericDeviceClass>> = Attribute {
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::GenericDeviceClass;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:930:81
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GENERIC_DEVICE_CLASS: Attribute<'static, Enum8<GenericDeviceClass>> = Attribute {
[INFO] [stdout]   |                                                                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:933:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Enum8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:939:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<GenericDeviceClass>(GenericDeviceClass::from_value(0xff))),
[INFO] [stdout]    |                   ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Enum8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GenericDeviceClass` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:939:27
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<GenericDeviceClass>(GenericDeviceClass::from_value(0xff))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::GenericDeviceClass;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GenericDeviceClass`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:939:47
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<GenericDeviceClass>(GenericDeviceClass::from_value(0xff))),
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^ use of undeclared type `GenericDeviceClass`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::GenericDeviceClass;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:940:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::MIN_FREQUENCY (line 4809) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4810:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4810:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                             ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const MIN_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const MIN_FREQUENCY: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4810:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4813:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4819:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4820:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4821:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4821:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4822:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::AttributeReference(0x0006),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::DEFAULT_MOVE_RATE (line 5007) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5008:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DEFAULT_MOVE_RATE: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                              ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5008:49
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DEFAULT_MOVE_RATE: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                 ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const DEFAULT_MOVE_RATE: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const DEFAULT_MOVE_RATE: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5008:55
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const DEFAULT_MOVE_RATE: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                       ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5011:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5018:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5019:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5019:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5020:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xfe)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5020:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xfe)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::MODEL_IDENTIFIER (line 848) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:849:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MODEL_IDENTIFIER: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                             ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CharacterString` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:849:48
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MODEL_IDENTIFIER: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::CharacterString;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:849:76
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MODEL_IDENTIFIER: Attribute<'static, CharacterString<'static>> = Attribute {
[INFO] [stdout]   |                                                                            ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:852:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CharacterString` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:858:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(CharacterString::<'static>(Some(""))),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::CharacterString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:859:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::Size(32),
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::basic::PHYSICAL_ENVIRONMENT (line 1152) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1153:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PHYSICAL_ENVIRONMENT: Attribute<'static, Enum8<PhysicalEnvironment>> = Attribute {
[INFO] [stdout]   |                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Enum8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1153:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PHYSICAL_ENVIRONMENT: Attribute<'static, Enum8<PhysicalEnvironment>> = Attribute {
[INFO] [stdout]   |                                                    ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Enum8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PhysicalEnvironment` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1153:58
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PHYSICAL_ENVIRONMENT: Attribute<'static, Enum8<PhysicalEnvironment>> = Attribute {
[INFO] [stdout]   |                                                          ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::PhysicalEnvironment;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1153:82
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PHYSICAL_ENVIRONMENT: Attribute<'static, Enum8<PhysicalEnvironment>> = Attribute {
[INFO] [stdout]   |                                                                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1156:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Enum8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1162:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<PhysicalEnvironment>(PhysicalEnvironment::from_value(0))),
[INFO] [stdout]    |                   ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Enum8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PhysicalEnvironment` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1162:27
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<PhysicalEnvironment>(PhysicalEnvironment::from_value(0))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::PhysicalEnvironment;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PhysicalEnvironment`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1162:48
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<PhysicalEnvironment>(PhysicalEnvironment::from_value(0))),
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^^^ use of undeclared type `PhysicalEnvironment`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::PhysicalEnvironment;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1163:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::MAX_LEVEL (line 4743) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4744:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4744:41
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                         ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const MAX_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const MAX_LEVEL: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4744:47
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                               ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4747:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4753:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U8(0xff)),
[INFO] [stdout]    |                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4754:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4755:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::AttributeReference(0x0002),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4756:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4756:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::LEVEL_CLUSTER (line 5137) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5138:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LEVEL_CLUSTER: crate::Cluster<'static, self::level::LevelAttrs> = crate::Cluster {
[INFO] [stdout]   |                                 ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const LEVEL_CLUSTER: crate::Cluster<'static, self::level::LevelAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const LEVEL_CLUSTER: Cluster<'static, self::level::LevelAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5138:56
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LEVEL_CLUSTER: crate::Cluster<'static, self::level::LevelAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                        ^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LEVEL_CLUSTER: crate::Cluster<'static, self::zcl::general::level::LevelAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                        ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::level;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const LEVEL_CLUSTER: crate::Cluster<'static, self::level::LevelAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const LEVEL_CLUSTER: crate::Cluster<'static, level::LevelAttrs> = crate::Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5138:84
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const LEVEL_CLUSTER: crate::Cluster<'static, self::level::LevelAttrs> = crate::Cluster {
[INFO] [stdout]   |                                                                                    ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const LEVEL_CLUSTER: crate::Cluster<'static, self::level::LevelAttrs> = crate::Cluster {
[INFO] [stdout] 3 + pub const LEVEL_CLUSTER: crate::Cluster<'static, self::level::LevelAttrs> = Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5141:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     meta: self::level::LevelAttrs {
[INFO] [stdout]   |                 ^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 6 |     meta: self::zcl::general::level::LevelAttrs {
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::level;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 6 -     meta: self::level::LevelAttrs {
[INFO] [stdout] 6 +     meta: level::LevelAttrs {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5142:30
[INFO] [stdout]   |
[INFO] [stdout] 7 |         current_level: self::level::CURRENT_LEVEL,
[INFO] [stdout]   |                              ^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 7 |         current_level: self::zcl::general::level::CURRENT_LEVEL,
[INFO] [stdout]   |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::level;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 7 -         current_level: self::level::CURRENT_LEVEL,
[INFO] [stdout] 7 +         current_level: level::CURRENT_LEVEL,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5143:31
[INFO] [stdout]   |
[INFO] [stdout] 8 |         remaining_time: self::level::REMAINING_TIME,
[INFO] [stdout]   |                               ^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 8 |         remaining_time: self::zcl::general::level::REMAINING_TIME,
[INFO] [stdout]   |                               ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::level;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 -         remaining_time: self::level::REMAINING_TIME,
[INFO] [stdout] 8 +         remaining_time: level::REMAINING_TIME,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5144:26
[INFO] [stdout]   |
[INFO] [stdout] 9 |         min_level: self::level::MIN_LEVEL,
[INFO] [stdout]   |                          ^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 9 |         min_level: self::zcl::general::level::MIN_LEVEL,
[INFO] [stdout]   |                          ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::level;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 -         min_level: self::level::MIN_LEVEL,
[INFO] [stdout] 9 +         min_level: level::MIN_LEVEL,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5145:26
[INFO] [stdout]    |
[INFO] [stdout] 10 |         max_level: self::level::MAX_LEVEL,
[INFO] [stdout]    |                          ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 10 |         max_level: self::zcl::general::level::MAX_LEVEL,
[INFO] [stdout]    |                          ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -         max_level: self::level::MAX_LEVEL,
[INFO] [stdout] 10 +         max_level: level::MAX_LEVEL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5146:34
[INFO] [stdout]    |
[INFO] [stdout] 11 |         current_frequency: self::level::CURRENT_FREQUENCY,
[INFO] [stdout]    |                                  ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |         current_frequency: self::zcl::general::level::CURRENT_FREQUENCY,
[INFO] [stdout]    |                                  ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 11 -         current_frequency: self::level::CURRENT_FREQUENCY,
[INFO] [stdout] 11 +         current_frequency: level::CURRENT_FREQUENCY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5147:30
[INFO] [stdout]    |
[INFO] [stdout] 12 |         min_frequency: self::level::MIN_FREQUENCY,
[INFO] [stdout]    |                              ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 12 |         min_frequency: self::zcl::general::level::MIN_FREQUENCY,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 12 -         min_frequency: self::level::MIN_FREQUENCY,
[INFO] [stdout] 12 +         min_frequency: level::MIN_FREQUENCY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5148:30
[INFO] [stdout]    |
[INFO] [stdout] 13 |         max_frequency: self::level::MAX_FREQUENCY,
[INFO] [stdout]    |                              ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 13 |         max_frequency: self::zcl::general::level::MAX_FREQUENCY,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 13 -         max_frequency: self::level::MAX_FREQUENCY,
[INFO] [stdout] 13 +         max_frequency: level::MAX_FREQUENCY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5149:39
[INFO] [stdout]    |
[INFO] [stdout] 14 |         on_off_transition_time: self::level::ON_OFF_TRANSITION_TIME,
[INFO] [stdout]    |                                       ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 14 |         on_off_transition_time: self::zcl::general::level::ON_OFF_TRANSITION_TIME,
[INFO] [stdout]    |                                       ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 14 -         on_off_transition_time: self::level::ON_OFF_TRANSITION_TIME,
[INFO] [stdout] 14 +         on_off_transition_time: level::ON_OFF_TRANSITION_TIME,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5150:25
[INFO] [stdout]    |
[INFO] [stdout] 15 |         on_level: self::level::ON_LEVEL,
[INFO] [stdout]    |                         ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 15 |         on_level: self::zcl::general::level::ON_LEVEL,
[INFO] [stdout]    |                         ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 15 -         on_level: self::level::ON_LEVEL,
[INFO] [stdout] 15 +         on_level: level::ON_LEVEL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5151:35
[INFO] [stdout]    |
[INFO] [stdout] 16 |         on_transition_time: self::level::ON_TRANSITION_TIME,
[INFO] [stdout]    |                                   ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 16 |         on_transition_time: self::zcl::general::level::ON_TRANSITION_TIME,
[INFO] [stdout]    |                                   ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -         on_transition_time: self::level::ON_TRANSITION_TIME,
[INFO] [stdout] 16 +         on_transition_time: level::ON_TRANSITION_TIME,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5152:36
[INFO] [stdout]    |
[INFO] [stdout] 17 |         off_transition_time: self::level::OFF_TRANSITION_TIME,
[INFO] [stdout]    |                                    ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 17 |         off_transition_time: self::zcl::general::level::OFF_TRANSITION_TIME,
[INFO] [stdout]    |                                    ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 -         off_transition_time: self::level::OFF_TRANSITION_TIME,
[INFO] [stdout] 17 +         off_transition_time: level::OFF_TRANSITION_TIME,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5153:34
[INFO] [stdout]    |
[INFO] [stdout] 18 |         default_move_rate: self::level::DEFAULT_MOVE_RATE,
[INFO] [stdout]    |                                  ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 18 |         default_move_rate: self::zcl::general::level::DEFAULT_MOVE_RATE,
[INFO] [stdout]    |                                  ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 18 -         default_move_rate: self::level::DEFAULT_MOVE_RATE,
[INFO] [stdout] 18 +         default_move_rate: level::DEFAULT_MOVE_RATE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5154:24
[INFO] [stdout]    |
[INFO] [stdout] 19 |         options: self::level::OPTIONS,
[INFO] [stdout]    |                        ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 19 |         options: self::zcl::general::level::OPTIONS,
[INFO] [stdout]    |                        ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 19 -         options: self::level::OPTIONS,
[INFO] [stdout] 19 +         options: level::OPTIONS,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5155:39
[INFO] [stdout]    |
[INFO] [stdout] 20 |         start_up_current_level: self::level::START_UP_CURRENT_LEVEL,
[INFO] [stdout]    |                                       ^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 20 |         start_up_current_level: self::zcl::general::level::START_UP_CURRENT_LEVEL,
[INFO] [stdout]    |                                       ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::level;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `level`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 20 -         start_up_current_level: self::level::START_UP_CURRENT_LEVEL,
[INFO] [stdout] 20 +         start_up_current_level: level::START_UP_CURRENT_LEVEL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 18 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::ON_LEVEL (line 4908) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4909:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                     ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4909:40
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                        ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ON_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const ON_LEVEL: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4909:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                              ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4912:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4918:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U8(0xff)),
[INFO] [stdout]    |                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4919:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4920:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::AttributeReference(0x0002),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4921:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::AttributeReference(0x0003),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::MIN_LEVEL (line 4710) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4711:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4711:41
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                         ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const MIN_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const MIN_LEVEL: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4711:47
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                               ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4714:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4720:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U8(0)),
[INFO] [stdout]    |                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4721:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4722:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4722:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4723:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::AttributeReference(0x0003),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::OFF_TRANSITION_TIME (line 4974) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4975:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4975:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                   ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const OFF_TRANSITION_TIME: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4975:58
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4978:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4984:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0xffff)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4985:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4986:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4986:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4987:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xfffe)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4987:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xfffe)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::REMAINING_TIME (line 4677) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4678:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const REMAINING_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4678:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const REMAINING_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                              ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const REMAINING_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const REMAINING_TIME: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4678:53
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const REMAINING_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                     ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4681:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4687:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4688:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4689:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4689:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4690:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4690:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::START_UP_CURRENT_LEVEL (line 5067) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5068:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const START_UP_CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5068:54
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const START_UP_CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                      ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const START_UP_CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const START_UP_CURRENT_LEVEL: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5068:60
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const START_UP_CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                            ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5071:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5078:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5079:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5079:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5080:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5080:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::MIN_FREQUENCY (line 5303) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5304:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5304:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                             ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const MIN_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const MIN_FREQUENCY: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5304:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5307:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5313:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5314:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5315:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5315:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5316:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::AttributeReference(0x0006),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::identify::IDENTIFY_TIME (line 3945) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3946:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const IDENTIFY_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3946:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const IDENTIFY_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                             ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const IDENTIFY_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const IDENTIFY_TIME: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3946:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const IDENTIFY_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3949:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3955:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3956:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3957:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3957:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3958:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3958:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::ON_OFF_TRANSITION_TIME (line 4875) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4876:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4876:54
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                      ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ON_OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const ON_OFF_TRANSITION_TIME: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4876:61
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                             ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4879:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4885:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4886:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4887:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4887:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4888:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4888:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::CURRENT_LEVEL (line 5204) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5205:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5205:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                             ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const CURRENT_LEVEL: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5205:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5208:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5214:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U8(0xff)),
[INFO] [stdout]    |                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5215:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5216:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x01)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5216:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x01)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5217:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xfe)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5217:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xfe)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::HIGH_TEMP_DWELL_TRIP_POINT (line 3833) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3834:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const HIGH_TEMP_DWELL_TRIP_POINT: Attribute<'static, U24> = Attribute {
[INFO] [stdout]   |                                       ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U24` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3834:58
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const HIGH_TEMP_DWELL_TRIP_POINT: Attribute<'static, U24> = Attribute {
[INFO] [stdout]   |                                                          ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U24;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3834:65
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const HIGH_TEMP_DWELL_TRIP_POINT: Attribute<'static, U24> = Attribute {
[INFO] [stdout]   |                                                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3837:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U24` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3843:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U24(U24::NON_VALUE.unwrap())),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U24;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `U24`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3843:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U24(U24::NON_VALUE.unwrap())),
[INFO] [stdout]    |                       ^^^ use of undeclared type `U24`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U24;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3844:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3845:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U24(0x000000)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U24` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3845:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U24(0x000000)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U24;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3846:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U24(0xffffff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U24` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3846:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U24(0xffffff)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U24;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::OPTIONS (line 5040) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5041:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OPTIONS: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Bitmap8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5041:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OPTIONS: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                       ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Bitmap8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5041:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OPTIONS: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5044:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5050:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Bitmap8(0)),
[INFO] [stdout]    |                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5051:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::PULSE_WIDTH_MODULATION_CLUSTER (line 5909) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5910:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const PULSE_WIDTH_MODULATION_CLUSTER: crate::Cluster<
[INFO] [stdout]   |                                                  ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const PULSE_WIDTH_MODULATION_CLUSTER: crate::Cluster<
[INFO] [stdout] 3 + pub const PULSE_WIDTH_MODULATION_CLUSTER: Cluster<
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5912:11
[INFO] [stdout]   |
[INFO] [stdout] 5 |     self::pulse_width_modulation::PulseWidthModulationAttrs,
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 |     self::zcl::general::pulse_width_modulation::PulseWidthModulationAttrs,
[INFO] [stdout]   |           ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::pulse_width_modulation;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `pulse_width_modulation`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 5 -     self::pulse_width_modulation::PulseWidthModulationAttrs,
[INFO] [stdout] 5 +     pulse_width_modulation::PulseWidthModulationAttrs,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5913:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | > = crate::Cluster {
[INFO] [stdout]   |            ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 6 - > = crate::Cluster {
[INFO] [stdout] 6 + > = Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5916:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     meta: self::pulse_width_modulation::PulseWidthModulationAttrs {
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 9 |     meta: self::zcl::general::pulse_width_modulation::PulseWidthModulationAttrs {
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::pulse_width_modulation;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `pulse_width_modulation`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 -     meta: self::pulse_width_modulation::PulseWidthModulationAttrs {
[INFO] [stdout] 9 +     meta: pulse_width_modulation::PulseWidthModulationAttrs {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5917:30
[INFO] [stdout]    |
[INFO] [stdout] 10 |         current_level: self::pulse_width_modulation::CURRENT_LEVEL,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 10 |         current_level: self::zcl::general::pulse_width_modulation::CURRENT_LEVEL,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::pulse_width_modulation;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `pulse_width_modulation`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -         current_level: self::pulse_width_modulation::CURRENT_LEVEL,
[INFO] [stdout] 10 +         current_level: pulse_width_modulation::CURRENT_LEVEL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5918:26
[INFO] [stdout]    |
[INFO] [stdout] 11 |         min_level: self::pulse_width_modulation::MIN_LEVEL,
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |         min_level: self::zcl::general::pulse_width_modulation::MIN_LEVEL,
[INFO] [stdout]    |                          ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::pulse_width_modulation;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `pulse_width_modulation`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 11 -         min_level: self::pulse_width_modulation::MIN_LEVEL,
[INFO] [stdout] 11 +         min_level: pulse_width_modulation::MIN_LEVEL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5919:26
[INFO] [stdout]    |
[INFO] [stdout] 12 |         max_level: self::pulse_width_modulation::MAX_LEVEL,
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 12 |         max_level: self::zcl::general::pulse_width_modulation::MAX_LEVEL,
[INFO] [stdout]    |                          ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::pulse_width_modulation;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `pulse_width_modulation`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 12 -         max_level: self::pulse_width_modulation::MAX_LEVEL,
[INFO] [stdout] 12 +         max_level: pulse_width_modulation::MAX_LEVEL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5920:34
[INFO] [stdout]    |
[INFO] [stdout] 13 |         current_frequency: self::pulse_width_modulation::CURRENT_FREQUENCY,
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 13 |         current_frequency: self::zcl::general::pulse_width_modulation::CURRENT_FREQUENCY,
[INFO] [stdout]    |                                  ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::pulse_width_modulation;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `pulse_width_modulation`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 13 -         current_frequency: self::pulse_width_modulation::CURRENT_FREQUENCY,
[INFO] [stdout] 13 +         current_frequency: pulse_width_modulation::CURRENT_FREQUENCY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5921:30
[INFO] [stdout]    |
[INFO] [stdout] 14 |         min_frequency: self::pulse_width_modulation::MIN_FREQUENCY,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 14 |         min_frequency: self::zcl::general::pulse_width_modulation::MIN_FREQUENCY,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::pulse_width_modulation;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `pulse_width_modulation`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 14 -         min_frequency: self::pulse_width_modulation::MIN_FREQUENCY,
[INFO] [stdout] 14 +         min_frequency: pulse_width_modulation::MIN_FREQUENCY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5922:30
[INFO] [stdout]    |
[INFO] [stdout] 15 |         max_frequency: self::pulse_width_modulation::MAX_FREQUENCY,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 15 |         max_frequency: self::zcl::general::pulse_width_modulation::MAX_FREQUENCY,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::pulse_width_modulation;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `pulse_width_modulation`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 15 -         max_frequency: self::pulse_width_modulation::MAX_FREQUENCY,
[INFO] [stdout] 15 +         max_frequency: pulse_width_modulation::MAX_FREQUENCY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::CURRENT_FREQUENCY (line 5270) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5271:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                              ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5271:49
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                 ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const CURRENT_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const CURRENT_FREQUENCY: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5271:56
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const CURRENT_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5274:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5280:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5281:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5282:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::AttributeReference(0x0005),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5283:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::AttributeReference(0x0006),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::POWER_CONFIGURATION_CLUSTER (line 3413) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3414:47
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const POWER_CONFIGURATION_CLUSTER: crate::Cluster<
[INFO] [stdout]   |                                               ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const POWER_CONFIGURATION_CLUSTER: crate::Cluster<
[INFO] [stdout] 3 + pub const POWER_CONFIGURATION_CLUSTER: Cluster<
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3416:11
[INFO] [stdout]   |
[INFO] [stdout] 5 |     self::power_configuration::PowerConfigurationAttrs,
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 |     self::zcl::general::power_configuration::PowerConfigurationAttrs,
[INFO] [stdout]   |           ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::power_configuration;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 5 -     self::power_configuration::PowerConfigurationAttrs,
[INFO] [stdout] 5 +     power_configuration::PowerConfigurationAttrs,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Cluster` in the crate root
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3417:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | > = crate::Cluster {
[INFO] [stdout]   |            ^^^^^^^ not found in the crate root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::Cluster;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Cluster`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 6 - > = crate::Cluster {
[INFO] [stdout] 6 + > = Cluster {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3420:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     meta: self::power_configuration::PowerConfigurationAttrs {
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 9 |     meta: self::zcl::general::power_configuration::PowerConfigurationAttrs {
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::power_configuration;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 9 -     meta: self::power_configuration::PowerConfigurationAttrs {
[INFO] [stdout] 9 +     meta: power_configuration::PowerConfigurationAttrs {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3421:30
[INFO] [stdout]    |
[INFO] [stdout] 10 |         mains_voltage: self::power_configuration::MAINS_VOLTAGE,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 10 |         mains_voltage: self::zcl::general::power_configuration::MAINS_VOLTAGE,
[INFO] [stdout]    |                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -         mains_voltage: self::power_configuration::MAINS_VOLTAGE,
[INFO] [stdout] 10 +         mains_voltage: power_configuration::MAINS_VOLTAGE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3422:32
[INFO] [stdout]    |
[INFO] [stdout] 11 |         mains_frequency: self::power_configuration::MAINS_FREQUENCY,
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |         mains_frequency: self::zcl::general::power_configuration::MAINS_FREQUENCY,
[INFO] [stdout]    |                                ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 11 -         mains_frequency: self::power_configuration::MAINS_FREQUENCY,
[INFO] [stdout] 11 +         mains_frequency: power_configuration::MAINS_FREQUENCY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3423:33
[INFO] [stdout]    |
[INFO] [stdout] 12 |         mains_alarm_mask: self::power_configuration::MAINS_ALARM_MASK,
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 12 |         mains_alarm_mask: self::zcl::general::power_configuration::MAINS_ALARM_MASK,
[INFO] [stdout]    |                                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 12 -         mains_alarm_mask: self::power_configuration::MAINS_ALARM_MASK,
[INFO] [stdout] 12 +         mains_alarm_mask: power_configuration::MAINS_ALARM_MASK,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3424:44
[INFO] [stdout]    |
[INFO] [stdout] 13 |         mains_voltage_min_threshold: self::power_configuration::MAINS_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 13 |         mains_voltage_min_threshold: self::zcl::general::power_configuration::MAINS_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                            ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 13 -         mains_voltage_min_threshold: self::power_configuration::MAINS_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout] 13 +         mains_voltage_min_threshold: power_configuration::MAINS_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3425:44
[INFO] [stdout]    |
[INFO] [stdout] 14 |         mains_voltage_max_threshold: self::power_configuration::MAINS_VOLTAGE_MAX_THRESHOLD,
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 14 |         mains_voltage_max_threshold: self::zcl::general::power_configuration::MAINS_VOLTAGE_MAX_THRESHOLD,
[INFO] [stdout]    |                                            ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 14 -         mains_voltage_max_threshold: self::power_configuration::MAINS_VOLTAGE_MAX_THRESHOLD,
[INFO] [stdout] 14 +         mains_voltage_max_threshold: power_configuration::MAINS_VOLTAGE_MAX_THRESHOLD,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3426:47
[INFO] [stdout]    |
[INFO] [stdout] 15 |         mains_voltage_dwell_trip_point: self::power_configuration::MAINS_VOLTAGE_DWELL_TRIP_POINT,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 15 |         mains_voltage_dwell_trip_point: self::zcl::general::power_configuration::MAINS_VOLTAGE_DWELL_TRIP_POINT,
[INFO] [stdout]    |                                               ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 15 -         mains_voltage_dwell_trip_point: self::power_configuration::MAINS_VOLTAGE_DWELL_TRIP_POINT,
[INFO] [stdout] 15 +         mains_voltage_dwell_trip_point: power_configuration::MAINS_VOLTAGE_DWELL_TRIP_POINT,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3427:34
[INFO] [stdout]    |
[INFO] [stdout] 16 |         battery_1_voltage: self::power_configuration::BATTERY_1_VOLTAGE,
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 16 |         battery_1_voltage: self::zcl::general::power_configuration::BATTERY_1_VOLTAGE,
[INFO] [stdout]    |                                  ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 16 -         battery_1_voltage: self::power_configuration::BATTERY_1_VOLTAGE,
[INFO] [stdout] 16 +         battery_1_voltage: power_configuration::BATTERY_1_VOLTAGE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3428:47
[INFO] [stdout]    |
[INFO] [stdout] 17 |         battery_1_percentage_remaining: self::power_configuration::BATTERY_1_PERCENTAGE_REMAINING,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 17 |         battery_1_percentage_remaining: self::zcl::general::power_configuration::BATTERY_1_PERCENTAGE_REMAINING,
[INFO] [stdout]    |                                               ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 -         battery_1_percentage_remaining: self::power_configuration::BATTERY_1_PERCENTAGE_REMAINING,
[INFO] [stdout] 17 +         battery_1_percentage_remaining: power_configuration::BATTERY_1_PERCENTAGE_REMAINING,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3429:39
[INFO] [stdout]    |
[INFO] [stdout] 18 |         battery_1_manufacturer: self::power_configuration::BATTERY_1_MANUFACTURER,
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 18 |         battery_1_manufacturer: self::zcl::general::power_configuration::BATTERY_1_MANUFACTURER,
[INFO] [stdout]    |                                       ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 18 -         battery_1_manufacturer: self::power_configuration::BATTERY_1_MANUFACTURER,
[INFO] [stdout] 18 +         battery_1_manufacturer: power_configuration::BATTERY_1_MANUFACTURER,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3430:31
[INFO] [stdout]    |
[INFO] [stdout] 19 |         battery_1_size: self::power_configuration::BATTERY_1_SIZE,
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 19 |         battery_1_size: self::zcl::general::power_configuration::BATTERY_1_SIZE,
[INFO] [stdout]    |                               ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 19 -         battery_1_size: self::power_configuration::BATTERY_1_SIZE,
[INFO] [stdout] 19 +         battery_1_size: power_configuration::BATTERY_1_SIZE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3431:38
[INFO] [stdout]    |
[INFO] [stdout] 20 |         battery_1_a_hr_rating: self::power_configuration::BATTERY_1_A_HR_RATING,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 20 |         battery_1_a_hr_rating: self::zcl::general::power_configuration::BATTERY_1_A_HR_RATING,
[INFO] [stdout]    |                                      ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 20 -         battery_1_a_hr_rating: self::power_configuration::BATTERY_1_A_HR_RATING,
[INFO] [stdout] 20 +         battery_1_a_hr_rating: power_configuration::BATTERY_1_A_HR_RATING,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3432:35
[INFO] [stdout]    |
[INFO] [stdout] 21 |         battery_1_quantity: self::power_configuration::BATTERY_1_QUANTITY,
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 21 |         battery_1_quantity: self::zcl::general::power_configuration::BATTERY_1_QUANTITY,
[INFO] [stdout]    |                                   ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 21 -         battery_1_quantity: self::power_configuration::BATTERY_1_QUANTITY,
[INFO] [stdout] 21 +         battery_1_quantity: power_configuration::BATTERY_1_QUANTITY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3433:40
[INFO] [stdout]    |
[INFO] [stdout] 22 |         battery_1_rated_voltage: self::power_configuration::BATTERY_1_RATED_VOLTAGE,
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 22 |         battery_1_rated_voltage: self::zcl::general::power_configuration::BATTERY_1_RATED_VOLTAGE,
[INFO] [stdout]    |                                        ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 22 -         battery_1_rated_voltage: self::power_configuration::BATTERY_1_RATED_VOLTAGE,
[INFO] [stdout] 22 +         battery_1_rated_voltage: power_configuration::BATTERY_1_RATED_VOLTAGE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3434:37
[INFO] [stdout]    |
[INFO] [stdout] 23 |         battery_1_alarm_mask: self::power_configuration::BATTERY_1_ALARM_MASK,
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 23 |         battery_1_alarm_mask: self::zcl::general::power_configuration::BATTERY_1_ALARM_MASK,
[INFO] [stdout]    |                                     ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 23 -         battery_1_alarm_mask: self::power_configuration::BATTERY_1_ALARM_MASK,
[INFO] [stdout] 23 +         battery_1_alarm_mask: power_configuration::BATTERY_1_ALARM_MASK,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3435:48
[INFO] [stdout]    |
[INFO] [stdout] 24 |         battery_1_voltage_min_threshold: self::power_configuration::BATTERY_1_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 24 |         battery_1_voltage_min_threshold: self::zcl::general::power_configuration::BATTERY_1_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 24 -         battery_1_voltage_min_threshold: self::power_configuration::BATTERY_1_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout] 24 +         battery_1_voltage_min_threshold: power_configuration::BATTERY_1_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3436:46
[INFO] [stdout]    |
[INFO] [stdout] 25 |         battery_1_voltage_threshold_1: self::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 25 |         battery_1_voltage_threshold_1: self::zcl::general::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 25 -         battery_1_voltage_threshold_1: self::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_1,
[INFO] [stdout] 25 +         battery_1_voltage_threshold_1: power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3437:46
[INFO] [stdout]    |
[INFO] [stdout] 26 |         battery_1_voltage_threshold_2: self::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 26 |         battery_1_voltage_threshold_2: self::zcl::general::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 26 -         battery_1_voltage_threshold_2: self::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_2,
[INFO] [stdout] 26 +         battery_1_voltage_threshold_2: power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3438:46
[INFO] [stdout]    |
[INFO] [stdout] 27 |         battery_1_voltage_threshold_3: self::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 27 |         battery_1_voltage_threshold_3: self::zcl::general::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 27 -         battery_1_voltage_threshold_3: self::power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_3,
[INFO] [stdout] 27 +         battery_1_voltage_threshold_3: power_configuration::BATTERY_1_VOLTAGE_THRESHOLD_3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3439:51
[INFO] [stdout]    |
[INFO] [stdout] 28 |         battery_1_percentage_min_threshold: self::power_configuration::BATTERY_1_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 28 |         battery_1_percentage_min_threshold: self::zcl::general::power_configuration::BATTERY_1_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                   ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 28 -         battery_1_percentage_min_threshold: self::power_configuration::BATTERY_1_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout] 28 +         battery_1_percentage_min_threshold: power_configuration::BATTERY_1_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3440:49
[INFO] [stdout]    |
[INFO] [stdout] 29 |         battery_1_percentage_threshold_1: self::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 29 |         battery_1_percentage_threshold_1: self::zcl::general::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 29 -         battery_1_percentage_threshold_1: self::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout] 29 +         battery_1_percentage_threshold_1: power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3441:49
[INFO] [stdout]    |
[INFO] [stdout] 30 |         battery_1_percentage_threshold_2: self::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 30 |         battery_1_percentage_threshold_2: self::zcl::general::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 30 -         battery_1_percentage_threshold_2: self::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout] 30 +         battery_1_percentage_threshold_2: power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3442:49
[INFO] [stdout]    |
[INFO] [stdout] 31 |         battery_1_percentage_threshold_3: self::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 31 |         battery_1_percentage_threshold_3: self::zcl::general::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 31 -         battery_1_percentage_threshold_3: self::power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout] 31 +         battery_1_percentage_threshold_3: power_configuration::BATTERY_1_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3443:38
[INFO] [stdout]    |
[INFO] [stdout] 32 |         battery_1_alarm_state: self::power_configuration::BATTERY_1_ALARM_STATE,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 32 |         battery_1_alarm_state: self::zcl::general::power_configuration::BATTERY_1_ALARM_STATE,
[INFO] [stdout]    |                                      ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 32 -         battery_1_alarm_state: self::power_configuration::BATTERY_1_ALARM_STATE,
[INFO] [stdout] 32 +         battery_1_alarm_state: power_configuration::BATTERY_1_ALARM_STATE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3444:34
[INFO] [stdout]    |
[INFO] [stdout] 33 |         battery_2_voltage: self::power_configuration::BATTERY_2_VOLTAGE,
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 33 |         battery_2_voltage: self::zcl::general::power_configuration::BATTERY_2_VOLTAGE,
[INFO] [stdout]    |                                  ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 33 -         battery_2_voltage: self::power_configuration::BATTERY_2_VOLTAGE,
[INFO] [stdout] 33 +         battery_2_voltage: power_configuration::BATTERY_2_VOLTAGE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3445:47
[INFO] [stdout]    |
[INFO] [stdout] 34 |         battery_2_percentage_remaining: self::power_configuration::BATTERY_2_PERCENTAGE_REMAINING,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 34 |         battery_2_percentage_remaining: self::zcl::general::power_configuration::BATTERY_2_PERCENTAGE_REMAINING,
[INFO] [stdout]    |                                               ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 34 -         battery_2_percentage_remaining: self::power_configuration::BATTERY_2_PERCENTAGE_REMAINING,
[INFO] [stdout] 34 +         battery_2_percentage_remaining: power_configuration::BATTERY_2_PERCENTAGE_REMAINING,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3446:39
[INFO] [stdout]    |
[INFO] [stdout] 35 |         battery_2_manufacturer: self::power_configuration::BATTERY_2_MANUFACTURER,
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 35 |         battery_2_manufacturer: self::zcl::general::power_configuration::BATTERY_2_MANUFACTURER,
[INFO] [stdout]    |                                       ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 35 -         battery_2_manufacturer: self::power_configuration::BATTERY_2_MANUFACTURER,
[INFO] [stdout] 35 +         battery_2_manufacturer: power_configuration::BATTERY_2_MANUFACTURER,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3447:31
[INFO] [stdout]    |
[INFO] [stdout] 36 |         battery_2_size: self::power_configuration::BATTERY_2_SIZE,
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 36 |         battery_2_size: self::zcl::general::power_configuration::BATTERY_2_SIZE,
[INFO] [stdout]    |                               ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 36 -         battery_2_size: self::power_configuration::BATTERY_2_SIZE,
[INFO] [stdout] 36 +         battery_2_size: power_configuration::BATTERY_2_SIZE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3448:38
[INFO] [stdout]    |
[INFO] [stdout] 37 |         battery_2_a_hr_rating: self::power_configuration::BATTERY_2_A_HR_RATING,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 37 |         battery_2_a_hr_rating: self::zcl::general::power_configuration::BATTERY_2_A_HR_RATING,
[INFO] [stdout]    |                                      ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 37 -         battery_2_a_hr_rating: self::power_configuration::BATTERY_2_A_HR_RATING,
[INFO] [stdout] 37 +         battery_2_a_hr_rating: power_configuration::BATTERY_2_A_HR_RATING,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3449:35
[INFO] [stdout]    |
[INFO] [stdout] 38 |         battery_2_quantity: self::power_configuration::BATTERY_2_QUANTITY,
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 38 |         battery_2_quantity: self::zcl::general::power_configuration::BATTERY_2_QUANTITY,
[INFO] [stdout]    |                                   ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 38 -         battery_2_quantity: self::power_configuration::BATTERY_2_QUANTITY,
[INFO] [stdout] 38 +         battery_2_quantity: power_configuration::BATTERY_2_QUANTITY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3450:40
[INFO] [stdout]    |
[INFO] [stdout] 39 |         battery_2_rated_voltage: self::power_configuration::BATTERY_2_RATED_VOLTAGE,
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 39 |         battery_2_rated_voltage: self::zcl::general::power_configuration::BATTERY_2_RATED_VOLTAGE,
[INFO] [stdout]    |                                        ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 39 -         battery_2_rated_voltage: self::power_configuration::BATTERY_2_RATED_VOLTAGE,
[INFO] [stdout] 39 +         battery_2_rated_voltage: power_configuration::BATTERY_2_RATED_VOLTAGE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3451:37
[INFO] [stdout]    |
[INFO] [stdout] 40 |         battery_2_alarm_mask: self::power_configuration::BATTERY_2_ALARM_MASK,
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 40 |         battery_2_alarm_mask: self::zcl::general::power_configuration::BATTERY_2_ALARM_MASK,
[INFO] [stdout]    |                                     ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 40 -         battery_2_alarm_mask: self::power_configuration::BATTERY_2_ALARM_MASK,
[INFO] [stdout] 40 +         battery_2_alarm_mask: power_configuration::BATTERY_2_ALARM_MASK,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3452:48
[INFO] [stdout]    |
[INFO] [stdout] 41 |         battery_2_voltage_min_threshold: self::power_configuration::BATTERY_2_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 41 |         battery_2_voltage_min_threshold: self::zcl::general::power_configuration::BATTERY_2_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 41 -         battery_2_voltage_min_threshold: self::power_configuration::BATTERY_2_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout] 41 +         battery_2_voltage_min_threshold: power_configuration::BATTERY_2_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3453:46
[INFO] [stdout]    |
[INFO] [stdout] 42 |         battery_2_voltage_threshold_1: self::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 42 |         battery_2_voltage_threshold_1: self::zcl::general::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 42 -         battery_2_voltage_threshold_1: self::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_1,
[INFO] [stdout] 42 +         battery_2_voltage_threshold_1: power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3454:46
[INFO] [stdout]    |
[INFO] [stdout] 43 |         battery_2_voltage_threshold_2: self::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 43 |         battery_2_voltage_threshold_2: self::zcl::general::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 43 -         battery_2_voltage_threshold_2: self::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_2,
[INFO] [stdout] 43 +         battery_2_voltage_threshold_2: power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3455:46
[INFO] [stdout]    |
[INFO] [stdout] 44 |         battery_2_voltage_threshold_3: self::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 44 |         battery_2_voltage_threshold_3: self::zcl::general::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 44 -         battery_2_voltage_threshold_3: self::power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_3,
[INFO] [stdout] 44 +         battery_2_voltage_threshold_3: power_configuration::BATTERY_2_VOLTAGE_THRESHOLD_3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3456:51
[INFO] [stdout]    |
[INFO] [stdout] 45 |         battery_2_percentage_min_threshold: self::power_configuration::BATTERY_2_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 45 |         battery_2_percentage_min_threshold: self::zcl::general::power_configuration::BATTERY_2_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                   ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 45 -         battery_2_percentage_min_threshold: self::power_configuration::BATTERY_2_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout] 45 +         battery_2_percentage_min_threshold: power_configuration::BATTERY_2_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3457:49
[INFO] [stdout]    |
[INFO] [stdout] 46 |         battery_2_percentage_threshold_1: self::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 46 |         battery_2_percentage_threshold_1: self::zcl::general::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 46 -         battery_2_percentage_threshold_1: self::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout] 46 +         battery_2_percentage_threshold_1: power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3458:49
[INFO] [stdout]    |
[INFO] [stdout] 47 |         battery_2_percentage_threshold_2: self::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 47 |         battery_2_percentage_threshold_2: self::zcl::general::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 47 -         battery_2_percentage_threshold_2: self::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout] 47 +         battery_2_percentage_threshold_2: power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3459:49
[INFO] [stdout]    |
[INFO] [stdout] 48 |         battery_2_percentage_threshold_3: self::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 48 |         battery_2_percentage_threshold_3: self::zcl::general::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 48 -         battery_2_percentage_threshold_3: self::power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout] 48 +         battery_2_percentage_threshold_3: power_configuration::BATTERY_2_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3460:38
[INFO] [stdout]    |
[INFO] [stdout] 49 |         battery_2_alarm_state: self::power_configuration::BATTERY_2_ALARM_STATE,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 49 |         battery_2_alarm_state: self::zcl::general::power_configuration::BATTERY_2_ALARM_STATE,
[INFO] [stdout]    |                                      ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 49 -         battery_2_alarm_state: self::power_configuration::BATTERY_2_ALARM_STATE,
[INFO] [stdout] 49 +         battery_2_alarm_state: power_configuration::BATTERY_2_ALARM_STATE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3461:34
[INFO] [stdout]    |
[INFO] [stdout] 50 |         battery_3_voltage: self::power_configuration::BATTERY_3_VOLTAGE,
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 50 |         battery_3_voltage: self::zcl::general::power_configuration::BATTERY_3_VOLTAGE,
[INFO] [stdout]    |                                  ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 50 -         battery_3_voltage: self::power_configuration::BATTERY_3_VOLTAGE,
[INFO] [stdout] 50 +         battery_3_voltage: power_configuration::BATTERY_3_VOLTAGE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3462:47
[INFO] [stdout]    |
[INFO] [stdout] 51 |         battery_3_percentage_remaining: self::power_configuration::BATTERY_3_PERCENTAGE_REMAINING,
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 51 |         battery_3_percentage_remaining: self::zcl::general::power_configuration::BATTERY_3_PERCENTAGE_REMAINING,
[INFO] [stdout]    |                                               ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 51 -         battery_3_percentage_remaining: self::power_configuration::BATTERY_3_PERCENTAGE_REMAINING,
[INFO] [stdout] 51 +         battery_3_percentage_remaining: power_configuration::BATTERY_3_PERCENTAGE_REMAINING,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3463:39
[INFO] [stdout]    |
[INFO] [stdout] 52 |         battery_3_manufacturer: self::power_configuration::BATTERY_3_MANUFACTURER,
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 52 |         battery_3_manufacturer: self::zcl::general::power_configuration::BATTERY_3_MANUFACTURER,
[INFO] [stdout]    |                                       ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 52 -         battery_3_manufacturer: self::power_configuration::BATTERY_3_MANUFACTURER,
[INFO] [stdout] 52 +         battery_3_manufacturer: power_configuration::BATTERY_3_MANUFACTURER,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3464:31
[INFO] [stdout]    |
[INFO] [stdout] 53 |         battery_3_size: self::power_configuration::BATTERY_3_SIZE,
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 53 |         battery_3_size: self::zcl::general::power_configuration::BATTERY_3_SIZE,
[INFO] [stdout]    |                               ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 53 -         battery_3_size: self::power_configuration::BATTERY_3_SIZE,
[INFO] [stdout] 53 +         battery_3_size: power_configuration::BATTERY_3_SIZE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3465:38
[INFO] [stdout]    |
[INFO] [stdout] 54 |         battery_3_a_hr_rating: self::power_configuration::BATTERY_3_A_HR_RATING,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 54 |         battery_3_a_hr_rating: self::zcl::general::power_configuration::BATTERY_3_A_HR_RATING,
[INFO] [stdout]    |                                      ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 54 -         battery_3_a_hr_rating: self::power_configuration::BATTERY_3_A_HR_RATING,
[INFO] [stdout] 54 +         battery_3_a_hr_rating: power_configuration::BATTERY_3_A_HR_RATING,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3466:35
[INFO] [stdout]    |
[INFO] [stdout] 55 |         battery_3_quantity: self::power_configuration::BATTERY_3_QUANTITY,
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 55 |         battery_3_quantity: self::zcl::general::power_configuration::BATTERY_3_QUANTITY,
[INFO] [stdout]    |                                   ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 55 -         battery_3_quantity: self::power_configuration::BATTERY_3_QUANTITY,
[INFO] [stdout] 55 +         battery_3_quantity: power_configuration::BATTERY_3_QUANTITY,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3467:40
[INFO] [stdout]    |
[INFO] [stdout] 56 |         battery_3_rated_voltage: self::power_configuration::BATTERY_3_RATED_VOLTAGE,
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 56 |         battery_3_rated_voltage: self::zcl::general::power_configuration::BATTERY_3_RATED_VOLTAGE,
[INFO] [stdout]    |                                        ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 56 -         battery_3_rated_voltage: self::power_configuration::BATTERY_3_RATED_VOLTAGE,
[INFO] [stdout] 56 +         battery_3_rated_voltage: power_configuration::BATTERY_3_RATED_VOLTAGE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3468:37
[INFO] [stdout]    |
[INFO] [stdout] 57 |         battery_3_alarm_mask: self::power_configuration::BATTERY_3_ALARM_MASK,
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 57 |         battery_3_alarm_mask: self::zcl::general::power_configuration::BATTERY_3_ALARM_MASK,
[INFO] [stdout]    |                                     ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 57 -         battery_3_alarm_mask: self::power_configuration::BATTERY_3_ALARM_MASK,
[INFO] [stdout] 57 +         battery_3_alarm_mask: power_configuration::BATTERY_3_ALARM_MASK,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3469:48
[INFO] [stdout]    |
[INFO] [stdout] 58 |         battery_3_voltage_min_threshold: self::power_configuration::BATTERY_3_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 58 |         battery_3_voltage_min_threshold: self::zcl::general::power_configuration::BATTERY_3_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 58 -         battery_3_voltage_min_threshold: self::power_configuration::BATTERY_3_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout] 58 +         battery_3_voltage_min_threshold: power_configuration::BATTERY_3_VOLTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3470:46
[INFO] [stdout]    |
[INFO] [stdout] 59 |         battery_3_voltage_threshold_1: self::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 59 |         battery_3_voltage_threshold_1: self::zcl::general::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 59 -         battery_3_voltage_threshold_1: self::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_1,
[INFO] [stdout] 59 +         battery_3_voltage_threshold_1: power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3471:46
[INFO] [stdout]    |
[INFO] [stdout] 60 |         battery_3_voltage_threshold_2: self::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 60 |         battery_3_voltage_threshold_2: self::zcl::general::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 60 -         battery_3_voltage_threshold_2: self::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_2,
[INFO] [stdout] 60 +         battery_3_voltage_threshold_2: power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3472:46
[INFO] [stdout]    |
[INFO] [stdout] 61 |         battery_3_voltage_threshold_3: self::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 61 |         battery_3_voltage_threshold_3: self::zcl::general::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                              ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 61 -         battery_3_voltage_threshold_3: self::power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_3,
[INFO] [stdout] 61 +         battery_3_voltage_threshold_3: power_configuration::BATTERY_3_VOLTAGE_THRESHOLD_3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3473:51
[INFO] [stdout]    |
[INFO] [stdout] 62 |         battery_3_percentage_min_threshold: self::power_configuration::BATTERY_3_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 62 |         battery_3_percentage_min_threshold: self::zcl::general::power_configuration::BATTERY_3_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |                                                   ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 62 -         battery_3_percentage_min_threshold: self::power_configuration::BATTERY_3_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout] 62 +         battery_3_percentage_min_threshold: power_configuration::BATTERY_3_PERCENTAGE_MIN_THRESHOLD,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3474:49
[INFO] [stdout]    |
[INFO] [stdout] 63 |         battery_3_percentage_threshold_1: self::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 63 |         battery_3_percentage_threshold_1: self::zcl::general::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout]    |                                                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 63 -         battery_3_percentage_threshold_1: self::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout] 63 +         battery_3_percentage_threshold_1: power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3475:49
[INFO] [stdout]    |
[INFO] [stdout] 64 |         battery_3_percentage_threshold_2: self::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 64 |         battery_3_percentage_threshold_2: self::zcl::general::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout]    |                                                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 64 -         battery_3_percentage_threshold_2: self::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout] 64 +         battery_3_percentage_threshold_2: power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3476:49
[INFO] [stdout]    |
[INFO] [stdout] 65 |         battery_3_percentage_threshold_3: self::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 65 |         battery_3_percentage_threshold_3: self::zcl::general::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout]    |                                                 ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 65 -         battery_3_percentage_threshold_3: self::power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout] 65 +         battery_3_percentage_threshold_3: power_configuration::BATTERY_3_PERCENTAGE_THRESHOLD_3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3477:38
[INFO] [stdout]    |
[INFO] [stdout] 66 |         battery_3_alarm_state: self::power_configuration::BATTERY_3_ALARM_STATE,
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 66 |         battery_3_alarm_state: self::zcl::general::power_configuration::BATTERY_3_ALARM_STATE,
[INFO] [stdout]    |                                      ++++++++++++++
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::power_configuration;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `power_configuration`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 66 -         battery_3_alarm_state: self::power_configuration::BATTERY_3_ALARM_STATE,
[INFO] [stdout] 66 +         battery_3_alarm_state: power_configuration::BATTERY_3_ALARM_STATE,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 61 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::MIN_TEMP_EXPERIENCED (line 3602) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3603:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_TEMP_EXPERIENCED: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `I16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3603:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_TEMP_EXPERIENCED: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                                    ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const MIN_TEMP_EXPERIENCED: Attribute<'static, I16> = Attribute {
[INFO] [stdout] 3 + pub const MIN_TEMP_EXPERIENCED: Attribute<'static, i16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::I16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3603:59
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MIN_TEMP_EXPERIENCED: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3606:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3612:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `I16`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3612:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                       ^^^ use of undeclared type `I16`
[INFO] [stdout]    |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 12 -     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout] 12 +     default: Some(I16(i16::NON_VALUE.unwrap())),
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3613:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3614:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(I16(-200)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3614:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(I16(-200)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3615:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(I16(200)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3615:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(I16(200)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::device_temperature_configuration::HIGH_TEMP_THRESHOLD (line 3767) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3768:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const HIGH_TEMP_THRESHOLD: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `I16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3768:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const HIGH_TEMP_THRESHOLD: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                                   ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const HIGH_TEMP_THRESHOLD: Attribute<'static, I16> = Attribute {
[INFO] [stdout] 3 + pub const HIGH_TEMP_THRESHOLD: Attribute<'static, i16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::I16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3768:58
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const HIGH_TEMP_THRESHOLD: Attribute<'static, I16> = Attribute {
[INFO] [stdout]   |                                                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3771:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3777:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `I16`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3777:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                       ^^^ use of undeclared type `I16`
[INFO] [stdout]    |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 12 -     default: Some(I16(I16::NON_VALUE.unwrap())),
[INFO] [stdout] 12 +     default: Some(I16(i16::NON_VALUE.unwrap())),
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3778:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3779:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(I16(-200)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3779:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(I16(-200)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3780:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(I16(200)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:3780:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(I16(200)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::I16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::OFF_TRANSITION_TIME (line 5468) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5469:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5469:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                   ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const OFF_TRANSITION_TIME: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5469:58
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OFF_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5472:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5478:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0xffff)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5479:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5480:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5480:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5481:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xfffe)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5481:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xfffe)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::ON_LEVEL (line 5402) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5403:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                     ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5403:40
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                        ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ON_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const ON_LEVEL: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5403:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                              ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5406:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5412:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U8(0xff)),
[INFO] [stdout]    |                   ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5413:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5414:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x01)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5414:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x01)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5415:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xfe)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5415:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xfe)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::ON_TRANSITION_TIME (line 5435) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5436:31
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                               ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5436:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                  ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ON_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const ON_TRANSITION_TIME: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5436:57
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                         ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5439:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5445:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0xffff)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5446:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5447:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5447:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5448:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xfffe)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5448:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xfffe)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::on_off::ON_OFF (line 4333) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4334:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_OFF: Attribute<'static, Bool> = Attribute {
[INFO] [stdout]   |                   ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Bool` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4334:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_OFF: Attribute<'static, Bool> = Attribute {
[INFO] [stdout]   |                                      ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ON_OFF: Attribute<'static, Bool> = Attribute {
[INFO] [stdout] 3 + pub const ON_OFF: Attribute<'static, bool> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ON_OFF: Attribute<'static, Bool> = Attribute {
[INFO] [stdout] 3 + pub const ON_OFF: Attribute<'static, bool> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Bool;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4334:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_OFF: Attribute<'static, Bool> = Attribute {
[INFO] [stdout]   |                                              ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4337:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bool` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4343:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Bool(Some(false))),
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bool;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4344:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::Value,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::MAX_FREQUENCY (line 4842) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4843:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4843:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                             ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const MAX_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const MAX_FREQUENCY: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4843:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4846:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4852:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4853:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4854:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::AttributeReference(0x0005),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4855:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4855:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::START_UP_CURRENT_LEVEL (line 5561) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5562:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const START_UP_CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5562:54
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const START_UP_CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                      ^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const START_UP_CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout] 3 + pub const START_UP_CURRENT_LEVEL: Attribute<'static, u8> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5562:60
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const START_UP_CURRENT_LEVEL: Attribute<'static, U8> = Attribute {
[INFO] [stdout]   |                                                            ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5565:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5572:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5573:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5573:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U8(0x00)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5574:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5574:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U8(0xff)),
[INFO] [stdout]    |                                          ^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level::ON_TRANSITION_TIME (line 4941) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4942:31
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                               ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4942:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                  ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const ON_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const ON_TRANSITION_TIME: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4942:57
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const ON_TRANSITION_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                         ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4945:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4951:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0xffff)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4952:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4953:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4953:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4954:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xfffe)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4954:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xfffe)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::power_configuration::BATTERY_1_A_HR_RATING (line 1799) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1800:34
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const BATTERY_1_A_HR_RATING: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1800:53
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const BATTERY_1_A_HR_RATING: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                     ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const BATTERY_1_A_HR_RATING: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const BATTERY_1_A_HR_RATING: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1800:60
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const BATTERY_1_A_HR_RATING: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                            ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1803:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1809:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(U16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `U16`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1809:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(U16::NON_VALUE.unwrap())),
[INFO] [stdout]    |                       ^^^ use of undeclared type `U16`
[INFO] [stdout]    |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 12 -     default: Some(U16(U16::NON_VALUE.unwrap())),
[INFO] [stdout] 12 +     default: Some(U16(u16::NON_VALUE.unwrap())),
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1810:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1811:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1811:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::Value(U16(0x0000)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1812:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:1812:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 11 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::on_off::GLOBAL_SCENE_CONTROL (line 4360) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4361:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GLOBAL_SCENE_CONTROL: Attribute<'static, Bool> = Attribute {
[INFO] [stdout]   |                                 ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Bool` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4361:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GLOBAL_SCENE_CONTROL: Attribute<'static, Bool> = Attribute {
[INFO] [stdout]   |                                                    ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const GLOBAL_SCENE_CONTROL: Attribute<'static, Bool> = Attribute {
[INFO] [stdout] 3 + pub const GLOBAL_SCENE_CONTROL: Attribute<'static, bool> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const GLOBAL_SCENE_CONTROL: Attribute<'static, Bool> = Attribute {
[INFO] [stdout] 3 + pub const GLOBAL_SCENE_CONTROL: Attribute<'static, bool> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Bool;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4361:60
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const GLOBAL_SCENE_CONTROL: Attribute<'static, Bool> = Attribute {
[INFO] [stdout]   |                                                            ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4364:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bool` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4370:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Bool(Some(true))),
[INFO] [stdout]    |                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bool;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4371:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::Value,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::OPTIONS (line 5534) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5535:20
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OPTIONS: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Bitmap8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5535:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OPTIONS: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                       ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Bitmap8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5535:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OPTIONS: Attribute<'static, Bitmap8> = Attribute {
[INFO] [stdout]   |                                                  ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5538:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bitmap8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5544:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Bitmap8(0)),
[INFO] [stdout]    |                   ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Bitmap8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5545:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::FullWithNone,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::level_control_for_lighting::MAX_FREQUENCY (line 5336) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5337:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5337:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                             ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const MAX_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const MAX_FREQUENCY: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5337:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const MAX_FREQUENCY: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5340:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5346:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(U16(0)),
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5347:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::InclusiveRange(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5348:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         ValueOrAttributeReference::AttributeReference(0x0005),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5349:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ValueOrAttributeReference`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::ValueOrAttributeReference;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U16` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:5349:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |         ValueOrAttributeReference::Value(U16(0xffff)),
[INFO] [stdout]    |                                          ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::U16;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::on_off_switch_configuration::SWITCH_ACTIONS (line 4553) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4554:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SWITCH_ACTIONS: Attribute<'static, Enum8<SwitchActions>> = Attribute {
[INFO] [stdout]   |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Enum8` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4554:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SWITCH_ACTIONS: Attribute<'static, Enum8<SwitchActions>> = Attribute {
[INFO] [stdout]   |                                              ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Enum8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SwitchActions` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4554:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SWITCH_ACTIONS: Attribute<'static, Enum8<SwitchActions>> = Attribute {
[INFO] [stdout]   |                                                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::general::SwitchActions;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4554:70
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const SWITCH_ACTIONS: Attribute<'static, Enum8<SwitchActions>> = Attribute {
[INFO] [stdout]   |                                                                      ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeSide`
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4557:11
[INFO] [stdout]   |
[INFO] [stdout] 6 |     side: AttributeSide::Server,
[INFO] [stdout]   |           ^^^^^^^^^^^^^ use of undeclared type `AttributeSide`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::AttributeSide;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Enum8` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4563:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<SwitchActions>(SwitchActions::from_value(0))),
[INFO] [stdout]    |                   ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple struct
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::Enum8;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SwitchActions` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4563:27
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<SwitchActions>(SwitchActions::from_value(0))),
[INFO] [stdout]    |                           ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::SwitchActions;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SwitchActions`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4563:42
[INFO] [stdout]    |
[INFO] [stdout] 12 |     default: Some(Enum8::<SwitchActions>(SwitchActions::from_value(0))),
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^ use of undeclared type `SwitchActions`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::general::SwitchActions;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeRange`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4564:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     range: AttributeRange::Value,
[INFO] [stdout]    |            ^^^^^^^^^^^^^^ use of undeclared type `AttributeRange`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  2 + use zcl::types::AttributeRange;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs - general::on_off::OFF_WAIT_TIME (line 4414) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4415:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OFF_WAIT_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                          ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::Attribute;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `U16` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4415:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OFF_WAIT_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                             ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: a builtin type with a similar name exists (notice the capitalization)
[INFO] [stdout]   |
[INFO] [stdout] 3 - pub const OFF_WAIT_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout] 3 + pub const OFF_WAIT_TIME: Attribute<'static, u16> = Attribute {
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use zcl::types::U16;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Attribute` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/zcl-c6f53fd59476892d/out/generated.rs:4415:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const OFF_WAIT_TIME: Attribute<'static, U16> = Attribute {
[INFO] [stdout]   |                                                    ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[WARN] too many lines in the log, truncating it
