[INFO] cloning repository https://github.com/deviceplug/btleplug [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/deviceplug/btleplug" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeviceplug%2Fbtleplug", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeviceplug%2Fbtleplug'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e7eb1c875a317e4c86a13e1afe9173ff1b07bdbd [INFO] testing deviceplug/btleplug against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdeviceplug%2Fbtleplug" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/deviceplug/btleplug on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/deviceplug/btleplug [INFO] finished tweaking git repo https://github.com/deviceplug/btleplug [INFO] tweaked toml for git repo https://github.com/deviceplug/btleplug written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e8dbc26ee93c2b8d31dbdd5a8cfe5868c344b578ceaa407f043901cb9e055b9e [INFO] running `Command { std: "docker" "start" "-a" "e8dbc26ee93c2b8d31dbdd5a8cfe5868c344b578ceaa407f043901cb9e055b9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8dbc26ee93c2b8d31dbdd5a8cfe5868c344b578ceaa407f043901cb9e055b9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8dbc26ee93c2b8d31dbdd5a8cfe5868c344b578ceaa407f043901cb9e055b9e", kill_on_drop: false }` [INFO] [stdout] e8dbc26ee93c2b8d31dbdd5a8cfe5868c344b578ceaa407f043901cb9e055b9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 89e2abe4587d25fafa1aae03be154fe739a8aac34980082bf9e4c447efa89682 [INFO] running `Command { std: "docker" "start" "-a" "89e2abe4587d25fafa1aae03be154fe739a8aac34980082bf9e4c447efa89682", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling btleplug v0.8.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling libdbus-sys v0.2.1 [INFO] [stderr] Compiling tokio v1.11.0 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling displaydoc v0.2.3 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling serde-xml-rs v0.4.1 [INFO] [stderr] Compiling dbus v0.9.3 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling dbus-tokio v0.7.4 [INFO] [stderr] Compiling bluez-generated v0.2.1 [INFO] [stderr] Compiling bluez-async v0.3.1 [INFO] [stdout] warning: associated function is never used: `emit` [INFO] [stdout] --> src/common/adapter_manager.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn emit(&self, event: CentralEvent) { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `event_stream` [INFO] [stdout] --> src/common/adapter_manager.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn event_stream(&self) -> Pin + Send>> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_peripheral` [INFO] [stdout] --> src/common/adapter_manager.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn add_peripheral(&self, addr: BDAddr, peripheral: PeripheralType) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peripherals` [INFO] [stdout] --> src/common/adapter_manager.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn peripherals(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peripheral_mut` [INFO] [stdout] --> src/common/adapter_manager.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn peripheral_mut(&self, address: BDAddr) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peripheral` [INFO] [stdout] --> src/common/adapter_manager.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn peripheral(&self, address: BDAddr) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `send_notification` [INFO] [stdout] --> src/common/util.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn send_notification( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.23s [INFO] running `Command { std: "docker" "inspect" "89e2abe4587d25fafa1aae03be154fe739a8aac34980082bf9e4c447efa89682", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89e2abe4587d25fafa1aae03be154fe739a8aac34980082bf9e4c447efa89682", kill_on_drop: false }` [INFO] [stdout] 89e2abe4587d25fafa1aae03be154fe739a8aac34980082bf9e4c447efa89682 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d69508098365b9813b01e735e854683444e1be746a8378e062e14039e765ac95 [INFO] running `Command { std: "docker" "start" "-a" "d69508098365b9813b01e735e854683444e1be746a8378e062e14039e765ac95", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: associated function is never used: `emit` [INFO] [stdout] --> src/common/adapter_manager.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn emit(&self, event: CentralEvent) { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `event_stream` [INFO] [stdout] --> src/common/adapter_manager.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn event_stream(&self) -> Pin + Send>> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_peripheral` [INFO] [stdout] --> src/common/adapter_manager.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn add_peripheral(&self, addr: BDAddr, peripheral: PeripheralType) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peripherals` [INFO] [stdout] --> src/common/adapter_manager.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn peripherals(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peripheral_mut` [INFO] [stdout] --> src/common/adapter_manager.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn peripheral_mut(&self, address: BDAddr) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peripheral` [INFO] [stdout] --> src/common/adapter_manager.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn peripheral(&self, address: BDAddr) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `send_notification` [INFO] [stdout] --> src/common/util.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn send_notification( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling btleplug v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `emit` [INFO] [stdout] --> src/common/adapter_manager.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn emit(&self, event: CentralEvent) { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `event_stream` [INFO] [stdout] --> src/common/adapter_manager.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn event_stream(&self) -> Pin + Send>> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add_peripheral` [INFO] [stdout] --> src/common/adapter_manager.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn add_peripheral(&self, addr: BDAddr, peripheral: PeripheralType) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peripherals` [INFO] [stdout] --> src/common/adapter_manager.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn peripherals(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peripheral_mut` [INFO] [stdout] --> src/common/adapter_manager.rs:88:12 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn peripheral_mut(&self, address: BDAddr) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peripheral` [INFO] [stdout] --> src/common/adapter_manager.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn peripheral(&self, address: BDAddr) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `send_notification` [INFO] [stdout] --> src/common/util.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn send_notification( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.79s [INFO] running `Command { std: "docker" "inspect" "d69508098365b9813b01e735e854683444e1be746a8378e062e14039e765ac95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d69508098365b9813b01e735e854683444e1be746a8378e062e14039e765ac95", kill_on_drop: false }` [INFO] [stdout] d69508098365b9813b01e735e854683444e1be746a8378e062e14039e765ac95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b41bc942dff463ba0afac0f6a252075b0aa46162aa1a76f772232b417a065ffa [INFO] running `Command { std: "docker" "start" "-a" "b41bc942dff463ba0afac0f6a252075b0aa46162aa1a76f772232b417a065ffa", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `emit` [INFO] [stderr] --> src/common/adapter_manager.rs:47:12 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn emit(&self, event: CentralEvent) { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `event_stream` [INFO] [stderr] --> src/common/adapter_manager.rs:61:12 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn event_stream(&self) -> Pin + Send>> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `add_peripheral` [INFO] [stderr] --> src/common/adapter_manager.rs:72:12 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn add_peripheral(&self, addr: BDAddr, peripheral: PeripheralType) { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `peripherals` [INFO] [stderr] --> src/common/adapter_manager.rs:81:12 [INFO] [stderr] | [INFO] [stderr] 81 | pub fn peripherals(&self) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `peripheral_mut` [INFO] [stderr] --> src/common/adapter_manager.rs:88:12 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn peripheral_mut(&self, address: BDAddr) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `peripheral` [INFO] [stderr] --> src/common/adapter_manager.rs:92:12 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn peripheral(&self, address: BDAddr) -> Option { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `send_notification` [INFO] [stderr] --> src/common/util.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn send_notification( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `btleplug` (lib) generated 7 warnings [INFO] [stderr] warning: `btleplug` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/btleplug-9b7442f4db590ffb) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test api::bdaddr::tests::invalid_u64_to_addr ... ok [INFO] [stdout] test api::bdaddr::tests::display_addr ... ok [INFO] [stdout] test api::bdaddr::tests::addr_to_u64 ... ok [INFO] [stdout] test api::bdaddr::tests::parse_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::bleuuid::tests::uuid_from_u16_test ... ok [INFO] [stdout] test api::bleuuid::tests::uuid_from_u32_test ... ok [INFO] [stdout] test api::bleuuid::tests::uuid_to_from_u16_success ... ok [INFO] [stdout] test api::bleuuid::tests::uuid_to_from_u32_success ... ok [INFO] [stdout] test api::bleuuid::tests::uuid_to_u32_fail ... ok [INFO] [stdout] test api::bleuuid::tests::uuid_to_u16_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] [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 (line 19) ... ok [INFO] [stdout] test src/api/mod.rs - api::Manager (line 294) ... 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 2.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b41bc942dff463ba0afac0f6a252075b0aa46162aa1a76f772232b417a065ffa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b41bc942dff463ba0afac0f6a252075b0aa46162aa1a76f772232b417a065ffa", kill_on_drop: false }` [INFO] [stdout] b41bc942dff463ba0afac0f6a252075b0aa46162aa1a76f772232b417a065ffa