[INFO] fetching crate rust-ini 0.21.1... [INFO] testing rust-ini-0.21.1 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate rust-ini 0.21.1 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate rust-ini 0.21.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate rust-ini 0.21.1 [INFO] tweaked toml for crates.io crate rust-ini 0.21.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rust-ini 0.21.1 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rust-ini 0.21.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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 76727ffc3ff7c647318aa64d3b34b2d730bb53aefe89daaa90f02f612247d15c [INFO] running `Command { std: "docker" "start" "-a" "76727ffc3ff7c647318aa64d3b34b2d730bb53aefe89daaa90f02f612247d15c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "76727ffc3ff7c647318aa64d3b34b2d730bb53aefe89daaa90f02f612247d15c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76727ffc3ff7c647318aa64d3b34b2d730bb53aefe89daaa90f02f612247d15c", kill_on_drop: false }` [INFO] [stdout] 76727ffc3ff7c647318aa64d3b34b2d730bb53aefe89daaa90f02f612247d15c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bef3362561b65d97f35447833cefe204b1736170cfc8634f9a69be18882be1a0 [INFO] running `Command { std: "docker" "start" "-a" "bef3362561b65d97f35447833cefe204b1736170cfc8634f9a69be18882be1a0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling trim-in-place v0.1.7 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling const-random-macro v0.1.15 [INFO] [stderr] Compiling const-random v0.1.15 [INFO] [stderr] Compiling dlv-list v0.5.0 [INFO] [stderr] Compiling ordered-multimap v0.7.1 [INFO] [stderr] Compiling rust-ini v0.21.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:429:17 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn iter(&self) -> PropertyIter { [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] 429 | pub fn iter(&self) -> PropertyIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:436:21 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn iter_mut(&mut self) -> PropertyIterMut { [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] 436 | pub fn iter_mut(&mut self) -> PropertyIterMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:682:28 [INFO] [stdout] | [INFO] [stdout] 682 | pub fn with_section(&mut self, section: Option) -> SectionSetter [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] 682 | pub fn with_section(&mut self, section: Option) -> SectionSetter<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:690:33 [INFO] [stdout] | [INFO] [stdout] 690 | pub fn with_general_section(&mut self) -> SectionSetter { [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] 690 | pub fn with_general_section(&mut self) -> SectionSetter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `Command { std: "docker" "inspect" "bef3362561b65d97f35447833cefe204b1736170cfc8634f9a69be18882be1a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bef3362561b65d97f35447833cefe204b1736170cfc8634f9a69be18882be1a0", kill_on_drop: false }` [INFO] [stdout] bef3362561b65d97f35447833cefe204b1736170cfc8634f9a69be18882be1a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 21bc48b168a4c753f52c521e706e355697dc6bf061ee23558c781e33549565fd [INFO] running `Command { std: "docker" "start" "-a" "21bc48b168a4c753f52c521e706e355697dc6bf061ee23558c781e33549565fd", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:429:17 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn iter(&self) -> PropertyIter { [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] 429 | pub fn iter(&self) -> PropertyIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:436:21 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn iter_mut(&mut self) -> PropertyIterMut { [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] 436 | pub fn iter_mut(&mut self) -> PropertyIterMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:682:28 [INFO] [stdout] | [INFO] [stdout] 682 | pub fn with_section(&mut self, section: Option) -> SectionSetter [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] 682 | pub fn with_section(&mut self, section: Option) -> SectionSetter<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:690:33 [INFO] [stdout] | [INFO] [stdout] 690 | pub fn with_general_section(&mut self) -> SectionSetter { [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] 690 | pub fn with_general_section(&mut self) -> SectionSetter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rust-ini v0.21.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:429:17 [INFO] [stdout] | [INFO] [stdout] 429 | pub fn iter(&self) -> PropertyIter { [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] 429 | pub fn iter(&self) -> PropertyIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:436:21 [INFO] [stdout] | [INFO] [stdout] 436 | pub fn iter_mut(&mut self) -> PropertyIterMut { [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] 436 | pub fn iter_mut(&mut self) -> PropertyIterMut<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:682:28 [INFO] [stdout] | [INFO] [stdout] 682 | pub fn with_section(&mut self, section: Option) -> SectionSetter [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] 682 | pub fn with_section(&mut self, section: Option) -> SectionSetter<'_> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:690:33 [INFO] [stdout] | [INFO] [stdout] 690 | pub fn with_general_section(&mut self) -> SectionSetter { [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] 690 | pub fn with_general_section(&mut self) -> SectionSetter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `Command { std: "docker" "inspect" "21bc48b168a4c753f52c521e706e355697dc6bf061ee23558c781e33549565fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21bc48b168a4c753f52c521e706e355697dc6bf061ee23558c781e33549565fd", kill_on_drop: false }` [INFO] [stdout] 21bc48b168a4c753f52c521e706e355697dc6bf061ee23558c781e33549565fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 16460b60344a948c83c8dec236b1b0fcf163f2b0b40eb0db5571abc4c95ce904 [INFO] running `Command { std: "docker" "start" "-a" "16460b60344a948c83c8dec236b1b0fcf163f2b0b40eb0db5571abc4c95ce904", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:429:17 [INFO] [stderr] | [INFO] [stderr] 429 | pub fn iter(&self) -> PropertyIter { [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] 429 | pub fn iter(&self) -> PropertyIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:436:21 [INFO] [stderr] | [INFO] [stderr] 436 | pub fn iter_mut(&mut self) -> PropertyIterMut { [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] 436 | pub fn iter_mut(&mut self) -> PropertyIterMut<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:682:28 [INFO] [stderr] | [INFO] [stderr] 682 | pub fn with_section(&mut self, section: Option) -> SectionSetter [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] 682 | pub fn with_section(&mut self, section: Option) -> SectionSetter<'_> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:690:33 [INFO] [stderr] | [INFO] [stderr] 690 | pub fn with_general_section(&mut self) -> SectionSetter { [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] 690 | pub fn with_general_section(&mut self) -> SectionSetter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `rust-ini` (lib) generated 4 warnings (run `cargo fix --lib -p rust-ini` to apply 4 suggestions) [INFO] [stderr] warning: `rust-ini` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ini-95b0bc8013ba4ecb) [INFO] [stdout] [INFO] [stdout] running 52 tests [INFO] [stdout] test test::duplicate_sections ... ok [INFO] [stdout] test test::escape_str_nothing_policy ... ok [INFO] [stdout] test test::add_properties_api ... ok [INFO] [stdout] test test::escape_str_basics ... ok [INFO] [stdout] test test::escape_str_reserved ... ok [INFO] [stdout] test test::colon ... ok [INFO] [stdout] test test::escape_str_unicode ... ok [INFO] [stdout] test test::fix_issue63 ... ok [INFO] [stdout] test test::fix_issue64 ... ok [INFO] [stdout] test test::get_with_non_static_key ... ok [INFO] [stdout] test test::inline_comment_not_supported ... ok [INFO] [stdout] test test::invalid_codepoint ... ok [INFO] [stdout] test test::iter ... ok [INFO] [stdout] test test::iter_mut_preserve_order_in_section ... ok [INFO] [stdout] test test::load_from_str_noescape ... ok [INFO] [stdout] test test::load_from_str_with_cr ... ok [INFO] [stdout] test test::load_from_str_with_empty_lines ... ok [INFO] [stdout] test test::load_from_str_with_valid_empty_input ... ok [INFO] [stdout] test test::load_from_str_with_valid_input ... ok [INFO] [stdout] test test::load_from_str_with_empty_general_section ... ok [INFO] [stdout] test test::new_has_empty_general_section ... ok [INFO] [stdout] test test::parse_without_quote ... ok [INFO] [stdout] test test::partial_quoting_single ... ok [INFO] [stdout] test test::parse_error_numbers ... ok [INFO] [stdout] test test::load_from_str_with_empty_input ... ok [INFO] [stdout] test test::parse_comment ... ok [INFO] [stdout] test test::preserve_order_property ... ok [INFO] [stdout] test test::property_get_vec ... ok [INFO] [stdout] test test::load_from_str_without_ending_newline ... ok [INFO] [stdout] test test::load_from_str_with_crlf ... ok [INFO] [stdout] test test::preserve_order_write ... ok [INFO] [stdout] test test::partial_quoting_double ... ok [INFO] [stdout] test test::preserve_order_property_in_section ... ok [INFO] [stdout] test test::preserve_order_section ... ok [INFO] [stdout] test test::preserve_order_properties_into_iter ... ok [INFO] [stdout] test test::property_remove ... ok [INFO] [stdout] test test::property_replace ... ok [INFO] [stdout] test test::section_setter_chain ... ok [INFO] [stdout] test test::sharp_comment ... ok [INFO] [stdout] test test::string ... ok [INFO] [stdout] test test::string_comment ... ok [INFO] [stdout] test test::string_includes_quote ... ok [INFO] [stdout] test test::string_multiline ... ok [INFO] [stdout] test test::string_single_comment ... ok [INFO] [stdout] test test::string_single ... ok [INFO] [stdout] test test::string_single_multiline ... ok [INFO] [stdout] test test::write_new ... ok [INFO] [stdout] test test::write_kv_separator ... ok [INFO] [stdout] test test::write_line_separator ... ok [INFO] [stdout] test test::inline_comment - should panic ... ok [INFO] [stdout] test test::load_from_file_without_bom ... ok [INFO] [stdout] test test::load_from_file_with_bom ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests ini [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 24) - compile ... ok [INFO] [stdout] test src/lib.rs - Ini::get_from_or (line 789) ... ok [INFO] [stdout] test src/lib.rs - Ini::get_from (line 772) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "16460b60344a948c83c8dec236b1b0fcf163f2b0b40eb0db5571abc4c95ce904", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16460b60344a948c83c8dec236b1b0fcf163f2b0b40eb0db5571abc4c95ce904", kill_on_drop: false }` [INFO] [stdout] 16460b60344a948c83c8dec236b1b0fcf163f2b0b40eb0db5571abc4c95ce904