[INFO] fetching crate carli 0.2.1...
[INFO] testing carli-0.2.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate carli 0.2.1 into /workspace/builds/worker-6-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate carli 0.2.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap_derive v3.0.6
[INFO] [stderr]   Downloaded os_str_bytes v6.0.0
[INFO] [stderr]   Downloaded clap v3.0.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1eaa1035441ea7537bff3355067d8cbf378e84452d74584280e9f811ba18a77f
[INFO] running `Command { std: "docker" "start" "-a" "1eaa1035441ea7537bff3355067d8cbf378e84452d74584280e9f811ba18a77f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1eaa1035441ea7537bff3355067d8cbf378e84452d74584280e9f811ba18a77f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1eaa1035441ea7537bff3355067d8cbf378e84452d74584280e9f811ba18a77f", kill_on_drop: false }`
[INFO] [stdout] 1eaa1035441ea7537bff3355067d8cbf378e84452d74584280e9f811ba18a77f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1dd90acaa5fb159ea5f5edaaee32fa633706c8a455d9bfbed8c42d988c2a2ada
[INFO] running `Command { std: "docker" "start" "-a" "1dd90acaa5fb159ea5f5edaaee32fa633706c8a455d9bfbed8c42d988c2a2ada", 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.33s
[INFO] running `Command { std: "docker" "inspect" "1dd90acaa5fb159ea5f5edaaee32fa633706c8a455d9bfbed8c42d988c2a2ada", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1dd90acaa5fb159ea5f5edaaee32fa633706c8a455d9bfbed8c42d988c2a2ada", kill_on_drop: false }`
[INFO] [stdout] 1dd90acaa5fb159ea5f5edaaee32fa633706c8a455d9bfbed8c42d988c2a2ada
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b237a3be7240627e037308a6ff48f02812a82d7f3a87008c12a78756fdcbb95f
[INFO] running `Command { std: "docker" "start" "-a" "b237a3be7240627e037308a6ff48f02812a82d7f3a87008c12a78756fdcbb95f", 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 heck v0.4.0
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling os_str_bytes v6.0.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling textwrap v0.14.2
[INFO] [stderr]    Compiling strsim v0.10.0
[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 quote v1.0.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling atty v0.2.14
[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]    --> 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] [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] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 15.63s
[INFO] running `Command { std: "docker" "inspect" "b237a3be7240627e037308a6ff48f02812a82d7f3a87008c12a78756fdcbb95f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b237a3be7240627e037308a6ff48f02812a82d7f3a87008c12a78756fdcbb95f", kill_on_drop: false }`
[INFO] [stdout] b237a3be7240627e037308a6ff48f02812a82d7f3a87008c12a78756fdcbb95f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f473efc33c9df3a99670b965735add03fb16f67c67768e526501286f4150ed26
[INFO] running `Command { std: "docker" "start" "-a" "f473efc33c9df3a99670b965735add03fb16f67c67768e526501286f4150ed26", 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
[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
[INFO] [stderr] warning: `carli` (lib test) generated 9 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/carli-86b5f065906b433e)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test command::test::errorln_message ... ok
[INFO] [stdout] test command::test::errorln_message_formatted ... ok
[INFO] [stdout] test command::test::execute_goodbye ... ok
[INFO] [stdout] test command::test::outputln_message ... ok
[INFO] [stdout] test command::test::execute_hello ... ok
[INFO] [stdout] test command::test::outputln_message_formatted ... ok
[INFO] [stdout] test error::test::create_default_error ... ok
[INFO] [stdout] test error::test::add_context_message ... ok
[INFO] [stdout] test error::test::display_error_only_status ... 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_with_message ... ok
[INFO] [stdout] test error::test::result_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 error::test::return_err_with_message ... ok
[INFO] [stdout] test error::test::display_error_with_context ... ok
[INFO] [stdout] test error::test::set_original_message ... ok
[INFO] [stdout] test io::test::stream_from_buffer ... ok
[INFO] [stdout] test io::test::stream_seek ... ok
[INFO] [stdout] test io::test::stream_read ... ok
[INFO] [stdout] test io::test::stream_from_stderr ... ok
[INFO] [stdout] test io::test::stream_from_stdin ... ok
[INFO] [stdout] test io::test::stream_to_string_lossy ... ok
[INFO] [stdout] test io::test::stream_write ... ok
[INFO] [stdout] test io::test::stream_from_stdout ... ok
[INFO] [stdout] test io::test::streams_input ... ok
[INFO] [stdout] test io::test::streams_memory ... ok
[INFO] [stdout] test error::test::display_error_with_message_and_context ... ok
[INFO] [stdout] test io::test::stream_to_string ... ok
[INFO] [stdout] test io::test::streams_error ... ok
[INFO] [stdout] test io::test::streams_output ... ok
[INFO] [stdout] test io::test::streams_standard ... ok
[INFO] [stdout] test error::test::from_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[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/command.rs - command::outputln (line 227) ... 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/error.rs - error (line 23) - 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/command.rs - command::errorln (line 186) ... ok
[INFO] [stdout] test src/command.rs - command::errorln (line 198) ... ok
[INFO] [stdout] test src/error.rs - error::Error::context (line 178) ... 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::new (line 233) ... ok
[INFO] [stdout] test src/error.rs - error::Inspect (line 315) ... ok
[INFO] [stdout] test src/error.rs - error::Error::message (line 219) ... ok
[INFO] [stdout] test src/error.rs - error::err (line 430) ... ok
[INFO] [stdout] test src/error.rs - error::err (line 443) ... ok
[INFO] [stdout] test src/error.rs - error::Inspect::get_message (line 362) ... ok
[INFO] [stdout] test src/error.rs - error::Inspect::get_context (line 340) ... ok
[INFO] [stdout] test src/error.rs - error::error (line 481) - compile ... ok
[INFO] [stdout] test src/error.rs - error::Inspect::get_status (line 384) ... ok
[INFO] [stdout] test src/error.rs - error::error (line 495) - compile ... ok
[INFO] [stdout] test src/error.rs - error::err (line 454) ... ok
[INFO] [stdout] test src/error.rs - error::error (line 507) - compile ... ok
[INFO] [stdout] test src/io.rs - io (line 40) - compile ... ok
[INFO] [stdout] test src/io.rs - io (line 11) - compile ... ok
[INFO] [stdout] test src/io.rs - io::Shared::error (line 82) ... ok
[INFO] [stdout] test src/io.rs - io::Shared (line 68) ... ok
[INFO] [stdout] test src/io.rs - io::Stream (line 176) ... ok
[INFO] [stdout] test src/io.rs - io::Shared::input (line 97) ... ok
[INFO] [stdout] test src/io.rs - io::Shared::output (line 113) ... ok
[INFO] [stdout] test src/io.rs - io::Stream (line 152) - compile ... ok
[INFO] [stdout] test src/io.rs - io::memory (line 404) ... ok
[INFO] [stdout] test src/io.rs - io::standard (line 417) ... 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::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.88s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f473efc33c9df3a99670b965735add03fb16f67c67768e526501286f4150ed26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f473efc33c9df3a99670b965735add03fb16f67c67768e526501286f4150ed26", kill_on_drop: false }`
[INFO] [stdout] f473efc33c9df3a99670b965735add03fb16f67c67768e526501286f4150ed26
