[INFO] fetching crate ntcip 0.5.0... [INFO] documenting ntcip-0.5.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate ntcip 0.5.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate ntcip 0.5.0 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ntcip 0.5.0 [INFO] finished tweaking crates.io crate ntcip 0.5.0 [INFO] tweaked toml for crates.io crate ntcip 0.5.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate ntcip 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c8e60d57cc2d0f019b3a9dc98c29d3d2c4c56eb567a07cb5f7014d72b71fda3 [INFO] running `Command { std: "docker" "start" "-a" "7c8e60d57cc2d0f019b3a9dc98c29d3d2c4c56eb567a07cb5f7014d72b71fda3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c8e60d57cc2d0f019b3a9dc98c29d3d2c4c56eb567a07cb5f7014d72b71fda3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c8e60d57cc2d0f019b3a9dc98c29d3d2c4c56eb567a07cb5f7014d72b71fda3", kill_on_drop: false }` [INFO] [stdout] 7c8e60d57cc2d0f019b3a9dc98c29d3d2c4c56eb567a07cb5f7014d72b71fda3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5b5f54fd8fd16d6a250162f7f491196f94b05365e7992182b13cfeca90cfd94 [INFO] running `Command { std: "docker" "start" "-a" "c5b5f54fd8fd16d6a250162f7f491196f94b05365e7992182b13cfeca90cfd94", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling pix v0.13.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Documenting ntcip v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `pb` [INFO] [stdout] --> src/dms/multi.rs:816:37 [INFO] [stdout] | [INFO] [stdout] 816 | /// Parse a Page -- Background tag [pb]. [INFO] [stdout] | ^^ no item named `pb` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cf` [INFO] [stdout] --> src/dms/multi.rs:828:38 [INFO] [stdout] | [INFO] [stdout] 828 | /// Parse a Color -- Foreground tag [cf]. [INFO] [stdout] | ^^ no item named `cf` 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 `cr` [INFO] [stdout] --> src/dms/multi.rs:840:34 [INFO] [stdout] | [INFO] [stdout] 840 | /// Parse a Color Rectangle tag [cr]. [INFO] [stdout] | ^^ no item named `cr` 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 `f` [INFO] [stdout] --> src/dms/multi.rs:849:24 [INFO] [stdout] | [INFO] [stdout] 849 | /// Parse a Field tag [f]. [INFO] [stdout] | ^ no item named `f` 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 `fl` [INFO] [stdout] --> src/dms/multi.rs:858:29 [INFO] [stdout] | [INFO] [stdout] 858 | /// Parse a Flash time tag [fl]. [INFO] [stdout] | ^^ no item named `fl` 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 `fo` [INFO] [stdout] --> src/dms/multi.rs:897:23 [INFO] [stdout] | [INFO] [stdout] 897 | /// Parse a Font tag [fo] [INFO] [stdout] | ^^ no item named `fo` 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 `g` [INFO] [stdout] --> src/dms/multi.rs:910:26 [INFO] [stdout] | [INFO] [stdout] 910 | /// Parse a Graphic tag [g] [INFO] [stdout] | ^ no item named `g` 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 `hc` [INFO] [stdout] --> src/dms/multi.rs:947:40 [INFO] [stdout] | [INFO] [stdout] 947 | /// Parse a hexadecimal character tag [hc]. [INFO] [stdout] | ^^ no item named `hc` 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 `jl` [INFO] [stdout] --> src/dms/multi.rs:971:40 [INFO] [stdout] | [INFO] [stdout] 971 | /// Parse a Justification -- Line tag [jl]. [INFO] [stdout] | ^^ no item named `jl` 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 `jp` [INFO] [stdout] --> src/dms/multi.rs:983:40 [INFO] [stdout] | [INFO] [stdout] 983 | /// Parse a Justification -- Page tag [jp]. [INFO] [stdout] | ^^ no item named `jp` 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 `ms` [INFO] [stdout] --> src/dms/multi.rs:995:40 [INFO] [stdout] | [INFO] [stdout] 995 | /// Parse a Manufacturer Specific tag [ms]. [INFO] [stdout] | ^^ no item named `ms` 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 `mv` [INFO] [stdout] --> src/dms/multi.rs:1019:30 [INFO] [stdout] | [INFO] [stdout] 1019 | /// Parse a Moving text tag [mv]. [INFO] [stdout] | ^^ no item named `mv` 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 `nl` [INFO] [stdout] --> src/dms/multi.rs:1081:27 [INFO] [stdout] | [INFO] [stdout] 1081 | /// Parse a New Line tag [nl]. [INFO] [stdout] | ^^ no item named `nl` 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 `np` [INFO] [stdout] --> src/dms/multi.rs:1094:27 [INFO] [stdout] | [INFO] [stdout] 1094 | /// Parse a New Page tag [np]. [INFO] [stdout] | ^^ no item named `np` 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 `pt` [INFO] [stdout] --> src/dms/multi.rs:1102:28 [INFO] [stdout] | [INFO] [stdout] 1102 | /// Parse a Page Time tag [pt]. [INFO] [stdout] | ^^ no item named `pt` 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 `sc` [INFO] [stdout] --> src/dms/multi.rs:1111:39 [INFO] [stdout] | [INFO] [stdout] 1111 | /// Parse a Spacing -- Character tag [sc]. [INFO] [stdout] | ^^ no item named `sc` 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 `tr` [INFO] [stdout] --> src/dms/multi.rs:1130:33 [INFO] [stdout] | [INFO] [stdout] 1130 | /// Parse a Text Rectangle tag [tr]. [INFO] [stdout] | ^^ no item named `tr` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.29s [INFO] running `Command { std: "docker" "inspect" "c5b5f54fd8fd16d6a250162f7f491196f94b05365e7992182b13cfeca90cfd94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5b5f54fd8fd16d6a250162f7f491196f94b05365e7992182b13cfeca90cfd94", kill_on_drop: false }` [INFO] [stdout] c5b5f54fd8fd16d6a250162f7f491196f94b05365e7992182b13cfeca90cfd94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] a6182c441da275696eb55e7817ff40eb95b0387fbd16233db84491825d5ac2c5 [INFO] running `Command { std: "docker" "start" "-a" "a6182c441da275696eb55e7817ff40eb95b0387fbd16233db84491825d5ac2c5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling pix v0.13.1 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Documenting ntcip v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `pb` [INFO] [stdout] --> src/dms/multi.rs:816:37 [INFO] [stdout] | [INFO] [stdout] 816 | /// Parse a Page -- Background tag [pb]. [INFO] [stdout] | ^^ no item named `pb` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `cf` [INFO] [stdout] --> src/dms/multi.rs:828:38 [INFO] [stdout] | [INFO] [stdout] 828 | /// Parse a Color -- Foreground tag [cf]. [INFO] [stdout] | ^^ no item named `cf` 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 `cr` [INFO] [stdout] --> src/dms/multi.rs:840:34 [INFO] [stdout] | [INFO] [stdout] 840 | /// Parse a Color Rectangle tag [cr]. [INFO] [stdout] | ^^ no item named `cr` 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 `f` [INFO] [stdout] --> src/dms/multi.rs:849:24 [INFO] [stdout] | [INFO] [stdout] 849 | /// Parse a Field tag [f]. [INFO] [stdout] | ^ no item named `f` 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 `fl` [INFO] [stdout] --> src/dms/multi.rs:858:29 [INFO] [stdout] | [INFO] [stdout] 858 | /// Parse a Flash time tag [fl]. [INFO] [stdout] | ^^ no item named `fl` 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 `fo` [INFO] [stdout] --> src/dms/multi.rs:897:23 [INFO] [stdout] | [INFO] [stdout] 897 | /// Parse a Font tag [fo] [INFO] [stdout] | ^^ no item named `fo` 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 `g` [INFO] [stdout] --> src/dms/multi.rs:910:26 [INFO] [stdout] | [INFO] [stdout] 910 | /// Parse a Graphic tag [g] [INFO] [stdout] | ^ no item named `g` 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 `hc` [INFO] [stdout] --> src/dms/multi.rs:947:40 [INFO] [stdout] | [INFO] [stdout] 947 | /// Parse a hexadecimal character tag [hc]. [INFO] [stdout] | ^^ no item named `hc` 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 `jl` [INFO] [stdout] --> src/dms/multi.rs:971:40 [INFO] [stdout] | [INFO] [stdout] 971 | /// Parse a Justification -- Line tag [jl]. [INFO] [stdout] | ^^ no item named `jl` 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 `jp` [INFO] [stdout] --> src/dms/multi.rs:983:40 [INFO] [stdout] | [INFO] [stdout] 983 | /// Parse a Justification -- Page tag [jp]. [INFO] [stdout] | ^^ no item named `jp` 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 `ms` [INFO] [stdout] --> src/dms/multi.rs:995:40 [INFO] [stdout] | [INFO] [stdout] 995 | /// Parse a Manufacturer Specific tag [ms]. [INFO] [stdout] | ^^ no item named `ms` 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 `mv` [INFO] [stdout] --> src/dms/multi.rs:1019:30 [INFO] [stdout] | [INFO] [stdout] 1019 | /// Parse a Moving text tag [mv]. [INFO] [stdout] | ^^ no item named `mv` 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 `nl` [INFO] [stdout] --> src/dms/multi.rs:1081:27 [INFO] [stdout] | [INFO] [stdout] 1081 | /// Parse a New Line tag [nl]. [INFO] [stdout] | ^^ no item named `nl` 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 `np` [INFO] [stdout] --> src/dms/multi.rs:1094:27 [INFO] [stdout] | [INFO] [stdout] 1094 | /// Parse a New Page tag [np]. [INFO] [stdout] | ^^ no item named `np` 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 `pt` [INFO] [stdout] --> src/dms/multi.rs:1102:28 [INFO] [stdout] | [INFO] [stdout] 1102 | /// Parse a Page Time tag [pt]. [INFO] [stdout] | ^^ no item named `pt` 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 `sc` [INFO] [stdout] --> src/dms/multi.rs:1111:39 [INFO] [stdout] | [INFO] [stdout] 1111 | /// Parse a Spacing -- Character tag [sc]. [INFO] [stdout] | ^^ no item named `sc` 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 `tr` [INFO] [stdout] --> src/dms/multi.rs:1130:33 [INFO] [stdout] | [INFO] [stdout] 1130 | /// Parse a Text Rectangle tag [tr]. [INFO] [stdout] | ^^ no item named `tr` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.86s [INFO] running `Command { std: "docker" "inspect" "a6182c441da275696eb55e7817ff40eb95b0387fbd16233db84491825d5ac2c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6182c441da275696eb55e7817ff40eb95b0387fbd16233db84491825d5ac2c5", kill_on_drop: false }` [INFO] [stdout] a6182c441da275696eb55e7817ff40eb95b0387fbd16233db84491825d5ac2c5