[INFO] fetching crate tick-encoding 0.1.3... [INFO] testing tick-encoding-0.1.3 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [INFO] extracting crate tick-encoding 0.1.3 into /workspace/builds/worker-4-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-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tick-encoding 0.1.3 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded divan-macros v0.1.21 [INFO] [stderr] Downloaded condtype v1.3.0 [INFO] [stderr] Downloaded divan v0.1.21 [INFO] [stderr] Downloaded regex-lite v0.1.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f4b344fa896ac705a7e790814abeb14cd9ee7f5549743337abf7390e05857e8e [INFO] running `Command { std: "docker" "start" "-a" "f4b344fa896ac705a7e790814abeb14cd9ee7f5549743337abf7390e05857e8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f4b344fa896ac705a7e790814abeb14cd9ee7f5549743337abf7390e05857e8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4b344fa896ac705a7e790814abeb14cd9ee7f5549743337abf7390e05857e8e", kill_on_drop: false }` [INFO] [stdout] f4b344fa896ac705a7e790814abeb14cd9ee7f5549743337abf7390e05857e8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59609ffb866107c5ddc98413a7d9d99b6276bd61a462cf90ee3f55478832449a [INFO] running `Command { std: "docker" "start" "-a" "59609ffb866107c5ddc98413a7d9d99b6276bd61a462cf90ee3f55478832449a", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror-impl v2.0.17 [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] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s [INFO] running `Command { std: "docker" "inspect" "59609ffb866107c5ddc98413a7d9d99b6276bd61a462cf90ee3f55478832449a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59609ffb866107c5ddc98413a7d9d99b6276bd61a462cf90ee3f55478832449a", kill_on_drop: false }` [INFO] [stdout] 59609ffb866107c5ddc98413a7d9d99b6276bd61a462cf90ee3f55478832449a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60b38a2620de2d3ac76b2d98de18fbaa7dcaf59bf8ea86a5f73caab148294ab6 [INFO] running `Command { std: "docker" "start" "-a" "60b38a2620de2d3ac76b2d98de18fbaa7dcaf59bf8ea86a5f73caab148294ab6", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling regex-lite v0.1.8 [INFO] [stderr] Compiling condtype v1.3.0 [INFO] [stderr] Compiling assert_matches v1.5.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-impl v2.0.17 [INFO] [stderr] Compiling divan-macros v0.1.21 [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 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 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 29.44s [INFO] running `Command { std: "docker" "inspect" "60b38a2620de2d3ac76b2d98de18fbaa7dcaf59bf8ea86a5f73caab148294ab6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60b38a2620de2d3ac76b2d98de18fbaa7dcaf59bf8ea86a5f73caab148294ab6", kill_on_drop: false }` [INFO] [stdout] 60b38a2620de2d3ac76b2d98de18fbaa7dcaf59bf8ea86a5f73caab148294ab6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9df6c60ab46d81334e3bf145b520435f99ecf5378e58322c6142b61843760d21 [INFO] running `Command { std: "docker" "start" "-a" "9df6c60ab46d81334e3bf145b520435f99ecf5378e58322c6142b61843760d21", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn encode(input: &[u8]) -> Cow { [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] 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.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tick_encoding-80e97f252b6b1af9) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/decode.rs (/opt/rustwide/target/debug/deps/decode-abb1e22d8fe66d31) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test_decode_invalid_byte_error ... ok [INFO] [stdout] test test_decode_unexpected_end_error ... ok [INFO] [stdout] test test_decode_invalid_hex_error ... ok [INFO] [stdout] test test_decode_lowercase_hex_error ... ok [INFO] [stdout] test test_decode_unexpected_escape_error ... ok [INFO] [stdout] test test_decode_unexpected_tick_escape_error ... ok [INFO] [stdout] test test_decode ... ok [INFO] [stderr] Running tests/decode_in_place.rs (/opt/rustwide/target/debug/deps/decode_in_place-bc135d5f14b77c03) [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] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_decode_in_place ... ok [INFO] [stdout] test test_decode_in_place_invalid_hex_error ... ok [INFO] [stdout] test test_decode_in_place_invalid_byte_error ... ok [INFO] [stdout] test test_decode_in_place_unexpected_escape_error ... ok [INFO] [stdout] test test_decode_in_place_lowercase_hex_error ... ok [INFO] [stdout] test test_decode_in_place_unexpected_end_error ... ok [INFO] [stderr] Running tests/decode_iter.rs (/opt/rustwide/target/debug/deps/decode_iter-c7bdfd782d107119) [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_decode_invalid_hex_error ... ok [INFO] [stdout] test test_decode ... ok [INFO] [stdout] test test_decode_unexpected_end_error ... ok [INFO] [stdout] test test_decode_lowercase_hex_error ... ok [INFO] [stdout] test test_decode_invalid_byte_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.02s [INFO] [stdout] [INFO] [stderr] Running tests/encode.rs (/opt/rustwide/target/debug/deps/encode-6b40654df45666da) [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.01s [INFO] [stdout] [INFO] [stderr] Running tests/properties.rs (/opt/rustwide/target/debug/deps/properties-496109d0c56ded21) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test decode_in_place ... ok [INFO] [stdout] test decode_to_vec_appended ... ok [INFO] [stdout] test decode_then_encode_canonical ... ok [INFO] [stdout] test decode_iter ... ok [INFO] [stdout] test decode_to_vec ... ok [INFO] [stdout] test encode_any_bytes ... ok [INFO] [stdout] test encode_to_string ... ok [INFO] [stdout] test decode_unescaped_borrows ... ok [INFO] [stdout] test encode_iter ... ok [INFO] [stdout] test encode_then_decode ... ok [INFO] [stdout] test encode_to_vec ... ok [INFO] [stdout] test encode_to_vec_append ... ok [INFO] [stdout] test encode_unescaped_borrows ... ok [INFO] [stdout] test encode_to_string_append ... ok [INFO] [stdout] test decode_then_encode ... ok [INFO] [stdout] test decode_any_valid_encoding ... ok [INFO] [stdout] test decode_invalid_encoding_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s [INFO] [stdout] [INFO] [stderr] Doc-tests tick_encoding [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] test src/lib.rs - encode_iter (line 66) ... ok [INFO] [stdout] test src/lib.rs - encode_to_string (line 215) ... ok [INFO] [stdout] test src/lib.rs - decode (line 85) ... ok [INFO] [stdout] test src/lib.rs - decode_iter (line 121) ... ok [INFO] [stdout] test src/lib.rs - decode_to_vec (line 286) ... ok [INFO] [stdout] test src/lib.rs - decode_in_place (line 139) ... ok [INFO] [stdout] test src/lib.rs - encode (line 21) ... ok [INFO] [stdout] test src/lib.rs - encode_to_vec (line 251) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.99s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9df6c60ab46d81334e3bf145b520435f99ecf5378e58322c6142b61843760d21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9df6c60ab46d81334e3bf145b520435f99ecf5378e58322c6142b61843760d21", kill_on_drop: false }` [INFO] [stdout] 9df6c60ab46d81334e3bf145b520435f99ecf5378e58322c6142b61843760d21