[INFO] fetching crate bulbb 0.0.3...
[INFO] testing bulbb-0.0.3 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate bulbb 0.0.3 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate bulbb 0.0.3
[INFO] finished tweaking crates.io crate bulbb 0.0.3
[INFO] tweaked toml for crates.io crate bulbb 0.0.3 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bulbb 0.0.3 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 84 packages to latest compatible versions
[INFO] [stderr]       Adding zbus v1.9.3 (available: v5.12.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ed9ecb77c9a50831f724304e1a906ebc657d181ecefc928e618b01b771998378
[INFO] running `Command { std: "docker" "start" "-a" "ed9ecb77c9a50831f724304e1a906ebc657d181ecefc928e618b01b771998378", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed9ecb77c9a50831f724304e1a906ebc657d181ecefc928e618b01b771998378", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed9ecb77c9a50831f724304e1a906ebc657d181ecefc928e618b01b771998378", kill_on_drop: false }`
[INFO] [stdout] ed9ecb77c9a50831f724304e1a906ebc657d181ecefc928e618b01b771998378
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f4078cf265be444b6790dcefcc9061901ed852e6e260258b1033379ccc35eaf8
[INFO] running `Command { std: "docker" "start" "-a" "f4078cf265be444b6790dcefcc9061901ed852e6e260258b1033379ccc35eaf8", kill_on_drop: false }`
[INFO] [stderr]    Compiling bulbb v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `format_led_device` and `format_monitor_device`
[INFO] [stdout]   --> src/utils/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     format_led_device, format_monitor_device, read_sys_backlight, read_sys_led,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_monitor_device` is never used
[INFO] [stdout]   --> src/utils/linux.rs:65:8
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn format_monitor_device(bl: MonitorDevice) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_led_device` is never used
[INFO] [stdout]   --> src/utils/linux.rs:85:8
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub fn format_led_device(led: LedDevice) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_device_name`, `with_color`, `with_function`, and `finish` are never used
[INFO] [stdout]   --> src/misc/linux.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl<'a> LedFilterable<'a> {
[INFO] [stdout]    | -------------------------- associated items in this implementation
[INFO] [stdout] 34 |     fn new() -> LedFilterable<'a> {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn with_device_name(&'a mut self, device_name: &'a str) -> &'a mut LedFilterable {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     fn finish(&'a mut self) -> LedFilterable {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:41:72
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn with_device_name(&'a mut self, device_name: &'a str) -> &'a mut LedFilterable {
[INFO] [stdout]    |                          --                         --          --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                          |           |
[INFO] [stdout]    |                          |                          |           the same lifetime is named here
[INFO] [stdout]    |                          |                          the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn with_device_name(&'a mut self, device_name: &'a str) -> &'a mut LedFilterable<'a> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:45:61
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable {
[INFO] [stdout]    |                    --                                --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                                 |
[INFO] [stdout]    |                    the lifetime is named here        the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable<'a> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:49:70
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable {
[INFO] [stdout]    |                       --                                      --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |                                       |
[INFO] [stdout]    |                       the lifetime is named here              the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable<'a> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:53:32
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn finish(&'a mut self) -> LedFilterable {
[INFO] [stdout]    |                --              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn finish(&'a mut self) -> LedFilterable<'a> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "f4078cf265be444b6790dcefcc9061901ed852e6e260258b1033379ccc35eaf8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4078cf265be444b6790dcefcc9061901ed852e6e260258b1033379ccc35eaf8", kill_on_drop: false }`
[INFO] [stdout] f4078cf265be444b6790dcefcc9061901ed852e6e260258b1033379ccc35eaf8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 58b83d97fcdf04f3df5dc15c61d6a2bbca6e3b6a4bb47351af8ae298617a7a6c
[INFO] running `Command { std: "docker" "start" "-a" "58b83d97fcdf04f3df5dc15c61d6a2bbca6e3b6a4bb47351af8ae298617a7a6c", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `format_led_device` and `format_monitor_device`
[INFO] [stdout]   --> src/utils/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     format_led_device, format_monitor_device, read_sys_backlight, read_sys_led,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_monitor_device` is never used
[INFO] [stdout]   --> src/utils/linux.rs:65:8
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn format_monitor_device(bl: MonitorDevice) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `format_led_device` is never used
[INFO] [stdout]   --> src/utils/linux.rs:85:8
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub fn format_led_device(led: LedDevice) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `with_device_name`, `with_color`, `with_function`, and `finish` are never used
[INFO] [stdout]   --> src/misc/linux.rs:34:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl<'a> LedFilterable<'a> {
[INFO] [stdout]    | -------------------------- associated items in this implementation
[INFO] [stdout] 34 |     fn new() -> LedFilterable<'a> {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn with_device_name(&'a mut self, device_name: &'a str) -> &'a mut LedFilterable {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     fn finish(&'a mut self) -> LedFilterable {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:41:72
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn with_device_name(&'a mut self, device_name: &'a str) -> &'a mut LedFilterable {
[INFO] [stdout]    |                          --                         --          --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                          |           |
[INFO] [stdout]    |                          |                          |           the same lifetime is named here
[INFO] [stdout]    |                          |                          the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn with_device_name(&'a mut self, device_name: &'a str) -> &'a mut LedFilterable<'a> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:45:61
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable {
[INFO] [stdout]    |                    --                                --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                                 |
[INFO] [stdout]    |                    the lifetime is named here        the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable<'a> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:49:70
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable {
[INFO] [stdout]    |                       --                                      --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |                                       |
[INFO] [stdout]    |                       the lifetime is named here              the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable<'a> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:53:32
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn finish(&'a mut self) -> LedFilterable {
[INFO] [stdout]    |                --              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn finish(&'a mut self) -> LedFilterable<'a> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bulbb v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `with_color` and `with_function` are never used
[INFO] [stdout]   --> src/misc/linux.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl<'a> LedFilterable<'a> {
[INFO] [stdout]    | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:41:72
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn with_device_name(&'a mut self, device_name: &'a str) -> &'a mut LedFilterable {
[INFO] [stdout]    |                          --                         --          --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                          |           |
[INFO] [stdout]    |                          |                          |           the same lifetime is named here
[INFO] [stdout]    |                          |                          the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn with_device_name(&'a mut self, device_name: &'a str) -> &'a mut LedFilterable<'a> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:45:61
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable {
[INFO] [stdout]    |                    --                                --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |                                 |
[INFO] [stdout]    |                    the lifetime is named here        the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable<'a> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:49:70
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable {
[INFO] [stdout]    |                       --                                      --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |                                       |
[INFO] [stdout]    |                       the lifetime is named here              the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable<'a> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/misc/linux.rs:53:32
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn finish(&'a mut self) -> LedFilterable {
[INFO] [stdout]    |                --              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn finish(&'a mut self) -> LedFilterable<'a> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "58b83d97fcdf04f3df5dc15c61d6a2bbca6e3b6a4bb47351af8ae298617a7a6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58b83d97fcdf04f3df5dc15c61d6a2bbca6e3b6a4bb47351af8ae298617a7a6c", kill_on_drop: false }`
[INFO] [stdout] 58b83d97fcdf04f3df5dc15c61d6a2bbca6e3b6a4bb47351af8ae298617a7a6c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5ae3bf5a5fbbd8f39178d8f825c45aeb09a6fb68e8fb7ee306aad3c57867aa8f
[INFO] running `Command { std: "docker" "start" "-a" "5ae3bf5a5fbbd8f39178d8f825c45aeb09a6fb68e8fb7ee306aad3c57867aa8f", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `format_led_device` and `format_monitor_device`
[INFO] [stderr]   --> src/utils/mod.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 |     format_led_device, format_monitor_device, read_sys_backlight, read_sys_led,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `format_monitor_device` is never used
[INFO] [stderr]   --> src/utils/linux.rs:65:8
[INFO] [stderr]    |
[INFO] [stderr] 65 | pub fn format_monitor_device(bl: MonitorDevice) {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `format_led_device` is never used
[INFO] [stderr]   --> src/utils/linux.rs:85:8
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub fn format_led_device(led: LedDevice) {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `with_device_name`, `with_color`, `with_function`, and `finish` are never used
[INFO] [stderr]   --> src/misc/linux.rs:34:8
[INFO] [stderr]    |
[INFO] [stderr] 33 | impl<'a> LedFilterable<'a> {
[INFO] [stderr]    | -------------------------- associated items in this implementation
[INFO] [stderr] 34 |     fn new() -> LedFilterable<'a> {
[INFO] [stderr]    |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 41 |     fn with_device_name(&'a mut self, device_name: &'a str) -> &'a mut LedFilterable {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 53 |     fn finish(&'a mut self) -> LedFilterable {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/misc/linux.rs:41:72
[INFO] [stderr]    |
[INFO] [stderr] 41 |     fn with_device_name(&'a mut self, device_name: &'a str) -> &'a mut LedFilterable {
[INFO] [stderr]    |                          --                         --          --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |                          |           |
[INFO] [stderr]    |                          |                          |           the same lifetime is named here
[INFO] [stderr]    |                          |                          the lifetime is named here
[INFO] [stderr]    |                          the lifetime is named 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: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 41 |     fn with_device_name(&'a mut self, device_name: &'a str) -> &'a mut LedFilterable<'a> {
[INFO] [stderr]    |                                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/misc/linux.rs:45:61
[INFO] [stderr]    |
[INFO] [stderr] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable {
[INFO] [stderr]    |                    --                                --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |                                 |
[INFO] [stderr]    |                    the lifetime is named here        the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable<'a> {
[INFO] [stderr]    |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/misc/linux.rs:49:70
[INFO] [stderr]    |
[INFO] [stderr] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable {
[INFO] [stderr]    |                       --                                      --     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |                                       |
[INFO] [stderr]    |                       the lifetime is named here              the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable<'a> {
[INFO] [stderr]    |                                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/misc/linux.rs:53:32
[INFO] [stderr]    |
[INFO] [stderr] 53 |     fn finish(&'a mut self) -> LedFilterable {
[INFO] [stderr]    |                --              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 53 |     fn finish(&'a mut self) -> LedFilterable<'a> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bulbb` (lib) generated 8 warnings (run `cargo fix --lib -p bulbb` to apply 5 suggestions)
[INFO] [stderr] warning: methods `with_color` and `with_function` are never used
[INFO] [stderr]   --> src/misc/linux.rs:45:8
[INFO] [stderr]    |
[INFO] [stderr] 33 | impl<'a> LedFilterable<'a> {
[INFO] [stderr]    | -------------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 45 |     fn with_color(&'a mut self, color: LedColor) -> &'a mut LedFilterable {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 49 |     fn with_function(&'a mut self, function: LedFunction) -> &'a mut LedFilterable {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bulbb` (lib test) generated 5 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bulbb-989d1d34975a3116)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test misc::linux::tests::filter ... ok
[INFO] [stdout] test misc::linux::tests::get_all_keyboard_devices ... ok
[INFO] [stdout] test misc::linux::tests::parse_led_device_names ... ok
[INFO] [stdout] test misc::linux::tests::get_all_led_devices ... ok
[INFO] [stdout] test monitor::linux::tests::get_all_monitor_devices ... ok
[INFO] [stdout] test monitor::linux::tests::set_monitor ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bulbb
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test src/misc/linux.rs - misc::linux::LedDevice::set_brightness (line 374) ... ignored
[INFO] [stdout] test src/monitor/linux.rs - monitor::linux::MonitorDevice::set_brightness (line 353) ... ignored
[INFO] [stdout] test src/monitor/linux.rs - monitor::linux::MonitorDevice::get_power (line 225) ... ok
[INFO] [stdout] test src/misc/linux.rs - misc::linux::LedDevice::get_all_led_devices (line 230) ... ok
[INFO] [stdout] test src/misc/linux.rs - misc::linux::LedDevice::get_led_device (line 201) ... FAILED
[INFO] [stdout] test src/monitor/linux.rs - monitor::linux::MonitorDevice::get_max_brightness (line 280) ... ok
[INFO] [stdout] test src/misc/linux.rs - misc::linux::LedDevice::get_device_name (line 280) ... ok
[INFO] [stdout] test src/monitor/linux.rs - monitor::linux::MonitorDevice::get_device_name (line 206) ... ok
[INFO] [stdout] test src/misc/linux.rs - misc::linux::LedDevice::get_brightness (line 299) ... ok
[INFO] [stdout] test src/monitor/linux.rs - monitor::linux::MonitorDevice::get_type (line 298) ... ok
[INFO] [stdout] test src/monitor/linux.rs - monitor::linux::MonitorDevice::get_monitor_device (line 134) ... FAILED
[INFO] [stdout] test src/monitor/linux.rs - monitor::linux::MonitorDevice::get_actual_brightness (line 261) ... ok
[INFO] [stdout] test src/misc/linux.rs - misc::linux::LedDevice::set_brightness (line 381) ... ok
[INFO] [stdout] test src/misc/linux.rs - misc::linux::LedDevice::get_max_brightness (line 318) ... ok
[INFO] [stdout] test src/monitor/linux.rs - monitor::linux::MonitorDevice::get_all_monitor_devices (line 176) ... ok
[INFO] [stdout] test src/monitor/linux.rs - monitor::linux::MonitorDevice::set_brightness (line 360) ... FAILED
[INFO] [stdout] test src/monitor/linux.rs - monitor::linux::MonitorDevice::get_brightness (line 242) ... ok
[INFO] [stdout] test src/misc/linux.rs - misc::linux::LedDevice::get_all_keyboard_devices (line 260) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/misc/linux.rs - misc::linux::LedDevice::get_led_device (line 201) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (378) panicked at src/misc/linux.rs:8:65:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: InvalidDeviceName { device: "asus::kbd_backlight" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57fee31f3bc2 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57fee31f3bc2 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57fee31f3bc2 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57fee31f3bc2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57fee3202cef - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57fee3202cef - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x57fee31d2693 - std::io::default_write_fmt::hb29d13affe7e9cd0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57fee31d2693 - std::io::Write::write_fmt::hec441b8c6eca32b9
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57fee31d77c2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57fee31d90cc - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x57fee31d8f26 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x57fee31d96a5 - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x57fee31d953a - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x57fee31d78f9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x57fee31c699d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x57fee3206110 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x57fee3205956 - core::result::unwrap_failed::h72ee8fcbf1bf8ff9
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1862:5
[INFO] [stdout]   17:     0x57fee31be6d8 - rust_out::main::_doctest_main_src_misc_linux_rs_201_0::h4c3734e942a8dca1
[INFO] [stdout]   18:     0x57fee31be5a6 - rust_out::main::h583ff58340d718d9
[INFO] [stdout]   19:     0x57fee31bdf43 - core::ops::function::FnOnce::call_once::h14c180921ac1da5e
[INFO] [stdout]   20:     0x57fee31bde56 - std::sys::backtrace::__rust_begin_short_backtrace::h6b98eb9b1ad88857
[INFO] [stdout]   21:     0x57fee31bde39 - std::rt::lang_start::{{closure}}::h2fc95fa84f0c83a2
[INFO] [stdout]   22:     0x57fee31d3840 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h9095abc9db71b07e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   23:     0x57fee31d3840 - std::panicking::catch_unwind::do_call::h6cf5dc461761418c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   24:     0x57fee31d3840 - std::panicking::catch_unwind::h60074fd2327f40bd
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   25:     0x57fee31d3840 - std::panic::catch_unwind::heb14fa8e39d051cf
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x57fee31d3840 - std::rt::lang_start_internal::{{closure}}::hfb550bec36306a19
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x57fee31d3840 - std::panicking::catch_unwind::do_call::hc805f36f35b6d647
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x57fee31d3840 - std::panicking::catch_unwind::hb8d32f0195463ad2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x57fee31d3840 - std::panic::catch_unwind::hcebe3b1d5adfc5a2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x57fee31d3840 - std::rt::lang_start_internal::h27f55ed238aa26df
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x57fee31bde21 - std::rt::lang_start::h762c340aaede70f7
[INFO] [stdout]   32:     0x57fee31be855 - main
[INFO] [stdout]   33:     0x72780c7781ca - <unknown>
[INFO] [stdout]   34:     0x72780c77828b - __libc_start_main
[INFO] [stdout]   35:     0x57fee31bdd35 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/monitor/linux.rs - monitor::linux::MonitorDevice::get_monitor_device (line 134) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (448) panicked at src/monitor/linux.rs:8:70:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: InvalidDeviceName { device: "amdgpu_bl0" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x570992d45892 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x570992d45892 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x570992d45892 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x570992d45892 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x570992d5493f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x570992d5493f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x570992d24363 - std::io::default_write_fmt::hb29d13affe7e9cd0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x570992d24363 - std::io::Write::write_fmt::hec441b8c6eca32b9
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x570992d29492 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x570992d2ad9c - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x570992d2abf6 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x570992d2b375 - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x570992d2b20a - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x570992d295c9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x570992d1866d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x570992d57c90 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x570992d57516 - core::result::unwrap_failed::h72ee8fcbf1bf8ff9
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1862:5
[INFO] [stdout]   17:     0x570992d133a8 - rust_out::main::_doctest_main_src_monitor_linux_rs_134_0::h2d7809612c5f2061
[INFO] [stdout]   18:     0x570992d13276 - rust_out::main::h583ff58340d718d9
[INFO] [stdout]   19:     0x570992d12c13 - core::ops::function::FnOnce::call_once::h14c180921ac1da5e
[INFO] [stdout]   20:     0x570992d12b26 - std::sys::backtrace::__rust_begin_short_backtrace::h6b98eb9b1ad88857
[INFO] [stdout]   21:     0x570992d12b09 - std::rt::lang_start::{{closure}}::h2fc95fa84f0c83a2
[INFO] [stdout]   22:     0x570992d25510 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h9095abc9db71b07e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   23:     0x570992d25510 - std::panicking::catch_unwind::do_call::h6cf5dc461761418c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   24:     0x570992d25510 - std::panicking::catch_unwind::h60074fd2327f40bd
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   25:     0x570992d25510 - std::panic::catch_unwind::heb14fa8e39d051cf
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x570992d25510 - std::rt::lang_start_internal::{{closure}}::hfb550bec36306a19
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x570992d25510 - std::panicking::catch_unwind::do_call::hc805f36f35b6d647
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x570992d25510 - std::panicking::catch_unwind::hb8d32f0195463ad2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x570992d25510 - std::panic::catch_unwind::hcebe3b1d5adfc5a2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x570992d25510 - std::rt::lang_start_internal::h27f55ed238aa26df
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x570992d12af1 - std::rt::lang_start::h762c340aaede70f7
[INFO] [stdout]   32:     0x570992d13525 - main
[INFO] [stdout]   33:     0x705746a631ca - <unknown>
[INFO] [stdout]   34:     0x705746a6328b - __libc_start_main
[INFO] [stdout]   35:     0x570992d12a05 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/monitor/linux.rs - monitor::linux::MonitorDevice::set_brightness (line 360) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (459) panicked at src/monitor/linux.rs:8:9:
[INFO] [stdout] index out of bounds: the len is 0 but the index is 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x612e282e81f2 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x612e282e81f2 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x612e282e81f2 - std::sys::backtrace::_print_fmt::h255777b7ec902439
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x612e282e81f2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8a1ac49fcd7ee8ce
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x612e282f729f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x612e282f729f - core::fmt::write::hbdcc0ec4f1bab1db
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x612e282c6693 - std::io::default_write_fmt::hb29d13affe7e9cd0
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x612e282c6693 - std::io::Write::write_fmt::hec441b8c6eca32b9
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x612e282cba22 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x612e282cd32c - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x612e282cd186 - std::panicking::default_hook::h9d66b9642014ce48
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x612e282cd905 - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x612e282cd79a - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x612e282cbb59 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x612e282ba84d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x612e282fa680 - core::panicking::panic_fmt::h774fb860369a0f7b
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x612e282fa422 - core::panicking::panic_bounds_check::h30fecf2de4351779
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:276:5
[INFO] [stdout]   17:     0x612e282b2938 - <usize as core::slice::index::SliceIndex<[T]>>::index::h82145d7e539778a0
[INFO] [stdout]   18:     0x612e282b2999 - <alloc::vec::Vec<T,A> as core::ops::index::Index<I>>::index::h0425ec26aa8d8383
[INFO] [stdout]   19:     0x612e282b2a75 - rust_out::main::_doctest_main_src_monitor_linux_rs_360_0::h72f8920502754fdb
[INFO] [stdout]   20:     0x612e282b29a6 - rust_out::main::h583ff58340d718d9
[INFO] [stdout]   21:     0x612e282b23f3 - core::ops::function::FnOnce::call_once::h14c180921ac1da5e
[INFO] [stdout]   22:     0x612e282b2316 - std::sys::backtrace::__rust_begin_short_backtrace::h6b98eb9b1ad88857
[INFO] [stdout]   23:     0x612e282b22f9 - std::rt::lang_start::{{closure}}::h2fc95fa84f0c83a2
[INFO] [stdout]   24:     0x612e282c7840 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h9095abc9db71b07e
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   25:     0x612e282c7840 - std::panicking::catch_unwind::do_call::h6cf5dc461761418c
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   26:     0x612e282c7840 - std::panicking::catch_unwind::h60074fd2327f40bd
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   27:     0x612e282c7840 - std::panic::catch_unwind::heb14fa8e39d051cf
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x612e282c7840 - std::rt::lang_start_internal::{{closure}}::hfb550bec36306a19
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/rt.rs:175:24
[INFO] [stdout]   29:     0x612e282c7840 - std::panicking::catch_unwind::do_call::hc805f36f35b6d647
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x612e282c7840 - std::panicking::catch_unwind::hb8d32f0195463ad2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x612e282c7840 - std::panic::catch_unwind::hcebe3b1d5adfc5a2
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x612e282c7840 - std::rt::lang_start_internal::h27f55ed238aa26df
[INFO] [stdout]                                at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/rt.rs:171:5
[INFO] [stdout]   33:     0x612e282b22e1 - std::rt::lang_start::h762c340aaede70f7
[INFO] [stdout]   34:     0x612e282b2b05 - main
[INFO] [stdout]   35:     0x77b0fc2301ca - <unknown>
[INFO] [stdout]   36:     0x77b0fc23028b - __libc_start_main
[INFO] [stdout]   37:     0x612e282b21f5 - _start
[INFO] [stdout]   38:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/misc/linux.rs - misc::linux::LedDevice::get_led_device (line 201)
[INFO] [stdout]     src/monitor/linux.rs - monitor::linux::MonitorDevice::get_monitor_device (line 134)
[INFO] [stdout]     src/monitor/linux.rs - monitor::linux::MonitorDevice::set_brightness (line 360)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 13 passed; 3 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.49s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5ae3bf5a5fbbd8f39178d8f825c45aeb09a6fb68e8fb7ee306aad3c57867aa8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ae3bf5a5fbbd8f39178d8f825c45aeb09a6fb68e8fb7ee306aad3c57867aa8f", kill_on_drop: false }`
[INFO] [stdout] 5ae3bf5a5fbbd8f39178d8f825c45aeb09a6fb68e8fb7ee306aad3c57867aa8f
