[INFO] fetching crate mediatype 0.21.0...
[INFO] testing mediatype-0.21.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate mediatype 0.21.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate mediatype 0.21.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate mediatype 0.21.0
[INFO] tweaked toml for crates.io crate mediatype 0.21.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mediatype 0.21.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mediatype 0.21.0 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 63f25b6de66210aa14cb00ac55cdff17e56545ad311a6a7480ae9a430613daba
[INFO] running `Command { std: "docker" "start" "-a" "63f25b6de66210aa14cb00ac55cdff17e56545ad311a6a7480ae9a430613daba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "63f25b6de66210aa14cb00ac55cdff17e56545ad311a6a7480ae9a430613daba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63f25b6de66210aa14cb00ac55cdff17e56545ad311a6a7480ae9a430613daba", kill_on_drop: false }`
[INFO] [stdout] 63f25b6de66210aa14cb00ac55cdff17e56545ad311a6a7480ae9a430613daba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a8f78a4be013fd33f5850d64e3df7190590a90befbc4cfac85b617a517a39037
[INFO] running `Command { std: "docker" "start" "-a" "a8f78a4be013fd33f5850d64e3df7190590a90befbc4cfac85b617a517a39037", kill_on_drop: false }`
[INFO] [stderr]    Compiling mediatype v0.21.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:147:15
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn params(&self) -> Params {
[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] 147 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:151:18
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn get_param(&self, name: Name) -> Option<Value> {
[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] 151 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn ty(&self) -> Name {
[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] 83 |     pub fn ty(&self) -> Name<'_> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn subty(&self) -> Name {
[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] 89 |     pub fn subty(&self) -> Name<'_> {
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn suffix(&self) -> Option<Name> {
[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] 95 |     pub fn suffix(&self) -> Option<Name<'_>> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:159:19
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn to_ref(&self) -> MediaType {
[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] 159 |     pub fn to_ref(&self) -> MediaType<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn params(&self) -> Params {
[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] 171 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:175:18
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn get_param(&self, name: Name) -> Option<Value> {
[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] 175 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:73:15
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn params(&self) -> Params;
[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] 73 |     fn params(&self) -> Params<'_>;
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:78:18
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn get_param(&self, name: Name) -> Option<Value>;
[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] 78 |     fn get_param(&self, name: Name) -> Option<Value<'_>>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
[INFO] running `Command { std: "docker" "inspect" "a8f78a4be013fd33f5850d64e3df7190590a90befbc4cfac85b617a517a39037", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8f78a4be013fd33f5850d64e3df7190590a90befbc4cfac85b617a517a39037", kill_on_drop: false }`
[INFO] [stdout] a8f78a4be013fd33f5850d64e3df7190590a90befbc4cfac85b617a517a39037
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd0d8e14f44773243192e910c9b0cb71ea7821a9c0c49388242cd9a9934e506a
[INFO] running `Command { std: "docker" "start" "-a" "dd0d8e14f44773243192e910c9b0cb71ea7821a9c0c49388242cd9a9934e506a", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:147:15
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn params(&self) -> Params {
[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] 147 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:151:18
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn get_param(&self, name: Name) -> Option<Value> {
[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] 151 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn ty(&self) -> Name {
[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] 83 |     pub fn ty(&self) -> Name<'_> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn subty(&self) -> Name {
[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] 89 |     pub fn subty(&self) -> Name<'_> {
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn suffix(&self) -> Option<Name> {
[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] 95 |     pub fn suffix(&self) -> Option<Name<'_>> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:159:19
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn to_ref(&self) -> MediaType {
[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] 159 |     pub fn to_ref(&self) -> MediaType<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn params(&self) -> Params {
[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] 171 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:175:18
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn get_param(&self, name: Name) -> Option<Value> {
[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] 175 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:73:15
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn params(&self) -> Params;
[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] 73 |     fn params(&self) -> Params<'_>;
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:78:18
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn get_param(&self, name: Name) -> Option<Value>;
[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] 78 |     fn get_param(&self, name: Name) -> Option<Value<'_>>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mediatype v0.21.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:147:15
[INFO] [stdout]     |
[INFO] [stdout] 147 |     fn params(&self) -> Params {
[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] 147 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type.rs:151:18
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn get_param(&self, name: Name) -> Option<Value> {
[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] 151 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn ty(&self) -> Name {
[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] 83 |     pub fn ty(&self) -> Name<'_> {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn subty(&self) -> Name {
[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] 89 |     pub fn subty(&self) -> Name<'_> {
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/media_type_buf.rs:95:19
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn suffix(&self) -> Option<Name> {
[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] 95 |     pub fn suffix(&self) -> Option<Name<'_>> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:159:19
[INFO] [stdout]     |
[INFO] [stdout] 159 |     pub fn to_ref(&self) -> MediaType {
[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] 159 |     pub fn to_ref(&self) -> MediaType<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |     fn params(&self) -> Params {
[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] 171 |     fn params(&self) -> Params<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/media_type_buf.rs:175:18
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn get_param(&self, name: Name) -> Option<Value> {
[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] 175 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:73:15
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn params(&self) -> Params;
[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] 73 |     fn params(&self) -> Params<'_>;
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/params.rs:78:18
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn get_param(&self, name: Name) -> Option<Value>;
[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] 78 |     fn get_param(&self, name: Name) -> Option<Value<'_>>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.68s
[INFO] running `Command { std: "docker" "inspect" "dd0d8e14f44773243192e910c9b0cb71ea7821a9c0c49388242cd9a9934e506a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd0d8e14f44773243192e910c9b0cb71ea7821a9c0c49388242cd9a9934e506a", kill_on_drop: false }`
[INFO] [stdout] dd0d8e14f44773243192e910c9b0cb71ea7821a9c0c49388242cd9a9934e506a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bd53e85e76ad94d42664b0b2de112384bff7bf8fb212077b39d103ca4b52977e
[INFO] running `Command { std: "docker" "start" "-a" "bd53e85e76ad94d42664b0b2de112384bff7bf8fb212077b39d103ca4b52977e", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]    --> src/media_type.rs:147:15
[INFO] [stdout] running 24 tests
[INFO] [stderr]     |
[INFO] [stdout] test media_type::tests::clear_params ... ok
[INFO] [stderr] 147 |     fn params(&self) -> Params {
[INFO] [stdout] test media_type::tests::get_param ... ok
[INFO] [stderr]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test media_type::tests::hash ... ok
[INFO] [stderr]     |               |
[INFO] [stdout] test media_type_buf::tests::canonicalize ... ok
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stdout] test media_type::tests::set_param ... ok
[INFO] [stderr]     |
[INFO] [stdout] test media_type_buf::tests::cmp ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test media_type_buf::tests::essence ... ok
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] test media_type_buf::tests::from_parts ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test media_type_buf::tests::get_param ... ok
[INFO] [stderr]     |
[INFO] [stdout] test media_type_list::tests::empty ... ok
[INFO] [stderr] 147 |     fn params(&self) -> Params<'_> {
[INFO] [stdout] test media_type_buf::tests::hash ... ok
[INFO] [stderr]     |                               ++++
[INFO] [stdout] test media_type_list::tests::escaped_params ... ok
[INFO] [stderr] 
[INFO] [stdout] test media_type_list::tests::invalid ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test media_type_list::tests::list ... ok
[INFO] [stderr]    --> src/media_type.rs:151:18
[INFO] [stdout] test media_type::tests::to_string ... ok
[INFO] [stderr]     |
[INFO] [stdout] test media_type_list::tests::params ... ok
[INFO] [stderr] 151 |     fn get_param(&self, name: Name) -> Option<Value> {
[INFO] [stdout] test media_type_list::tests::size_hint ... ok
[INFO] [stderr]     |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stdout] test media_type_list::tests::simple ... ok
[INFO] [stderr]     |                  |
[INFO] [stdout] test media_type::tests::cmp ... ok
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stdout] test parse::tests::parse_error ... ok
[INFO] [stderr]     |
[INFO] [stdout] test value::tests::unquoted_str ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test media_type_list::tests::quoted_params ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test parse::tests::parse ... ok
[INFO] [stderr]     |
[INFO] [stdout] test media_type::tests::remove_params ... ok
[INFO] [stderr] 151 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stdout] 
[INFO] [stderr]     |                                                    ++++
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/media_type_buf.rs:83:15
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub fn ty(&self) -> Name {
[INFO] [stderr]    |               ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub fn ty(&self) -> Name<'_> {
[INFO] [stderr]    |                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/media_type_buf.rs:89:18
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub fn subty(&self) -> Name {
[INFO] [stderr]    |                  ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub fn subty(&self) -> Name<'_> {
[INFO] [stderr]    |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/media_type_buf.rs:95:19
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn suffix(&self) -> Option<Name> {
[INFO] [stderr]    |                   ^^^^^            ^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub fn suffix(&self) -> Option<Name<'_>> {
[INFO] [stderr]    |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/media_type_buf.rs:159:19
[INFO] [stderr]     |
[INFO] [stderr] 159 |     pub fn to_ref(&self) -> MediaType {
[INFO] [stderr]     |                   ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 159 |     pub fn to_ref(&self) -> MediaType<'_> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/media_type_buf.rs:171:15
[INFO] [stderr]     |
[INFO] [stderr] 171 |     fn params(&self) -> Params {
[INFO] [stderr]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 171 |     fn params(&self) -> Params<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/media_type_buf.rs:175:18
[INFO] [stderr]     |
[INFO] [stderr] 175 |     fn get_param(&self, name: Name) -> Option<Value> {
[INFO] [stderr]     |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 175 |     fn get_param(&self, name: Name) -> Option<Value<'_>> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/params.rs:73:15
[INFO] [stderr]    |
[INFO] [stderr] 73 |     fn params(&self) -> Params;
[INFO] [stderr]    |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 73 |     fn params(&self) -> Params<'_>;
[INFO] [stderr]    |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/params.rs:78:18
[INFO] [stderr]    |
[INFO] [stderr] 78 |     fn get_param(&self, name: Name) -> Option<Value>;
[INFO] [stderr]    |                  ^^^^^                        ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                  |
[INFO] [stderr]    |                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 78 |     fn get_param(&self, name: Name) -> Option<Value<'_>>;
[INFO] [stderr]    |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `mediatype` (lib) generated 10 warnings (run `cargo fix --lib -p mediatype` to apply 10 suggestions)
[INFO] [stderr] warning: `mediatype` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mediatype-0773f9fd24653356)
[INFO] [stderr]      Running tests/codegen.rs (/opt/rustwide/target/debug/deps/codegen-e6d980353a039871)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test generated_code_is_fresh ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests mediatype
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/value.rs - value::Value<'a>::quote (line 85) ... ok
[INFO] [stdout] test src/media_type.rs - media_type::MediaType (line 10) ... ok
[INFO] [stdout] test src/lib.rs - media_type (line 76) ... ok
[INFO] [stdout] test src/params.rs - params::WriteParams::set_param (line 87) ... ok
[INFO] [stdout] test src/lib.rs - (line 29) ... ok
[INFO] [stdout] test src/media_type_buf.rs - media_type_buf::MediaTypeBuf::canonicalize (line 126) ... ok
[INFO] [stdout] test src/media_type.rs - media_type::MediaType<'a>::new (line 49) ... ok
[INFO] [stdout] test src/media_type.rs - media_type::MediaType<'a>::from_parts (line 66) ... ok
[INFO] [stdout] test src/media_type.rs - media_type::MediaType<'a>::essence (line 130) ... ok
[INFO] [stdout] test src/media_type_buf.rs - media_type_buf::MediaTypeBuf (line 17) ... ok
[INFO] [stdout] test src/media_type_buf.rs - media_type_buf::MediaTypeBuf::essence (line 103) ... ok
[INFO] [stdout] test src/lib.rs - (line 10) ... ok
[INFO] [stdout] test src/value.rs - value::Value (line 15) ... ok
[INFO] [stdout] test src/media_type_list.rs - media_type_list::MediaTypeList (line 5) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.91s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bd53e85e76ad94d42664b0b2de112384bff7bf8fb212077b39d103ca4b52977e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd53e85e76ad94d42664b0b2de112384bff7bf8fb212077b39d103ca4b52977e", kill_on_drop: false }`
[INFO] [stdout] bd53e85e76ad94d42664b0b2de112384bff7bf8fb212077b39d103ca4b52977e
