[INFO] cloning repository https://github.com/michaelbentz/dark_instruments [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michaelbentz/dark_instruments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelbentz%2Fdark_instruments", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelbentz%2Fdark_instruments'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 82b9803464e1121e05deefc1d0484940829a2f44 [INFO] documenting michaelbentz/dark_instruments against 1.86.0 for beta-1.87-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelbentz%2Fdark_instruments" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/michaelbentz/dark_instruments on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/michaelbentz/dark_instruments [INFO] finished tweaking git repo https://github.com/michaelbentz/dark_instruments [INFO] tweaked toml for git repo https://github.com/michaelbentz/dark_instruments written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/michaelbentz/dark_instruments 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.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rusty-tesseract v1.1.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e24b470b56fb5cc0f660adc6fead117b2641e6f80e770c5b2130644e275c172f [INFO] running `Command { std: "docker" "start" "-a" "e24b470b56fb5cc0f660adc6fead117b2641e6f80e770c5b2130644e275c172f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e24b470b56fb5cc0f660adc6fead117b2641e6f80e770c5b2130644e275c172f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e24b470b56fb5cc0f660adc6fead117b2641e6f80e770c5b2130644e275c172f", kill_on_drop: false }` [INFO] [stdout] e24b470b56fb5cc0f660adc6fead117b2641e6f80e770c5b2130644e275c172f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67c6247fd9ccfd4a55a196bed9d8e6249e15c81ee674e1a8822a1f925748baae [INFO] running `Command { std: "docker" "start" "-a" "67c6247fd9ccfd4a55a196bed9d8e6249e15c81ee674e1a8822a1f925748baae", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking aligned-vec v0.5.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Compiling built v0.7.3 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking bytemuck v1.16.1 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking flate2 v1.0.30 [INFO] [stderr] Checking new_debug_unreachable v1.0.6 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking bitstream-io v2.4.2 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Checking imgref v1.10.1 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Checking weezl v0.1.8 [INFO] [stderr] Compiling substring v1.4.5 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Checking rgb v0.8.37 [INFO] [stderr] Checking avif-serialize v0.8.1 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking lebe v0.5.2 [INFO] [stderr] Checking flume v0.11.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Checking zune-core v0.4.12 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Checking gif v0.13.1 [INFO] [stderr] Checking png v0.17.13 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking exr v1.72.0 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking zune-jpeg v0.4.11 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking subprocess v0.2.9 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking v_frame v0.3.8 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking num-bigint v0.4.5 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking which v6.0.1 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking av1-grain v0.2.3 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Checking profiling v1.0.15 [INFO] [stderr] Checking image-webp v0.1.2 [INFO] [stderr] Checking ravif v0.11.7 [INFO] [stderr] Checking image v0.25.1 [INFO] [stderr] Checking rusty-tesseract v1.1.10 [INFO] [stderr] Documenting dark_instruments v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `ForwardDel` [INFO] [stdout] --> src/key_code.rs:173:64 [INFO] [stdout] | [INFO] [stdout] 173 | /// Deletes characters before the insertion point, unlike [ForwardDel]. [INFO] [stdout] | ^^^^^^^^^^ no item named `ForwardDel` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `AltLeft` [INFO] [stdout] --> src/key_code.rs:197:83 [INFO] [stdout] | [INFO] [stdout] 197 | /// Used to enter numeric symbols. This key is not Num Lock, it is more like [AltLeft] [INFO] [stdout] | ^^^^^^^ no item named `AltLeft` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `VolumeMute` [INFO] [stdout] --> src/key_code.rs:230:46 [INFO] [stdout] | [INFO] [stdout] 230 | /// Mute key for the microphone (unlike [VolumeMute], which is the speaker mute key). [INFO] [stdout] | ^^^^^^^^^^ no item named `VolumeMute` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Del` [INFO] [stdout] --> src/key_code.rs:320:66 [INFO] [stdout] | [INFO] [stdout] 320 | /// Deletes characters ahead of the insertion point, unlike [Del]. [INFO] [stdout] | ^^^ no item named `Del` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Back` [INFO] [stdout] --> src/key_code.rs:356:64 [INFO] [stdout] | [INFO] [stdout] 356 | /// Navigates forward in the history stack. Complement of [Back]. [INFO] [stdout] | ^^^^ no item named `Back` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Num` [INFO] [stdout] --> src/key_code.rs:398:57 [INFO] [stdout] | [INFO] [stdout] 398 | /// This is the Num Lock key, it is different from [Num]. This key alters the [INFO] [stdout] | ^^^ no item named `Num` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Mute` [INFO] [stdout] --> src/key_code.rs:443:39 [INFO] [stdout] | [INFO] [stdout] 443 | /// Mute key for speaker (unlike [Mute], which is the mute key for the microphone). [INFO] [stdout] | ^^^^ no item named `Mute` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Power` [INFO] [stdout] --> src/key_code.rs:635:58 [INFO] [stdout] | [INFO] [stdout] 635 | /// Puts the device to sleep. Behaves somewhat like [Power] but it has no effect if [INFO] [stdout] | ^^^^^ no item named `Power` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Power` [INFO] [stdout] --> src/key_code.rs:640:53 [INFO] [stdout] | [INFO] [stdout] 640 | /// Wakes up the device. Behaves somewhat like [Power] but it has no effect if the [INFO] [stdout] | ^^^^^ no item named `Power` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.48s [INFO] [stderr] Generated /opt/rustwide/target/doc/dark_instruments/index.html [INFO] running `Command { std: "docker" "inspect" "67c6247fd9ccfd4a55a196bed9d8e6249e15c81ee674e1a8822a1f925748baae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67c6247fd9ccfd4a55a196bed9d8e6249e15c81ee674e1a8822a1f925748baae", kill_on_drop: false }` [INFO] [stdout] 67c6247fd9ccfd4a55a196bed9d8e6249e15c81ee674e1a8822a1f925748baae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60f94aba90978b43683400953bc36625d39a8e298f800e554f7002a72db409d4 [INFO] running `Command { std: "docker" "start" "-a" "60f94aba90978b43683400953bc36625d39a8e298f800e554f7002a72db409d4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking av1-grain v0.2.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Checking profiling v1.0.15 [INFO] [stderr] Checking image-webp v0.1.2 [INFO] [stderr] Checking rav1e v0.7.1 [INFO] [stderr] Checking ravif v0.11.7 [INFO] [stderr] Checking image v0.25.1 [INFO] [stderr] Checking rusty-tesseract v1.1.10 [INFO] [stderr] Documenting dark_instruments v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `ForwardDel` [INFO] [stdout] --> src/key_code.rs:173:64 [INFO] [stdout] | [INFO] [stdout] 173 | /// Deletes characters before the insertion point, unlike [ForwardDel]. [INFO] [stdout] | ^^^^^^^^^^ no item named `ForwardDel` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `AltLeft` [INFO] [stdout] --> src/key_code.rs:197:83 [INFO] [stdout] | [INFO] [stdout] 197 | /// Used to enter numeric symbols. This key is not Num Lock, it is more like [AltLeft] [INFO] [stdout] | ^^^^^^^ no item named `AltLeft` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `VolumeMute` [INFO] [stdout] --> src/key_code.rs:230:46 [INFO] [stdout] | [INFO] [stdout] 230 | /// Mute key for the microphone (unlike [VolumeMute], which is the speaker mute key). [INFO] [stdout] | ^^^^^^^^^^ no item named `VolumeMute` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Del` [INFO] [stdout] --> src/key_code.rs:320:66 [INFO] [stdout] | [INFO] [stdout] 320 | /// Deletes characters ahead of the insertion point, unlike [Del]. [INFO] [stdout] | ^^^ no item named `Del` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Back` [INFO] [stdout] --> src/key_code.rs:356:64 [INFO] [stdout] | [INFO] [stdout] 356 | /// Navigates forward in the history stack. Complement of [Back]. [INFO] [stdout] | ^^^^ no item named `Back` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Num` [INFO] [stdout] --> src/key_code.rs:398:57 [INFO] [stdout] | [INFO] [stdout] 398 | /// This is the Num Lock key, it is different from [Num]. This key alters the [INFO] [stdout] | ^^^ no item named `Num` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Mute` [INFO] [stdout] --> src/key_code.rs:443:39 [INFO] [stdout] | [INFO] [stdout] 443 | /// Mute key for speaker (unlike [Mute], which is the mute key for the microphone). [INFO] [stdout] | ^^^^ no item named `Mute` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Power` [INFO] [stdout] --> src/key_code.rs:635:58 [INFO] [stdout] | [INFO] [stdout] 635 | /// Puts the device to sleep. Behaves somewhat like [Power] but it has no effect if [INFO] [stdout] | ^^^^^ no item named `Power` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Power` [INFO] [stdout] --> src/key_code.rs:640:53 [INFO] [stdout] | [INFO] [stdout] 640 | /// Wakes up the device. Behaves somewhat like [Power] but it has no effect if the [INFO] [stdout] | ^^^^^ no item named `Power` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.67s [INFO] [stderr] Generated /opt/rustwide/target/doc/dark_instruments/index.html [INFO] running `Command { std: "docker" "inspect" "60f94aba90978b43683400953bc36625d39a8e298f800e554f7002a72db409d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60f94aba90978b43683400953bc36625d39a8e298f800e554f7002a72db409d4", kill_on_drop: false }` [INFO] [stdout] 60f94aba90978b43683400953bc36625d39a8e298f800e554f7002a72db409d4