[INFO] fetching crate fsst-rust 0.1.1...
[INFO] testing fsst-rust-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate fsst-rust 0.1.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate fsst-rust 0.1.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate fsst-rust 0.1.1
[INFO] tweaked toml for crates.io crate fsst-rust 0.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fsst-rust 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fsst-rust 0.1.1 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 21d85dc47d50e9cb8cc7b8e34c75673e80e972a7b667384fb66658857507e069
[INFO] running `Command { std: "docker" "start" "-a" "21d85dc47d50e9cb8cc7b8e34c75673e80e972a7b667384fb66658857507e069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21d85dc47d50e9cb8cc7b8e34c75673e80e972a7b667384fb66658857507e069", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21d85dc47d50e9cb8cc7b8e34c75673e80e972a7b667384fb66658857507e069", kill_on_drop: false }`
[INFO] [stdout] 21d85dc47d50e9cb8cc7b8e34c75673e80e972a7b667384fb66658857507e069
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dfe0ec160ea1b11146c66f8730bf648412e3bb700da072bb7c8af09e387c4794
[INFO] running `Command { std: "docker" "start" "-a" "dfe0ec160ea1b11146c66f8730bf648412e3bb700da072bb7c8af09e387c4794", kill_on_drop: false }`
[INFO] [stderr]    Compiling fsst-rust v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/core/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         std::mem::transmute::<U64Bytes, u64>(v)
[INFO] [stdout]    |         ------------------------------------^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/core/mod.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         std::mem::transmute::<[u8; 4], u32>(v)
[INFO] [stdout]    |         -----------------------------------^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/core/symbol.rs:109:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |             std::mem::transmute::<U64Bytes, u64>(str_bytes)
[INFO] [stdout]     |             ------------------------------------^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/core/symbol.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             std::mem::transmute::<u64, U64Bytes>(value)
[INFO] [stdout]     |             ------------------------------------^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/codec.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn from_table(table: &Box<dyn SymbolTable>) -> Encoder {
[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] 11 |     pub fn from_table(table: &Box<dyn SymbolTable>) -> Encoder<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "dfe0ec160ea1b11146c66f8730bf648412e3bb700da072bb7c8af09e387c4794", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfe0ec160ea1b11146c66f8730bf648412e3bb700da072bb7c8af09e387c4794", kill_on_drop: false }`
[INFO] [stdout] dfe0ec160ea1b11146c66f8730bf648412e3bb700da072bb7c8af09e387c4794
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ec4f56895cf29ef3c94777f06e31d74734e98d4f80f7985452f8101a4305652
[INFO] running `Command { std: "docker" "start" "-a" "1ec4f56895cf29ef3c94777f06e31d74734e98d4f80f7985452f8101a4305652", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling serde v1.0.208
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.125
[INFO] [stderr]    Compiling plotters-backend v0.3.6
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling clap_builder v4.5.15
[INFO] [stderr]    Compiling plotters-svg v0.3.6
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/core/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         std::mem::transmute::<U64Bytes, u64>(v)
[INFO] [stdout]    |         ------------------------------------^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/core/mod.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         std::mem::transmute::<[u8; 4], u32>(v)
[INFO] [stdout]    |         -----------------------------------^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/core/symbol.rs:109:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |             std::mem::transmute::<U64Bytes, u64>(str_bytes)
[INFO] [stdout]     |             ------------------------------------^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/core/symbol.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             std::mem::transmute::<u64, U64Bytes>(value)
[INFO] [stdout]     |             ------------------------------------^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/codec.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn from_table(table: &Box<dyn SymbolTable>) -> Encoder {
[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] 11 |     pub fn from_table(table: &Box<dyn SymbolTable>) -> Encoder<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling cc v1.1.13
[INFO] [stderr]    Compiling plotters v0.3.6
[INFO] [stderr]    Compiling clap v4.5.16
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling jemalloc-sys v0.5.4+5.3.0-patched
[INFO] [stderr]    Compiling serde_derive v1.0.208
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling jemallocator v0.5.4
[INFO] [stderr]    Compiling fsst-rust v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/core/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         std::mem::transmute::<U64Bytes, u64>(v)
[INFO] [stdout]    |         ------------------------------------^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/core/mod.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         std::mem::transmute::<[u8; 4], u32>(v)
[INFO] [stdout]    |         -----------------------------------^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/core/symbol.rs:109:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |             std::mem::transmute::<U64Bytes, u64>(str_bytes)
[INFO] [stdout]     |             ------------------------------------^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/core/symbol.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             std::mem::transmute::<u64, U64Bytes>(value)
[INFO] [stdout]     |             ------------------------------------^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/core/codec.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub fn from_table(table: &Box<dyn SymbolTable>) -> Encoder {
[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] 11 |     pub fn from_table(table: &Box<dyn SymbolTable>) -> Encoder<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 30s
[INFO] running `Command { std: "docker" "inspect" "1ec4f56895cf29ef3c94777f06e31d74734e98d4f80f7985452f8101a4305652", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ec4f56895cf29ef3c94777f06e31d74734e98d4f80f7985452f8101a4305652", kill_on_drop: false }`
[INFO] [stdout] 1ec4f56895cf29ef3c94777f06e31d74734e98d4f80f7985452f8101a4305652
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b7842d606e9655f479a3c28054d12ebc25afd6eac7aa1519e84c007d0f177e2f
[INFO] running `Command { std: "docker" "start" "-a" "b7842d606e9655f479a3c28054d12ebc25afd6eac7aa1519e84c007d0f177e2f", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/core/mod.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 34 |         std::mem::transmute::<U64Bytes, u64>(v)
[INFO] [stderr]    |         ------------------------------------^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: replace this with: `u64::from_ne_bytes`
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/core/mod.rs:42:9
[INFO] [stderr]    |
[INFO] [stderr] 42 |         std::mem::transmute::<[u8; 4], u32>(v)
[INFO] [stderr]    |         -----------------------------------^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: replace this with: `u32::from_ne_bytes`
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/core/symbol.rs:109:13
[INFO] [stderr]     |
[INFO] [stderr] 109 |             std::mem::transmute::<U64Bytes, u64>(str_bytes)
[INFO] [stderr]     |             ------------------------------------^^^^^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: replace this with: `u64::from_ne_bytes`
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/core/symbol.rs:115:13
[INFO] [stderr]     |
[INFO] [stderr] 115 |             std::mem::transmute::<u64, U64Bytes>(value)
[INFO] [stderr]     |             ------------------------------------^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: replace this with: `u64::to_ne_bytes`
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/core/codec.rs:11:30
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub fn from_table(table: &Box<dyn SymbolTable>) -> Encoder {
[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] 11 |     pub fn from_table(table: &Box<dyn SymbolTable>) -> Encoder<'_> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `fsst-rust` (lib) generated 5 warnings (run `cargo fix --lib -p fsst-rust` to apply 5 suggestions)
[INFO] [stderr] warning: `fsst-rust` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fsst_rust-7402b7f98e372c65)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test core::symbol::test::test_symbol_add ... ok
[INFO] [stdout] test core::counter::test::test_counter ... ok
[INFO] [stdout] test core::codec::test::test_decode_with_dump_table ... ok
[INFO] [stdout] test test::test_codec ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests fsst_rust
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - build_table_by_sampling (line 17) ... ok
[INFO] [stdout] test src/lib.rs - encode_string (line 51) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b7842d606e9655f479a3c28054d12ebc25afd6eac7aa1519e84c007d0f177e2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7842d606e9655f479a3c28054d12ebc25afd6eac7aa1519e84c007d0f177e2f", kill_on_drop: false }`
[INFO] [stdout] b7842d606e9655f479a3c28054d12ebc25afd6eac7aa1519e84c007d0f177e2f
