[INFO] fetching crate tapo 0.8.6...
[INFO] testing tapo-0.8.6 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate tapo 0.8.6 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate tapo 0.8.6
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate tapo 0.8.6
[INFO] tweaked toml for crates.io crate tapo 0.8.6 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tapo 0.8.6 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tapo 0.8.6 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d41c842bc59030cf7cb68a9add6c809443b4317e7d81c1c60939420a39cb383e
[INFO] running `Command { std: "docker" "start" "-a" "d41c842bc59030cf7cb68a9add6c809443b4317e7d81c1c60939420a39cb383e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d41c842bc59030cf7cb68a9add6c809443b4317e7d81c1c60939420a39cb383e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d41c842bc59030cf7cb68a9add6c809443b4317e7d81c1c60939420a39cb383e", kill_on_drop: false }`
[INFO] [stdout] d41c842bc59030cf7cb68a9add6c809443b4317e7d81c1c60939420a39cb383e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13008629b27e72b6439e1e9eb7f5a95b5b5d73490a6d4876545bf2f3dd0c9c06
[INFO] running `Command { std: "docker" "start" "-a" "13008629b27e72b6439e1e9eb7f5a95b5b5d73490a6d4876545bf2f3dd0c9c06", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling psl-types v2.0.11
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling base16ct v0.3.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling rsa v0.9.8
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.226
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.14.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling serde_with v3.14.1
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling publicsuffix v2.3.0
[INFO] [stderr]    Compiling cookie_store v0.21.1
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling tapo v0.8.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 26s
[INFO] running `Command { std: "docker" "inspect" "13008629b27e72b6439e1e9eb7f5a95b5b5d73490a6d4876545bf2f3dd0c9c06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13008629b27e72b6439e1e9eb7f5a95b5b5d73490a6d4876545bf2f3dd0c9c06", kill_on_drop: false }`
[INFO] [stdout] 13008629b27e72b6439e1e9eb7f5a95b5b5d73490a6d4876545bf2f3dd0c9c06
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06892584bb84f293e1a3791cfec0440fdc2e6d3b7cd476ad119e6a5886f96367
[INFO] running `Command { std: "docker" "start" "-a" "06892584bb84f293e1a3791cfec0440fdc2e6d3b7cd476ad119e6a5886f96367", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling cookie_store v0.21.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling rsa v0.9.8
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling tapo v0.8.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 34s
[INFO] running `Command { std: "docker" "inspect" "06892584bb84f293e1a3791cfec0440fdc2e6d3b7cd476ad119e6a5886f96367", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06892584bb84f293e1a3791cfec0440fdc2e6d3b7cd476ad119e6a5886f96367", kill_on_drop: false }`
[INFO] [stdout] 06892584bb84f293e1a3791cfec0440fdc2e6d3b7cd476ad119e6a5886f96367
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 08789f3f687f43f02979f06ff1dfc4d16689f37a6cd9260a316dec260bd42f67
[INFO] running `Command { std: "docker" "start" "-a" "08789f3f687f43f02979f06ff1dfc4d16689f37a6cd9260a316dec260bd42f67", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tapo-ffde3603b6dd9b04)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test requests::play_alarm::tests::test_invalid_inputs ... ok
[INFO] [stdout] test requests::play_alarm::tests::test_serialize_all_params_are_some_and_duration_is_1second ... ok
[INFO] [stdout] test requests::play_alarm::tests::test_serialize_params_where_duration_is_continuous ... ok
[INFO] [stdout] test requests::play_alarm::tests::test_serialize_params_where_ringtone_is_some ... ok
[INFO] [stdout] test requests::play_alarm::tests::test_serialize_params_where_duration_is_1second ... ok
[INFO] [stdout] test requests::play_alarm::tests::test_serialize_params_where_duration_is_once ... ok
[INFO] [stdout] test requests::play_alarm::tests::test_valid_inputs ... ok
[INFO] [stdout] test requests::play_alarm::tests::test_serialize_params_where_volume_is_some ... ok
[INFO] [stdout] test requests::get_power_data::tests::test_get_5_minute_interval_start ... ok
[INFO] [stdout] test requests::get_power_data::tests::test_get_hourly_interval_start ... ok
[INFO] [stdout] test requests::set_device_info::color_light::tests::color_temperature_overrides_hue_saturation ... ok
[INFO] [stdout] test requests::set_device_info::color_light::tests::color_temperature_validation_low ... ok
[INFO] [stdout] test requests::set_device_info::color_light::tests::hue_saturation_overrides_color_temperature ... ok
[INFO] [stdout] test requests::set_device_info::color_light::tests::brightness_validation ... ok
[INFO] [stdout] test requests::set_device_info::color_light::tests::hue_validation ... ok
[INFO] [stdout] test requests::set_device_info::light::tests::brightness_validation ... ok
[INFO] [stdout] test requests::set_device_info::color_light::tests::color_temperature_validation_high ... ok
[INFO] [stdout] test requests::set_device_info::color_light::tests::color_temperature_validation_default_hue_saturation ... ok
[INFO] [stdout] test requests::set_device_info::light::tests::no_property_validation ... ok
[INFO] [stdout] test responses::child_device_list_hub_result::t31x_result::tests::test_temperature_humidity_records_parse_in_progress ... ok
[INFO] [stdout] test requests::set_device_info::color_light::tests::no_property_validation ... ok
[INFO] [stdout] test responses::child_device_list_hub_result::t31x_result::tests::test_temperature_humidity_records_parse ... ok
[INFO] [stdout] test requests::set_device_info::color_light::tests::saturation_validation ... ok
[INFO] [stdout] test api::protocol::passthrough_cipher::tests::test_passthrough_cipher ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tapo
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient (line 43) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::h100 (line 609) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::l535 (line 234) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::l630 (line 284) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::l520 (line 184) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::l510 (line 159) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::l530 (line 209) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::l900 (line 309) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::l920 (line 337) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::l930 (line 365) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::p100 (line 393) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::p105 (line 418) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::p110 (line 443) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::l610 (line 259) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::p115 (line 471) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::p300 (line 499) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::p304 (line 525) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::p306 (line 554) - compile ... ok
[INFO] [stdout] test src/api/color_light_handler.rs - api::color_light_handler::ColorLightHandler::set (line 71) - compile ... ok
[INFO] [stdout] test src/api/hub_handler.rs - api::hub_handler::HubHandler::ke100 (line 163) - compile ... ok
[INFO] [stdout] test src/api/hub_handler.rs - api::hub_handler::HubHandler::s200b (line 192) - compile ... ok
[INFO] [stdout] test src/api/hub_handler.rs - api::hub_handler::HubHandler::t100 (line 221) - compile ... ok
[INFO] [stdout] test src/api/hub_handler.rs - api::hub_handler::HubHandler::t300 (line 279) - compile ... ok
[INFO] [stdout] test src/api/hub_handler.rs - api::hub_handler::HubHandler::t110 (line 250) - compile ... ok
[INFO] [stdout] test src/api/hub_handler.rs - api::hub_handler::HubHandler::t310 (line 308) - compile ... ok
[INFO] [stdout] test src/api/hub_handler.rs - api::hub_handler::HubHandler::t315 (line 342) - compile ... ok
[INFO] [stdout] test src/api/power_strip_handler.rs - api::power_strip_handler::PowerStripHandler::plug (line 86) - compile ... ok
[INFO] [stdout] test src/api/power_strip_energy_monitoring_handler.rs - api::power_strip_energy_monitoring_handler::PowerStripEnergyMonitoringHandler::plug (line 89) - compile ... ok
[INFO] [stdout] test src/api/rgbic_light_strip_handler.rs - api::rgbic_light_strip_handler::RgbicLightStripHandler::set (line 71) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 10) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::generic_device (line 131) - compile ... ok
[INFO] [stdout] test src/api/rgb_light_strip_handler.rs - api::rgb_light_strip_handler::RgbLightStripHandler::set (line 69) - compile ... ok
[INFO] [stdout] test src/api/api_client.rs - api::api_client::ApiClient::p316 (line 580) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "08789f3f687f43f02979f06ff1dfc4d16689f37a6cd9260a316dec260bd42f67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08789f3f687f43f02979f06ff1dfc4d16689f37a6cd9260a316dec260bd42f67", kill_on_drop: false }`
[INFO] [stdout] 08789f3f687f43f02979f06ff1dfc4d16689f37a6cd9260a316dec260bd42f67
