[INFO] fetching crate sfparse 0.1.1... [INFO] testing sfparse-0.1.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate sfparse 0.1.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate sfparse 0.1.1 [INFO] finished tweaking crates.io crate sfparse 0.1.1 [INFO] tweaked toml for crates.io crate sfparse 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sfparse 0.1.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f563603ceaf8c6d853d71f30ca81cb3b774b921bb9f51c73c9d89d560d218ae7 [INFO] running `Command { std: "docker" "start" "-a" "f563603ceaf8c6d853d71f30ca81cb3b774b921bb9f51c73c9d89d560d218ae7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f563603ceaf8c6d853d71f30ca81cb3b774b921bb9f51c73c9d89d560d218ae7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f563603ceaf8c6d853d71f30ca81cb3b774b921bb9f51c73c9d89d560d218ae7", kill_on_drop: false }` [INFO] [stdout] f563603ceaf8c6d853d71f30ca81cb3b774b921bb9f51c73c9d89d560d218ae7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18cc35a2f77e8e1230a32b82df21388a986c63bf4273a312470c51007b5b20f4 [INFO] running `Command { std: "docker" "start" "-a" "18cc35a2f77e8e1230a32b82df21388a986c63bf4273a312470c51007b5b20f4", kill_on_drop: false }` [INFO] [stderr] Compiling sfparse v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(data: &[u8]) -> Parser { [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] 94 | pub fn new(data: &[u8]) -> Parser<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:240:24 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn parse_param(&mut self) -> Result, Error> { [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] 240 | pub fn parse_param(&mut self) -> Result, Value)>, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:360:23 [INFO] [stdout] | [INFO] [stdout] 360 | pub fn parse_dict(&mut self) -> Result, Error> { [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] 360 | pub fn parse_dict(&mut self) -> Result, Value)>, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] running `Command { std: "docker" "inspect" "18cc35a2f77e8e1230a32b82df21388a986c63bf4273a312470c51007b5b20f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18cc35a2f77e8e1230a32b82df21388a986c63bf4273a312470c51007b5b20f4", kill_on_drop: false }` [INFO] [stdout] 18cc35a2f77e8e1230a32b82df21388a986c63bf4273a312470c51007b5b20f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2508dfd539efe471d746f2eb58cdaa368e926333ed594284bb917ba3bbaca019 [INFO] running `Command { std: "docker" "start" "-a" "2508dfd539efe471d746f2eb58cdaa368e926333ed594284bb917ba3bbaca019", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(data: &[u8]) -> Parser { [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] 94 | pub fn new(data: &[u8]) -> Parser<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:240:24 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn parse_param(&mut self) -> Result, Error> { [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] 240 | pub fn parse_param(&mut self) -> Result, Value)>, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:360:23 [INFO] [stdout] | [INFO] [stdout] 360 | pub fn parse_dict(&mut self) -> Result, Error> { [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] 360 | pub fn parse_dict(&mut self) -> Result, Value)>, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sfparse v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn new(data: &[u8]) -> Parser { [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] 94 | pub fn new(data: &[u8]) -> Parser<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:240:24 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn parse_param(&mut self) -> Result, Error> { [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] 240 | pub fn parse_param(&mut self) -> Result, Value)>, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:360:23 [INFO] [stdout] | [INFO] [stdout] 360 | pub fn parse_dict(&mut self) -> Result, Error> { [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] 360 | pub fn parse_dict(&mut self) -> Result, Value)>, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:1786:36 [INFO] [stdout] | [INFO] [stdout] 1786 | fn from_value(v: Value, s: &str) -> TValue { [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] 1786 | fn from_value(v: Value, s: &str) -> TValue<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `Command { std: "docker" "inspect" "2508dfd539efe471d746f2eb58cdaa368e926333ed594284bb917ba3bbaca019", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2508dfd539efe471d746f2eb58cdaa368e926333ed594284bb917ba3bbaca019", kill_on_drop: false }` [INFO] [stdout] 2508dfd539efe471d746f2eb58cdaa368e926333ed594284bb917ba3bbaca019 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 12edf1d69ce7d75876aac15c52263cb19d45480fde0fd393bcd50a08fb7fedf6 [INFO] running `Command { std: "docker" "start" "-a" "12edf1d69ce7d75876aac15c52263cb19d45480fde0fd393bcd50a08fb7fedf6", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:94:22 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn new(data: &[u8]) -> Parser { [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] 94 | pub fn new(data: &[u8]) -> Parser<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:240:24 [INFO] [stderr] | [INFO] [stderr] 240 | pub fn parse_param(&mut self) -> Result, Error> { [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] 240 | pub fn parse_param(&mut self) -> Result, Value)>, Error> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:360:23 [INFO] [stderr] | [INFO] [stderr] 360 | pub fn parse_dict(&mut self) -> Result, Error> { [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] 360 | pub fn parse_dict(&mut self) -> Result, Value)>, Error> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `sfparse` (lib) generated 3 warnings (run `cargo fix --lib -p sfparse` to apply 3 suggestions) [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:1786:36 [INFO] [stderr] | [INFO] [stderr] 1786 | fn from_value(v: Value, s: &str) -> TValue { [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] 1786 | fn from_value(v: Value, s: &str) -> TValue<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `sfparse` (lib test) generated 4 warnings (3 duplicates) (run `cargo fix --lib -p sfparse --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sfparse-2bc874a62f9e5333) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test parser::tests::parse_boolean ... ok [INFO] [stdout] test parser::tests::parse_byteseq ... ok [INFO] [stdout] test parser::tests::parse_byteseq_generated ... ok [INFO] [stdout] test parser::tests::parse_date ... ok [INFO] [stdout] test parser::tests::parse_dict ... ok [INFO] [stdout] test parser::tests::parse_item_skip ... ok [INFO] [stdout] test parser::tests::parse_dispstring ... ok [INFO] [stdout] test parser::tests::parse_key_generated ... ok [INFO] [stdout] test parser::tests::parse_number ... ok [INFO] [stdout] test parser::tests::parse_string ... ok [INFO] [stdout] test parser::tests::parse_dict_skip ... ok [INFO] [stdout] test parser::tests::parse_number_generated ... ok [INFO] [stdout] test parser::tests::parse_list_skip ... ok [INFO] [stdout] test parser::tests::parse_token ... ok [INFO] [stdout] test parser::tests::parse_string_generated ... ok [INFO] [stdout] test parser::tests::parse_token_generated ... ok [INFO] [stdout] test parser::tests::parse_list ... ok [INFO] [stderr] Doc-tests sfparse [INFO] [stdout] test parser::tests::parse_large_generated ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/parser.rs - parser::Parser<'_>::parse_inner_list (line 523) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser<'_>::parse_inner_list (line 549) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser<'_>::parse_dict (line 337) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser<'_>::parse_item (line 105) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser<'_>::parse_item (line 119) ... ok [INFO] [stdout] test src/lib.rs - (line 12) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser<'_>::parse_dict (line 294) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser<'_>::parse_dict (line 311) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser<'_>::parse_list (line 421) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser<'_>::parse_list (line 404) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser<'_>::parse_list (line 447) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser<'_>::parse_param (line 219) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "12edf1d69ce7d75876aac15c52263cb19d45480fde0fd393bcd50a08fb7fedf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12edf1d69ce7d75876aac15c52263cb19d45480fde0fd393bcd50a08fb7fedf6", kill_on_drop: false }` [INFO] [stdout] 12edf1d69ce7d75876aac15c52263cb19d45480fde0fd393bcd50a08fb7fedf6