[INFO] fetching crate btleplug 0.12.0...
[INFO] testing btleplug-0.12.0 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate btleplug 0.12.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate btleplug 0.12.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate btleplug 0.12.0
[INFO] tweaked toml for crates.io crate btleplug 0.12.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate btleplug 0.12.0 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate btleplug 0.12.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml v1.0.6+spec-1.1.0
[INFO] [stderr]   Downloaded objc2-core-bluetooth v0.2.2
[INFO] [stderr]   Downloaded bluez-generated v0.4.0
[INFO] [stderr]   Downloaded dbus v0.9.10
[INFO] [stderr]   Downloaded bluez-async v0.8.2
[INFO] [stderr]   Downloaded xml v1.2.1
[INFO] [stderr]   Downloaded dbus-tokio v0.7.6
[INFO] [stderr]   Downloaded serde-xml-rs v0.8.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0
[INFO] running `Command { std: "docker" "start" "b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libdbus-sys v0.2.7
[INFO] [stderr]    Compiling xml v1.2.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde-xml-rs v0.8.2
[INFO] [stderr]    Compiling dbus v0.9.10
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling bluez-generated v0.4.0
[INFO] [stderr]    Compiling dbus-tokio v0.7.6
[INFO] [stderr]    Compiling bluez-async v0.8.2
[INFO] [stderr]    Compiling btleplug v0.12.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.76s
[INFO] running `Command { std: "docker" "inspect" "b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling serde-xml-rs v0.8.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling toml v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling dbus-tokio v0.7.6
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling bluez-async v0.8.2
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling btleplug v0.12.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling pretty_env_logger v0.5.0
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_SCAN_TIMEOUT` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | const DEFAULT_SCAN_TIMEOUT: Duration = Duration::from_secs(15);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `SCAN_RUNNING` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | static SCAN_RUNNING: AtomicBool = AtomicBool::new(false);
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ensure_clean_state` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | async fn ensure_clean_state(adapter: &Adapter) {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_and_connect` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:90:14
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub async fn find_and_connect() -> Peripheral {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_SCAN_TIMEOUT` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | const DEFAULT_SCAN_TIMEOUT: Duration = Duration::from_secs(15);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `SCAN_RUNNING` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | static SCAN_RUNNING: AtomicBool = AtomicBool::new(false);
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ensure_clean_state` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | async fn ensure_clean_state(adapter: &Adapter) {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_and_connect` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:90:14
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub async fn find_and_connect() -> Peripheral {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_SCAN_TIMEOUT` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | const DEFAULT_SCAN_TIMEOUT: Duration = Duration::from_secs(15);
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `SCAN_RUNNING` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | static SCAN_RUNNING: AtomicBool = AtomicBool::new(false);
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ensure_clean_state` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | async fn ensure_clean_state(adapter: &Adapter) {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_and_connect` is never used
[INFO] [stdout]   --> tests/common/peripheral_finder.rs:90:14
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub async fn find_and_connect() -> Peripheral {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_services` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub async fn test_discover_services() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_descriptor` is never used
[INFO] [stdout]  --> tests/common/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn find_descriptor(
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_control_command` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reset_peripheral` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_characteristic` is never used
[INFO] [stdout]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn find_characteristic(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_discover_characteristics` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub async fn test_discover_characteristics() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:71:14
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stdout]   --> tests/common/test_cases.rs:92:14
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_advertisement_services` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 | pub async fn test_advertisement_services() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connect_and_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:164:14
[INFO] [stdout]     |
[INFO] [stdout] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:178:14
[INFO] [stdout]     |
[INFO] [stdout] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:194:14
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_static_value` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:210:14
[INFO] [stdout]     |
[INFO] [stdout] 210 | pub async fn test_read_static_value() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_counter_increments` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub async fn test_read_counter_increments() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_with_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:240:14
[INFO] [stdout]     |
[INFO] [stdout] 240 | pub async fn test_write_with_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:254:14
[INFO] [stdout]     |
[INFO] [stdout] 254 | pub async fn test_write_without_response() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_write_without_response_burst` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:269:14
[INFO] [stdout]     |
[INFO] [stdout] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:291:14
[INFO] [stdout]     |
[INFO] [stdout] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_long_value_read_write` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:307:14
[INFO] [stdout]     |
[INFO] [stdout] 307 | pub async fn test_long_value_read_write() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_characteristic_properties` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:326:14
[INFO] [stdout]     |
[INFO] [stdout] 326 | pub async fn test_characteristic_properties() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:354:14
[INFO] [stdout]     |
[INFO] [stdout] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:398:14
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:439:14
[INFO] [stdout]     |
[INFO] [stdout] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_configurable_notification_payload` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:474:14
[INFO] [stdout]     |
[INFO] [stdout] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_only_descriptor` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:526:14
[INFO] [stdout]     |
[INFO] [stdout] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:543:14
[INFO] [stdout]     |
[INFO] [stdout] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_descriptor_discovery` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:564:14
[INFO] [stdout]     |
[INFO] [stdout] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_mtu_after_connection` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:584:14
[INFO] [stdout]     |
[INFO] [stdout] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_read_rssi` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:595:14
[INFO] [stdout]     |
[INFO] [stdout] 595 | pub async fn test_read_rssi() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:613:14
[INFO] [stdout]     |
[INFO] [stdout] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:648:14
[INFO] [stdout]     |
[INFO] [stdout] 648 | pub async fn test_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_request_connection_parameters` is never used
[INFO] [stdout]    --> tests/common/test_cases.rs:678:14
[INFO] [stdout]     |
[INFO] [stdout] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 43.28s
[INFO] running `Command { std: "docker" "inspect" "b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: function `find_descriptor` is never used
[INFO] [stderr]  --> tests/common/mod.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub fn find_descriptor(
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `send_control_command` is never used
[INFO] [stderr]    --> tests/common/peripheral_finder.rs:156:14
[INFO] [stderr]     |
[INFO] [stderr] 156 | pub async fn send_control_command(peripheral: &Peripheral, opcode: u8) {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `reset_peripheral` is never used
[INFO] [stderr]    --> tests/common/peripheral_finder.rs:170:14
[INFO] [stderr]     |
[INFO] [stderr] 170 | pub async fn reset_peripheral(peripheral: &Peripheral) {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `find_characteristic` is never used
[INFO] [stderr]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stderr]     |
[INFO] [stderr] 177 | pub fn find_characteristic(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_discover_peripheral_by_name` is never used
[INFO] [stderr]   --> tests/common/test_cases.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub async fn test_discover_peripheral_by_name() {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_discover_services` is never used
[INFO] [stderr]   --> tests/common/test_cases.rs:36:14
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub async fn test_discover_services() {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_discover_characteristics` is never used
[INFO] [stderr]   --> tests/common/test_cases.rs:60:14
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub async fn test_discover_characteristics() {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_scan_filter_by_service_uuid` is never used
[INFO] [stderr]   --> tests/common/test_cases.rs:71:14
[INFO] [stderr]    |
[INFO] [stderr] 71 | pub async fn test_scan_filter_by_service_uuid() {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_advertisement_manufacturer_data` is never used
[INFO] [stderr]   --> tests/common/test_cases.rs:92:14
[INFO] [stderr]    |
[INFO] [stderr] 92 | pub async fn test_advertisement_manufacturer_data() {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_advertisement_services` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:127:14
[INFO] [stderr]     |
[INFO] [stderr] 127 | pub async fn test_advertisement_services() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_connect_and_disconnect` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:164:14
[INFO] [stderr]     |
[INFO] [stderr] 164 | pub async fn test_connect_and_disconnect() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_peripheral_triggered_disconnect` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:194:14
[INFO] [stderr]     |
[INFO] [stderr] 194 | pub async fn test_peripheral_triggered_disconnect() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_read_static_value` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:210:14
[INFO] [stderr]     |
[INFO] [stderr] 210 | pub async fn test_read_static_value() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_read_counter_increments` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:223:14
[INFO] [stderr]     |
[INFO] [stderr] 223 | pub async fn test_read_counter_increments() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_write_with_response` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:240:14
[INFO] [stderr]     |
[INFO] [stderr] 240 | pub async fn test_write_with_response() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_write_without_response` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:254:14
[INFO] [stderr]     |
[INFO] [stderr] 254 | pub async fn test_write_without_response() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_write_without_response_burst` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:269:14
[INFO] [stderr]     |
[INFO] [stderr] 269 | pub async fn test_write_without_response_burst() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_read_write_roundtrip` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:291:14
[INFO] [stderr]     |
[INFO] [stderr] 291 | pub async fn test_read_write_roundtrip() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_long_value_read_write` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:307:14
[INFO] [stderr]     |
[INFO] [stderr] 307 | pub async fn test_long_value_read_write() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_characteristic_properties` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:326:14
[INFO] [stderr]     |
[INFO] [stderr] 326 | pub async fn test_characteristic_properties() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_subscribe_and_receive_notifications` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:354:14
[INFO] [stderr]     |
[INFO] [stderr] 354 | pub async fn test_subscribe_and_receive_notifications() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_subscribe_and_receive_indications` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:398:14
[INFO] [stderr]     |
[INFO] [stderr] 398 | pub async fn test_subscribe_and_receive_indications() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_unsubscribe_stops_notifications` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:439:14
[INFO] [stderr]     |
[INFO] [stderr] 439 | pub async fn test_unsubscribe_stops_notifications() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_configurable_notification_payload` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:474:14
[INFO] [stderr]     |
[INFO] [stderr] 474 | pub async fn test_configurable_notification_payload() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_read_only_descriptor` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:526:14
[INFO] [stderr]     |
[INFO] [stderr] 526 | pub async fn test_read_only_descriptor() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_read_write_descriptor_roundtrip` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:543:14
[INFO] [stderr]     |
[INFO] [stderr] 543 | pub async fn test_read_write_descriptor_roundtrip() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_descriptor_discovery` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:564:14
[INFO] [stderr]     |
[INFO] [stderr] 564 | pub async fn test_descriptor_discovery() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_mtu_after_connection` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:584:14
[INFO] [stderr]     |
[INFO] [stderr] 584 | pub async fn test_mtu_after_connection() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_read_rssi` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:595:14
[INFO] [stderr]     |
[INFO] [stderr] 595 | pub async fn test_read_rssi() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_properties_contain_peripheral_info` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:613:14
[INFO] [stderr]     |
[INFO] [stderr] 613 | pub async fn test_properties_contain_peripheral_info() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_connection_parameters` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:648:14
[INFO] [stderr]     |
[INFO] [stderr] 648 | pub async fn test_connection_parameters() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_request_connection_parameters` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:678:14
[INFO] [stderr]     |
[INFO] [stderr] 678 | pub async fn test_request_connection_parameters() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `test_reconnect_after_disconnect` is never used
[INFO] [stderr]    --> tests/common/test_cases.rs:178:14
[INFO] [stderr]     |
[INFO] [stderr] 178 | pub async fn test_reconnect_after_disconnect() {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `find_characteristic` is never used
[INFO] [stderr]    --> tests/common/peripheral_finder.rs:177:8
[INFO] [stderr]     |
[INFO] [stderr] 177 | pub fn find_characteristic(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `DEFAULT_SCAN_TIMEOUT` is never used
[INFO] [stderr]   --> tests/common/peripheral_finder.rs:13:7
[INFO] [stderr]    |
[INFO] [stderr] 13 | const DEFAULT_SCAN_TIMEOUT: Duration = Duration::from_secs(15);
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: static `SCAN_RUNNING` is never used
[INFO] [stderr]   --> tests/common/peripheral_finder.rs:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 | static SCAN_RUNNING: AtomicBool = AtomicBool::new(false);
[INFO] [stderr]    |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `ensure_clean_state` is never used
[INFO] [stderr]   --> tests/common/peripheral_finder.rs:65:10
[INFO] [stderr]    |
[INFO] [stderr] 65 | async fn ensure_clean_state(adapter: &Adapter) {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `find_and_connect` is never used
[INFO] [stderr]   --> tests/common/peripheral_finder.rs:90:14
[INFO] [stderr]    |
[INFO] [stderr] 90 | pub async fn find_and_connect() -> Peripheral {
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `btleplug` (test "test_reconnect_after_disconnect") generated 32 warnings
[INFO] [stderr] warning: `btleplug` (test "test_discover_characteristics") generated 32 warnings (31 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_read_only_descriptor") generated 29 warnings (28 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_peripheral_triggered_disconnect") generated 31 warnings (31 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_read_write_descriptor_roundtrip") generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_write_with_response") generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_mtu_after_connection") generated 32 warnings (32 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_write_without_response") generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_advertisement_manufacturer_data") generated 36 warnings (32 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_connect_and_disconnect") generated 32 warnings (32 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_discover_peripheral_by_name") generated 32 warnings (32 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_scan_filter_by_service_uuid") generated 36 warnings (36 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_write_without_response_burst") generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_connection_parameters") generated 32 warnings (32 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_discover_services") generated 32 warnings (32 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_request_connection_parameters") generated 32 warnings (32 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_descriptor_discovery") generated 31 warnings (31 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_unsubscribe_stops_notifications") generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_characteristic_properties") generated 31 warnings (31 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_read_static_value") generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_read_write_roundtrip") generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_long_value_read_write") generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_advertisement_services") generated 36 warnings (36 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_configurable_notification_payload") generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_subscribe_and_receive_indications") generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_properties_contain_peripheral_info") generated 32 warnings (32 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_read_counter_increments") generated 29 warnings (29 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_read_rssi") generated 32 warnings (32 duplicates)
[INFO] [stderr] warning: `btleplug` (test "test_subscribe_and_receive_notifications") generated 29 warnings (29 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/btleplug-c7ee2ce637f79bf7)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stderr]      Running tests/test_advertisement_manufacturer_data.rs (/opt/rustwide/target/debug/deps/test_advertisement_manufacturer_data-f3ea9f7ab8edf385)
[INFO] [stdout] test api::bdaddr::tests::addr_to_u64 ... ok
[INFO] [stdout] test api::bdaddr::tests::invalid_u64_to_addr ... ok
[INFO] [stdout] test api::bdaddr::tests::u64_to_addr ... ok
[INFO] [stdout] test api::bleuuid::tests::to_short_string_long ... ok
[INFO] [stdout] test api::bleuuid::tests::to_short_string_u16 ... ok
[INFO] [stdout] test api::bleuuid::tests::to_short_string_u32 ... ok
[INFO] [stdout] test api::bdaddr::tests::display_addr ... ok
[INFO] [stdout] test api::bleuuid::tests::uuid_to_from_u16_success ... ok
[INFO] [stdout] test api::bleuuid::tests::uuid_from_u32_test ... ok
[INFO] [stdout] test api::bdaddr::tests::parse_addr ... ok
[INFO] [stdout] test api::bleuuid::tests::uuid_from_u16_test ... ok
[INFO] [stdout] test api::bleuuid::tests::uuid_to_from_u32_success ... ok
[INFO] [stdout] test api::bleuuid::tests::uuid_to_u16_fail ... ok
[INFO] [stdout] test api::bleuuid::tests::uuid_to_u32_fail ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_advertisement_manufacturer_data ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_advertisement_services.rs (/opt/rustwide/target/debug/deps/test_advertisement_services-273bf56aca945ab7)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_advertisement_services ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_characteristic_properties.rs (/opt/rustwide/target/debug/deps/test_characteristic_properties-c3f1aa80b2395697)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_characteristic_properties ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_configurable_notification_payload.rs (/opt/rustwide/target/debug/deps/test_configurable_notification_payload-fd85e43e009044bb)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_configurable_notification_payload ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_connect_and_disconnect.rs (/opt/rustwide/target/debug/deps/test_connect_and_disconnect-4576da714764e323)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_connection_parameters.rs (/opt/rustwide/target/debug/deps/test_connection_parameters-782f6c614569fead)
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_connect_and_disconnect ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_connection_parameters ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_descriptor_discovery.rs (/opt/rustwide/target/debug/deps/test_descriptor_discovery-7fd64ad6d6e8cbd2)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_descriptor_discovery ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_discover_characteristics.rs (/opt/rustwide/target/debug/deps/test_discover_characteristics-bf6ab709208ab40b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_discover_characteristics ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_discover_peripheral_by_name.rs (/opt/rustwide/target/debug/deps/test_discover_peripheral_by_name-fdf225f2d0b26e81)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_discover_peripheral_by_name ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_discover_services.rs (/opt/rustwide/target/debug/deps/test_discover_services-7ab7028c60930ee1)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_discover_services ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_long_value_read_write.rs (/opt/rustwide/target/debug/deps/test_long_value_read_write-58b86102b166dd17)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_long_value_read_write ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_mtu_after_connection.rs (/opt/rustwide/target/debug/deps/test_mtu_after_connection-2d79d88550f948e9)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_mtu_after_connection ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_peripheral_triggered_disconnect.rs (/opt/rustwide/target/debug/deps/test_peripheral_triggered_disconnect-307c77379b3c74a7)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_peripheral_triggered_disconnect ... ignored, requires BLE test peripheral
[INFO] [stderr]      Running tests/test_properties_contain_peripheral_info.rs (/opt/rustwide/target/debug/deps/test_properties_contain_peripheral_info-bbc60c931330bc08)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_properties_contain_peripheral_info ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_read_counter_increments.rs (/opt/rustwide/target/debug/deps/test_read_counter_increments-0753b01a2fa37ef7)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_read_counter_increments ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_read_only_descriptor.rs (/opt/rustwide/target/debug/deps/test_read_only_descriptor-b0acfa8ada0cd5f2)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_read_only_descriptor ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_read_rssi.rs (/opt/rustwide/target/debug/deps/test_read_rssi-296576e445b89b31)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_read_rssi ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_read_static_value.rs (/opt/rustwide/target/debug/deps/test_read_static_value-f9d582b88e33a035)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/test_read_write_descriptor_roundtrip.rs (/opt/rustwide/target/debug/deps/test_read_write_descriptor_roundtrip-77d240e75846b29d)
[INFO] [stdout] test test_read_static_value ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_read_write_descriptor_roundtrip ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_read_write_roundtrip.rs (/opt/rustwide/target/debug/deps/test_read_write_roundtrip-07d99d4165643034)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/test_reconnect_after_disconnect.rs (/opt/rustwide/target/debug/deps/test_reconnect_after_disconnect-86c684f5e738646e)
[INFO] [stdout] test test_read_write_roundtrip ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_reconnect_after_disconnect ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_request_connection_parameters.rs (/opt/rustwide/target/debug/deps/test_request_connection_parameters-f4433a3fee581b24)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_request_connection_parameters ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_scan_filter_by_service_uuid.rs (/opt/rustwide/target/debug/deps/test_scan_filter_by_service_uuid-75946576fbe7b1d7)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_scan_filter_by_service_uuid ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_subscribe_and_receive_indications.rs (/opt/rustwide/target/debug/deps/test_subscribe_and_receive_indications-28a1721fe1bfc4ef)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_subscribe_and_receive_indications ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_subscribe_and_receive_notifications.rs (/opt/rustwide/target/debug/deps/test_subscribe_and_receive_notifications-e3aefe817fc79fb8)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_subscribe_and_receive_notifications ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_unsubscribe_stops_notifications.rs (/opt/rustwide/target/debug/deps/test_unsubscribe_stops_notifications-05935720a667071f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_unsubscribe_stops_notifications ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_write_with_response.rs (/opt/rustwide/target/debug/deps/test_write_with_response-aa75d834ebc8211b)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_write_with_response ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_write_without_response.rs (/opt/rustwide/target/debug/deps/test_write_without_response-0e18c59c79508e89)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_write_without_response ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_write_without_response_burst.rs (/opt/rustwide/target/debug/deps/test_write_without_response_burst-0d7b6a91e88b31b4)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_write_without_response_burst ... ignored, requires BLE test peripheral
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests btleplug
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 22) - compile ... ok
[INFO] [stdout] test src/api/mod.rs - api::Manager (line 485) ... ok
[INFO] [stdout] test src/api/mod.rs - api (line 19) ... ok
[INFO] [stdout] test src/api/bdaddr.rs - api::bdaddr::BDAddr::from (line 69) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.19s; merged doctests compilation took 1.18s
[INFO] running `Command { std: "docker" "inspect" "b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0", kill_on_drop: false }`
[INFO] [stdout] b601e35c26c96a7e33fef8edd3683cb3535855f4e0fc623ca0f09714d69a93d0
