[INFO] fetching crate carli 0.2.1...
[INFO] testing carli-0.2.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate carli 0.2.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate carli 0.2.1
[INFO] finished tweaking crates.io crate carli 0.2.1
[INFO] tweaked toml for crates.io crate carli 0.2.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate carli 0.2.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate carli 0.2.1 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" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0d3b6da155276464309d30fb38e5be81a83ee1f20dabb028f7782f860a9bc5d3
[INFO] running `Command { std: "docker" "start" "-a" "0d3b6da155276464309d30fb38e5be81a83ee1f20dabb028f7782f860a9bc5d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d3b6da155276464309d30fb38e5be81a83ee1f20dabb028f7782f860a9bc5d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d3b6da155276464309d30fb38e5be81a83ee1f20dabb028f7782f860a9bc5d3", kill_on_drop: false }`
[INFO] [stdout] 0d3b6da155276464309d30fb38e5be81a83ee1f20dabb028f7782f860a9bc5d3
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dce0dd70597aa155d1063282f26f5aae5aa0a99f5087d61bbdb62c45aa5661f6
[INFO] running `Command { std: "docker" "start" "-a" "dce0dd70597aa155d1063282f26f5aae5aa0a99f5087d61bbdb62c45aa5661f6", kill_on_drop: false }`
[INFO] [stderr]    Compiling carli v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/io.rs:93:14
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn error(&self) -> cell::RefMut<Stream>;
[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] 93 |     fn error(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:109:14
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn input(&self) -> cell::RefMut<Stream>;
[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] 109 |     fn input(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:124:15
[INFO] [stdout]     |
[INFO] [stdout] 124 |     fn output(&self) -> cell::RefMut<Stream>;
[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] 124 |     fn output(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:389:14
[INFO] [stdout]     |
[INFO] [stdout] 389 |     fn error(&self) -> cell::RefMut<Stream> {
[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] 389 |     fn error(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:393:14
[INFO] [stdout]     |
[INFO] [stdout] 393 |     fn input(&self) -> cell::RefMut<Stream> {
[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] 393 |     fn input(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:397:15
[INFO] [stdout]     |
[INFO] [stdout] 397 |     fn output(&self) -> cell::RefMut<Stream> {
[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] 397 |     fn output(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "dce0dd70597aa155d1063282f26f5aae5aa0a99f5087d61bbdb62c45aa5661f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dce0dd70597aa155d1063282f26f5aae5aa0a99f5087d61bbdb62c45aa5661f6", kill_on_drop: false }`
[INFO] [stdout] dce0dd70597aa155d1063282f26f5aae5aa0a99f5087d61bbdb62c45aa5661f6
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc8d6d9be5fa71a90a66904a53fee7332a6ac46c888505b4d4b808767b5b62f9
[INFO] running `Command { std: "docker" "start" "-a" "cc8d6d9be5fa71a90a66904a53fee7332a6ac46c888505b4d4b808767b5b62f9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling textwrap v0.14.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/io.rs:93:14
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn error(&self) -> cell::RefMut<Stream>;
[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] 93 |     fn error(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:109:14
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn input(&self) -> cell::RefMut<Stream>;
[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] 109 |     fn input(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:124:15
[INFO] [stdout]     |
[INFO] [stdout] 124 |     fn output(&self) -> cell::RefMut<Stream>;
[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] 124 |     fn output(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:389:14
[INFO] [stdout]     |
[INFO] [stdout] 389 |     fn error(&self) -> cell::RefMut<Stream> {
[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] 389 |     fn error(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:393:14
[INFO] [stdout]     |
[INFO] [stdout] 393 |     fn input(&self) -> cell::RefMut<Stream> {
[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] 393 |     fn input(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:397:15
[INFO] [stdout]     |
[INFO] [stdout] 397 |     fn output(&self) -> cell::RefMut<Stream> {
[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] 397 |     fn output(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v3.0.6
[INFO] [stderr]    Compiling clap v3.0.9
[INFO] [stderr]    Compiling carli v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> examples/multiple/app/mod.rs:56:14
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn error(&self) -> std::cell::RefMut<Stream> {
[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] 56 |     fn error(&self) -> std::cell::RefMut<'_, Stream> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> examples/multiple/app/mod.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn input(&self) -> std::cell::RefMut<Stream> {
[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] 60 |     fn input(&self) -> std::cell::RefMut<'_, Stream> {
[INFO] [stdout]    |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> examples/multiple/app/mod.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn output(&self) -> std::cell::RefMut<Stream> {
[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] 64 |     fn output(&self) -> std::cell::RefMut<'_, Stream> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:309:18
[INFO] [stdout]     |
[INFO] [stdout] 309 |         fn error(&self) -> cell::RefMut<io::Stream> {
[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] 309 |         fn error(&self) -> cell::RefMut<'_, io::Stream> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:313:18
[INFO] [stdout]     |
[INFO] [stdout] 313 |         fn input(&self) -> cell::RefMut<io::Stream> {
[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] 313 |         fn input(&self) -> cell::RefMut<'_, io::Stream> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:317:19
[INFO] [stdout]     |
[INFO] [stdout] 317 |         fn output(&self) -> cell::RefMut<io::Stream> {
[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] 317 |         fn output(&self) -> cell::RefMut<'_, io::Stream> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/io.rs:93:14
[INFO] [stdout]    |
[INFO] [stdout] 93 |     fn error(&self) -> cell::RefMut<Stream>;
[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] 93 |     fn error(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stdout]    |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:109:14
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn input(&self) -> cell::RefMut<Stream>;
[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] 109 |     fn input(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:124:15
[INFO] [stdout]     |
[INFO] [stdout] 124 |     fn output(&self) -> cell::RefMut<Stream>;
[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] 124 |     fn output(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:389:14
[INFO] [stdout]     |
[INFO] [stdout] 389 |     fn error(&self) -> cell::RefMut<Stream> {
[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] 389 |     fn error(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:393:14
[INFO] [stdout]     |
[INFO] [stdout] 393 |     fn input(&self) -> cell::RefMut<Stream> {
[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] 393 |     fn input(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/io.rs:397:15
[INFO] [stdout]     |
[INFO] [stdout] 397 |     fn output(&self) -> cell::RefMut<Stream> {
[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] 397 |     fn output(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.00s
[INFO] running `Command { std: "docker" "inspect" "cc8d6d9be5fa71a90a66904a53fee7332a6ac46c888505b4d4b808767b5b62f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc8d6d9be5fa71a90a66904a53fee7332a6ac46c888505b4d4b808767b5b62f9", kill_on_drop: false }`
[INFO] [stdout] cc8d6d9be5fa71a90a66904a53fee7332a6ac46c888505b4d4b808767b5b62f9
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ea6c01b33acb6f75d7ab2a87c8db89c57a7cd9fc00ae824a17056b0492dbd386
[INFO] running `Command { std: "docker" "start" "-a" "ea6c01b33acb6f75d7ab2a87c8db89c57a7cd9fc00ae824a17056b0492dbd386", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/io.rs:93:14
[INFO] [stderr]    |
[INFO] [stderr] 93 |     fn error(&self) -> cell::RefMut<Stream>;
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 93 |     fn error(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stderr]    |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/io.rs:109:14
[INFO] [stderr]     |
[INFO] [stderr] 109 |     fn input(&self) -> cell::RefMut<Stream>;
[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] 109 |     fn input(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/io.rs:124:15
[INFO] [stderr]     |
[INFO] [stderr] 124 |     fn output(&self) -> cell::RefMut<Stream>;
[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] 124 |     fn output(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/io.rs:389:14
[INFO] [stderr]     |
[INFO] [stderr] 389 |     fn error(&self) -> cell::RefMut<Stream> {
[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] 389 |     fn error(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/io.rs:393:14
[INFO] [stderr]     |
[INFO] [stderr] 393 |     fn input(&self) -> cell::RefMut<Stream> {
[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] 393 |     fn input(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/io.rs:397:15
[INFO] [stderr]     |
[INFO] [stderr] 397 |     fn output(&self) -> cell::RefMut<Stream> {
[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] 397 |     fn output(&self) -> cell::RefMut<'_, Stream> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: `carli` (lib) generated 6 warnings (run `cargo fix --lib -p carli` to apply 6 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> examples/multiple/app/mod.rs:56:14
[INFO] [stderr]    |
[INFO] [stderr] 56 |     fn error(&self) -> std::cell::RefMut<Stream> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 56 |     fn error(&self) -> std::cell::RefMut<'_, Stream> {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> examples/multiple/app/mod.rs:60:14
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn input(&self) -> std::cell::RefMut<Stream> {
[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] 60 |     fn input(&self) -> std::cell::RefMut<'_, Stream> {
[INFO] [stderr]    |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> examples/multiple/app/mod.rs:64:15
[INFO] [stderr]    |
[INFO] [stderr] 64 |     fn output(&self) -> std::cell::RefMut<Stream> {
[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] 64 |     fn output(&self) -> std::cell::RefMut<'_, Stream> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/command.rs:309:18
[INFO] [stderr]     |
[INFO] [stderr] 309 |         fn error(&self) -> cell::RefMut<io::Stream> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 309 |         fn error(&self) -> cell::RefMut<'_, io::Stream> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/command.rs:313:18
[INFO] [stderr]     |
[INFO] [stderr] 313 |         fn input(&self) -> cell::RefMut<io::Stream> {
[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] 313 |         fn input(&self) -> cell::RefMut<'_, io::Stream> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/command.rs:317:19
[INFO] [stderr]     |
[INFO] [stderr] 317 |         fn output(&self) -> cell::RefMut<io::Stream> {
[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] 317 |         fn output(&self) -> cell::RefMut<'_, io::Stream> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/io.rs:93:14
[INFO] [stderr]    |
[INFO] [stderr] 93 |     fn error(&self) -> cell::RefMut<Stream>;
[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] 93 |     fn error(&self) -> cell::RefMut<'_, Stream>;
[INFO] [stderr]    |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: `carli` (example "multiple") generated 3 warnings (run `cargo fix --example "multiple"` to apply 3 suggestions)
[INFO] [stderr] warning: `carli` (lib test) generated 9 warnings (5 duplicates) (run `cargo fix --lib -p carli --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/carli-bb57dc854cd94a7f)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test command::test::execute_goodbye ... ok
[INFO] [stdout] test command::test::errorln_message ... ok
[INFO] [stdout] test command::test::errorln_message_formatted ... ok
[INFO] [stdout] test command::test::execute_hello ... ok
[INFO] [stdout] test command::test::outputln_message_formatted ... ok
[INFO] [stdout] test error::test::create_error_only_status ... ok
[INFO] [stdout] test error::test::create_error_with_message ... ok
[INFO] [stdout] test error::test::create_error_with_formatted_message ... ok
[INFO] [stdout] test error::test::create_new_error ... ok
[INFO] [stdout] test error::test::display_error_only_status ... ok
[INFO] [stdout] test error::test::display_error_with_message ... ok
[INFO] [stdout] test error::test::from_error ... ok
[INFO] [stdout] test error::test::result_context ... ok
[INFO] [stdout] test error::test::display_error_with_message_and_context ... ok
[INFO] [stdout] test error::test::return_err_only_status ... ok
[INFO] [stdout] test error::test::return_err_with_formatted_message ... ok
[INFO] [stdout] test io::test::stream_from_buffer ... ok
[INFO] [stdout] test io::test::stream_from_stderr ... ok
[INFO] [stdout] test io::test::stream_from_stdin ... ok
[INFO] [stdout] test command::test::outputln_message ... ok
[INFO] [stdout] test error::test::display_error_with_context ... ok
[INFO] [stdout] test error::test::add_context_message ... ok
[INFO] [stdout] test error::test::create_default_error ... ok
[INFO] [stdout] test io::test::stream_from_stdout ... ok
[INFO] [stdout] test io::test::stream_read ... ok
[INFO] [stdout] test io::test::stream_seek ... ok
[INFO] [stdout] test io::test::stream_write ... ok
[INFO] [stdout] test io::test::streams_input ... ok
[INFO] [stdout] test io::test::streams_error ... ok
[INFO] [stdout] test io::test::streams_memory ... ok
[INFO] [stdout] test io::test::stream_to_string_lossy ... ok
[INFO] [stdout] test io::test::streams_output ... ok
[INFO] [stdout] test io::test::streams_standard ... ok
[INFO] [stdout] test error::test::return_err_with_message ... ok
[INFO] [stdout] test error::test::set_original_message ... ok
[INFO] [stdout] test io::test::stream_to_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests carli
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test src/error.rs - error (line 8) - compile ... ok
[INFO] [stdout] test src/error.rs - error::Context::context (line 81) - compile ... ok
[INFO] [stdout] test src/error.rs - error::Error (line 120) - compile ... ok
[INFO] [stdout] test src/error.rs - error (line 23) - compile ... ok
[INFO] [stdout] test src/command.rs - command::outputln (line 239) ... ok
[INFO] [stdout] test src/command.rs - command::Main (line 84) ... ok
[INFO] [stdout] test src/command.rs - command::errorln (line 198) ... ok
[INFO] [stdout] test src/command.rs - command::Execute (line 44) ... ok
[INFO] [stdout] test src/error.rs - error::Error::exit (line 201) - compile ... ok
[INFO] [stdout] test src/error.rs - error::Error::context (line 178) ... ok
[INFO] [stdout] test src/command.rs - command::outputln (line 227) ... ok
[INFO] [stdout] test src/command.rs - command::errorln (line 186) ... ok
[INFO] [stdout] test src/error.rs - error::Error::message (line 219) ... ok
[INFO] [stdout] test src/error.rs - error::Error::new (line 233) ... ok
[INFO] [stdout] test src/error.rs - error::error (line 481) - compile ... ok
[INFO] [stdout] test src/error.rs - error::err (line 443) ... ok
[INFO] [stdout] test src/error.rs - error::error (line 495) - compile ... ok
[INFO] [stdout] test src/error.rs - error::Inspect::get_message (line 362) ... ok
[INFO] [stdout] test src/error.rs - error::Inspect::get_status (line 384) ... ok
[INFO] [stdout] test src/error.rs - error::err (line 430) ... ok
[INFO] [stdout] test src/error.rs - error::Inspect::get_context (line 340) ... ok
[INFO] [stdout] test src/error.rs - error::Inspect (line 315) ... ok
[INFO] [stdout] test src/error.rs - error::err (line 454) ... ok
[INFO] [stdout] test src/io.rs - io (line 11) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Shared (line 68) ... ok
[INFO] [stdout] test src/error.rs - error::error (line 507) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Shared::error (line 82) ... ok
[INFO] [stdout] test src/io.rs - io::Stream (line 152) - compile ... ok
[INFO] [stdout] test src/io.rs - io (line 40) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Shared::input (line 97) ... ok
[INFO] [stdout] test src/io.rs - io::memory (line 404) ... ok
[INFO] [stdout] test src/io.rs - io::Stream::to_string_lossy (line 309) ... ok
[INFO] [stdout] test src/io.rs - io::Stream::to_string (line 286) ... ok
[INFO] [stdout] test src/io.rs - io::Shared::output (line 113) ... ok
[INFO] [stdout] test src/io.rs - io::standard (line 417) ... ok
[INFO] [stdout] test src/io.rs - io::Stream (line 176) ... ok
[INFO] [stdout] test src/io.rs - io::Streams (line 344) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.45s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ea6c01b33acb6f75d7ab2a87c8db89c57a7cd9fc00ae824a17056b0492dbd386", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea6c01b33acb6f75d7ab2a87c8db89c57a7cd9fc00ae824a17056b0492dbd386", kill_on_drop: false }`
[INFO] [stdout] ea6c01b33acb6f75d7ab2a87c8db89c57a7cd9fc00ae824a17056b0492dbd386
