[INFO] fetching crate pwmd 0.2.0...
[INFO] testing pwmd-0.2.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate pwmd 0.2.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate pwmd 0.2.0
[INFO] finished tweaking crates.io crate pwmd 0.2.0
[INFO] tweaked toml for crates.io crate pwmd 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pwmd 0.2.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pwmd 0.2.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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6f95e374f6093ed36a0e69f8c0a6c98830d786e45bac22ef1d29dc6a75791a46
[INFO] running `Command { std: "docker" "start" "-a" "6f95e374f6093ed36a0e69f8c0a6c98830d786e45bac22ef1d29dc6a75791a46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f95e374f6093ed36a0e69f8c0a6c98830d786e45bac22ef1d29dc6a75791a46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f95e374f6093ed36a0e69f8c0a6c98830d786e45bac22ef1d29dc6a75791a46", kill_on_drop: false }`
[INFO] [stdout] 6f95e374f6093ed36a0e69f8c0a6c98830d786e45bac22ef1d29dc6a75791a46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6307ea5259686854c5bf4bbc9c63025ce4d0544e2788df8cf32f1339ccbb7dea
[INFO] running `Command { std: "docker" "start" "-a" "6307ea5259686854c5bf4bbc9c63025ce4d0544e2788df8cf32f1339ccbb7dea", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.30
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.80
[INFO] [stderr]    Compiling libc v0.2.104
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling futures-io v0.3.17
[INFO] [stderr]    Compiling cc v1.0.71
[INFO] [stderr]    Compiling fastrand v1.5.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling ppv-lite86 v0.2.14
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling gimli v0.25.0
[INFO] [stderr]    Compiling eyre v0.6.5
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling object v0.26.2
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling tokio v1.12.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling async-task v4.0.3
[INFO] [stderr]    Compiling easy-parallel v3.1.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling backtrace v0.3.61
[INFO] [stderr]    Compiling anyhow v1.0.44
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling polling v2.1.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling matchers v0.0.1
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling futures-sink v0.3.17
[INFO] [stderr]    Compiling owo-colors v1.3.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling async-io v1.6.0
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling nix v0.21.2
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling async-broadcast v0.3.4
[INFO] [stderr]    Compiling addr2line v0.16.0
[INFO] [stderr]    Compiling async-channel v1.6.1
[INFO] [stderr]    Compiling async-lock v2.4.0
[INFO] [stderr]    Compiling sha1 v0.6.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling temp-dir v0.1.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling enumflags2_derive v0.6.4
[INFO] [stderr]    Compiling serde_repr v0.1.7
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling async-recursion v0.3.2
[INFO] [stderr]    Compiling tokio-macros v1.5.0
[INFO] [stderr]    Compiling structopt v0.3.25
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling tracing-serde v0.1.2
[INFO] [stderr]    Compiling enumflags2 v0.6.4
[INFO] [stderr]    Compiling proc-macro-crate v1.1.0
[INFO] [stderr]    Compiling tracing-subscriber v0.2.25
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling zvariant_derive v2.9.0
[INFO] [stderr]    Compiling zbus_macros v2.0.0-beta.7
[INFO] [stderr]    Compiling zbus_macros v1.9.2
[INFO] [stderr]    Compiling zvariant v2.9.0
[INFO] [stderr]    Compiling tracing-error v0.1.2
[INFO] [stderr]    Compiling color-spantrace v0.1.6
[INFO] [stderr]    Compiling color-eyre v0.5.11
[INFO] [stderr]    Compiling zbus_names v1.1.0
[INFO] [stderr]    Compiling zbus v2.0.0-beta.7
[INFO] [stderr]    Compiling pwmd v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/pwm.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 |     Read(PathBuf),
[INFO] [stdout]    |     ---- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Access` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 38 -     Read(PathBuf),
[INFO] [stdout] 38 +     Read(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/pwm.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 |     Write(PathBuf),
[INFO] [stdout]    |     ----- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Access` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 39 -     Write(PathBuf),
[INFO] [stdout] 39 +     Write(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.89s
[INFO] running `Command { std: "docker" "inspect" "6307ea5259686854c5bf4bbc9c63025ce4d0544e2788df8cf32f1339ccbb7dea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6307ea5259686854c5bf4bbc9c63025ce4d0544e2788df8cf32f1339ccbb7dea", kill_on_drop: false }`
[INFO] [stdout] 6307ea5259686854c5bf4bbc9c63025ce4d0544e2788df8cf32f1339ccbb7dea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a513a933000d334a4292870e46c69724183f758a5dcd7e10841b04901e75a49b
[INFO] running `Command { std: "docker" "start" "-a" "a513a933000d334a4292870e46c69724183f758a5dcd7e10841b04901e75a49b", kill_on_drop: false }`
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/pwm.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 |     Read(PathBuf),
[INFO] [stdout]    |     ---- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Access` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 38 -     Read(PathBuf),
[INFO] [stdout] 38 +     Read(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/pwm.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 |     Write(PathBuf),
[INFO] [stdout]    |     ----- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Access` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 39 -     Write(PathBuf),
[INFO] [stdout] 39 +     Write(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pwmd v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/pwm.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 |     Read(PathBuf),
[INFO] [stdout]    |     ---- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Access` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 38 -     Read(PathBuf),
[INFO] [stdout] 38 +     Read(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/pwm.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 |     Write(PathBuf),
[INFO] [stdout]    |     ----- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Access` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 39 -     Write(PathBuf),
[INFO] [stdout] 39 +     Write(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.95s
[INFO] running `Command { std: "docker" "inspect" "a513a933000d334a4292870e46c69724183f758a5dcd7e10841b04901e75a49b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a513a933000d334a4292870e46c69724183f758a5dcd7e10841b04901e75a49b", kill_on_drop: false }`
[INFO] [stdout] a513a933000d334a4292870e46c69724183f758a5dcd7e10841b04901e75a49b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] af3901fe142cc9ef2655f8f1c06e93bd1852196b0786e477cc4304db707061c5
[INFO] running `Command { std: "docker" "start" "-a" "af3901fe142cc9ef2655f8f1c06e93bd1852196b0786e477cc4304db707061c5", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/pwm.rs:38:10
[INFO] [stderr]    |
[INFO] [stderr] 38 |     Read(PathBuf),
[INFO] [stderr]    |     ---- ^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Access` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 38 -     Read(PathBuf),
[INFO] [stderr] 38 +     Read(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/pwm.rs:39:11
[INFO] [stderr]    |
[INFO] [stderr] 39 |     Write(PathBuf),
[INFO] [stderr]    |     ----- ^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Access` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 39 -     Write(PathBuf),
[INFO] [stderr] 39 +     Write(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `pwmd` (lib) generated 2 warnings
[INFO] [stderr] warning: `pwmd` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pwmd-94be9bd7834b95c3)
[INFO] [stdout] running 2 tests
[INFO] [stdout] test pwm::should::fail_if_controller_not_found ... ok
[INFO] [stderr]      Running unittests src/bin/pwmd.rs (/opt/rustwide/target/debug/deps/pwmd-5ff64a5ea0639b7f)
[INFO] [stdout] test pwm::should::export_and_unexport_a_controller ... ok
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-160e3c92ac242145)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[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] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test happy_flow ... FAILED
[INFO] [stdout] test test_polarity_cannot_be_changed_if_channel_is_enabled ... FAILED
[INFO] [stdout] test test_duty_cycle_cannot_be_larger_than_period ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- happy_flow stdout ----
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36mcalled `Result::unwrap()` on an `Err` value: I/O error: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     No such file or directory (os error 2)[0m
[INFO] [stdout] Location: [35mtests/tests.rs[0m:[35m35[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   [96m                              ⋮ 9 frames hidden ⋮                               [0m
[INFO] [stdout]   10: [32mcore::result::Result<T,E>::unwrap[0m[90m::h3e735231e6987af7[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs[0m:[35m1233[0m
[INFO] [stdout]   11: [91mtests::happy_flow::{{closure}}::{{closure}}[0m[90m::h13480dbbabf0751e[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m35[0m
[INFO] [stdout]         33 │             pwmd::dbus::listen(args, || tx.send(()).unwrap())
[INFO] [stdout]         34 │                 .await
[INFO] [stdout]   [37m[1m      35[0m [37m[1m>[0m [37m[1m                .unwrap();[0m
[INFO] [stdout]         36 │         });
[INFO] [stdout]         37 │     });
[INFO] [stdout]   12: [91mtokio::park::thread::CachedParkThread::block_on::{{closure}}[0m[90m::h845ae45ecb6b2b38[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs[0m:[35m263[0m
[INFO] [stdout]        261 │ 
[INFO] [stdout]        262 │         loop {
[INFO] [stdout]   [37m[1m     263[0m [37m[1m>[0m [37m[1m            if let Ready(v) = crate::coop::budget(|| f.as_mut().poll(&mut cx)) {[0m
[INFO] [stdout]        264 │                 return Ok(v);
[INFO] [stdout]        265 │             }
[INFO] [stdout]   13: [91mtokio::coop::with_budget::{{closure}}[0m[90m::hd933adee7b6af23c[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs[0m:[35m106[0m
[INFO] [stdout]        104 │         let _guard = ResetGuard { cell, prev };
[INFO] [stdout]        105 │ 
[INFO] [stdout]   [37m[1m     106[0m [37m[1m>[0m [37m[1m        f()[0m
[INFO] [stdout]        107 │     })
[INFO] [stdout]        108 │ }
[INFO] [stdout]   14: [32mstd::thread::local::LocalKey<T>::try_with[0m[90m::hf99070802f7add17[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs[0m:[35m508[0m
[INFO] [stdout]   15: [32mstd::thread::local::LocalKey<T>::with[0m[90m::h95765f019cba6eb2[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs[0m:[35m472[0m
[INFO] [stdout]   16: [91mtokio::coop::with_budget[0m[90m::h9833b3464313b495[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs[0m:[35m99[0m
[INFO] [stdout]         97 │     }
[INFO] [stdout]         98 │ 
[INFO] [stdout]   [37m[1m      99[0m [37m[1m>[0m [37m[1m    CURRENT.with(move |cell| {[0m
[INFO] [stdout]        100 │         let prev = cell.get();
[INFO] [stdout]        101 │ 
[INFO] [stdout]   17: [91mtokio::coop::budget[0m[90m::h2a1caf29e1927d7c[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs[0m:[35m76[0m
[INFO] [stdout]         74 │ #[inline(always)]
[INFO] [stdout]         75 │ pub(crate) fn budget<R>(f: impl FnOnce() -> R) -> R {
[INFO] [stdout]   [37m[1m      76[0m [37m[1m>[0m [37m[1m    with_budget(Budget::initial(), f)[0m
[INFO] [stdout]         77 │ }
[INFO] [stdout]         78 │ 
[INFO] [stdout]   18: [91mtokio::park::thread::CachedParkThread::block_on[0m[90m::hbe94e084a54bcd2f[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs[0m:[35m263[0m
[INFO] [stdout]        261 │ 
[INFO] [stdout]        262 │         loop {
[INFO] [stdout]   [37m[1m     263[0m [37m[1m>[0m [37m[1m            if let Ready(v) = crate::coop::budget(|| f.as_mut().poll(&mut cx)) {[0m
[INFO] [stdout]        264 │                 return Ok(v);
[INFO] [stdout]        265 │             }
[INFO] [stdout]   19: [91mtokio::runtime::enter::Enter::block_on[0m[90m::h2aa187ee7cd3ac13[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs[0m:[35m151[0m
[INFO] [stdout]        149 │ 
[INFO] [stdout]        150 │             let mut park = CachedParkThread::new();
[INFO] [stdout]   [37m[1m     151[0m [37m[1m>[0m [37m[1m            park.block_on(f)[0m
[INFO] [stdout]        152 │         }
[INFO] [stdout]        153 │ 
[INFO] [stdout]   20: [91mtokio::runtime::thread_pool::ThreadPool::block_on[0m[90m::hf061fdfee1b6ef02[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs[0m:[35m77[0m
[INFO] [stdout]         75 │     {
[INFO] [stdout]         76 │         let mut enter = crate::runtime::enter(true);
[INFO] [stdout]   [37m[1m      77[0m [37m[1m>[0m [37m[1m        enter.block_on(future).expect("failed to park thread")[0m
[INFO] [stdout]         78 │     }
[INFO] [stdout]         79 │ }
[INFO] [stdout]   21: [91mtokio::runtime::Runtime::block_on[0m[90m::h3239a732a3d7bf42[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs[0m:[35m463[0m
[INFO] [stdout]        461 │                 Kind::CurrentThread(exec) => exec.block_on(future),
[INFO] [stdout]        462 │                 #[cfg(feature = "rt-multi-thread")]
[INFO] [stdout]   [37m[1m     463[0m [37m[1m>[0m [37m[1m                Kind::ThreadPool(exec) => exec.block_on(future),[0m
[INFO] [stdout]        464 │             }
[INFO] [stdout]        465 │         }
[INFO] [stdout]   22: [91mtests::happy_flow::{{closure}}[0m[90m::h56238c9dfeabc808[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m32[0m
[INFO] [stdout]         30 │             sysfs_root,
[INFO] [stdout]         31 │         };
[INFO] [stdout]   [37m[1m      32[0m [37m[1m>[0m [37m[1m        tokio::runtime::Runtime::new().unwrap().block_on(async {[0m
[INFO] [stdout]         33 │             pwmd::dbus::listen(args, || tx.send(()).unwrap())
[INFO] [stdout]         34 │                 .await
[INFO] [stdout]   23: [32mstd::sys::backtrace::__rust_begin_short_backtrace[0m[90m::hfdace5990c45572c[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs[0m:[35m158[0m
[INFO] [stdout]   24: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}[0m[90m::h75f1b05618c9d412[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m562[0m
[INFO] [stdout]   25: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::hee68161fb5252c10[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   26: [32mstd::panicking::catch_unwind::do_call[0m[90m::hb8c1cd6f75524f67[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   27: [32m__rust_try[0m[90m<unknown>[0m
[INFO] [stdout]       at [35m<unknown source file>[0m:[35m<unknown line>[0m
[INFO] [stdout]   28: [32mstd::panicking::catch_unwind[0m[90m::h8a37975674c04949[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   29: [32mstd::panic::catch_unwind[0m[90m::h479b88c8f823a330[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   30: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}[0m[90m::hf2bf736cad10e0da[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m560[0m
[INFO] [stdout]   31: [32mcore::ops::function::FnOnce::call_once{{vtable.shim}}[0m[90m::h2d476c32f456d3e7[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   32: [32m<alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once[0m[90m::h6891ad53a5ed6f52[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs[0m:[35m2085[0m
[INFO] [stdout]   33: [32mstd::sys::thread::unix::Thread::new::thread_start[0m[90m::h7f3e77fa86df70af[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs[0m:[35m124[0m
[INFO] [stdout]   34: [91mclone[0m[90m<unknown>[0m
[INFO] [stdout]       at [35m<unknown source file>[0m:[35m<unknown line>[0m
[INFO] [stdout] 
[INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36mcalled `Result::unwrap()` on an `Err` value: Disconnected[0m
[INFO] [stdout] Location: [35mtests/tests.rs[0m:[35m38[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   [96m                              ⋮ 9 frames hidden ⋮                               [0m
[INFO] [stdout]   10: [32mcore::result::Result<T,E>::unwrap[0m[90m::h8807928e0ac25a83[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs[0m:[35m1233[0m
[INFO] [stdout]   11: [91mtests::happy_flow[0m[90m::h48a55b9b25378b40[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m38[0m
[INFO] [stdout]         36 │         });
[INFO] [stdout]         37 │     });
[INFO] [stdout]   [37m[1m      38[0m [37m[1m>[0m [37m[1m    rx.recv_timeout(Duration::from_secs(5)).unwrap();[0m
[INFO] [stdout]         39 │ 
[INFO] [stdout]         40 │     let connection = Connection::session()?;
[INFO] [stdout]   12: [91mtests::happy_flow::{{closure}}[0m[90m::h3669595c4bd1083b[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m15[0m
[INFO] [stdout]         13 │ 
[INFO] [stdout]         14 │ #[test]
[INFO] [stdout]   [37m[1m      15[0m [37m[1m>[0m [37m[1mfn happy_flow() -> anyhow::Result<()> {[0m
[INFO] [stdout]         16 │     // std::env::set_var("RUST_BACKTRACE", "full");
[INFO] [stdout]         17 │     pwmd::setup_logging().unwrap();
[INFO] [stdout]   13: [32mcore::ops::function::FnOnce::call_once[0m[90m::h322f2f030188cb75[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   14: [32mcore::ops::function::FnOnce::call_once[0m[90m::h4f6eabe90cccb47d[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   15: [32mtest::__rust_begin_short_backtrace[0m[90m::h94208530f2b4c8c7[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m663[0m
[INFO] [stdout]   16: [32mtest::run_test_in_process::{{closure}}[0m[90m::hbdc6a45a78c46404[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m686[0m
[INFO] [stdout]   17: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::h7f9d8efc7eedd165[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   18: [32mstd::panicking::catch_unwind::do_call[0m[90m::he5edbaf126c13b99[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   19: [32mstd::panicking::catch_unwind[0m[90m::h3d6a8652eceeabce[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   20: [32mstd::panic::catch_unwind[0m[90m::hbef0c501dd7bb498[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   21: [32mtest::run_test_in_process[0m[90m::h400008a46a5006a0[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m686[0m
[INFO] [stdout]   22: [32mtest::run_test::{{closure}}[0m[90m::h9a131655b31d9427[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m607[0m
[INFO] [stdout]   23: [32mtest::run_test::{{closure}}[0m[90m::he4a7177c216308c0[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m637[0m
[INFO] [stdout]   24: [32mstd::sys::backtrace::__rust_begin_short_backtrace[0m[90m::hd3980e9c55d6c539[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs[0m:[35m158[0m
[INFO] [stdout]   25: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}[0m[90m::h18552df67c7aa9b8[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m562[0m
[INFO] [stdout]   26: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::h3d7b285234641a08[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   27: [32mstd::panicking::catch_unwind::do_call[0m[90m::h5a2b5cf36528a5b2[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   28: [32mstd::panicking::catch_unwind[0m[90m::h7e8b531bbda77d20[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   29: [32mstd::panic::catch_unwind[0m[90m::hf9bbb2040b4f1e6c[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   30: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}[0m[90m::h600f92cf68549574[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m560[0m
[INFO] [stdout]   31: [32mcore::ops::function::FnOnce::call_once{{vtable.shim}}[0m[90m::hb6607307df8a1847[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   32: [32m<alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once[0m[90m::h6891ad53a5ed6f52[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs[0m:[35m2085[0m
[INFO] [stdout]   33: [32mstd::sys::thread::unix::Thread::new::thread_start[0m[90m::h7f3e77fa86df70af[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs[0m:[35m124[0m
[INFO] [stdout]   34: [91mclone[0m[90m<unknown>[0m
[INFO] [stdout]       at [35m<unknown source file>[0m:[35m<unknown line>[0m
[INFO] [stdout] 
[INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
[INFO] [stdout] 
[INFO] [stdout] ---- test_polarity_cannot_be_changed_if_channel_is_enabled stdout ----
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36mcalled `Result::unwrap()` on an `Err` value: I/O error: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     No such file or directory (os error 2)[0m
[INFO] [stdout] Location: [35mtests/tests.rs[0m:[35m261[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   [96m                              ⋮ 9 frames hidden ⋮                               [0m
[INFO] [stdout]   10: [32mcore::result::Result<T,E>::unwrap[0m[90m::h3e735231e6987af7[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs[0m:[35m1233[0m
[INFO] [stdout]   11: [91mtests::test_polarity_cannot_be_changed_if_channel_is_enabled::{{closure}}::{{closure}}[0m[90m::h42719013a3579619[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m261[0m
[INFO] [stdout]        259 │             pwmd::dbus::listen(args, || tx.send(()).unwrap())
[INFO] [stdout]        260 │                 .await
[INFO] [stdout]   [37m[1m     261[0m [37m[1m>[0m [37m[1m                .unwrap();[0m
[INFO] [stdout]        262 │         });
[INFO] [stdout]        263 │     });
[INFO] [stdout]   12: [91mtokio::park::thread::CachedParkThread::block_on::{{closure}}[0m[90m::hc48404b3dcb51428[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs[0m:[35m263[0m
[INFO] [stdout]        261 │ 
[INFO] [stdout]        262 │         loop {
[INFO] [stdout]   [37m[1m     263[0m [37m[1m>[0m [37m[1m            if let Ready(v) = crate::coop::budget(|| f.as_mut().poll(&mut cx)) {[0m
[INFO] [stdout]        264 │                 return Ok(v);
[INFO] [stdout]        265 │             }
[INFO] [stdout]   13: [91mtokio::coop::with_budget::{{closure}}[0m[90m::h4ea0337a88b5b52b[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs[0m:[35m106[0m
[INFO] [stdout]        104 │         let _guard = ResetGuard { cell, prev };
[INFO] [stdout]        105 │ 
[INFO] [stdout]   [37m[1m     106[0m [37m[1m>[0m [37m[1m        f()[0m
[INFO] [stdout]        107 │     })
[INFO] [stdout]        108 │ }
[INFO] [stdout]   14: [32mstd::thread::local::LocalKey<T>::try_with[0m[90m::hfa951b32a08dd3e0[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs[0m:[35m508[0m
[INFO] [stdout]   15: [32mstd::thread::local::LocalKey<T>::with[0m[90m::h36e0b628f3681260[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs[0m:[35m472[0m
[INFO] [stdout]   16: [91mtokio::coop::with_budget[0m[90m::h263846b45f9ad4c4[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs[0m:[35m99[0m
[INFO] [stdout]         97 │     }
[INFO] [stdout]         98 │ 
[INFO] [stdout]   [37m[1m      99[0m [37m[1m>[0m [37m[1m    CURRENT.with(move |cell| {[0m
[INFO] [stdout]        100 │         let prev = cell.get();
[INFO] [stdout]        101 │ 
[INFO] [stdout]   17: [91mtokio::coop::budget[0m[90m::hdecdb8446424f40c[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs[0m:[35m76[0m
[INFO] [stdout]         74 │ #[inline(always)]
[INFO] [stdout]         75 │ pub(crate) fn budget<R>(f: impl FnOnce() -> R) -> R {
[INFO] [stdout]   [37m[1m      76[0m [37m[1m>[0m [37m[1m    with_budget(Budget::initial(), f)[0m
[INFO] [stdout]         77 │ }
[INFO] [stdout]         78 │ 
[INFO] [stdout]   18: [91mtokio::park::thread::CachedParkThread::block_on[0m[90m::h892448da02f6d38f[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs[0m:[35m263[0m
[INFO] [stdout]        261 │ 
[INFO] [stdout]        262 │         loop {
[INFO] [stdout]   [37m[1m     263[0m [37m[1m>[0m [37m[1m            if let Ready(v) = crate::coop::budget(|| f.as_mut().poll(&mut cx)) {[0m
[INFO] [stdout]        264 │                 return Ok(v);
[INFO] [stdout]        265 │             }
[INFO] [stdout]   19: [91mtokio::runtime::enter::Enter::block_on[0m[90m::h1d0ffdf4c0fb6d38[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs[0m:[35m151[0m
[INFO] [stdout]        149 │ 
[INFO] [stdout]        150 │             let mut park = CachedParkThread::new();
[INFO] [stdout]   [37m[1m     151[0m [37m[1m>[0m [37m[1m            park.block_on(f)[0m
[INFO] [stdout]        152 │         }
[INFO] [stdout]        153 │ 
[INFO] [stdout]   20: [91mtokio::runtime::thread_pool::ThreadPool::block_on[0m[90m::he6095ac8e1a5e346[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs[0m:[35m77[0m
[INFO] [stdout]         75 │     {
[INFO] [stdout]         76 │         let mut enter = crate::runtime::enter(true);
[INFO] [stdout]   [37m[1m      77[0m [37m[1m>[0m [37m[1m        enter.block_on(future).expect("failed to park thread")[0m
[INFO] [stdout]         78 │     }
[INFO] [stdout]         79 │ }
[INFO] [stdout]   21: [91mtokio::runtime::Runtime::block_on[0m[90m::h773cb7ad7f879d0a[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs[0m:[35m463[0m
[INFO] [stdout]        461 │                 Kind::CurrentThread(exec) => exec.block_on(future),
[INFO] [stdout]        462 │                 #[cfg(feature = "rt-multi-thread")]
[INFO] [stdout]   [37m[1m     463[0m [37m[1m>[0m [37m[1m                Kind::ThreadPool(exec) => exec.block_on(future),[0m
[INFO] [stdout]        464 │             }
[INFO] [stdout]        465 │         }
[INFO] [stdout]   22: [91mtests::test_polarity_cannot_be_changed_if_channel_is_enabled::{{closure}}[0m[90m::h6ab76cf2cba7e798[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m258[0m
[INFO] [stdout]        256 │             sysfs_root,
[INFO] [stdout]        257 │         };
[INFO] [stdout]   [37m[1m     258[0m [37m[1m>[0m [37m[1m        tokio::runtime::Runtime::new().unwrap().block_on(async {[0m
[INFO] [stdout]        259 │             pwmd::dbus::listen(args, || tx.send(()).unwrap())
[INFO] [stdout]        260 │                 .await
[INFO] [stdout]   23: [32mstd::sys::backtrace::__rust_begin_short_backtrace[0m[90m::hd798d73be33a610d[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs[0m:[35m158[0m
[INFO] [stdout]   24: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}[0m[90m::h20cd72b229ac9595[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m562[0m
[INFO] [stdout]   25: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::hca77f069e5b44715[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   26: [32mstd::panicking::catch_unwind::do_call[0m[90m::he622722f43f6f5d7[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   27: [32m__rust_try[0m[90m<unknown>[0m
[INFO] [stdout]       at [35m<unknown source file>[0m:[35m<unknown line>[0m
[INFO] [stdout]   28: [32mstd::panicking::catch_unwind[0m[90m::hce1e2015a5d22e60[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   29: [32mstd::panic::catch_unwind[0m[90m::h723dadf514b3848b[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   30: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}[0m[90m::hdaf94c16ccb9fe84[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m560[0m
[INFO] [stdout]   31: [32mcore::ops::function::FnOnce::call_once{{vtable.shim}}[0m[90m::ha3b74acfe5378302[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   32: [32m<alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once[0m[90m::h6891ad53a5ed6f52[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs[0m:[35m2085[0m
[INFO] [stdout]   33: [32mstd::sys::thread::unix::Thread::new::thread_start[0m[90m::h7f3e77fa86df70af[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs[0m:[35m124[0m
[INFO] [stdout]   34: [91mclone[0m[90m<unknown>[0m
[INFO] [stdout]       at [35m<unknown source file>[0m:[35m<unknown line>[0m
[INFO] [stdout] 
[INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36mcalled `Result::unwrap()` on an `Err` value: Disconnected[0m
[INFO] [stdout] Location: [35mtests/tests.rs[0m:[35m264[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   [96m                              ⋮ 9 frames hidden ⋮                               [0m
[INFO] [stdout]   10: [32mcore::result::Result<T,E>::unwrap[0m[90m::h8807928e0ac25a83[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs[0m:[35m1233[0m
[INFO] [stdout]   11: [91mtests::test_polarity_cannot_be_changed_if_channel_is_enabled[0m[90m::h55366f7ab9aa4d7e[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m264[0m
[INFO] [stdout]        262 │         });
[INFO] [stdout]        263 │     });
[INFO] [stdout]   [37m[1m     264[0m [37m[1m>[0m [37m[1m    rx.recv_timeout(Duration::from_secs(5)).unwrap();[0m
[INFO] [stdout]        265 │ 
[INFO] [stdout]        266 │     let connection = Connection::session()?;
[INFO] [stdout]   12: [91mtests::test_polarity_cannot_be_changed_if_channel_is_enabled::{{closure}}[0m[90m::hb839d395de4cdeb7[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m244[0m
[INFO] [stdout]        242 │ 
[INFO] [stdout]        243 │ #[test]
[INFO] [stdout]   [37m[1m     244[0m [37m[1m>[0m [37m[1mfn test_polarity_cannot_be_changed_if_channel_is_enabled() -> anyhow::Result<()> {[0m
[INFO] [stdout]        245 │     // fake /sys/class/pwm directory:
[INFO] [stdout]        246 │     let tmpdir = TempDir::new().unwrap();
[INFO] [stdout]   13: [32mcore::ops::function::FnOnce::call_once[0m[90m::h455c8ff0cddeca58[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   14: [32mcore::ops::function::FnOnce::call_once[0m[90m::h4f6eabe90cccb47d[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   15: [32mtest::__rust_begin_short_backtrace[0m[90m::h94208530f2b4c8c7[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m663[0m
[INFO] [stdout]   16: [32mtest::run_test_in_process::{{closure}}[0m[90m::hbdc6a45a78c46404[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m686[0m
[INFO] [stdout]   17: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::h7f9d8efc7eedd165[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   18: [32mstd::panicking::catch_unwind::do_call[0m[90m::he5edbaf126c13b99[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   19: [32mstd::panicking::catch_unwind[0m[90m::h3d6a8652eceeabce[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   20: [32mstd::panic::catch_unwind[0m[90m::hbef0c501dd7bb498[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   21: [32mtest::run_test_in_process[0m[90m::h400008a46a5006a0[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m686[0m
[INFO] [stdout]   22: [32mtest::run_test::{{closure}}[0m[90m::h9a131655b31d9427[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m607[0m
[INFO] [stdout]   23: [32mtest::run_test::{{closure}}[0m[90m::he4a7177c216308c0[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m637[0m
[INFO] [stdout]   24: [32mstd::sys::backtrace::__rust_begin_short_backtrace[0m[90m::hd3980e9c55d6c539[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs[0m:[35m158[0m
[INFO] [stdout]   25: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}[0m[90m::h18552df67c7aa9b8[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m562[0m
[INFO] [stdout]   26: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::h3d7b285234641a08[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   27: [32mstd::panicking::catch_unwind::do_call[0m[90m::h5a2b5cf36528a5b2[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   28: [32mstd::panicking::catch_unwind[0m[90m::h7e8b531bbda77d20[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   29: [32mstd::panic::catch_unwind[0m[90m::hf9bbb2040b4f1e6c[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   30: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}[0m[90m::h600f92cf68549574[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m560[0m
[INFO] [stdout]   31: [32mcore::ops::function::FnOnce::call_once{{vtable.shim}}[0m[90m::hb6607307df8a1847[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   32: [32m<alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once[0m[90m::h6891ad53a5ed6f52[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs[0m:[35m2085[0m
[INFO] [stdout]   33: [32mstd::sys::thread::unix::Thread::new::thread_start[0m[90m::h7f3e77fa86df70af[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs[0m:[35m124[0m
[INFO] [stdout]   34: [91mclone[0m[90m<unknown>[0m
[INFO] [stdout]       at [35m<unknown source file>[0m:[35m<unknown line>[0m
[INFO] [stdout] 
[INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
[INFO] [stdout] 
[INFO] [stdout] ---- test_duty_cycle_cannot_be_larger_than_period stdout ----
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36mcalled `Result::unwrap()` on an `Err` value: I/O error: No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     No such file or directory (os error 2)[0m
[INFO] [stdout] Location: [35mtests/tests.rs[0m:[35m171[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   [96m                              ⋮ 9 frames hidden ⋮                               [0m
[INFO] [stdout]   10: [32mcore::result::Result<T,E>::unwrap[0m[90m::h3e735231e6987af7[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs[0m:[35m1233[0m
[INFO] [stdout]   11: [91mtests::test_duty_cycle_cannot_be_larger_than_period::{{closure}}::{{closure}}[0m[90m::hdc634061204d2475[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m171[0m
[INFO] [stdout]        169 │             pwmd::dbus::listen(args, || tx.send(()).unwrap())
[INFO] [stdout]        170 │                 .await
[INFO] [stdout]   [37m[1m     171[0m [37m[1m>[0m [37m[1m                .unwrap();[0m
[INFO] [stdout]        172 │         });
[INFO] [stdout]        173 │     });
[INFO] [stdout]   12: [91mtokio::park::thread::CachedParkThread::block_on::{{closure}}[0m[90m::h1318c62ede00a8c7[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs[0m:[35m263[0m
[INFO] [stdout]        261 │ 
[INFO] [stdout]        262 │         loop {
[INFO] [stdout]   [37m[1m     263[0m [37m[1m>[0m [37m[1m            if let Ready(v) = crate::coop::budget(|| f.as_mut().poll(&mut cx)) {[0m
[INFO] [stdout]        264 │                 return Ok(v);
[INFO] [stdout]        265 │             }
[INFO] [stdout]   13: [91mtokio::coop::with_budget::{{closure}}[0m[90m::h2a222874a916dac5[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs[0m:[35m106[0m
[INFO] [stdout]        104 │         let _guard = ResetGuard { cell, prev };
[INFO] [stdout]        105 │ 
[INFO] [stdout]   [37m[1m     106[0m [37m[1m>[0m [37m[1m        f()[0m
[INFO] [stdout]        107 │     })
[INFO] [stdout]        108 │ }
[INFO] [stdout]   14: [32mstd::thread::local::LocalKey<T>::try_with[0m[90m::h707b8bf467178df9[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs[0m:[35m508[0m
[INFO] [stdout]   15: [32mstd::thread::local::LocalKey<T>::with[0m[90m::h7fd9e38600705942[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/local.rs[0m:[35m472[0m
[INFO] [stdout]   16: [91mtokio::coop::with_budget[0m[90m::hd54deb4360646e0d[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs[0m:[35m99[0m
[INFO] [stdout]         97 │     }
[INFO] [stdout]         98 │ 
[INFO] [stdout]   [37m[1m      99[0m [37m[1m>[0m [37m[1m    CURRENT.with(move |cell| {[0m
[INFO] [stdout]        100 │         let prev = cell.get();
[INFO] [stdout]        101 │ 
[INFO] [stdout]   17: [91mtokio::coop::budget[0m[90m::hcb4ebc5e6e378637[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs[0m:[35m76[0m
[INFO] [stdout]         74 │ #[inline(always)]
[INFO] [stdout]         75 │ pub(crate) fn budget<R>(f: impl FnOnce() -> R) -> R {
[INFO] [stdout]   [37m[1m      76[0m [37m[1m>[0m [37m[1m    with_budget(Budget::initial(), f)[0m
[INFO] [stdout]         77 │ }
[INFO] [stdout]         78 │ 
[INFO] [stdout]   18: [91mtokio::park::thread::CachedParkThread::block_on[0m[90m::h7859fedca7237a0d[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/park/thread.rs[0m:[35m263[0m
[INFO] [stdout]        261 │ 
[INFO] [stdout]        262 │         loop {
[INFO] [stdout]   [37m[1m     263[0m [37m[1m>[0m [37m[1m            if let Ready(v) = crate::coop::budget(|| f.as_mut().poll(&mut cx)) {[0m
[INFO] [stdout]        264 │                 return Ok(v);
[INFO] [stdout]        265 │             }
[INFO] [stdout]   19: [91mtokio::runtime::enter::Enter::block_on[0m[90m::haff3b0217af094ae[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/enter.rs[0m:[35m151[0m
[INFO] [stdout]        149 │ 
[INFO] [stdout]        150 │             let mut park = CachedParkThread::new();
[INFO] [stdout]   [37m[1m     151[0m [37m[1m>[0m [37m[1m            park.block_on(f)[0m
[INFO] [stdout]        152 │         }
[INFO] [stdout]        153 │ 
[INFO] [stdout]   20: [91mtokio::runtime::thread_pool::ThreadPool::block_on[0m[90m::hf6c3294fc658fa53[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/thread_pool/mod.rs[0m:[35m77[0m
[INFO] [stdout]         75 │     {
[INFO] [stdout]         76 │         let mut enter = crate::runtime::enter(true);
[INFO] [stdout]   [37m[1m      77[0m [37m[1m>[0m [37m[1m        enter.block_on(future).expect("failed to park thread")[0m
[INFO] [stdout]         78 │     }
[INFO] [stdout]         79 │ }
[INFO] [stdout]   21: [91mtokio::runtime::Runtime::block_on[0m[90m::h8b18522cc15300ba[0m
[INFO] [stdout]       at [35m/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs[0m:[35m463[0m
[INFO] [stdout]        461 │                 Kind::CurrentThread(exec) => exec.block_on(future),
[INFO] [stdout]        462 │                 #[cfg(feature = "rt-multi-thread")]
[INFO] [stdout]   [37m[1m     463[0m [37m[1m>[0m [37m[1m                Kind::ThreadPool(exec) => exec.block_on(future),[0m
[INFO] [stdout]        464 │             }
[INFO] [stdout]        465 │         }
[INFO] [stdout]   22: [91mtests::test_duty_cycle_cannot_be_larger_than_period::{{closure}}[0m[90m::he6181b612036e7be[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m168[0m
[INFO] [stdout]        166 │             sysfs_root,
[INFO] [stdout]        167 │         };
[INFO] [stdout]   [37m[1m     168[0m [37m[1m>[0m [37m[1m        tokio::runtime::Runtime::new().unwrap().block_on(async {[0m
[INFO] [stdout]        169 │             pwmd::dbus::listen(args, || tx.send(()).unwrap())
[INFO] [stdout]        170 │                 .await
[INFO] [stdout]   23: [32mstd::sys::backtrace::__rust_begin_short_backtrace[0m[90m::hbf54f06640109f7c[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs[0m:[35m158[0m
[INFO] [stdout]   24: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}[0m[90m::hd7dc0658dfd6991c[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m562[0m
[INFO] [stdout]   25: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::h73fdabe76928ebc0[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   26: [32mstd::panicking::catch_unwind::do_call[0m[90m::he3d8fa2150fd1aaa[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   27: [32m__rust_try[0m[90m<unknown>[0m
[INFO] [stdout]       at [35m<unknown source file>[0m:[35m<unknown line>[0m
[INFO] [stdout]   28: [32mstd::panicking::catch_unwind[0m[90m::ha253f67bf5122a5f[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   29: [32mstd::panic::catch_unwind[0m[90m::hb7252c4f34b341e1[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   30: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}[0m[90m::he4fe29a677e9cd73[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m560[0m
[INFO] [stdout]   31: [32mcore::ops::function::FnOnce::call_once{{vtable.shim}}[0m[90m::hd2b21b869eca7270[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   32: [32m<alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once[0m[90m::h6891ad53a5ed6f52[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs[0m:[35m2085[0m
[INFO] [stdout]   33: [32mstd::sys::thread::unix::Thread::new::thread_start[0m[90m::h7f3e77fa86df70af[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs[0m:[35m124[0m
[INFO] [stdout]   34: [91mclone[0m[90m<unknown>[0m
[INFO] [stdout]       at [35m<unknown source file>[0m:[35m<unknown line>[0m
[INFO] [stdout] 
[INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
[INFO] [stdout] [31mThe application panicked (crashed).[0m
[INFO] [stdout] Message:  [36mcalled `Result::unwrap()` on an `Err` value: Disconnected[0m
[INFO] [stdout] Location: [35mtests/tests.rs[0m:[35m174[0m
[INFO] [stdout] 
[INFO] [stdout]   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout]   [96m                              ⋮ 9 frames hidden ⋮                               [0m
[INFO] [stdout]   10: [32mcore::result::Result<T,E>::unwrap[0m[90m::h8807928e0ac25a83[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs[0m:[35m1233[0m
[INFO] [stdout]   11: [91mtests::test_duty_cycle_cannot_be_larger_than_period[0m[90m::hcd50c84a7d008c86[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m174[0m
[INFO] [stdout]        172 │         });
[INFO] [stdout]        173 │     });
[INFO] [stdout]   [37m[1m     174[0m [37m[1m>[0m [37m[1m    rx.recv_timeout(Duration::from_secs(5)).unwrap();[0m
[INFO] [stdout]        175 │ 
[INFO] [stdout]        176 │     let connection = Connection::session()?;
[INFO] [stdout]   12: [91mtests::test_duty_cycle_cannot_be_larger_than_period::{{closure}}[0m[90m::h50bb32e57dcc00f4[0m
[INFO] [stdout]       at [35m/opt/rustwide/workdir/tests/tests.rs[0m:[35m154[0m
[INFO] [stdout]        152 │ 
[INFO] [stdout]        153 │ #[test]
[INFO] [stdout]   [37m[1m     154[0m [37m[1m>[0m [37m[1mfn test_duty_cycle_cannot_be_larger_than_period() -> anyhow::Result<()> {[0m
[INFO] [stdout]        155 │     // fake /sys/class/pwm directory:
[INFO] [stdout]        156 │     let tmpdir = TempDir::new().unwrap();
[INFO] [stdout]   13: [32mcore::ops::function::FnOnce::call_once[0m[90m::h0ecca306346a0b5b[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   14: [32mcore::ops::function::FnOnce::call_once[0m[90m::h4f6eabe90cccb47d[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   15: [32mtest::__rust_begin_short_backtrace[0m[90m::h94208530f2b4c8c7[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m663[0m
[INFO] [stdout]   16: [32mtest::run_test_in_process::{{closure}}[0m[90m::hbdc6a45a78c46404[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m686[0m
[INFO] [stdout]   17: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::h7f9d8efc7eedd165[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   18: [32mstd::panicking::catch_unwind::do_call[0m[90m::he5edbaf126c13b99[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   19: [32mstd::panicking::catch_unwind[0m[90m::h3d6a8652eceeabce[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   20: [32mstd::panic::catch_unwind[0m[90m::hbef0c501dd7bb498[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   21: [32mtest::run_test_in_process[0m[90m::h400008a46a5006a0[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m686[0m
[INFO] [stdout]   22: [32mtest::run_test::{{closure}}[0m[90m::h9a131655b31d9427[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m607[0m
[INFO] [stdout]   23: [32mtest::run_test::{{closure}}[0m[90m::he4a7177c216308c0[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs[0m:[35m637[0m
[INFO] [stdout]   24: [32mstd::sys::backtrace::__rust_begin_short_backtrace[0m[90m::hd3980e9c55d6c539[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs[0m:[35m158[0m
[INFO] [stdout]   25: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}[0m[90m::h18552df67c7aa9b8[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m562[0m
[INFO] [stdout]   26: [32m<core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once[0m[90m::h3d7b285234641a08[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs[0m:[35m274[0m
[INFO] [stdout]   27: [32mstd::panicking::catch_unwind::do_call[0m[90m::h5a2b5cf36528a5b2[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m590[0m
[INFO] [stdout]   28: [32mstd::panicking::catch_unwind[0m[90m::h7e8b531bbda77d20[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs[0m:[35m553[0m
[INFO] [stdout]   29: [32mstd::panic::catch_unwind[0m[90m::hf9bbb2040b4f1e6c[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs[0m:[35m359[0m
[INFO] [stdout]   30: [32mstd::thread::Builder::spawn_unchecked_::{{closure}}[0m[90m::h600f92cf68549574[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs[0m:[35m560[0m
[INFO] [stdout]   31: [32mcore::ops::function::FnOnce::call_once{{vtable.shim}}[0m[90m::hb6607307df8a1847[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs[0m:[35m250[0m
[INFO] [stdout]   32: [32m<alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once[0m[90m::h6891ad53a5ed6f52[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs[0m:[35m2085[0m
[INFO] [stdout]   33: [32mstd::sys::thread::unix::Thread::new::thread_start[0m[90m::h7f3e77fa86df70af[0m
[INFO] [stdout]       at [35m/rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs[0m:[35m124[0m
[INFO] [stdout]   34: [91mclone[0m[90m<unknown>[0m
[INFO] [stdout]       at [35m<unknown source file>[0m:[35m<unknown line>[0m
[INFO] [stdout] 
[INFO] [stdout] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     happy_flow
[INFO] [stdout]     test_duty_cycle_cannot_be_larger_than_period
[INFO] [stdout]     test_polarity_cannot_be_changed_if_channel_is_enabled
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test tests`
[INFO] running `Command { std: "docker" "inspect" "af3901fe142cc9ef2655f8f1c06e93bd1852196b0786e477cc4304db707061c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af3901fe142cc9ef2655f8f1c06e93bd1852196b0786e477cc4304db707061c5", kill_on_drop: false }`
[INFO] [stdout] af3901fe142cc9ef2655f8f1c06e93bd1852196b0786e477cc4304db707061c5
