[INFO] fetching crate xr2280x-hid 0.9.9... [INFO] testing xr2280x-hid-0.9.9 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate xr2280x-hid 0.9.9 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate xr2280x-hid 0.9.9 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate xr2280x-hid 0.9.9 [INFO] tweaked toml for crates.io crate xr2280x-hid 0.9.9 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate xr2280x-hid 0.9.9 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate xr2280x-hid 0.9.9 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4f9d9f61b150654966c1dacf30034b930c55963d855c149cd5ede3bc75cf56b [INFO] running `Command { std: "docker" "start" "-a" "c4f9d9f61b150654966c1dacf30034b930c55963d855c149cd5ede3bc75cf56b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4f9d9f61b150654966c1dacf30034b930c55963d855c149cd5ede3bc75cf56b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4f9d9f61b150654966c1dacf30034b930c55963d855c149cd5ede3bc75cf56b", kill_on_drop: false }` [INFO] [stdout] c4f9d9f61b150654966c1dacf30034b930c55963d855c149cd5ede3bc75cf56b [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 00bbfb544ea4572a441c9eaa72770a38e792ea32b3647769fa5b0fd48100fc3c [INFO] running `Command { std: "docker" "start" "-a" "00bbfb544ea4572a441c9eaa72770a38e792ea32b3647769fa5b0fd48100fc3c", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.27 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling hidapi v2.6.3 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling xr2280x-hid v0.9.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gpio.rs:771:29 [INFO] [stdout] | [INFO] [stdout] 771 | pub fn gpio_transaction(&self) -> GpioTransaction { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 771 | pub fn gpio_transaction(&self) -> GpioTransaction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.14s [INFO] running `Command { std: "docker" "inspect" "00bbfb544ea4572a441c9eaa72770a38e792ea32b3647769fa5b0fd48100fc3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00bbfb544ea4572a441c9eaa72770a38e792ea32b3647769fa5b0fd48100fc3c", kill_on_drop: false }` [INFO] [stdout] 00bbfb544ea4572a441c9eaa72770a38e792ea32b3647769fa5b0fd48100fc3c [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd6bd70547def7da1a1667bf27c3b23bd32cc9558d2bb6c3215d325bfb0297e7 [INFO] running `Command { std: "docker" "start" "-a" "cd6bd70547def7da1a1667bf27c3b23bd32cc9558d2bb6c3215d325bfb0297e7", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling anstyle-query v1.1.3 [INFO] [stderr] Compiling jiff v0.2.15 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling xr2280x-hid v0.9.9 (/opt/rustwide/workdir) [INFO] [stderr] Compiling anstream v0.6.19 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gpio.rs:771:29 [INFO] [stdout] | [INFO] [stdout] 771 | pub fn gpio_transaction(&self) -> GpioTransaction { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 771 | pub fn gpio_transaction(&self) -> GpioTransaction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gpio.rs:771:29 [INFO] [stdout] | [INFO] [stdout] 771 | pub fn gpio_transaction(&self) -> GpioTransaction { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 771 | pub fn gpio_transaction(&self) -> GpioTransaction<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.90s [INFO] running `Command { std: "docker" "inspect" "cd6bd70547def7da1a1667bf27c3b23bd32cc9558d2bb6c3215d325bfb0297e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd6bd70547def7da1a1667bf27c3b23bd32cc9558d2bb6c3215d325bfb0297e7", kill_on_drop: false }` [INFO] [stdout] cd6bd70547def7da1a1667bf27c3b23bd32cc9558d2bb6c3215d325bfb0297e7 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0ca47ba26a76f5cdb8b631895890dd488485a489b5ab193ac10354cd8d2c88c2 [INFO] running `Command { std: "docker" "start" "-a" "0ca47ba26a76f5cdb8b631895890dd488485a489b5ab193ac10354cd8d2c88c2", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gpio.rs:771:29 [INFO] [stderr] | [INFO] [stderr] 771 | pub fn gpio_transaction(&self) -> GpioTransaction { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 771 | pub fn gpio_transaction(&self) -> GpioTransaction<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `xr2280x-hid` (lib) generated 1 warning (run `cargo fix --lib -p xr2280x-hid` to apply 1 suggestion) [INFO] [stderr] warning: `xr2280x-hid` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xr2280x_hid-67804c8a2e0f2431) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test device::tests::test_are_serial_numbers_similar ... ok [INFO] [stdout] test tests::test_gpio_pin_helpers ... ok [INFO] [stdout] test device::tests::test_find_similar_serial_key ... ok [INFO] [stdout] test tests::test_gpio_pin_creation ... ok [INFO] [stdout] test tests::test_i2c_address_wire_format ... ok [INFO] [stdout] test tests::test_pwm_unit_conversion ... ok [INFO] [stdout] test tests::test_i2c_address_creation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/gpio_transaction_tests.rs (/opt/rustwide/target/debug/deps/gpio_transaction_tests-d692775e9fe87dbe) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test tests::test_commit_behavior ... ok [INFO] [stdout] test tests::test_complex_pin_patterns ... ok [INFO] [stdout] test tests::test_clear_functionality ... ok [INFO] [stdout] test tests::test_method_chaining ... ok [INFO] [stdout] test tests::test_multi_group_operations ... ok [INFO] [stdout] test tests::test_only_clear_operations ... ok [INFO] [stdout] test tests::test_convenience_methods ... ok [INFO] [stdout] test tests::test_only_set_operations ... ok [INFO] [stdout] test tests::test_single_pin_operations ... ok [INFO] [stderr] Running tests/hardware_tests.rs (/opt/rustwide/target/debug/deps/hardware_tests-6708c38235acf277) [INFO] [stdout] test tests::test_pin_override ... ok [INFO] [stdout] test tests::test_transaction_creation ... ok [INFO] [stdout] test tests::test_transaction_reuse ... ok [INFO] [stdout] test tests::test_pin_mask_calculations ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_gpio_output_readback ... ignored [INFO] [stdout] test test_i2c_presence_check ... ignored [INFO] [stdout] test test_pwm_basic_output ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/multi_device_tests.rs (/opt/rustwide/target/debug/deps/multi_device_tests-090303bfa852b753) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_consistency_between_methods ... ignored [INFO] [stdout] test test_enumerate_and_open_by_index ... ignored [INFO] [stdout] test test_hardware_device_interfaces ... ignored [INFO] [stdout] test test_multiple_device_handling ... ignored [INFO] [stdout] test test_open_by_path ... ignored [INFO] [stdout] test test_open_by_serial_number ... ignored [INFO] [stdout] test test_open_by_index_invalid_indices ... ok [INFO] [stdout] test test_open_by_path_invalid ... ok [INFO] [stdout] test test_open_by_serial_nonexistent ... ok [INFO] [stderr] Running tests/test_10bit_unit.rs (/opt/rustwide/target/debug/deps/test_10bit_unit-a1cffde459b24352) [INFO] [stdout] test test_enumerate_devices_no_panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::test_10bit_address_encoding ... ok [INFO] [stderr] Doc-tests xr2280x_hid [INFO] [stdout] test tests::test_10bit_i2c_protocol_constants ... ok [INFO] [stdout] test tests::test_10bit_address_validation ... ok [INFO] [stdout] test tests::test_boundary_conditions ... ok [INFO] [stdout] test tests::test_i2c_spec_compliance ... ok [INFO] [stdout] test tests::test_7bit_vs_10bit_address_ranges ... ok [INFO] [stdout] test tests::test_address_display_formatting ... ok [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 57 tests [INFO] [stdout] test src/gpio.rs - gpio (line 111) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio (line 184) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio (line 207) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio (line 171) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio (line 156) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio (line 237) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio (line 222) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio (line 269) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio (line 52) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio::GpioTransaction (line 512) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio::GpioTransaction (line 493) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio (line 70) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio (line 92) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio::GpioTransaction (line 459) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio::GpioTransaction<'a>::with_pin (line 623) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio::GpioTransaction (line 478) - compile ... ok [INFO] [stdout] test src/gpio.rs - gpio::Xr2280x::gpio_transaction (line 760) - compile ... ok [INFO] [stdout] test src/i2c.rs - i2c::Xr2280x::i2c_scan_default (line 680) - compile ... ok [INFO] [stdout] test src/i2c.rs - i2c (line 21) - compile ... ok [INFO] [stdout] test src/i2c.rs - i2c (line 41) - compile ... ok [INFO] [stdout] test src/i2c.rs - i2c (line 91) - compile ... ok [INFO] [stdout] test src/i2c.rs - i2c::Xr2280x::i2c_read_7bit (line 385) - compile ... ok [INFO] [stdout] test src/i2c.rs - i2c::timeouts (line 189) - compile ... ok [INFO] [stdout] test src/i2c.rs - i2c::Xr2280x::i2c_scan_with_progress (line 718) - compile ... ok [INFO] [stdout] test src/i2c.rs - i2c::Xr2280x::i2c_write_7bit (line 342) - compile ... ok [INFO] [stdout] test src/interrupt.rs - interrupt::Xr2280x::parse_gpio_interrupt_pins (line 486) - compile ... ok [INFO] [stdout] test src/interrupt.rs - interrupt::Xr2280x::get_raw_interrupt_data (line 432) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 177) - compile ... ok [INFO] [stdout] test src/i2c.rs - i2c::Xr2280x::i2c_scan (line 658) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 161) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 199) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 233) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 33) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 344) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 249) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 315) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 381) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 401) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 431) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 458) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 496) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 541) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 57) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 652) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 805) ... ignored [INFO] [stdout] test src/lib.rs - (line 575) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 633) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 614) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 817) ... ignored [INFO] [stdout] test src/lib.rs - (line 762) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 81) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 889) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 725) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 97) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 978) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 915) - compile ... ok [INFO] [stdout] test src/interrupt.rs - interrupt::Xr2280x::parse_gpio_interrupt_report (line 293) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 55 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0ca47ba26a76f5cdb8b631895890dd488485a489b5ab193ac10354cd8d2c88c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ca47ba26a76f5cdb8b631895890dd488485a489b5ab193ac10354cd8d2c88c2", kill_on_drop: false }` [INFO] [stdout] 0ca47ba26a76f5cdb8b631895890dd488485a489b5ab193ac10354cd8d2c88c2