[INFO] fetching crate mint 0.5.6... [INFO] checking mint-0.5.6 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate mint 0.5.6 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate mint 0.5.6 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mint 0.5.6 [INFO] finished tweaking crates.io crate mint 0.5.6 [INFO] tweaked toml for crates.io crate mint 0.5.6 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92809f74735caa6cae6c8cf0d0be3ea7b358eb5ceaa1795f8dedf788928f09db [INFO] running `Command { std: "docker" "start" "-a" "92809f74735caa6cae6c8cf0d0be3ea7b358eb5ceaa1795f8dedf788928f09db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92809f74735caa6cae6c8cf0d0be3ea7b358eb5ceaa1795f8dedf788928f09db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92809f74735caa6cae6c8cf0d0be3ea7b358eb5ceaa1795f8dedf788928f09db", kill_on_drop: false }` [INFO] [stdout] 92809f74735caa6cae6c8cf0d0be3ea7b358eb5ceaa1795f8dedf788928f09db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 421bb01b6c001b8f79cfb20148f9de35a2b27efebb19252ce8ddd087b8c95bca [INFO] running `Command { std: "docker" "start" "-a" "421bb01b6c001b8f79cfb20148f9de35a2b27efebb19252ce8ddd087b8c95bca", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Checking mint v0.5.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | /// 2x2 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | / /// 2x3 row-major matrix. [INFO] [stdout] 101 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | /// 2x4 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / /// 3x2 row-major matrix. [INFO] [stdout] 108 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / /// 3x3 row-major matrix. [INFO] [stdout] 112 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stdout] | |_----------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / /// 3x4 row-major matrix. [INFO] [stdout] 116 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / /// 4x3 row-major matrix. [INFO] [stdout] 120 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | /// 4x4 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 130 | /// 2x2 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:133:1 [INFO] [stdout] | [INFO] [stdout] 133 | / /// 2x3 column-major matrix. [INFO] [stdout] 134 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / /// 3x2 column-major matrix. [INFO] [stdout] 141 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / /// 3x3 column-major matrix. [INFO] [stdout] 145 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stdout] | |_----------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:148:1 [INFO] [stdout] | [INFO] [stdout] 148 | / /// 3x4 column-major matrix. [INFO] [stdout] 149 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | /// 4x2 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | / /// 4x3 column-major matrix. [INFO] [stdout] 156 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | /// 4x4 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:97:1 [INFO] [stdout] | [INFO] [stdout] 97 | /// 2x2 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | / /// 2x3 row-major matrix. [INFO] [stdout] 101 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | /// 2x4 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:107:1 [INFO] [stdout] | [INFO] [stdout] 107 | / /// 3x2 row-major matrix. [INFO] [stdout] 108 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 111 | / /// 3x3 row-major matrix. [INFO] [stdout] 112 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stdout] | |_----------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:115:1 [INFO] [stdout] | [INFO] [stdout] 115 | / /// 3x4 row-major matrix. [INFO] [stdout] 116 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / /// 4x3 row-major matrix. [INFO] [stdout] 120 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | /// 4x4 row-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 130 | /// 2x2 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:133:1 [INFO] [stdout] | [INFO] [stdout] 133 | / /// 2x3 column-major matrix. [INFO] [stdout] 134 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / /// 3x2 column-major matrix. [INFO] [stdout] 141 | | /// Useful for combining rotation, scale, and translation in 2D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | / /// 3x3 column-major matrix. [INFO] [stdout] 145 | | /// Useful for representing rotation and scale in 3D space. [INFO] [stdout] | |_----------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:148:1 [INFO] [stdout] | [INFO] [stdout] 148 | / /// 3x4 column-major matrix. [INFO] [stdout] 149 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | /// 4x2 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | / /// 4x3 column-major matrix. [INFO] [stdout] 156 | | /// Useful for combining rotation, scale, and translation in 3D space. [INFO] [stdout] | |_---------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/matrix.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | /// 4x4 column-major matrix. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.33s [INFO] running `Command { std: "docker" "inspect" "421bb01b6c001b8f79cfb20148f9de35a2b27efebb19252ce8ddd087b8c95bca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "421bb01b6c001b8f79cfb20148f9de35a2b27efebb19252ce8ddd087b8c95bca", kill_on_drop: false }` [INFO] [stdout] 421bb01b6c001b8f79cfb20148f9de35a2b27efebb19252ce8ddd087b8c95bca