[INFO] cloning repository https://github.com/kasik96/opengcontrol [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kasik96/opengcontrol" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkasik96%2Fopengcontrol", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkasik96%2Fopengcontrol'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 70a55d2a3f9757c78adc6b8db65d21b295fb4911 [INFO] testing kasik96/opengcontrol against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkasik96%2Fopengcontrol" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kasik96/opengcontrol [INFO] finished tweaking git repo https://github.com/kasik96/opengcontrol [INFO] tweaked toml for git repo https://github.com/kasik96/opengcontrol written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kasik96/opengcontrol on toolchain 33835004928d3bf65db4d4712e1330766263b0bd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kasik96/opengcontrol 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 75be25d001bd90aa34ae63003222952dd5fae4cd1144f94545dda49e975c8f53 [INFO] running `Command { std: "docker" "start" "-a" "75be25d001bd90aa34ae63003222952dd5fae4cd1144f94545dda49e975c8f53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "75be25d001bd90aa34ae63003222952dd5fae4cd1144f94545dda49e975c8f53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75be25d001bd90aa34ae63003222952dd5fae4cd1144f94545dda49e975c8f53", kill_on_drop: false }` [INFO] [stdout] 75be25d001bd90aa34ae63003222952dd5fae4cd1144f94545dda49e975c8f53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3fbef7fa11f80dba221902f18688aaf7e228fa4dc2617fb71764ac3246f00c8e [INFO] running `Command { std: "docker" "start" "-a" "3fbef7fa11f80dba221902f18688aaf7e228fa4dc2617fb71764ac3246f00c8e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling cc v1.2.58 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling is_ci v1.2.0 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling anstyle-parse v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling portable-atomic v1.13.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling colorchoice v1.0.5 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling instability v0.3.12 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling anstream v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling winnow v0.7.15 [INFO] [stderr] Compiling clap_lex v1.1.0 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling owo-colors v4.3.0 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling unicode-segmentation v1.13.2 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling supports-color v3.0.2 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling supports-color v2.1.0 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling hidapi v2.6.5 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling clap v4.6.0 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling hidpp-core v0.1.0 (/opt/rustwide/workdir/crates/hidpp-core) [INFO] [stderr] Compiling logitech-devices v0.1.0 (/opt/rustwide/workdir/crates/logitech-devices) [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling opengcontrol v0.1.0 (/opt/rustwide/workdir/crates/opengcontrol) [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> crates/opengcontrol/src/cli/doctor.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn handle_doctor(args: &DoctorArgs) -> Result<(), String> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `open_input_monitoring_settings` is never used [INFO] [stdout] --> crates/opengcontrol/src/permissions.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn open_input_monitoring_settings() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.60s [INFO] running `Command { std: "docker" "inspect" "3fbef7fa11f80dba221902f18688aaf7e228fa4dc2617fb71764ac3246f00c8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fbef7fa11f80dba221902f18688aaf7e228fa4dc2617fb71764ac3246f00c8e", kill_on_drop: false }` [INFO] [stdout] 3fbef7fa11f80dba221902f18688aaf7e228fa4dc2617fb71764ac3246f00c8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3049ffe453bd42e5de17f37f331c583520aab3a2bb1ed54c3e74030f8e1d8a3 [INFO] running `Command { std: "docker" "start" "-a" "b3049ffe453bd42e5de17f37f331c583520aab3a2bb1ed54c3e74030f8e1d8a3", kill_on_drop: false }` [INFO] [stderr] Compiling logitech-devices v0.1.0 (/opt/rustwide/workdir/crates/logitech-devices) [INFO] [stderr] Compiling hidpp-core v0.1.0 (/opt/rustwide/workdir/crates/hidpp-core) [INFO] [stderr] Compiling opengcontrol v0.1.0 (/opt/rustwide/workdir/crates/opengcontrol) [INFO] [stdout] warning: function `make_long_resp` is never used [INFO] [stdout] --> crates/hidpp-core/src/features/dpi.rs:161:8 [INFO] [stdout] | [INFO] [stdout] 161 | fn make_long_resp(feature_index: u8, function: u8, params: [u8; 16]) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> crates/opengcontrol/src/cli/doctor.rs:17:22 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn handle_doctor(args: &DoctorArgs) -> Result<(), String> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `open_input_monitoring_settings` is never used [INFO] [stdout] --> crates/opengcontrol/src/permissions.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn open_input_monitoring_settings() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.68s [INFO] running `Command { std: "docker" "inspect" "b3049ffe453bd42e5de17f37f331c583520aab3a2bb1ed54c3e74030f8e1d8a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3049ffe453bd42e5de17f37f331c583520aab3a2bb1ed54c3e74030f8e1d8a3", kill_on_drop: false }` [INFO] [stdout] b3049ffe453bd42e5de17f37f331c583520aab3a2bb1ed54c3e74030f8e1d8a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c591d68a21f58ca43c3f37991e4fbab17e930dd19f0673b2a26a333cc05e3d40 [INFO] running `Command { std: "docker" "start" "-a" "c591d68a21f58ca43c3f37991e4fbab17e930dd19f0673b2a26a333cc05e3d40", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> crates/opengcontrol/src/cli/doctor.rs:17:22 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn handle_doctor(args: &DoctorArgs) -> Result<(), String> { [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: function `open_input_monitoring_settings` is never used [INFO] [stderr] --> crates/opengcontrol/src/permissions.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn open_input_monitoring_settings() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `opengcontrol` (bin "opengcontrol" test) generated 2 warnings (run `cargo fix --bin "opengcontrol" -p opengcontrol --tests` to apply 1 suggestion) [INFO] [stderr] warning: function `make_long_resp` is never used [INFO] [stderr] --> crates/hidpp-core/src/features/dpi.rs:161:8 [INFO] [stderr] | [INFO] [stderr] 161 | fn make_long_resp(feature_index: u8, function: u8, params: [u8; 16]) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `hidpp-core` (lib test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hidpp_core-9af50c2b37d73cc4) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test device::tests::feature_not_supported_when_index_zero ... ok [INFO] [stdout] test features::dpi::tests::get_dpi_parses_correctly ... ok [INFO] [stdout] test features::dpi::tests::dpi_list_range_parsing ... ok [INFO] [stdout] test device::tests::get_feature_index_caches_result ... ok [INFO] [stdout] test features::dpi::tests::set_dpi_sends_correct_bytes ... ok [INFO] [stdout] test features::polling_rate::tests::unsupported_rate_error ... ok [INFO] [stdout] test protocol::message::tests::dpi_encoding ... ok [INFO] [stdout] test protocol::message::tests::short_message_roundtrip ... ok [INFO] [stdout] test protocol::message::tests::long_message_roundtrip ... ok [INFO] [stdout] test transport::mock::tests::mock_write_and_read ... ok [INFO] [stdout] test features::polling_rate::tests::get_rate_hz_1000 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/logitech_devices-7e71b8618816e75f) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test registry::tests::find_g305_wireless ... ok [INFO] [stdout] test registry::tests::find_g305_se_wireless ... ok [INFO] [stdout] test registry::tests::find_g403_hero ... ok [INFO] [stdout] test registry::tests::find_g403_wired ... ok [INFO] [stdout] test registry::tests::g403_dpi_validation ... ok [INFO] [stdout] test registry::tests::g403_polling_rates ... ok [INFO] [stdout] test registry::tests::unknown_device_returns_none ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/opengcontrol-42c237eaa7c9d1f3) [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests hidpp_core [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test crates/hidpp-core/src/lib.rs - (line 8) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Doc-tests logitech_devices [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c591d68a21f58ca43c3f37991e4fbab17e930dd19f0673b2a26a333cc05e3d40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c591d68a21f58ca43c3f37991e4fbab17e930dd19f0673b2a26a333cc05e3d40", kill_on_drop: false }` [INFO] [stdout] c591d68a21f58ca43c3f37991e4fbab17e930dd19f0673b2a26a333cc05e3d40