[INFO] fetching crate git-utils 0.0.0... [INFO] checking git-utils-0.0.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate git-utils 0.0.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate git-utils 0.0.0 [INFO] finished tweaking crates.io crate git-utils 0.0.0 [INFO] tweaked toml for crates.io crate git-utils 0.0.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate git-utils 0.0.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 60 packages to latest compatible versions [INFO] [stderr] Adding git2 v0.17.2 (available: v0.20.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 47a250d87d801f5dc5ed05742cf9ab5baf2cdddd006fc6fd01da8101a7305866 [INFO] running `Command { std: "docker" "start" "-a" "47a250d87d801f5dc5ed05742cf9ab5baf2cdddd006fc6fd01da8101a7305866", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47a250d87d801f5dc5ed05742cf9ab5baf2cdddd006fc6fd01da8101a7305866", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47a250d87d801f5dc5ed05742cf9ab5baf2cdddd006fc6fd01da8101a7305866", kill_on_drop: false }` [INFO] [stdout] 47a250d87d801f5dc5ed05742cf9ab5baf2cdddd006fc6fd01da8101a7305866 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7999ea49b5093eb3ebda83a2fd5a601fe2c4851508ae25c0d4611128a1a80ec2 [INFO] running `Command { std: "docker" "start" "-a" "7999ea49b5093eb3ebda83a2fd5a601fe2c4851508ae25c0d4611128a1a80ec2", kill_on_drop: false }` [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking regex-syntax v0.8.6 [INFO] [stderr] Checking bstr v1.12.0 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling libgit2-sys v0.15.2+1.6.4 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Checking regex-automata v0.4.10 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking globset v0.4.16 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.3 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Checking git2 v0.17.2 [INFO] [stderr] Checking git-utils v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `find_initial_commit` [INFO] [stdout] --> src/commits.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{find_initial_commit, GitResult}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Error`, `ObjectType`, and `Signature` [INFO] [stdout] --> src/commits.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | use git2::{Branch, BranchType, Error, ObjectType, Oid, Repository, Signature, Sort}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Commit`, `ErrorClass`, `ErrorCode`, `IndexAddOption`, `IndexEntry`, `IndexTime`, `Index`, `ObjectType`, `RepositoryInitMode`, `RepositoryInitOptions`, and `Signature` [INFO] [stdout] --> src/rebases/mod.rs:3:25 [INFO] [stdout] | [INFO] [stdout] 3 | Branch, BranchType, Commit, Error, ErrorClass, ErrorCode, Index, IndexAddOption, IndexEntry, IndexTime, ObjectType, Oid, [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^ ^^^^^^^^^ ^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] 4 | Repository, RepositoryInitMode, RepositoryInitOptions, Signature, TreeEntry, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `File`, `OpenOptions`, `Read`, and `ffi::OsStr` [INFO] [stdout] --> src/rebases/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | ffi::OsStr, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 9 | fs::{File, OpenOptions}, [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ [INFO] [stdout] 10 | io::{Read, Write}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/rebases/mod.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | io::{Read, Write}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_commit_oid` [INFO] [stdout] --> src/rebases/mod.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | let new_commit_oid = self.repo.commit( [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_commit_oid` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `start` [INFO] [stdout] --> src/rebases/mod.rs:63:36 [INFO] [stdout] | [INFO] [stdout] 63 | fn prune(&mut self, old: &str, start: Oid, new: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `object` [INFO] [stdout] --> src/rebases/mod.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | let object = entry.to_object(&self.repo)?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_object` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `GitCleaner` is never constructed [INFO] [stdout] --> src/rebases/mod.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct GitCleaner { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `set_max_size`, and `set_pattern` are never used [INFO] [stdout] --> src/rebases/mod.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 23 | impl GitCleaner { [INFO] [stdout] | --------------- associated items in this implementation [INFO] [stdout] 24 | pub fn new(project: Repository) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | pub fn set_max_size(&mut self, size: usize) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | pub fn set_pattern(&mut self, pattern: &str) -> GitResult<()> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `prune` and `should_remove` are never used [INFO] [stdout] --> src/rebases/mod.rs:63:8 [INFO] [stdout] | [INFO] [stdout] 55 | impl GitCleaner { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 63 | fn prune(&mut self, old: &str, start: Oid, new: &str) -> Result { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | pub fn should_remove<'a>(&self, entry: &'a TreeEntry) -> GitResult<&'a [u8]> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `runtime_error` is never used [INFO] [stdout] --> src/errors/mod.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn runtime_error(msg: S) -> GitResult [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rebases/mod.rs:63:14 [INFO] [stdout] | [INFO] [stdout] 63 | fn prune(&mut self, old: &str, start: Oid, new: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ------ the same lifetime is hidden 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | fn prune(&mut self, old: &str, start: Oid, new: &str) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repos/mod.rs:21:34 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn find_initial_commit(repo: &Repository) -> GitResult { [INFO] [stdout] | ^^^^^^^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 21 | pub fn find_initial_commit(repo: &Repository) -> GitResult> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `find_initial_commit` [INFO] [stdout] --> src/commits.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{find_initial_commit, GitResult}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Error`, `ObjectType`, and `Signature` [INFO] [stdout] --> src/commits.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | use git2::{Branch, BranchType, Error, ObjectType, Oid, Repository, Signature, Sort}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Commit`, `ErrorClass`, `ErrorCode`, `IndexAddOption`, `IndexEntry`, `IndexTime`, `Index`, `ObjectType`, `RepositoryInitMode`, `RepositoryInitOptions`, and `Signature` [INFO] [stdout] --> src/rebases/mod.rs:3:25 [INFO] [stdout] | [INFO] [stdout] 3 | Branch, BranchType, Commit, Error, ErrorClass, ErrorCode, Index, IndexAddOption, IndexEntry, IndexTime, ObjectType, Oid, [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^ ^^^^^^^^^ ^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] 4 | Repository, RepositoryInitMode, RepositoryInitOptions, Signature, TreeEntry, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `File`, `OpenOptions`, `Read`, and `ffi::OsStr` [INFO] [stdout] --> src/rebases/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | ffi::OsStr, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 9 | fs::{File, OpenOptions}, [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ [INFO] [stdout] 10 | io::{Read, Write}, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Write` [INFO] [stdout] --> src/rebases/mod.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | io::{Read, Write}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_commit_oid` [INFO] [stdout] --> src/rebases/mod.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | let new_commit_oid = self.repo.commit( [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_commit_oid` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `start` [INFO] [stdout] --> src/rebases/mod.rs:63:36 [INFO] [stdout] | [INFO] [stdout] 63 | fn prune(&mut self, old: &str, start: Oid, new: &str) -> Result { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `object` [INFO] [stdout] --> src/rebases/mod.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | let object = entry.to_object(&self.repo)?; [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_object` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `GitCleaner` is never constructed [INFO] [stdout] --> src/rebases/mod.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct GitCleaner { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `set_max_size`, and `set_pattern` are never used [INFO] [stdout] --> src/rebases/mod.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 23 | impl GitCleaner { [INFO] [stdout] | --------------- associated items in this implementation [INFO] [stdout] 24 | pub fn new(project: Repository) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | pub fn set_max_size(&mut self, size: usize) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | pub fn set_pattern(&mut self, pattern: &str) -> GitResult<()> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `prune` and `should_remove` are never used [INFO] [stdout] --> src/rebases/mod.rs:63:8 [INFO] [stdout] | [INFO] [stdout] 55 | impl GitCleaner { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 63 | fn prune(&mut self, old: &str, start: Oid, new: &str) -> Result { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | pub fn should_remove<'a>(&self, entry: &'a TreeEntry) -> GitResult<&'a [u8]> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `runtime_error` is never used [INFO] [stdout] --> src/errors/mod.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn runtime_error(msg: S) -> GitResult [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/rebases/mod.rs:63:14 [INFO] [stdout] | [INFO] [stdout] 63 | fn prune(&mut self, old: &str, start: Oid, new: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ------ the same lifetime is hidden 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | fn prune(&mut self, old: &str, start: Oid, new: &str) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/repos/mod.rs:21:34 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn find_initial_commit(repo: &Repository) -> GitResult { [INFO] [stdout] | ^^^^^^^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 21 | pub fn find_initial_commit(repo: &Repository) -> GitResult> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.09s [INFO] running `Command { std: "docker" "inspect" "7999ea49b5093eb3ebda83a2fd5a601fe2c4851508ae25c0d4611128a1a80ec2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7999ea49b5093eb3ebda83a2fd5a601fe2c4851508ae25c0d4611128a1a80ec2", kill_on_drop: false }` [INFO] [stdout] 7999ea49b5093eb3ebda83a2fd5a601fe2c4851508ae25c0d4611128a1a80ec2