[INFO] fetching crate tick-encoding 0.1.3... [INFO] testing tick-encoding-0.1.3 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate tick-encoding 0.1.3 into /workspace/builds/worker-0-tc2/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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tick-encoding 0.1.3 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 61 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 125138de3e4d4a1a45d93c32e76970c58b7cc7c9c608a260a72382ba4fc27ff5 [INFO] running `Command { std: "docker" "start" "-a" "125138de3e4d4a1a45d93c32e76970c58b7cc7c9c608a260a72382ba4fc27ff5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "125138de3e4d4a1a45d93c32e76970c58b7cc7c9c608a260a72382ba4fc27ff5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "125138de3e4d4a1a45d93c32e76970c58b7cc7c9c608a260a72382ba4fc27ff5", kill_on_drop: false }` [INFO] [stdout] 125138de3e4d4a1a45d93c32e76970c58b7cc7c9c608a260a72382ba4fc27ff5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfac27ef544f792aa526df87b62d7b397ca123e813e22e630ec24e698180a142 [INFO] running `Command { std: "docker" "start" "-a" "bfac27ef544f792aa526df87b62d7b397ca123e813e22e630ec24e698180a142", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling syn v2.0.106 [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 4.88s [INFO] running `Command { std: "docker" "inspect" "bfac27ef544f792aa526df87b62d7b397ca123e813e22e630ec24e698180a142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfac27ef544f792aa526df87b62d7b397ca123e813e22e630ec24e698180a142", kill_on_drop: false }` [INFO] [stdout] bfac27ef544f792aa526df87b62d7b397ca123e813e22e630ec24e698180a142 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e8641df5fe65d8748758a7c912b21827f748faf0d75bb60ef092deff0b1b9f1 [INFO] running `Command { std: "docker" "start" "-a" "9e8641df5fe65d8748758a7c912b21827f748faf0d75bb60ef092deff0b1b9f1", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling regex-lite v0.1.7 [INFO] [stderr] Compiling condtype v1.3.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling assert_matches v1.5.0 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling terminal_size v0.4.3 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v1.8.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling divan-macros v0.1.21 [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.48 [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 17.34s [INFO] running `Command { std: "docker" "inspect" "9e8641df5fe65d8748758a7c912b21827f748faf0d75bb60ef092deff0b1b9f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e8641df5fe65d8748758a7c912b21827f748faf0d75bb60ef092deff0b1b9f1", kill_on_drop: false }` [INFO] [stdout] 9e8641df5fe65d8748758a7c912b21827f748faf0d75bb60ef092deff0b1b9f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3657f41267f9a9b71ab302f3720168f1a46d145321e1597c18290700a16a9703 [INFO] running `Command { std: "docker" "start" "-a" "3657f41267f9a9b71ab302f3720168f1a46d145321e1597c18290700a16a9703", 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.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tick_encoding-bb608830795f91b4) [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-bc65c9c21081be8e) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test_decode ... ok [INFO] [stdout] test test_decode_invalid_byte_error ... ok [INFO] [stdout] test test_decode_lowercase_hex_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.03s [INFO] [stdout] [INFO] [stderr] Running tests/decode_in_place.rs (/opt/rustwide/target/debug/deps/decode_in_place-7ec366d4c8febcec) [INFO] [stdout] [INFO] [stderr] Running tests/decode_iter.rs (/opt/rustwide/target/debug/deps/decode_iter-387e7b9223280995) [INFO] [stdout] running 6 tests [INFO] [stdout] test test_decode_in_place ... ok [INFO] [stdout] test test_decode_in_place_invalid_byte_error ... ok [INFO] [stdout] test test_decode_in_place_invalid_hex_error ... ok [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_lowercase_hex_error ... ok [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 ... ok [INFO] [stdout] test test_decode_invalid_byte_error ... ok [INFO] [stdout] test test_decode_invalid_hex_error ... ok [INFO] [stdout] test test_decode_lowercase_hex_error ... ok [INFO] [stderr] Running tests/encode.rs (/opt/rustwide/target/debug/deps/encode-31c42d99824735f4) [INFO] [stdout] test test_decode_unexpected_escape_error ... ok [INFO] [stdout] test test_decode_unexpected_end_error ... ok [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 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-6c40c136113cb78a) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test decode_iter ... ok [INFO] [stdout] test encode_to_vec ... ok [INFO] [stdout] test encode_any_bytes ... ok [INFO] [stdout] test encode_iter ... ok [INFO] [stdout] test encode_then_decode ... ok [INFO] [stdout] test encode_to_string ... ok [INFO] [stdout] test decode_unescaped_borrows ... ok [INFO] [stdout] test decode_to_vec ... ok [INFO] [stdout] test decode_to_vec_appended ... ok [INFO] [stdout] test encode_to_vec_append ... ok [INFO] [stdout] test decode_then_encode_canonical ... ok [INFO] [stdout] test encode_unescaped_borrows ... ok [INFO] [stdout] test decode_in_place ... 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 0.53s [INFO] [stdout] [INFO] [stderr] Doc-tests tick_encoding [INFO] [stdout] [INFO] [stdout] running 9 tests [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 - encode_iter (line 66) ... ok [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] test src/lib.rs - decode (line 85) ... 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 - encode_to_string (line 215) ... ok [INFO] [stdout] test src/lib.rs - decode_iter (line 121) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3657f41267f9a9b71ab302f3720168f1a46d145321e1597c18290700a16a9703", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3657f41267f9a9b71ab302f3720168f1a46d145321e1597c18290700a16a9703", kill_on_drop: false }` [INFO] [stdout] 3657f41267f9a9b71ab302f3720168f1a46d145321e1597c18290700a16a9703