[INFO] cloning repository https://github.com/djedi23/crud.rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/djedi23/crud.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjedi23%2Fcrud.rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjedi23%2Fcrud.rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9c843810c48ab26c3ffcde4ceafe5d147e10c35a
[INFO] checking djedi23/crud.rs against try#987a165cfab916796a8315782b83ac460a651ce2 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdjedi23%2Fcrud.rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/djedi23/crud.rs
[INFO] finished tweaking git repo https://github.com/djedi23/crud.rs
[INFO] tweaked toml for git repo https://github.com/djedi23/crud.rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/djedi23/crud.rs on toolchain 987a165cfab916796a8315782b83ac460a651ce2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/djedi23/crud.rs 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" "+987a165cfab916796a8315782b83ac460a651ce2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a088491cc31b17a809a379faf200549659de37d0e7bddc87d13f3a6c809b58b0
[INFO] running `Command { std: "docker" "start" "-a" "a088491cc31b17a809a379faf200549659de37d0e7bddc87d13f3a6c809b58b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a088491cc31b17a809a379faf200549659de37d0e7bddc87d13f3a6c809b58b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a088491cc31b17a809a379faf200549659de37d0e7bddc87d13f3a6c809b58b0", kill_on_drop: false }`
[INFO] [stdout] a088491cc31b17a809a379faf200549659de37d0e7bddc87d13f3a6c809b58b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+987a165cfab916796a8315782b83ac460a651ce2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5537747c0178dd66fb857255917467d8bf686f549c893964f9ea458a2f8dd9d0
[INFO] running `Command { std: "docker" "start" "-a" "5537747c0178dd66fb857255917467d8bf686f549c893964f9ea458a2f8dd9d0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]     Checking linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]    Compiling scratch v1.0.8
[INFO] [stderr]    Compiling owo-colors v4.2.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking miniz_oxide v0.8.7
[INFO] [stderr]     Checking object v0.36.7
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking winnow v0.7.4
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking trim-in-place v0.1.7
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling aws-lc-rs v1.13.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling cc v1.2.17
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking pad v0.1.6
[INFO] [stderr]     Checking ident_case v1.0.1
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking yaml-rust2 v0.10.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling rustls v0.23.25
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]    Compiling case v1.0.0
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking webpki-roots v0.26.8
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking rust-ini v0.21.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling openssl-src v300.4.2+3.4.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking unicode-truncate v2.0.0
[INFO] [stderr]    Compiling aws-lc-sys v0.28.0
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]    Compiling calmio_filters v0.1.0
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking calm_io v0.1.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]     Checking darling_core v0.20.11
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling miette-derive v7.5.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling strum v0.27.1
[INFO] [stderr]     Checking crud-pretty-struct-derive v0.1.7 (/opt/rustwide/workdir/crud-pretty-struct-derive)
[INFO] [stderr]    Compiling pest_meta v2.8.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling pest_generator v2.8.0
[INFO] [stderr]    Compiling pest_derive v2.8.0
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking serde_qs v0.14.0
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking crud-api-endpoint v0.1.7 (/opt/rustwide/workdir/crud-api-endpoint)
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking terminal_size v0.4.2
[INFO] [stderr]     Checking clap_builder v4.5.35
[INFO] [stderr]     Checking miette v7.5.0
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking crud-api-derive v0.1.7 (/opt/rustwide/workdir/crud-api-derive)
[INFO] [stderr]     Checking crud-derive v0.1.7 (/opt/rustwide/workdir/crud-derive)
[INFO] [stderr]     Checking crud-pretty-struct v0.1.7 (/opt/rustwide/workdir/crud-pretty-struct)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crud-pretty-struct/src/lib.rs:298:11
[INFO] [stdout]     |
[INFO] [stdout] 298 |   fn meta(&self) -> Meta;
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |   fn meta(&self) -> Meta<'_>;
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> crud-pretty-struct/src/impls/hashmap.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 |   fn meta(&self) -> Meta {
[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] 9 |   fn meta(&self) -> Meta<'_> {
[INFO] [stdout]   |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crud-pretty-struct/src/impls/value.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 |   fn meta(&self) -> Meta {
[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] 10 |   fn meta(&self) -> Meta<'_> {
[INFO] [stdout]    |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking crud-tidy-viewer v0.1.7 (/opt/rustwide/workdir/crud-tidy-viewer)
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crud-pretty-struct/src/lib.rs:298:11
[INFO] [stdout]     |
[INFO] [stdout] 298 |   fn meta(&self) -> Meta;
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |   fn meta(&self) -> Meta<'_>;
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> crud-pretty-struct/src/impls/hashmap.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 |   fn meta(&self) -> Meta {
[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] 9 |   fn meta(&self) -> Meta<'_> {
[INFO] [stdout]   |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crud-pretty-struct/src/impls/value.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 |   fn meta(&self) -> Meta {
[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] 10 |   fn meta(&self) -> Meta<'_> {
[INFO] [stdout]    |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crud-pretty-struct/src/lib.rs:716:15
[INFO] [stdout]     |
[INFO] [stdout] 716 |       fn meta(&self) -> Meta {
[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] 716 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crud-pretty-struct/src/lib.rs:738:15
[INFO] [stdout]     |
[INFO] [stdout] 738 |       fn meta(&self) -> Meta {
[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] 738 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crud-pretty-struct/src/lib.rs:805:15
[INFO] [stdout]     |
[INFO] [stdout] 805 |       fn meta(&self) -> Meta {
[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] 805 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crud-pretty-struct/src/lib.rs:879:15
[INFO] [stdout]     |
[INFO] [stdout] 879 |       fn meta(&self) -> Meta {
[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] 879 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crud-pretty-struct/src/lib.rs:929:15
[INFO] [stdout]     |
[INFO] [stdout] 929 |       fn meta(&self) -> Meta {
[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] 929 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crud-pretty-struct/src/lib.rs:982:15
[INFO] [stdout]     |
[INFO] [stdout] 982 |       fn meta(&self) -> Meta {
[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] 982 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]     |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1048:15
[INFO] [stdout]      |
[INFO] [stdout] 1048 |       fn meta(&self) -> Meta {
[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] 1048 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1114:15
[INFO] [stdout]      |
[INFO] [stdout] 1114 |       fn meta(&self) -> Meta {
[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] 1114 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1180:15
[INFO] [stdout]      |
[INFO] [stdout] 1180 |       fn meta(&self) -> Meta {
[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] 1180 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1246:15
[INFO] [stdout]      |
[INFO] [stdout] 1246 |       fn meta(&self) -> Meta {
[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] 1246 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1301:15
[INFO] [stdout]      |
[INFO] [stdout] 1301 |       fn meta(&self) -> Meta {
[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] 1301 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1355:15
[INFO] [stdout]      |
[INFO] [stdout] 1355 |       fn meta(&self) -> Meta {
[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] 1355 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1407:15
[INFO] [stdout]      |
[INFO] [stdout] 1407 |       fn meta(&self) -> Meta {
[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] 1407 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1462:15
[INFO] [stdout]      |
[INFO] [stdout] 1462 |       fn meta(&self) -> Meta {
[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] 1462 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1512:15
[INFO] [stdout]      |
[INFO] [stdout] 1512 |       fn meta(&self) -> Meta {
[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] 1512 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1575:15
[INFO] [stdout]      |
[INFO] [stdout] 1575 |       fn meta(&self) -> Meta {
[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] 1575 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1625:15
[INFO] [stdout]      |
[INFO] [stdout] 1625 |       fn meta(&self) -> Meta {
[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] 1625 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1685:15
[INFO] [stdout]      |
[INFO] [stdout] 1685 |       fn meta(&self) -> Meta {
[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] 1685 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1732:15
[INFO] [stdout]      |
[INFO] [stdout] 1732 |       fn meta(&self) -> Meta {
[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] 1732 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1779:15
[INFO] [stdout]      |
[INFO] [stdout] 1779 |       fn meta(&self) -> Meta {
[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] 1779 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1829:15
[INFO] [stdout]      |
[INFO] [stdout] 1829 |       fn meta(&self) -> Meta {
[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] 1829 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1882:15
[INFO] [stdout]      |
[INFO] [stdout] 1882 |       fn meta(&self) -> Meta {
[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] 1882 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:1948:15
[INFO] [stdout]      |
[INFO] [stdout] 1948 |       fn meta(&self) -> Meta {
[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] 1948 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:2014:15
[INFO] [stdout]      |
[INFO] [stdout] 2014 |       fn meta(&self) -> Meta {
[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] 2014 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:2080:15
[INFO] [stdout]      |
[INFO] [stdout] 2080 |       fn meta(&self) -> Meta {
[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] 2080 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:2130:15
[INFO] [stdout]      |
[INFO] [stdout] 2130 |       fn meta(&self) -> Meta {
[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] 2130 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:2203:15
[INFO] [stdout]      |
[INFO] [stdout] 2203 |       fn meta(&self) -> Meta {
[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] 2203 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:2253:15
[INFO] [stdout]      |
[INFO] [stdout] 2253 |       fn meta(&self) -> Meta {
[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] 2253 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:2339:15
[INFO] [stdout]      |
[INFO] [stdout] 2339 |       fn meta(&self) -> Meta {
[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] 2339 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:2375:15
[INFO] [stdout]      |
[INFO] [stdout] 2375 |       fn meta(&self) -> Meta {
[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] 2375 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> crud-pretty-struct/src/lib.rs:2427:15
[INFO] [stdout]      |
[INFO] [stdout] 2427 |       fn meta(&self) -> Meta {
[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] 2427 |       fn meta(&self) -> Meta<'_> {
[INFO] [stdout]      |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper-util v0.1.11
[INFO] [stderr]     Checking config v0.15.11
[INFO] [stderr]     Checking clap v4.5.35
[INFO] [stderr]     Checking crud-auth v0.1.7 (/opt/rustwide/workdir/crud-auth)
[INFO] [stderr]     Checking clap_complete v4.5.47
[INFO] [stderr]     Checking crud-auth-no-auth v0.1.7 (/opt/rustwide/workdir/crud-auth-no-auth)
[INFO] [stderr]     Checking crud-auth-bearer v0.1.7 (/opt/rustwide/workdir/crud-auth-bearer)
[INFO] [stderr]     Checking rustls-webpki v0.103.1
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Checking crud-api v0.1.7 (/opt/rustwide/workdir/crud-api)
[INFO] [stderr]     Checking crud v0.1.7 (/opt/rustwide/workdir/crud)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.41s
[INFO] running `Command { std: "docker" "inspect" "5537747c0178dd66fb857255917467d8bf686f549c893964f9ea458a2f8dd9d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5537747c0178dd66fb857255917467d8bf686f549c893964f9ea458a2f8dd9d0", kill_on_drop: false }`
[INFO] [stdout] 5537747c0178dd66fb857255917467d8bf686f549c893964f9ea458a2f8dd9d0
