[INFO] cloning repository https://github.com/medo64/IniEd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/medo64/IniEd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmedo64%2FIniEd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmedo64%2FIniEd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] eeb0ee6dde7c30c8f5cf8918c0233616601687cf
[INFO] testing medo64/IniEd against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmedo64%2FIniEd" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/medo64/IniEd
[INFO] finished tweaking git repo https://github.com/medo64/IniEd
[INFO] tweaked toml for git repo https://github.com/medo64/IniEd written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/medo64/IniEd on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/medo64/IniEd 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a
[INFO] running `Command { std: "docker" "start" "411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.48
[INFO] [stderr]    Compiling unicode-width v0.1.5
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]    Compiling bitflags v1.0.4
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling textwrap v0.10.0
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling clap v2.32.0
[INFO] [stderr]    Compiling inied v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ini/mod.rs:28:72
[INFO] [stdout]    |
[INFO] [stdout] 28 |             Some(file_name) => Box::new(File::open(file_name)?) as Box<Read>,
[INFO] [stdout]    |                                                                        ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 |             Some(file_name) => Box::new(File::open(file_name)?) as Box<dyn Read>,
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ini/mod.rs:29:50
[INFO] [stdout]    |
[INFO] [stdout] 29 |             None => Box::new(io::stdin()) as Box<Read>,
[INFO] [stdout]    |                                                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |             None => Box::new(io::stdin()) as Box<dyn Read>,
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ini/mod.rs:63:74
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Some(file_name) => Box::new(File::create(file_name)?) as Box<Write>,
[INFO] [stdout]    |                                                                          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Some(file_name) => Box::new(File::create(file_name)?) as Box<dyn Write>,
[INFO] [stdout]    |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ini/mod.rs:64:51
[INFO] [stdout]    |
[INFO] [stdout] 64 |             None => Box::new(io::stdout()) as Box<Write>,
[INFO] [stdout]    |                                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 64 |             None => Box::new(io::stdout()) as Box<dyn Write>,
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 15.88s
[INFO] running `Command { std: "docker" "inspect" "411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-width v0.1.5
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]    Compiling bitflags v1.0.4
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling libc v0.2.48
[INFO] [stderr]    Compiling textwrap v0.10.0
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling clap v2.32.0
[INFO] [stderr]    Compiling inied v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ini/mod.rs:28:72
[INFO] [stdout]    |
[INFO] [stdout] 28 |             Some(file_name) => Box::new(File::open(file_name)?) as Box<Read>,
[INFO] [stdout]    |                                                                        ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 |             Some(file_name) => Box::new(File::open(file_name)?) as Box<dyn Read>,
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ini/mod.rs:29:50
[INFO] [stdout]    |
[INFO] [stdout] 29 |             None => Box::new(io::stdin()) as Box<Read>,
[INFO] [stdout]    |                                                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |             None => Box::new(io::stdin()) as Box<dyn Read>,
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ini/mod.rs:63:74
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Some(file_name) => Box::new(File::create(file_name)?) as Box<Write>,
[INFO] [stdout]    |                                                                          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Some(file_name) => Box::new(File::create(file_name)?) as Box<dyn Write>,
[INFO] [stdout]    |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/ini/mod.rs:64:51
[INFO] [stdout]    |
[INFO] [stdout] 64 |             None => Box::new(io::stdout()) as Box<Write>,
[INFO] [stdout]    |                                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 64 |             None => Box::new(io::stdout()) as Box<dyn Write>,
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 18.64s
[INFO] running `Command { std: "docker" "inspect" "411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/ini/mod.rs:28:72
[INFO] [stderr]    |
[INFO] [stderr] 28 |             Some(file_name) => Box::new(File::open(file_name)?) as Box<Read>,
[INFO] [stderr]    |                                                                        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 28 |             Some(file_name) => Box::new(File::open(file_name)?) as Box<dyn Read>,
[INFO] [stderr]    |                                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/ini/mod.rs:29:50
[INFO] [stderr]    |
[INFO] [stderr] 29 |             None => Box::new(io::stdin()) as Box<Read>,
[INFO] [stderr]    |                                                  ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 29 |             None => Box::new(io::stdin()) as Box<dyn Read>,
[INFO] [stderr]    |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/ini/mod.rs:63:74
[INFO] [stderr]    |
[INFO] [stderr] 63 |             Some(file_name) => Box::new(File::create(file_name)?) as Box<Write>,
[INFO] [stderr]    |                                                                          ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 63 |             Some(file_name) => Box::new(File::create(file_name)?) as Box<dyn Write>,
[INFO] [stderr]    |                                                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/ini/mod.rs:64:51
[INFO] [stderr]    |
[INFO] [stderr] 64 |             None => Box::new(io::stdout()) as Box<Write>,
[INFO] [stderr]    |                                                   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 64 |             None => Box::new(io::stdout()) as Box<dyn Write>,
[INFO] [stderr]    |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: `inied` (bin "inied" test) generated 4 warnings (run `cargo fix --bin "inied" -p inied --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/inied-23ef1accfd20fd1f)
[INFO] [stdout] 
[INFO] [stdout] running 57 tests
[INFO] [stdout] test ini::test::append_no_spacing ... ok
[INFO] [stdout] test ini::test::append_with_multi_spacing ... ok
[INFO] [stdout] test ini::test::change_no_spacing ... ok
[INFO] [stdout] test ini::test::change_with_multi_spacing ... ok
[INFO] [stdout] test ini::test::change_with_spacing ... ok
[INFO] [stdout] test ini::test::edit_no_spacing ... ok
[INFO] [stdout] test ini::test::edit_with_multi_spacing ... ok
[INFO] [stdout] test ini::test::filter_entry_found ... ok
[INFO] [stdout] test ini::test::edit_with_spacing ... ok
[INFO] [stdout] test ini::test::filter_entry_section_not_found ... ok
[INFO] [stdout] test ini::test::filter_section ... ok
[INFO] [stdout] test ini::test::filter_entry_key_not_found ... ok
[INFO] [stdout] test ini::test::parse_comment_hash ... ok
[INFO] [stdout] test ini::test::parse_comment_reformatted ... ok
[INFO] [stdout] test ini::test::parse_comment_semicolon ... ok
[INFO] [stdout] test ini::test::parse_comment_trimmed ... ok
[INFO] [stdout] test ini::test::parse_entry_basic ... ok
[INFO] [stdout] test ini::test::parse_entry_double_inner_space ... ok
[INFO] [stdout] test ini::test::parse_entry_double_equals ... ok
[INFO] [stdout] test ini::test::parse_entry_double_quoted ... ok
[INFO] [stdout] test ini::test::parse_entry_double_quoted_double_inner ... ok
[INFO] [stdout] test ini::test::parse_entry_double_quoted_stray_quote ... ok
[INFO] [stdout] test ini::test::parse_entry_double_quoted_no_escape ... ok
[INFO] [stdout] test ini::test::parse_entry_double_quoted_with_escaped_chars ... ok
[INFO] [stdout] test ini::test::parse_entry_double_quoted_with_invalid_escape ... ok
[INFO] [stdout] test ini::test::parse_entry_double_quoted_with_spaces ... ok
[INFO] [stdout] test ini::test::parse_entry_reformatted ... ok
[INFO] [stdout] test ini::test::parse_entry_empty ... ok
[INFO] [stdout] test ini::test::parse_entry_separator_with_spaces ... ok
[INFO] [stdout] test ini::test::parse_entry_single_quoted ... ok
[INFO] [stdout] test ini::test::parse_entry_single_quoted_no_escape ... ok
[INFO] [stdout] test ini::test::parse_entry_single_quoted_double_inner ... ok
[INFO] [stdout] test ini::test::parse_entry_single_quoted_stray_quote ... ok
[INFO] [stdout] test ini::test::parse_entry_single_quoted_with_invalid_escape ... ok
[INFO] [stdout] test ini::test::parse_entry_single_quoted_with_spaces ... ok
[INFO] [stdout] test ini::test::parse_other_looks_like_entry ... ok
[INFO] [stdout] test ini::test::parse_entry_single_quoted_with_escaped_chars ... ok
[INFO] [stdout] test ini::test::parse_other_reformat ... ok
[INFO] [stdout] test ini::test::parse_other_empty ... ok
[INFO] [stdout] test ini::test::parse_other_spaces ... ok
[INFO] [stdout] test ini::test::parse_entry_trimmed ... ok
[INFO] [stdout] test ini::test::parse_other_semi_section ... ok
[INFO] [stdout] test ini::test::parse_other_starts_with_equals_and_spaces ... ok
[INFO] [stdout] test ini::test::parse_other_unfinished_entry_with_spaces ... ok
[INFO] [stdout] test ini::test::parse_section_basic ... ok
[INFO] [stdout] test ini::test::parse_section_space_inner_space ... ok
[INFO] [stdout] test ini::test::parse_section_reformatted ... ok
[INFO] [stdout] test ini::test::parse_other_unfinished_entry ... ok
[INFO] [stdout] test ini::test::pretty_print_adds_empty_line ... ok
[INFO] [stdout] test ini::test::parse_other_trimmed ... ok
[INFO] [stdout] test ini::test::pretty_print_removes_empty_line ... ok
[INFO] [stdout] test ini::test::parse_other_starts_with_equals ... ok
[INFO] [stdout] test ini::test::parse_section_space_prefix_and_suffix ... ok
[INFO] [stdout] test ini::test::parse_section_space_suffix ... ok
[INFO] [stdout] test ini::test::parse_section_space_prefix ... ok
[INFO] [stdout] test ini::test::parse_section_trimmed ... ok
[INFO] [stdout] test ini::test::append_with_spacing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 57 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a", kill_on_drop: false }`
[INFO] [stdout] 411b62747020ac99ce90ac26bf9198ceef4ba3562c7d5a0d1e9fb82d5c39eb8a
