[INFO] fetching crate uem-reader 0.2.1...
[INFO] testing uem-reader-0.2.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate uem-reader 0.2.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate uem-reader 0.2.1
[INFO] finished tweaking crates.io crate uem-reader 0.2.1
[INFO] tweaked toml for crates.io crate uem-reader 0.2.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate uem-reader 0.2.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate uem-reader 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded phf_codegen v0.9.0
[INFO] [stderr]   Downloaded phf v0.9.0
[INFO] [stderr]   Downloaded enum-iterator-derive v1.1.0
[INFO] [stderr]   Downloaded enum-iterator v1.2.0
[INFO] [stderr]   Downloaded phf_generator v0.9.1
[INFO] [stderr]   Downloaded phf_shared v0.9.0
[INFO] [stderr]   Downloaded rusb v0.9.1
[INFO] [stderr]   Downloaded cc v1.0.76
[INFO] [stderr]   Downloaded nom v7.1.2
[INFO] [stderr]   Downloaded usb-ids v1.2022.1224
[INFO] [stderr]   Downloaded libusb1-sys v0.6.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 591d33466d0c508ae676d84ea218b8bee4fb706325da3ae7170d79bfcefd301d
[INFO] running `Command { std: "docker" "start" "-a" "591d33466d0c508ae676d84ea218b8bee4fb706325da3ae7170d79bfcefd301d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "591d33466d0c508ae676d84ea218b8bee4fb706325da3ae7170d79bfcefd301d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "591d33466d0c508ae676d84ea218b8bee4fb706325da3ae7170d79bfcefd301d", kill_on_drop: false }`
[INFO] [stdout] 591d33466d0c508ae676d84ea218b8bee4fb706325da3ae7170d79bfcefd301d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4091e5f291f7e4d100dcc838f2e349bff93c294fa9a8ad8df383ef0ce81618f5
[INFO] running `Command { std: "docker" "start" "-a" "4091e5f291f7e4d100dcc838f2e349bff93c294fa9a8ad8df383ef0ce81618f5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling cc v1.0.76
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling rusb v0.9.1
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling phf_shared v0.9.0
[INFO] [stderr]    Compiling phf v0.9.0
[INFO] [stderr]    Compiling nom v7.1.2
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling libusb1-sys v0.6.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_generator v0.9.1
[INFO] [stderr]    Compiling phf_codegen v0.9.0
[INFO] [stderr]    Compiling usb-ids v1.2022.1224
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling enum-iterator-derive v1.1.0
[INFO] [stderr]    Compiling enum-iterator v1.2.0
[INFO] [stderr]    Compiling uem-reader v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/reader.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn commands(&mut self) -> UemCommands {
[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] 33 |     fn commands(&mut self) -> UemCommands<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn commands(&mut self) -> UemCommands;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn commands(&mut self) -> UemCommands<'_>;
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn reader(&mut self) -> UemCommandsReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn reader(&mut self) -> UemCommandsReader<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn cards(&mut self) -> UemCommandsCards {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn cards(&mut self) -> UemCommandsCards<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/reader.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn reader(&mut self) -> UemCommandsReader;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn reader(&mut self) -> UemCommandsReader<'_>;
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards.rs:72:14
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn cards(&mut self) -> UemCommandsCards;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn cards(&mut self) -> UemCommandsCards<'_>;
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards.rs:76:15
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_>;
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare/classic.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_>;
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/reader.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn commands(&mut self) -> UemCommands {
[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] 33 |     fn commands(&mut self) -> UemCommands<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn commands(&mut self) -> UemCommands;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn commands(&mut self) -> UemCommands<'_>;
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn reader(&mut self) -> UemCommandsReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn reader(&mut self) -> UemCommandsReader<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn cards(&mut self) -> UemCommandsCards {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn cards(&mut self) -> UemCommandsCards<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/reader.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn reader(&mut self) -> UemCommandsReader;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn reader(&mut self) -> UemCommandsReader<'_>;
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards.rs:72:14
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn cards(&mut self) -> UemCommandsCards;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn cards(&mut self) -> UemCommandsCards<'_>;
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards.rs:76:15
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_>;
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare/classic.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_>;
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s
[INFO] running `Command { std: "docker" "inspect" "4091e5f291f7e4d100dcc838f2e349bff93c294fa9a8ad8df383ef0ce81618f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4091e5f291f7e4d100dcc838f2e349bff93c294fa9a8ad8df383ef0ce81618f5", kill_on_drop: false }`
[INFO] [stdout] 4091e5f291f7e4d100dcc838f2e349bff93c294fa9a8ad8df383ef0ce81618f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3131b05688cb6494e62ec7ac7272a3119a2a73c385f79235769f5c709b029a0f
[INFO] running `Command { std: "docker" "start" "-a" "3131b05688cb6494e62ec7ac7272a3119a2a73c385f79235769f5c709b029a0f", kill_on_drop: false }`
[INFO] [stderr]    Compiling uem-reader v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/reader.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn commands(&mut self) -> UemCommands {
[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] 33 |     fn commands(&mut self) -> UemCommands<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn commands(&mut self) -> UemCommands;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn commands(&mut self) -> UemCommands<'_>;
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn reader(&mut self) -> UemCommandsReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn reader(&mut self) -> UemCommandsReader<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn cards(&mut self) -> UemCommandsCards {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn cards(&mut self) -> UemCommandsCards<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/reader.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn reader(&mut self) -> UemCommandsReader;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn reader(&mut self) -> UemCommandsReader<'_>;
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards.rs:72:14
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn cards(&mut self) -> UemCommandsCards;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn cards(&mut self) -> UemCommandsCards<'_>;
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards.rs:76:15
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_>;
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare/classic.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_>;
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/reader.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn commands(&mut self) -> UemCommands {
[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] 33 |     fn commands(&mut self) -> UemCommands<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn commands(&mut self) -> UemCommands;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn commands(&mut self) -> UemCommands<'_>;
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn reader(&mut self) -> UemCommandsReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn reader(&mut self) -> UemCommandsReader<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn cards(&mut self) -> UemCommandsCards {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn cards(&mut self) -> UemCommandsCards<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/reader.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn reader(&mut self) -> UemCommandsReader;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn reader(&mut self) -> UemCommandsReader<'_>;
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards.rs:72:14
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn cards(&mut self) -> UemCommandsCards;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn cards(&mut self) -> UemCommandsCards<'_>;
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards.rs:76:15
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_>;
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare/classic.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_>;
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/reader.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 |     fn commands(&mut self) -> UemCommands {
[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] 33 |     fn commands(&mut self) -> UemCommands<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:16:17
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn commands(&mut self) -> UemCommands;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn commands(&mut self) -> UemCommands<'_>;
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:20:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn reader(&mut self) -> UemCommandsReader {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn reader(&mut self) -> UemCommandsReader<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn cards(&mut self) -> UemCommandsCards {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 26 |     fn cards(&mut self) -> UemCommandsCards<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/reader.rs:34:15
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn reader(&mut self) -> UemCommandsReader;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn reader(&mut self) -> UemCommandsReader<'_>;
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards.rs:72:14
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn cards(&mut self) -> UemCommandsCards;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn cards(&mut self) -> UemCommandsCards<'_>;
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards.rs:76:15
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_>;
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare.rs:20:16
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/commands/cards/mifare/classic.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_>;
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.79s
[INFO] running `Command { std: "docker" "inspect" "3131b05688cb6494e62ec7ac7272a3119a2a73c385f79235769f5c709b029a0f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3131b05688cb6494e62ec7ac7272a3119a2a73c385f79235769f5c709b029a0f", kill_on_drop: false }`
[INFO] [stdout] 3131b05688cb6494e62ec7ac7272a3119a2a73c385f79235769f5c709b029a0f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 75173120f553f72328b6d4185f2dff52c101c30ea2f5fdb50d14136f96f15530
[INFO] running `Command { std: "docker" "start" "-a" "75173120f553f72328b6d4185f2dff52c101c30ea2f5fdb50d14136f96f15530", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/reader.rs:33:17
[INFO] [stderr]    |
[INFO] [stderr] 33 |     fn commands(&mut self) -> UemCommands {
[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] 33 |     fn commands(&mut self) -> UemCommands<'_> {
[INFO] [stderr]    |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/commands.rs:16:17
[INFO] [stderr]    |
[INFO] [stderr] 16 |     fn commands(&mut self) -> UemCommands;
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 16 |     fn commands(&mut self) -> UemCommands<'_>;
[INFO] [stderr]    |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/commands.rs:20:15
[INFO] [stderr]    |
[INFO] [stderr] 20 |     fn reader(&mut self) -> UemCommandsReader {
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 20 |     fn reader(&mut self) -> UemCommandsReader<'_> {
[INFO] [stderr]    |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/commands.rs:26:14
[INFO] [stderr]    |
[INFO] [stderr] 26 |     fn cards(&mut self) -> UemCommandsCards {
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 26 |     fn cards(&mut self) -> UemCommandsCards<'_> {
[INFO] [stderr]    |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/commands/reader.rs:34:15
[INFO] [stderr]    |
[INFO] [stderr] 34 |     fn reader(&mut self) -> UemCommandsReader;
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 34 |     fn reader(&mut self) -> UemCommandsReader<'_>;
[INFO] [stderr]    |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/commands/cards.rs:72:14
[INFO] [stderr]    |
[INFO] [stderr] 72 |     fn cards(&mut self) -> UemCommandsCards;
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 72 |     fn cards(&mut self) -> UemCommandsCards<'_>;
[INFO] [stderr]    |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/commands/cards.rs:76:15
[INFO] [stderr]    |
[INFO] [stderr] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare {
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 76 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_> {
[INFO] [stderr]    |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/commands/cards/mifare.rs:16:15
[INFO] [stderr]    |
[INFO] [stderr] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare;
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 16 |     fn mifare(&mut self) -> UemCommandsCardsMifare<'_>;
[INFO] [stderr]    |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/commands/cards/mifare.rs:20:16
[INFO] [stderr]    |
[INFO] [stderr] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic {
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 20 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/commands/cards/mifare/classic.rs:13:16
[INFO] [stderr]    |
[INFO] [stderr] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic;
[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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 13 |     fn classic(&mut self) -> UemCommandsCardsMifareClassic<'_>;
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `uem-reader` (lib) generated 10 warnings
[INFO] [stderr] warning: `uem-reader` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr] warning: `uem-reader` (bin "uem-reader" test) generated 10 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/uem_reader-4d277eb002e16237)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/uem_reader-f2b65c7cbf707963)
[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] [stderr]    Doc-tests uem_reader
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test src/commands/cards.rs - commands::cards::UemCommandsCards<'a>::activate_a (line 101) ... ignored
[INFO] [stdout] test src/commands/cards.rs - commands::cards::UemCommandsCards<'a>::activate_b (line 154) ... ignored
[INFO] [stdout] test src/commands/cards/mifare/classic.rs - commands::cards::mifare::classic::UemCommandsCardsMifareClassic<'a>::authenticate_key_a (line 36) ... ignored
[INFO] [stdout] test src/commands/cards/mifare/classic.rs - commands::cards::mifare::classic::UemCommandsCardsMifareClassic<'a>::authenticate_key_b (line 76) ... ignored
[INFO] [stdout] test src/commands/cards/mifare/classic.rs - commands::cards::mifare::classic::UemCommandsCardsMifareClassic<'a>::read (line 115) ... ignored
[INFO] [stdout] test src/commands/cards/mifare/classic.rs - commands::cards::mifare::classic::UemCommandsCardsMifareClassic<'a>::write (line 148) ... ignored
[INFO] [stdout] test src/reader.rs - reader::UemReader::close (line 63) ... ignored
[INFO] [stdout] test src/reader.rs - reader::UemReader::open (line 50) ... ignored
[INFO] [stdout] test src/reader.rs - reader::UemReader::send (line 84) ... ignored
[INFO] [stdout] test src/lib.rs - (line 12) ... FAILED
[INFO] [stdout] test src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::beep (line 54) ... FAILED
[INFO] [stdout] test src/reader/usb.rs - reader::usb::find_usb_readers (line 137) - compile ... ok
[INFO] [stdout] test src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::radio_off_on (line 174) ... FAILED
[INFO] [stdout] test src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::led (line 94) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 18) ... FAILED
[INFO] [stdout] test src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::power_radio (line 131) ... FAILED
[INFO] [stdout] test src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::get_serial (line 246) ... FAILED
[INFO] [stdout] test src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::get_version (line 210) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 12) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `chmod`
[INFO] [stdout]  --> src/lib.rs:13:6
[INFO] [stdout]   |
[INFO] [stdout] 1 | sudo chmod o+w /dev/bus/usb/002/008
[INFO] [stdout]   |      ^^^^^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::beep (line 54) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `uem_reader::reader::UemReaderInternal`
[INFO] [stdout]  --> src/commands/reader.rs:56:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use uem_reader::reader::{UemReaderInternal, usb::find_usb_readers};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          no `UemReaderInternal` in `reader`
[INFO] [stdout]   |                          help: a similar name exists in the module: `UemReaderInternalTrait`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `open` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:63:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | if uem_reader.open().is_err() { return; }
[INFO] [stdout]    |               ^^^^ method not found in `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `open` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:70:15
[INFO] [stdout]    |
[INFO] [stdout] 19 | if uem_reader.close().is_err() { return; }
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 - if uem_reader.close().is_err() { return; }
[INFO] [stdout] 19 + if uem_reader.clone().is_err() { return; }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::radio_off_on (line 174) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `uem_reader::reader::UemReaderInternal`
[INFO] [stdout]  --> src/commands/reader.rs:176:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use uem_reader::reader::{UemReaderInternal, usb::find_usb_readers};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          no `UemReaderInternal` in `reader`
[INFO] [stdout]   |                          help: a similar name exists in the module: `UemReaderInternalTrait`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `open` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:183:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | if uem_reader.open().is_err() { return; }
[INFO] [stdout]    |               ^^^^ method not found in `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `open` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:190:15
[INFO] [stdout]    |
[INFO] [stdout] 19 | if uem_reader.close().is_err() { return; }
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 - if uem_reader.close().is_err() { return; }
[INFO] [stdout] 19 + if uem_reader.clone().is_err() { return; }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::led (line 94) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `uem_reader::reader::UemReaderInternal`
[INFO] [stdout]  --> src/commands/reader.rs:97:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     UemReaderInternal,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     no `UemReaderInternal` in `reader`
[INFO] [stdout]   |     help: a similar name exists in the module: `UemReaderInternalTrait`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `open` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:105:15
[INFO] [stdout]    |
[INFO] [stdout] 14 | if uem_reader.open().is_err() { return; }
[INFO] [stdout]    |               ^^^^ method not found in `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `open` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:112:15
[INFO] [stdout]    |
[INFO] [stdout] 21 | if uem_reader.close().is_err() { return; }
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 21 - if uem_reader.close().is_err() { return; }
[INFO] [stdout] 21 + if uem_reader.clone().is_err() { return; }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 18) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `uem_reader::reader::UemReaderInternal`
[INFO] [stdout]  --> src/lib.rs:22:13
[INFO] [stdout]   |
[INFO] [stdout] 7 |             UemReaderInternal,
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |             |
[INFO] [stdout]   |             no `UemReaderInternal` in `reader`
[INFO] [stdout]   |             help: a similar name exists in the module: `UemReaderInternalTrait`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `open` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/lib.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 44 |     if uem_reader.open().is_err() {
[INFO] [stdout]    |                   ^^^^ method not found in `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `open` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `send` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/lib.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 49 |     if uem_reader.send(&vec![0x05_u8, 0x01_u8]).is_err() {
[INFO] [stdout]    |                   ^^^^ method not found in `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `send` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/lib.rs:86:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |         uem_reader.close();
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 71 -         uem_reader.close();
[INFO] [stdout] 71 +         uem_reader.clone();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/lib.rs:100:20
[INFO] [stdout]    |
[INFO] [stdout] 85 |         uem_reader.close();
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 85 -         uem_reader.close();
[INFO] [stdout] 85 +         uem_reader.clone();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/lib.rs:108:20
[INFO] [stdout]    |
[INFO] [stdout] 93 |         uem_reader.close();
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 93 -         uem_reader.close();
[INFO] [stdout] 93 +         uem_reader.clone();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]    --> src/lib.rs:120:20
[INFO] [stdout]     |
[INFO] [stdout] 105 |         uem_reader.close();
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 105 -         uem_reader.close();
[INFO] [stdout] 105 +         uem_reader.clone();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]    --> src/lib.rs:128:20
[INFO] [stdout]     |
[INFO] [stdout] 113 |         uem_reader.close();
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 113 -         uem_reader.close();
[INFO] [stdout] 113 +         uem_reader.clone();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]    --> src/lib.rs:134:20
[INFO] [stdout]     |
[INFO] [stdout] 119 |         uem_reader.close();
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 119 -         uem_reader.close();
[INFO] [stdout] 119 +         uem_reader.clone();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]    --> src/lib.rs:142:20
[INFO] [stdout]     |
[INFO] [stdout] 127 |         uem_reader.close();
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 127 -         uem_reader.close();
[INFO] [stdout] 127 +         uem_reader.clone();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]    --> src/lib.rs:150:20
[INFO] [stdout]     |
[INFO] [stdout] 135 |         uem_reader.close();
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 135 -         uem_reader.close();
[INFO] [stdout] 135 +         uem_reader.clone();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]    --> src/lib.rs:156:20
[INFO] [stdout]     |
[INFO] [stdout] 141 |         uem_reader.close();
[INFO] [stdout]     |                    ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 141 -         uem_reader.close();
[INFO] [stdout] 141 +         uem_reader.clone();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]    --> src/lib.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 145 |     if uem_reader.close().is_err() {
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 145 -     if uem_reader.close().is_err() {
[INFO] [stdout] 145 +     if uem_reader.clone().is_err() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::power_radio (line 131) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `uem_reader::reader::UemReaderInternal`
[INFO] [stdout]  --> src/commands/reader.rs:133:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use uem_reader::reader::{UemReaderInternal, usb::find_usb_readers};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          no `UemReaderInternal` in `reader`
[INFO] [stdout]   |                          help: a similar name exists in the module: `UemReaderInternalTrait`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `open` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:140:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | if uem_reader.open().is_err() { return; }
[INFO] [stdout]    |               ^^^^ method not found in `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `open` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:146:15
[INFO] [stdout]    |
[INFO] [stdout] 18 | if uem_reader.close().is_err() { return; }
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 - if uem_reader.close().is_err() { return; }
[INFO] [stdout] 18 + if uem_reader.clone().is_err() { return; }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::get_serial (line 246) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `uem_reader::reader::UemReaderInternal`
[INFO] [stdout]  --> src/commands/reader.rs:248:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use uem_reader::reader::{UemReaderInternal, usb::find_usb_readers};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          no `UemReaderInternal` in `reader`
[INFO] [stdout]   |                          help: a similar name exists in the module: `UemReaderInternalTrait`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `open` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:255:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | if uem_reader.open().is_err() { return; }
[INFO] [stdout]    |               ^^^^ method not found in `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `open` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:260:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |         uem_reader.close();
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 -         uem_reader.close();
[INFO] [stdout] 17 +         uem_reader.clone();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:265:15
[INFO] [stdout]    |
[INFO] [stdout] 22 | if uem_reader.close().is_err() { return; }
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 - if uem_reader.close().is_err() { return; }
[INFO] [stdout] 22 + if uem_reader.clone().is_err() { return; }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::get_version (line 210) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `uem_reader::reader::UemReaderInternal`
[INFO] [stdout]  --> src/commands/reader.rs:212:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use uem_reader::reader::{UemReaderInternal, usb::find_usb_readers};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |                          |
[INFO] [stdout]   |                          no `UemReaderInternal` in `reader`
[INFO] [stdout]   |                          help: a similar name exists in the module: `UemReaderInternalTrait`
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `open` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:219:15
[INFO] [stdout]    |
[INFO] [stdout] 12 | if uem_reader.open().is_err() { return; }
[INFO] [stdout]    |               ^^^^ method not found in `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `open` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:224:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |         uem_reader.close();
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 -         uem_reader.close();
[INFO] [stdout] 17 +         uem_reader.clone();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `close` found for mutable reference `&mut Arc<std::sync::Mutex<(dyn UemReaderInternalTrait + Send + 'static)>>` in the current scope
[INFO] [stdout]   --> src/commands/reader.rs:229:15
[INFO] [stdout]    |
[INFO] [stdout] 22 | if uem_reader.close().is_err() { return; }
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `UemReaderInternalTrait` which provides `close` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  2 + use crate::uem_reader::reader::UemReaderInternalTrait;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `clone` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 - if uem_reader.close().is_err() { return; }
[INFO] [stdout] 22 + if uem_reader.clone().is_err() { return; }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::beep (line 54)
[INFO] [stdout]     src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::get_serial (line 246)
[INFO] [stdout]     src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::get_version (line 210)
[INFO] [stdout]     src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::led (line 94)
[INFO] [stdout]     src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::power_radio (line 131)
[INFO] [stdout]     src/commands/reader.rs - commands::reader::UemCommandsReader<'a>::radio_off_on (line 174)
[INFO] [stdout]     src/lib.rs - (line 12)
[INFO] [stdout]     src/lib.rs - (line 18)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 8 failed; 9 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "75173120f553f72328b6d4185f2dff52c101c30ea2f5fdb50d14136f96f15530", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75173120f553f72328b6d4185f2dff52c101c30ea2f5fdb50d14136f96f15530", kill_on_drop: false }`
[INFO] [stdout] 75173120f553f72328b6d4185f2dff52c101c30ea2f5fdb50d14136f96f15530
