[INFO] fetching crate lzfse_rust 0.2.0...
[INFO] testing lzfse_rust-0.2.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate lzfse_rust 0.2.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate lzfse_rust 0.2.0
[INFO] finished tweaking crates.io crate lzfse_rust 0.2.0
[INFO] tweaked toml for crates.io crate lzfse_rust 0.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lzfse_rust 0.2.0 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] crate crates.io crate lzfse_rust 0.2.0 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quote v1.0.23
[INFO] [stderr]   Downloaded proc-macro2 v1.0.49
[INFO] [stderr]   Downloaded semver v1.0.16
[INFO] [stderr]   Downloaded version-sync v0.9.4
[INFO] [stderr]   Downloaded syn v1.0.107
[INFO] [stderr]   Downloaded pulldown-cmark v0.8.0
[INFO] [stderr]   Downloaded unicode-ident v1.0.6
[INFO] [stderr]   Downloaded serde v1.0.152
[INFO] [stderr]   Downloaded toml v0.5.10
[INFO] [stderr]   Downloaded regex v1.7.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 313f1f9515882ed17e3dfb8d155562006b01dcc5dd4c0a8215f611908ff33fdb
[INFO] running `Command { std: "docker" "start" "-a" "313f1f9515882ed17e3dfb8d155562006b01dcc5dd4c0a8215f611908ff33fdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "313f1f9515882ed17e3dfb8d155562006b01dcc5dd4c0a8215f611908ff33fdb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "313f1f9515882ed17e3dfb8d155562006b01dcc5dd4c0a8215f611908ff33fdb", kill_on_drop: false }`
[INFO] [stdout] 313f1f9515882ed17e3dfb8d155562006b01dcc5dd4c0a8215f611908ff33fdb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 6f5296fc3e94193eb86335dca213b97ed39453e38d3b973db4966491b4596f7f
[INFO] running `Command { std: "docker" "start" "-a" "6f5296fc3e94193eb86335dca213b97ed39453e38d3b973db4966491b4596f7f", kill_on_drop: false }`
[INFO] [stderr]    Compiling lzfse_rust v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `probe::probe`
[INFO] [stdout]  --> src/decode/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use probe::probe;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reader_core::ReaderCore`
[INFO] [stdout]   --> src/decode/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use reader_core::ReaderCore;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `decoder::Decoder`
[INFO] [stdout]   --> src/fse/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use decoder::Decoder;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lmd_non_pack::Lmd`
[INFO] [stdout]  --> src/lmd/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use lmd_non_pack::Lmd;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `raw_decompress`
[INFO] [stdout]  --> src/raw/mod.rs:8:29
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use ops::{raw_compress, raw_decompress, raw_probe};
[INFO] [stdout]   |                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ring_view::RingView`
[INFO] [stdout]   --> src/ring/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use ring_view::RingView;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `block::VnBlock`
[INFO] [stdout]   --> src/vn/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use block::VnBlock;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vn_decompress`
[INFO] [stdout]   --> src/vn/mod.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use ops::{vn_decompress, vn_probe};
[INFO] [stdout]    |               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `push_bytes` is never used
[INFO] [stdout]   --> src/bits/bit_dst.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait BitDst: Allocate + Pos {
[INFO] [stdout]    |           ------ method in this trait
[INFO] [stdout] 11 |     fn push_bytes(&mut self, bytes: usize, n_bytes: usize) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CopyTypePtr` is never constructed
[INFO] [stdout]   --> src/kit/copy.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct CopyTypePtr;
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Wide` is never constructed
[INFO] [stdout]   --> src/kit/wide.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct Wide;
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `read_long`, `read_long_unchecked`, `copy_long`, and `copy_long_unchecked` are never used
[INFO] [stdout]   --> src/ops/copy_long.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub trait CopyLong: Len + Skip {
[INFO] [stdout]    |           -------- methods in this trait
[INFO] [stdout] 10 |     #[inline(always)]
[INFO] [stdout] 11 |     fn read_long(&mut self, dst: WideBytesMut) {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     unsafe fn read_long_unchecked(&mut self, mut dst: WideBytesMut) {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     fn copy_long(&self, dst: WideBytesMut) {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     unsafe fn copy_long_unchecked(&self, mut dst: WideBytesMut) {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `read_short`, `read_short_unchecked`, `copy_short`, and `copy_short_unchecked` are never used
[INFO] [stdout]   --> src/ops/copy_short.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait CopyShort: Len + ShortLimit + Skip {
[INFO] [stdout]    |           --------- methods in this trait
[INFO] [stdout] 11 |     #[inline(always)]
[INFO] [stdout] 12 |     fn read_short<V: CopyType>(&mut self, dst: WideBytesMut) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     unsafe fn read_short_unchecked<V: CopyType>(&mut self, mut dst: WideBytesMut) {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     fn copy_short<V: CopyType>(&self, dst: WideBytesMut) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     unsafe fn copy_short_unchecked<V: CopyType>(&self, mut dst: WideBytesMut) {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `patch_bytes` is never used
[INFO] [stdout]   --> src/ops/patch_into.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub trait PatchInto: Pos {
[INFO] [stdout]    |           --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn patch_bytes(&mut self, pos: Idx, bytes: &[u8]) {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `peek_u8`, `peek_u16`, `peek_u64`, and `peek_usize` are never used
[INFO] [stdout]   --> src/ops/peek_data.rs:8:8
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub trait PeekData {
[INFO] [stdout]    |           -------- methods in this trait
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]  8 |     fn peek_u8(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn peek_u16(&self) -> u16 {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     fn peek_u64(&self) -> u64 {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     fn peek_usize(&self) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `poke_u8`, `poke_u16`, `poke_u32`, `poke_u64`, and `poke_usize` are never used
[INFO] [stdout]   --> src/ops/poke_data.rs:6:8
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait PokeData {
[INFO] [stdout]    |           -------- methods in this trait
[INFO] [stdout]  5 |     #[inline(always)]
[INFO] [stdout]  6 |     fn poke_u8(&mut self, v: u8) {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     fn poke_u16(&mut self, v: u16) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     fn poke_u32(&mut self, v: u32) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     fn poke_u64(&mut self, v: u64) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     fn poke_usize(&mut self, v: usize) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `read_u8` and `read_usize` are never used
[INFO] [stdout]   --> src/ops/read_data.rs:6:8
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait ReadData {
[INFO] [stdout]    |           -------- methods in this trait
[INFO] [stdout]  5 |     #[inline(always)]
[INFO] [stdout]  6 |     fn read_u8(&mut self) -> u8 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     fn read_usize(&mut self) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `write_u8`, `write_u128`, and `write_usize` are never used
[INFO] [stdout]   --> src/ops/write_data.rs:8:8
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub trait WriteData {
[INFO] [stdout]    |           --------- methods in this trait
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]  8 |     fn write_u8(&mut self, v: u8) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     fn write_u128(&mut self, v: u128) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     fn write_usize(&mut self, v: usize) {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `write_short_u8`, `write_short_u16`, `write_short_u128`, `write_short_usize`, `short_wide_block`, and `short_wide_block_unchecked` are never used
[INFO] [stdout]   --> src/ops/write_short.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait WriteShort: Allocate + ShortLimit {
[INFO] [stdout]    |           ---------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn write_short_u8(&mut self, u: u8) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     fn write_short_u16(&mut self, u: u16) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     fn write_short_u128(&mut self, u: u128) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     fn write_short_usize(&mut self, u: usize) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |     fn short_wide_block(&mut self, len: u32) -> io::Result<WideBytesMut> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |     unsafe fn short_wide_block_unchecked(&mut self, len: u32) -> io::Result<WideBytesMut> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_full` is never used
[INFO] [stdout]   --> src/types/byte_reader.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait ByteReader<'a>: Len + PeekData + Skip {
[INFO] [stdout]    |           ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn is_full(&self) -> bool;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_mut_ptr` is never used
[INFO] [stdout]   --> src/types/wide_bytes_mut.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<'a> WideBytesMut<'a> {
[INFO] [stdout]    | ------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn as_mut_ptr(&mut self) -> *mut u8 {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a dangling pointer will be produced because the temporary `[u8; 8]` will be dropped
[INFO] [stdout]   --> src/bits/bit_dst.rs:50:39
[INFO] [stdout]    |
[INFO] [stdout] 50 |         let src = bytes.to_le_bytes().as_ptr();
[INFO] [stdout]    |                   ------------------- ^^^^^^ this pointer will immediately be invalid
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   this `[u8; 8]` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `[u8; 8]` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: you must make sure that the variable you bind the `[u8; 8]` to lives at least as long as the pointer returned by the call to `as_ptr`
[INFO] [stdout]    = help: in particular, if this pointer is returned from the current function, binding the `[u8; 8]` inside the function will not suffice
[INFO] [stdout]    = help: for more information, see <https://doc.rust-lang.org/reference/destructors.html>
[INFO] [stdout]    = note: `#[warn(dangling_pointers_from_temporaries)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/decode/ring_decoder.rs:76:28
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn reader<I: Read>(&mut self, inner: I) -> LzfseReader<I> {
[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] 76 |     pub fn reader<I: Read>(&mut self, inner: I) -> LzfseReader<'_, I> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/decode/ring_decoder.rs:86:63
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn reader_bytes<'a>(&'a mut self, bytes: &'a [u8]) -> LzfseReaderBytes {
[INFO] [stdout]    |                              --                   --          ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                    |
[INFO] [stdout]    |                              |                    the lifetime is named here
[INFO] [stdout]    |                              the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn reader_bytes<'a>(&'a mut self, bytes: &'a [u8]) -> LzfseReaderBytes<'a> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/encode/ring_encoder.rs:79:29
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn writer<O: Write>(&mut self, inner: O) -> LzfseWriter<O> {
[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] 79 |     pub fn writer<O: Write>(&mut self, inner: O) -> LzfseWriter<'_, O> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/encode/ring_encoder.rs:93:25
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn writer_bytes(&mut self, vec: Vec<u8>) -> LzfseWriterBytes {
[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] 93 |     pub fn writer_bytes(&mut self, vec: Vec<u8>) -> LzfseWriterBytes<'_> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ops/write_short.rs:83:25
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn short_wide_block(&mut self, len: u32) -> io::Result<WideBytesMut> {
[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] 83 |     fn short_wide_block(&mut self, len: u32) -> io::Result<WideBytesMut<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ops/write_short.rs:95:42
[INFO] [stdout]    |
[INFO] [stdout] 95 |     unsafe fn short_wide_block_unchecked(&mut self, len: u32) -> io::Result<WideBytesMut> {
[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] 95 |     unsafe fn short_wide_block_unchecked(&mut self, len: u32) -> io::Result<WideBytesMut<'_>> {
[INFO] [stdout]    |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ops/write_short.rs:161:25
[INFO] [stdout]     |
[INFO] [stdout] 161 |     fn short_wide_block(&mut self, len: u32) -> io::Result<WideBytesMut> {
[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] 161 |     fn short_wide_block(&mut self, len: u32) -> io::Result<WideBytesMut<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ops/write_short.rs:166:42
[INFO] [stdout]     |
[INFO] [stdout] 166 |     unsafe fn short_wide_block_unchecked(&mut self, len: u32) -> io::Result<WideBytesMut> {
[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] 166 |     unsafe fn short_wide_block_unchecked(&mut self, len: u32) -> io::Result<WideBytesMut<'_>> {
[INFO] [stdout]     |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ring/object.rs:206:17
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn view(&self, head: Idx, tail: Idx) -> RingView<T> {
[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] 206 |     pub fn view(&self, head: Idx, tail: Idx) -> RingView<'_, T> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
[INFO] running `Command { std: "docker" "inspect" "6f5296fc3e94193eb86335dca213b97ed39453e38d3b973db4966491b4596f7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f5296fc3e94193eb86335dca213b97ed39453e38d3b973db4966491b4596f7f", kill_on_drop: false }`
[INFO] [stdout] 6f5296fc3e94193eb86335dca213b97ed39453e38d3b973db4966491b4596f7f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 00b07c4a4efd9ed46e115387345fc7348eb6f30944f5280c117a3865d67572b9
[INFO] running `Command { std: "docker" "start" "-a" "00b07c4a4efd9ed46e115387345fc7348eb6f30944f5280c117a3865d67572b9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling pulldown-cmark v0.8.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling semver v1.0.16
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling lzfse_rust v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `probe::probe`
[INFO] [stdout]  --> src/decode/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use probe::probe;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reader_core::ReaderCore`
[INFO] [stdout]   --> src/decode/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use reader_core::ReaderCore;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `decoder::Decoder`
[INFO] [stdout]   --> src/fse/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use decoder::Decoder;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `lmd_non_pack::Lmd`
[INFO] [stdout]  --> src/lmd/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use lmd_non_pack::Lmd;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `raw_decompress`
[INFO] [stdout]  --> src/raw/mod.rs:8:29
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use ops::{raw_compress, raw_decompress, raw_probe};
[INFO] [stdout]   |                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ring_view::RingView`
[INFO] [stdout]   --> src/ring/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use ring_view::RingView;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `block::VnBlock`
[INFO] [stdout]   --> src/vn/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use block::VnBlock;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vn_decompress`
[INFO] [stdout]   --> src/vn/mod.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use ops::{vn_decompress, vn_probe};
[INFO] [stdout]    |               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stdout] warning: method `push_bytes` is never used
[INFO] [stdout]   --> src/bits/bit_dst.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait BitDst: Allocate + Pos {
[INFO] [stdout]    |           ------ method in this trait
[INFO] [stdout] 11 |     fn push_bytes(&mut self, bytes: usize, n_bytes: usize) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CopyTypePtr` is never constructed
[INFO] [stdout]   --> src/kit/copy.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct CopyTypePtr;
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Wide` is never constructed
[INFO] [stdout]   --> src/kit/wide.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct Wide;
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `read_long`, `read_long_unchecked`, `copy_long`, and `copy_long_unchecked` are never used
[INFO] [stdout]   --> src/ops/copy_long.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub trait CopyLong: Len + Skip {
[INFO] [stdout]    |           -------- methods in this trait
[INFO] [stdout] 10 |     #[inline(always)]
[INFO] [stdout] 11 |     fn read_long(&mut self, dst: WideBytesMut) {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     unsafe fn read_long_unchecked(&mut self, mut dst: WideBytesMut) {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     fn copy_long(&self, dst: WideBytesMut) {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     unsafe fn copy_long_unchecked(&self, mut dst: WideBytesMut) {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `read_short`, `read_short_unchecked`, `copy_short`, and `copy_short_unchecked` are never used
[INFO] [stdout]   --> src/ops/copy_short.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait CopyShort: Len + ShortLimit + Skip {
[INFO] [stdout]    |           --------- methods in this trait
[INFO] [stdout] 11 |     #[inline(always)]
[INFO] [stdout] 12 |     fn read_short<V: CopyType>(&mut self, dst: WideBytesMut) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     unsafe fn read_short_unchecked<V: CopyType>(&mut self, mut dst: WideBytesMut) {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     fn copy_short<V: CopyType>(&self, dst: WideBytesMut) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     unsafe fn copy_short_unchecked<V: CopyType>(&self, mut dst: WideBytesMut) {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `patch_bytes` is never used
[INFO] [stdout]   --> src/ops/patch_into.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub trait PatchInto: Pos {
[INFO] [stdout]    |           --------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn patch_bytes(&mut self, pos: Idx, bytes: &[u8]) {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `peek_u8`, `peek_u16`, `peek_u64`, and `peek_usize` are never used
[INFO] [stdout]   --> src/ops/peek_data.rs:8:8
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub trait PeekData {
[INFO] [stdout]    |           -------- methods in this trait
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]  8 |     fn peek_u8(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn peek_u16(&self) -> u16 {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     fn peek_u64(&self) -> u64 {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     fn peek_usize(&self) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `poke_u8`, `poke_u16`, `poke_u32`, `poke_u64`, and `poke_usize` are never used
[INFO] [stdout]   --> src/ops/poke_data.rs:6:8
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait PokeData {
[INFO] [stdout]    |           -------- methods in this trait
[INFO] [stdout]  5 |     #[inline(always)]
[INFO] [stdout]  6 |     fn poke_u8(&mut self, v: u8) {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |     fn poke_u16(&mut self, v: u16) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     fn poke_u32(&mut self, v: u32) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     fn poke_u64(&mut self, v: u64) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     fn poke_usize(&mut self, v: usize) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `read_u8` and `read_usize` are never used
[INFO] [stdout]   --> src/ops/read_data.rs:6:8
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait ReadData {
[INFO] [stdout]    |           -------- methods in this trait
[INFO] [stdout]  5 |     #[inline(always)]
[INFO] [stdout]  6 |     fn read_u8(&mut self) -> u8 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     fn read_usize(&mut self) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `write_u8`, `write_u128`, and `write_usize` are never used
[INFO] [stdout]   --> src/ops/write_data.rs:8:8
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub trait WriteData {
[INFO] [stdout]    |           --------- methods in this trait
[INFO] [stdout]  7 |     #[inline(always)]
[INFO] [stdout]  8 |     fn write_u8(&mut self, v: u8) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     fn write_u128(&mut self, v: u128) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     fn write_usize(&mut self, v: usize) {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `write_short_u8`, `write_short_u16`, `write_short_u128`, `write_short_usize`, `short_wide_block`, and `short_wide_block_unchecked` are never used
[INFO] [stdout]   --> src/ops/write_short.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait WriteShort: Allocate + ShortLimit {
[INFO] [stdout]    |           ---------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn write_short_u8(&mut self, u: u8) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     fn write_short_u16(&mut self, u: u16) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     fn write_short_u128(&mut self, u: u128) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     fn write_short_usize(&mut self, u: usize) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 83 |     fn short_wide_block(&mut self, len: u32) -> io::Result<WideBytesMut> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 95 |     unsafe fn short_wide_block_unchecked(&mut self, len: u32) -> io::Result<WideBytesMut> {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_full` is never used
[INFO] [stdout]   --> src/types/byte_reader.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait ByteReader<'a>: Len + PeekData + Skip {
[INFO] [stdout]    |           ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn is_full(&self) -> bool;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_mut_ptr` is never used
[INFO] [stdout]   --> src/types/wide_bytes_mut.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl<'a> WideBytesMut<'a> {
[INFO] [stdout]    | ------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn as_mut_ptr(&mut self) -> *mut u8 {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a dangling pointer will be produced because the temporary `[u8; 8]` will be dropped
[INFO] [stdout]   --> src/bits/bit_dst.rs:50:39
[INFO] [stdout]    |
[INFO] [stdout] 50 |         let src = bytes.to_le_bytes().as_ptr();
[INFO] [stdout]    |                   ------------------- ^^^^^^ this pointer will immediately be invalid
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   this `[u8; 8]` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `[u8; 8]` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: you must make sure that the variable you bind the `[u8; 8]` to lives at least as long as the pointer returned by the call to `as_ptr`
[INFO] [stdout]    = help: in particular, if this pointer is returned from the current function, binding the `[u8; 8]` inside the function will not suffice
[INFO] [stdout]    = help: for more information, see <https://doc.rust-lang.org/reference/destructors.html>
[INFO] [stdout]    = note: `#[warn(dangling_pointers_from_temporaries)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/decode/ring_decoder.rs:76:28
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn reader<I: Read>(&mut self, inner: I) -> LzfseReader<I> {
[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] 76 |     pub fn reader<I: Read>(&mut self, inner: I) -> LzfseReader<'_, I> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/decode/ring_decoder.rs:86:63
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn reader_bytes<'a>(&'a mut self, bytes: &'a [u8]) -> LzfseReaderBytes {
[INFO] [stdout]    |                              --                   --          ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                    |
[INFO] [stdout]    |                              |                    the lifetime is named here
[INFO] [stdout]    |                              the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn reader_bytes<'a>(&'a mut self, bytes: &'a [u8]) -> LzfseReaderBytes<'a> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/encode/ring_encoder.rs:79:29
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn writer<O: Write>(&mut self, inner: O) -> LzfseWriter<O> {
[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] 79 |     pub fn writer<O: Write>(&mut self, inner: O) -> LzfseWriter<'_, O> {
[INFO] [stdout]    |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/encode/ring_encoder.rs:93:25
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn writer_bytes(&mut self, vec: Vec<u8>) -> LzfseWriterBytes {
[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] 93 |     pub fn writer_bytes(&mut self, vec: Vec<u8>) -> LzfseWriterBytes<'_> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ops/write_short.rs:83:25
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn short_wide_block(&mut self, len: u32) -> io::Result<WideBytesMut> {
[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] 83 |     fn short_wide_block(&mut self, len: u32) -> io::Result<WideBytesMut<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ops/write_short.rs:95:42
[INFO] [stdout]    |
[INFO] [stdout] 95 |     unsafe fn short_wide_block_unchecked(&mut self, len: u32) -> io::Result<WideBytesMut> {
[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] 95 |     unsafe fn short_wide_block_unchecked(&mut self, len: u32) -> io::Result<WideBytesMut<'_>> {
[INFO] [stdout]    |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ops/write_short.rs:161:25
[INFO] [stdout]     |
[INFO] [stdout] 161 |     fn short_wide_block(&mut self, len: u32) -> io::Result<WideBytesMut> {
[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] 161 |     fn short_wide_block(&mut self, len: u32) -> io::Result<WideBytesMut<'_>> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ops/write_short.rs:166:42
[INFO] [stdout]     |
[INFO] [stdout] 166 |     unsafe fn short_wide_block_unchecked(&mut self, len: u32) -> io::Result<WideBytesMut> {
[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] 166 |     unsafe fn short_wide_block_unchecked(&mut self, len: u32) -> io::Result<WideBytesMut<'_>> {
[INFO] [stdout]     |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ring/object.rs:206:17
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub fn view(&self, head: Idx, tail: Idx) -> RingView<T> {
[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] 206 |     pub fn view(&self, head: Idx, tail: Idx) -> RingView<'_, T> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling toml v0.5.10
[INFO] [stderr]    Compiling version-sync v0.9.4
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]   --> src/bits/bit_reader.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     use test_kit::Fibonacci;
[INFO] [stdout]    |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]   --> src/bits/bit_writer.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     use test_kit::Fibonacci;
[INFO] [stdout]    |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]    --> src/encode/frontend_bytes.rs:424:9
[INFO] [stdout]     |
[INFO] [stdout] 424 |     use test_kit::Rng;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]    --> src/encode/frontend_ring.rs:691:9
[INFO] [stdout]     |
[INFO] [stdout] 691 |     use test_kit::Rng;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]    --> src/fse/buffer.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |     use test_kit::{Rng, Seq};
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]    --> src/fse/literals.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |     use test_kit::{Rng, Seq};
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]    --> src/fse/lmds.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |     use test_kit::Rng;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]    --> src/fse/weights.rs:282:9
[INFO] [stdout]     |
[INFO] [stdout] 282 |     use test_kit::Rng;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]  --> src/fse/test.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use test_kit::{Rng, Seq};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]  --> src/fse/test_fse.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use test_kit::{Rng, Seq};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]    --> src/lz/writer.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     use test_kit::{Rng, Seq};
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]  --> src/raw/tests.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use test_kit::Seq;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]    --> src/ring/ring_lz_writer.rs:211:9
[INFO] [stdout]     |
[INFO] [stdout] 211 |     use test_kit::{Cycle, Rng, Seq, Zeros};
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]    --> src/ring/ring_reader.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |     use test_kit::Seq;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]    --> src/ring/ring_short_writer.rs:200:9
[INFO] [stdout]     |
[INFO] [stdout] 200 |     use test_kit::Seq;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `test_kit`
[INFO] [stdout]  --> src/vn/tests.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use test_kit::{Rng, Seq};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `probe::probe`
[INFO] [stdout]  --> src/decode/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use probe::probe;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reader_core::ReaderCore`
[INFO] [stdout]   --> src/decode/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use reader_core::ReaderCore;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `decoder::Decoder`
[INFO] [stdout]   --> src/fse/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use decoder::Decoder;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `raw_decompress`
[INFO] [stdout]  --> src/raw/mod.rs:8:29
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use ops::{raw_compress, raw_decompress, raw_probe};
[INFO] [stdout]   |                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ring_view::RingView`
[INFO] [stdout]   --> src/ring/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use ring_view::RingView;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `block::VnBlock`
[INFO] [stdout]   --> src/vn/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use block::VnBlock;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vn_decompress`
[INFO] [stdout]   --> src/vn/mod.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use ops::{vn_decompress, vn_probe};
[INFO] [stdout]    |               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]    --> src/match_kit/match_fast.rs:104:25
[INFO] [stdout]     |
[INFO] [stdout] 104 |                         test_kit::build_match_inc(&mut buf, index, match_index, match_len);
[INFO] [stdout]     |                         ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]    --> src/match_kit/match_fast.rs:120:17
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 test_kit::build_match_inc(&mut buf, index, match_index, match_len);
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]    --> src/match_kit/match_fast.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     test_kit::build_match_dec(&mut buf, index, match_index, match_len);
[INFO] [stdout]     |                     ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]    --> src/match_kit/match_fast.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 154 |                 test_kit::build_match_dec(&mut buf, index, match_index, match_len);
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `test_kit`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `test_kit`, use `cargo add test_kit` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lzfse_rust` (lib test) due to 20 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "00b07c4a4efd9ed46e115387345fc7348eb6f30944f5280c117a3865d67572b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00b07c4a4efd9ed46e115387345fc7348eb6f30944f5280c117a3865d67572b9", kill_on_drop: false }`
[INFO] [stdout] 00b07c4a4efd9ed46e115387345fc7348eb6f30944f5280c117a3865d67572b9
