[INFO] fetching crate matriarch 0.1.0... [INFO] documenting matriarch-0.1.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate matriarch 0.1.0 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate matriarch 0.1.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate matriarch 0.1.0 [INFO] finished tweaking crates.io crate matriarch 0.1.0 [INFO] tweaked toml for crates.io crate matriarch 0.1.0 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b10af2dcc4143c6f28a8e9e0a233d2d444f8e984db7d7b97f8593570c029589a [INFO] running `Command { std: "docker" "start" "-a" "b10af2dcc4143c6f28a8e9e0a233d2d444f8e984db7d7b97f8593570c029589a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b10af2dcc4143c6f28a8e9e0a233d2d444f8e984db7d7b97f8593570c029589a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b10af2dcc4143c6f28a8e9e0a233d2d444f8e984db7d7b97f8593570c029589a", kill_on_drop: false }` [INFO] [stdout] b10af2dcc4143c6f28a8e9e0a233d2d444f8e984db7d7b97f8593570c029589a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a218a37197aa8325d6a7f32d2754877b9ea8a12a99e8c69259b166c9dc00cd0e [INFO] running `Command { std: "docker" "start" "-a" "a218a37197aa8325d6a7f32d2754877b9ea8a12a99e8c69259b166c9dc00cd0e", kill_on_drop: false }` [INFO] [stderr] Documenting matriarch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/vec2.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | /// where [0] -> x, and [1] -> y. [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec2.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | /// where [0] -> x, and [1] -> y. [INFO] [stdout] | ^ no item named `1` 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 `0` [INFO] [stdout] --> src/vec2.rs:52:67 [INFO] [stdout] | [INFO] [stdout] 52 | /// Returns an array of the Vec2's x and y values where x -> [0], y -> [1]. [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec2.rs:52:77 [INFO] [stdout] | [INFO] [stdout] 52 | /// Returns an array of the Vec2's x and y values where x -> [0], y -> [1]. [INFO] [stdout] | ^ no item named `1` 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 `0` [INFO] [stdout] --> src/vec3.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | /// where [0] -> x, [1] -> y, and [2] -> z. [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec3.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | /// where [0] -> x, [1] -> y, and [2] -> z. [INFO] [stdout] | ^ no item named `1` 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 `2` [INFO] [stdout] --> src/vec3.rs:40:40 [INFO] [stdout] | [INFO] [stdout] 40 | /// where [0] -> x, [1] -> y, and [2] -> z. [INFO] [stdout] | ^ no item named `2` 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 `0` [INFO] [stdout] --> src/vec3.rs:52:70 [INFO] [stdout] | [INFO] [stdout] 52 | /// Returns an array of the Vec3's x, y and z values where x -> [0], [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec3.rs:53:15 [INFO] [stdout] | [INFO] [stdout] 53 | /// y -> [1], and z -> [2]. [INFO] [stdout] | ^ no item named `1` 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 `2` [INFO] [stdout] --> src/vec3.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | /// y -> [1], and z -> [2]. [INFO] [stdout] | ^ no item named `2` 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 `0` [INFO] [stdout] --> src/vec4.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | /// where [0] -> x, [1] -> y, [2] -> z, and [3] -> w. [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec4.rs:26:26 [INFO] [stdout] | [INFO] [stdout] 26 | /// where [0] -> x, [1] -> y, [2] -> z, and [3] -> w. [INFO] [stdout] | ^ no item named `1` 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 `2` [INFO] [stdout] --> src/vec4.rs:26:36 [INFO] [stdout] | [INFO] [stdout] 26 | /// where [0] -> x, [1] -> y, [2] -> z, and [3] -> w. [INFO] [stdout] | ^ no item named `2` 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 `3` [INFO] [stdout] --> src/vec4.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | /// where [0] -> x, [1] -> y, [2] -> z, and [3] -> w. [INFO] [stdout] | ^ no item named `3` 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 `0` [INFO] [stdout] --> src/vec4.rs:36:74 [INFO] [stdout] | [INFO] [stdout] 36 | /// Returns an array of the Vec4's x, y, z, and w values where x -> [0], [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec4.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | /// y -> [1], z -> [2], and w -> [3]. [INFO] [stdout] | ^ no item named `1` 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 `2` [INFO] [stdout] --> src/vec4.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | /// y -> [1], z -> [2], and w -> [3]. [INFO] [stdout] | ^ no item named `2` 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 `3` [INFO] [stdout] --> src/vec4.rs:37:39 [INFO] [stdout] | [INFO] [stdout] 37 | /// y -> [1], z -> [2], and w -> [3]. [INFO] [stdout] | ^ no item named `3` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.31s [INFO] running `Command { std: "docker" "inspect" "a218a37197aa8325d6a7f32d2754877b9ea8a12a99e8c69259b166c9dc00cd0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a218a37197aa8325d6a7f32d2754877b9ea8a12a99e8c69259b166c9dc00cd0e", kill_on_drop: false }` [INFO] [stdout] a218a37197aa8325d6a7f32d2754877b9ea8a12a99e8c69259b166c9dc00cd0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 7032a1e140902f1434496782c0818d4b0a2d35d106694940f1bb93b35e3afb62 [INFO] running `Command { std: "docker" "start" "-a" "7032a1e140902f1434496782c0818d4b0a2d35d106694940f1bb93b35e3afb62", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Documenting matriarch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/vec2.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | /// where [0] -> x, and [1] -> y. [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec2.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | /// where [0] -> x, and [1] -> y. [INFO] [stdout] | ^ no item named `1` 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 `0` [INFO] [stdout] --> src/vec2.rs:52:67 [INFO] [stdout] | [INFO] [stdout] 52 | /// Returns an array of the Vec2's x and y values where x -> [0], y -> [1]. [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec2.rs:52:77 [INFO] [stdout] | [INFO] [stdout] 52 | /// Returns an array of the Vec2's x and y values where x -> [0], y -> [1]. [INFO] [stdout] | ^ no item named `1` 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 `0` [INFO] [stdout] --> src/vec3.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | /// where [0] -> x, [1] -> y, and [2] -> z. [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec3.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | /// where [0] -> x, [1] -> y, and [2] -> z. [INFO] [stdout] | ^ no item named `1` 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 `2` [INFO] [stdout] --> src/vec3.rs:40:40 [INFO] [stdout] | [INFO] [stdout] 40 | /// where [0] -> x, [1] -> y, and [2] -> z. [INFO] [stdout] | ^ no item named `2` 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 `0` [INFO] [stdout] --> src/vec3.rs:52:70 [INFO] [stdout] | [INFO] [stdout] 52 | /// Returns an array of the Vec3's x, y and z values where x -> [0], [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec3.rs:53:15 [INFO] [stdout] | [INFO] [stdout] 53 | /// y -> [1], and z -> [2]. [INFO] [stdout] | ^ no item named `1` 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 `2` [INFO] [stdout] --> src/vec3.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | /// y -> [1], and z -> [2]. [INFO] [stdout] | ^ no item named `2` 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 `0` [INFO] [stdout] --> src/vec4.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | /// where [0] -> x, [1] -> y, [2] -> z, and [3] -> w. [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec4.rs:26:26 [INFO] [stdout] | [INFO] [stdout] 26 | /// where [0] -> x, [1] -> y, [2] -> z, and [3] -> w. [INFO] [stdout] | ^ no item named `1` 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 `2` [INFO] [stdout] --> src/vec4.rs:26:36 [INFO] [stdout] | [INFO] [stdout] 26 | /// where [0] -> x, [1] -> y, [2] -> z, and [3] -> w. [INFO] [stdout] | ^ no item named `2` 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 `3` [INFO] [stdout] --> src/vec4.rs:26:50 [INFO] [stdout] | [INFO] [stdout] 26 | /// where [0] -> x, [1] -> y, [2] -> z, and [3] -> w. [INFO] [stdout] | ^ no item named `3` 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 `0` [INFO] [stdout] --> src/vec4.rs:36:74 [INFO] [stdout] | [INFO] [stdout] 36 | /// Returns an array of the Vec4's x, y, z, and w values where x -> [0], [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/vec4.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | /// y -> [1], z -> [2], and w -> [3]. [INFO] [stdout] | ^ no item named `1` 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 `2` [INFO] [stdout] --> src/vec4.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | /// y -> [1], z -> [2], and w -> [3]. [INFO] [stdout] | ^ no item named `2` 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 `3` [INFO] [stdout] --> src/vec4.rs:37:39 [INFO] [stdout] | [INFO] [stdout] 37 | /// y -> [1], z -> [2], and w -> [3]. [INFO] [stdout] | ^ no item named `3` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `Command { std: "docker" "inspect" "7032a1e140902f1434496782c0818d4b0a2d35d106694940f1bb93b35e3afb62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7032a1e140902f1434496782c0818d4b0a2d35d106694940f1bb93b35e3afb62", kill_on_drop: false }` [INFO] [stdout] 7032a1e140902f1434496782c0818d4b0a2d35d106694940f1bb93b35e3afb62