[INFO] fetching crate muesli 0.0.2... [INFO] testing muesli-0.0.2 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate muesli 0.0.2 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate muesli 0.0.2 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate muesli 0.0.2 [INFO] tweaked toml for crates.io crate muesli 0.0.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate muesli 0.0.2 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate muesli 0.0.2 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e04595729752c02c18c5cb03ef3e6c400f2878b57336a094a7c8881e40b5a3bd [INFO] running `Command { std: "docker" "start" "-a" "e04595729752c02c18c5cb03ef3e6c400f2878b57336a094a7c8881e40b5a3bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e04595729752c02c18c5cb03ef3e6c400f2878b57336a094a7c8881e40b5a3bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e04595729752c02c18c5cb03ef3e6c400f2878b57336a094a7c8881e40b5a3bd", kill_on_drop: false }` [INFO] [stdout] e04595729752c02c18c5cb03ef3e6c400f2878b57336a094a7c8881e40b5a3bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a31be071fe9b7d1113dca872be71be92424a94b1af6f121233a4f5f4dcb4d8b1 [INFO] running `Command { std: "docker" "start" "-a" "a31be071fe9b7d1113dca872be71be92424a94b1af6f121233a4f5f4dcb4d8b1", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling winnow v0.6.18 [INFO] [stderr] Compiling muesli v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de.rs:174:27 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn unserialize(input: &[u8]) -> Result> { [INFO] [stdout] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 174 | pub fn unserialize(input: &[u8]) -> Result, ParseError<&[u8], ContextError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de.rs:187:30 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn session_decode(input: &[u8]) -> Result, ParseError<&[u8], ContextError>> { [INFO] [stdout] | ^^^^^ ------------ ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 187 | pub fn session_decode(input: &[u8]) -> Result>, ParseError<&[u8], ContextError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s [INFO] running `Command { std: "docker" "inspect" "a31be071fe9b7d1113dca872be71be92424a94b1af6f121233a4f5f4dcb4d8b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a31be071fe9b7d1113dca872be71be92424a94b1af6f121233a4f5f4dcb4d8b1", kill_on_drop: false }` [INFO] [stdout] a31be071fe9b7d1113dca872be71be92424a94b1af6f121233a4f5f4dcb4d8b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 97b55e43e67ca7ee90a163d719d6a8f7b717c98f9dbacc127cdab946875a3286 [INFO] running `Command { std: "docker" "start" "-a" "97b55e43e67ca7ee90a163d719d6a8f7b717c98f9dbacc127cdab946875a3286", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling clap_builder v4.5.18 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de.rs:174:27 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn unserialize(input: &[u8]) -> Result> { [INFO] [stdout] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 174 | pub fn unserialize(input: &[u8]) -> Result, ParseError<&[u8], ContextError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de.rs:187:30 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn session_decode(input: &[u8]) -> Result, ParseError<&[u8], ContextError>> { [INFO] [stdout] | ^^^^^ ------------ ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 187 | pub fn session_decode(input: &[u8]) -> Result>, ParseError<&[u8], ContextError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling clap v4.5.18 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling tempfile v3.12.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling proptest v1.5.0 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling muesli v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de.rs:174:27 [INFO] [stdout] | [INFO] [stdout] 174 | pub fn unserialize(input: &[u8]) -> Result> { [INFO] [stdout] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 174 | pub fn unserialize(input: &[u8]) -> Result, ParseError<&[u8], ContextError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/de.rs:187:30 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn session_decode(input: &[u8]) -> Result, ParseError<&[u8], ContextError>> { [INFO] [stdout] | ^^^^^ ------------ ----- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 187 | pub fn session_decode(input: &[u8]) -> Result>, ParseError<&[u8], ContextError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.75s [INFO] running `Command { std: "docker" "inspect" "97b55e43e67ca7ee90a163d719d6a8f7b717c98f9dbacc127cdab946875a3286", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97b55e43e67ca7ee90a163d719d6a8f7b717c98f9dbacc127cdab946875a3286", kill_on_drop: false }` [INFO] [stdout] 97b55e43e67ca7ee90a163d719d6a8f7b717c98f9dbacc127cdab946875a3286 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 2fe2a36ed6f3f342a6cd51890aa7d5fd3fb78203cc71a3331aa1131baa9bea17 [INFO] running `Command { std: "docker" "start" "-a" "2fe2a36ed6f3f342a6cd51890aa7d5fd3fb78203cc71a3331aa1131baa9bea17", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/de.rs:174:27 [INFO] [stderr] | [INFO] [stderr] 174 | pub fn unserialize(input: &[u8]) -> Result> { [INFO] [stderr] | ^^^^^ ----- ----- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 174 | pub fn unserialize(input: &[u8]) -> Result, ParseError<&[u8], ContextError>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/de.rs:187:30 [INFO] [stderr] | [INFO] [stderr] 187 | pub fn session_decode(input: &[u8]) -> Result, ParseError<&[u8], ContextError>> { [INFO] [stderr] | ^^^^^ ------------ ----- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 187 | pub fn session_decode(input: &[u8]) -> Result>, ParseError<&[u8], ContextError>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `muesli` (lib) generated 2 warnings (run `cargo fix --lib -p muesli` to apply 2 suggestions) [INFO] [stderr] warning: `muesli` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/muesli-641f72d839c05135) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test de::raw::tests::parse_signed_integer ... ok [INFO] [stdout] test de::raw::tests::parse_size ... ok [INFO] [stdout] test de::raw::tests::parse_sized_string ... ok [INFO] [stdout] test de::raw::tests::parse_float ... ok [INFO] [stdout] test de::raw::tests::parse_unsigned_integer ... ok [INFO] [stdout] test de::tests::decode_session ... ok [INFO] [stdout] test de::tests::parse_any_value ... ok [INFO] [stdout] test de::tests::parse_array_pair ... ok [INFO] [stdout] test de::tests::parse_bool_value ... ok [INFO] [stdout] test de::tests::parse_decimal_value ... ok [INFO] [stdout] test de::tests::parse_nan_decimal_value ... ok [INFO] [stdout] test de::tests::parse_negative_integer_value ... ok [INFO] [stdout] test de::tests::parse_null_value ... ok [INFO] [stdout] test de::tests::parse_array_value ... ok [INFO] [stdout] test de::tests::parse_object ... ok [INFO] [stdout] test de::tests::parse_object_property ... ok [INFO] [stdout] test de::tests::parse_positive_integer_value ... ok [INFO] [stdout] test de::tests::parse_string_value ... ok [INFO] [stdout] test ser::tests::encode_session ... ok [INFO] [stdout] test ser::tests::encode_value_array ... ok [INFO] [stdout] test ser::tests::encode_value_boolean ... ok [INFO] [stdout] test ser::tests::encode_value_decimal ... ok [INFO] [stdout] test ser::tests::encode_value_integer ... ok [INFO] [stdout] test ser::tests::encode_value_null ... ok [INFO] [stdout] test ser::tests::encode_value_references ... ok [INFO] [stdout] test ser::tests::encode_value_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/fuzzing.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/fuzzing-9284fc4659bf0e8b) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test session_decode_should_not_panic ... ok [INFO] [stderr] Running tests/two_way_ser_de.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/two_way_ser_de-a0f702bf79991700) [INFO] [stdout] test unserialize_should_not_panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.85s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test base_serialize_case ... ok [INFO] [stdout] test base_session_case ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2fe2a36ed6f3f342a6cd51890aa7d5fd3fb78203cc71a3331aa1131baa9bea17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fe2a36ed6f3f342a6cd51890aa7d5fd3fb78203cc71a3331aa1131baa9bea17", kill_on_drop: false }` [INFO] [stdout] 2fe2a36ed6f3f342a6cd51890aa7d5fd3fb78203cc71a3331aa1131baa9bea17