[INFO] fetching crate tick-encoding 0.1.3... [INFO] testing tick-encoding-0.1.3 against 1.91.0 for beta-1.92-2 [INFO] extracting crate tick-encoding 0.1.3 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate tick-encoding 0.1.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate tick-encoding 0.1.3 [INFO] tweaked toml for crates.io crate tick-encoding 0.1.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tick-encoding 0.1.3 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 59 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded condtype v1.3.0 [INFO] [stderr] Downloaded divan-macros v0.1.21 [INFO] [stderr] Downloaded divan v0.1.21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f17c675e8570fbf38fa6e3a2b368f3c785a6c7813aecf9c2254e3be8c69094b1 [INFO] running `Command { std: "docker" "start" "-a" "f17c675e8570fbf38fa6e3a2b368f3c785a6c7813aecf9c2254e3be8c69094b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f17c675e8570fbf38fa6e3a2b368f3c785a6c7813aecf9c2254e3be8c69094b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f17c675e8570fbf38fa6e3a2b368f3c785a6c7813aecf9c2254e3be8c69094b1", kill_on_drop: false }` [INFO] [stdout] f17c675e8570fbf38fa6e3a2b368f3c785a6c7813aecf9c2254e3be8c69094b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c86b42c95e4a4b16e37a277ad7bcd45dbe52bf18c7f9df645d2ec2d41ae6e40 [INFO] running `Command { std: "docker" "start" "-a" "2c86b42c95e4a4b16e37a277ad7bcd45dbe52bf18c7f9df645d2ec2d41ae6e40", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling tick-encoding v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn encode(input: &[u8]) -> Cow { [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] 30 | pub fn encode(input: &[u8]) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn decode(input: &[u8]) -> Result, DecodeError> { [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] 94 | pub fn decode(input: &[u8]) -> Result, DecodeError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s [INFO] running `Command { std: "docker" "inspect" "2c86b42c95e4a4b16e37a277ad7bcd45dbe52bf18c7f9df645d2ec2d41ae6e40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c86b42c95e4a4b16e37a277ad7bcd45dbe52bf18c7f9df645d2ec2d41ae6e40", kill_on_drop: false }` [INFO] [stdout] 2c86b42c95e4a4b16e37a277ad7bcd45dbe52bf18c7f9df645d2ec2d41ae6e40 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c809839edd4eed6362f9339a388db070f494e2f415caa29c19e863a1dfeb0194 [INFO] running `Command { std: "docker" "start" "-a" "c809839edd4eed6362f9339a388db070f494e2f415caa29c19e863a1dfeb0194", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling condtype v1.3.0 [INFO] [stderr] Compiling regex-lite v0.1.8 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling assert_matches v1.5.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling divan-macros v0.1.21 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling tick-encoding v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn encode(input: &[u8]) -> Cow { [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] 30 | pub fn encode(input: &[u8]) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn decode(input: &[u8]) -> Result, DecodeError> { [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] 94 | pub fn decode(input: &[u8]) -> Result, DecodeError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling terminal_size v0.4.3 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling clap_builder v4.5.51 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling proptest v1.9.0 [INFO] [stderr] Compiling clap v4.5.51 [INFO] [stderr] Compiling divan v0.1.21 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn encode(input: &[u8]) -> Cow { [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] 30 | pub fn encode(input: &[u8]) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn decode(input: &[u8]) -> Result, DecodeError> { [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] 94 | pub fn decode(input: &[u8]) -> Result, DecodeError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 14.87s [INFO] running `Command { std: "docker" "inspect" "c809839edd4eed6362f9339a388db070f494e2f415caa29c19e863a1dfeb0194", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c809839edd4eed6362f9339a388db070f494e2f415caa29c19e863a1dfeb0194", kill_on_drop: false }` [INFO] [stdout] c809839edd4eed6362f9339a388db070f494e2f415caa29c19e863a1dfeb0194 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a4417c2ae17d43f5d7719f5d7d1c412c9f43c10993a004868cd98431abd17aa1 [INFO] running `Command { std: "docker" "start" "-a" "a4417c2ae17d43f5d7719f5d7d1c412c9f43c10993a004868cd98431abd17aa1", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:30:22 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 30 | pub fn encode(input: &[u8]) -> Cow { [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] [INFO] [stderr] | | [INFO] [stdout] [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] running 7 tests [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] 30 | pub fn encode(input: &[u8]) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:94:22 [INFO] [stderr] | [INFO] [stderr] 94 | pub fn decode(input: &[u8]) -> Result, DecodeError> { [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] 94 | pub fn decode(input: &[u8]) -> Result, DecodeError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `tick-encoding` (lib) generated 2 warnings (run `cargo fix --lib -p tick-encoding` to apply 2 suggestions) [INFO] [stderr] warning: `tick-encoding` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tick_encoding-e86d12805b117908) [INFO] [stderr] Running tests/decode.rs (/opt/rustwide/target/debug/deps/decode-049b706966d0eff3) [INFO] [stdout] test test_decode ... ok [INFO] [stdout] test test_decode_lowercase_hex_error ... ok [INFO] [stdout] test test_decode_invalid_byte_error ... ok [INFO] [stdout] test test_decode_invalid_hex_error ... ok [INFO] [stdout] test test_decode_unexpected_escape_error ... ok [INFO] [stdout] test test_decode_unexpected_end_error ... ok [INFO] [stdout] test test_decode_unexpected_tick_escape_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/decode_in_place.rs (/opt/rustwide/target/debug/deps/decode_in_place-1fb5d8187f448439) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_decode_in_place_unexpected_end_error ... ok [INFO] [stdout] test test_decode_in_place_unexpected_escape_error ... ok [INFO] [stdout] test test_decode_in_place_invalid_hex_error ... ok [INFO] [stdout] test test_decode_in_place_lowercase_hex_error ... ok [INFO] [stdout] test test_decode_in_place_invalid_byte_error ... ok [INFO] [stdout] test test_decode_in_place ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/decode_iter.rs (/opt/rustwide/target/debug/deps/decode_iter-565e81e133fbc690) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_decode ... ok [INFO] [stdout] test test_decode_invalid_byte_error ... ok [INFO] [stdout] test test_decode_invalid_hex_error ... ok [INFO] [stdout] test test_decode_unexpected_end_error ... ok [INFO] [stdout] test test_decode_lowercase_hex_error ... ok [INFO] [stdout] test test_decode_unexpected_escape_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/encode.rs (/opt/rustwide/target/debug/deps/encode-6e5de117960288d2) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_encode ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/properties.rs (/opt/rustwide/target/debug/deps/properties-c8d10098a1b370fd) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test decode_in_place ... ok [INFO] [stdout] test encode_any_bytes ... ok [INFO] [stdout] test decode_unescaped_borrows ... ok [INFO] [stdout] test decode_to_vec ... ok [INFO] [stdout] test encode_unescaped_borrows ... ok [INFO] [stdout] test encode_to_vec ... ok [INFO] [stdout] test decode_to_vec_appended ... ok [INFO] [stdout] test encode_to_vec_append ... ok [INFO] [stdout] test encode_iter ... ok [INFO] [stdout] test encode_then_decode ... ok [INFO] [stdout] test decode_iter ... ok [INFO] [stdout] test encode_to_string ... ok [INFO] [stdout] test decode_then_encode_canonical ... ok [INFO] [stdout] test encode_to_string_append ... ok [INFO] [stdout] test decode_invalid_encoding_error ... ok [INFO] [stdout] test decode_any_valid_encoding ... ok [INFO] [stdout] test decode_then_encode ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s [INFO] [stdout] [INFO] [stderr] Doc-tests tick_encoding [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - encode_to_string (line 215) ... ok [INFO] [stdout] test src/lib.rs - encode_iter (line 66) ... ok [INFO] [stdout] test src/lib.rs - decode_in_place (line 139) ... ok [INFO] [stdout] test src/lib.rs - encode_to_vec (line 251) ... ok [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] test src/lib.rs - decode_to_vec (line 286) ... ok [INFO] [stdout] test src/lib.rs - encode (line 21) ... ok [INFO] [stdout] test src/lib.rs - decode_iter (line 121) ... ok [INFO] [stdout] test src/lib.rs - decode (line 85) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.15s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a4417c2ae17d43f5d7719f5d7d1c412c9f43c10993a004868cd98431abd17aa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4417c2ae17d43f5d7719f5d7d1c412c9f43c10993a004868cd98431abd17aa1", kill_on_drop: false }` [INFO] [stdout] a4417c2ae17d43f5d7719f5d7d1c412c9f43c10993a004868cd98431abd17aa1