[INFO] fetching crate retriever 0.0.3...
[INFO] testing retriever-0.0.3 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate retriever 0.0.3 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate retriever 0.0.3
[INFO] finished tweaking crates.io crate retriever 0.0.3
[INFO] tweaked toml for crates.io crate retriever 0.0.3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate retriever 0.0.3 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "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" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 105 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.8.2)
[INFO] [stderr]       Adding rand v0.6.5 (available: v0.10.1)
[INFO] [stderr]       Adding simple_logger v1.16.0 (available: v5.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 012caabe9b003700199752aa48176bb9be1928d1957242231e835ae973661090
[INFO] running `Command { std: "docker" "start" "-a" "012caabe9b003700199752aa48176bb9be1928d1957242231e835ae973661090", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "012caabe9b003700199752aa48176bb9be1928d1957242231e835ae973661090", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "012caabe9b003700199752aa48176bb9be1928d1957242231e835ae973661090", kill_on_drop: false }`
[INFO] [stdout] 012caabe9b003700199752aa48176bb9be1928d1957242231e835ae973661090
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e46354fef8616fe16a0a81b4b3c41a5c1fe6deb055e3c1e59b9ef11745803c20
[INFO] running `Command { std: "docker" "start" "-a" "e46354fef8616fe16a0a81b4b3c41a5c1fe6deb055e3c1e59b9ef11745803c20", kill_on_drop: false }`
[INFO] [stderr]    Compiling retriever v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]  --> src/bits/bitfield.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) const BITS: usize = (std::mem::size_of::<usize>() * 8);
[INFO] [stdout]   |                                ^                                ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 - pub(crate) const BITS: usize = (std::mem::size_of::<usize>() * 8);
[INFO] [stdout] 5 + pub(crate) const BITS: usize = std::mem::size_of::<usize>() * 8 ;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn chunk_key(&self) -> Cow<ChunkKey>;
[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] 18 |     fn chunk_key(&self) -> Cow<'_, ChunkKey>;
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn item_key(&self) -> Cow<ItemKey>;
[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] 21 |     fn item_key(&self) -> Cow<'_, ItemKey>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:30:18
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 30 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 34 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:43:18
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn chunk_key(&self) -> 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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn chunk_key(&self) -> Cow<'_, ()> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 47 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:57:18
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 57 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 61 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/types/entry.rs:99:20
[INFO] [stdout]     |
[INFO] [stdout]  99 |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 100 | |                 "retriever: Entry::or_panic(): {:?} doesn't exist",
[INFO] [stdout] 101 | |                 &self.id
[INFO] [stdout] 102 | |             ))
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout]  99 ~             panic!(
[INFO] [stdout] 100 |                 "retriever: Entry::or_panic(): {:?} doesn't exist",
[INFO] [stdout] 101 |                 &self.id
[INFO] [stdout] 102 ~             )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/id.rs:123:18
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 123 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/id.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 127 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
[INFO] running `Command { std: "docker" "inspect" "e46354fef8616fe16a0a81b4b3c41a5c1fe6deb055e3c1e59b9ef11745803c20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e46354fef8616fe16a0a81b4b3c41a5c1fe6deb055e3c1e59b9ef11745803c20", kill_on_drop: false }`
[INFO] [stdout] e46354fef8616fe16a0a81b4b3c41a5c1fe6deb055e3c1e59b9ef11745803c20
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 23e343eba4bff24c09652a4fc7a3a70127f0a0ca7bba332c8ddc1f502e87d10a
[INFO] running `Command { std: "docker" "start" "-a" "23e343eba4bff24c09652a4fc7a3a70127f0a0ca7bba332c8ddc1f502e87d10a", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling colored v1.9.4
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]  --> src/bits/bitfield.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) const BITS: usize = (std::mem::size_of::<usize>() * 8);
[INFO] [stdout]   |                                ^                                ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 - pub(crate) const BITS: usize = (std::mem::size_of::<usize>() * 8);
[INFO] [stdout] 5 + pub(crate) const BITS: usize = std::mem::size_of::<usize>() * 8 ;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn chunk_key(&self) -> Cow<ChunkKey>;
[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] 18 |     fn chunk_key(&self) -> Cow<'_, ChunkKey>;
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn item_key(&self) -> Cow<ItemKey>;
[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] 21 |     fn item_key(&self) -> Cow<'_, ItemKey>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:30:18
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 30 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 34 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:43:18
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn chunk_key(&self) -> 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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn chunk_key(&self) -> Cow<'_, ()> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 47 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:57:18
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 57 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 61 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/types/entry.rs:99:20
[INFO] [stdout]     |
[INFO] [stdout]  99 |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 100 | |                 "retriever: Entry::or_panic(): {:?} doesn't exist",
[INFO] [stdout] 101 | |                 &self.id
[INFO] [stdout] 102 | |             ))
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout]  99 ~             panic!(
[INFO] [stdout] 100 |                 "retriever: Entry::or_panic(): {:?} doesn't exist",
[INFO] [stdout] 101 |                 &self.id
[INFO] [stdout] 102 ~             )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/id.rs:123:18
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 123 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/id.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 127 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling simple_logger v1.16.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling retriever v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]  --> src/bits/bitfield.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(crate) const BITS: usize = (std::mem::size_of::<usize>() * 8);
[INFO] [stdout]   |                                ^                                ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 - pub(crate) const BITS: usize = (std::mem::size_of::<usize>() * 8);
[INFO] [stdout] 5 + pub(crate) const BITS: usize = std::mem::size_of::<usize>() * 8 ;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queries/secondary_index.rs:377:32
[INFO] [stdout]     |
[INFO] [stdout] 377 |             fn chunk_key(self: &Kitten) -> 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] 377 |             fn chunk_key(self: &Kitten) -> Cow<'_, ()> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queries/secondary_index.rs:381:31
[INFO] [stdout]     |
[INFO] [stdout] 381 |             fn item_key(self: &Kitten) -> Cow<str> {
[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] 381 |             fn item_key(self: &Kitten) -> Cow<'_, str> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:18:18
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn chunk_key(&self) -> Cow<ChunkKey>;
[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] 18 |     fn chunk_key(&self) -> Cow<'_, ChunkKey>;
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn item_key(&self) -> Cow<ItemKey>;
[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] 21 |     fn item_key(&self) -> Cow<'_, ItemKey>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:30:18
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 30 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 34 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:43:18
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn chunk_key(&self) -> 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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn chunk_key(&self) -> Cow<'_, ()> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 47 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:57:18
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 57 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/traits/record.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 61 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/types/entry.rs:99:20
[INFO] [stdout]     |
[INFO] [stdout]  99 |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 100 | |                 "retriever: Entry::or_panic(): {:?} doesn't exist",
[INFO] [stdout] 101 | |                 &self.id
[INFO] [stdout] 102 | |             ))
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout]  99 ~             panic!(
[INFO] [stdout] 100 |                 "retriever: Entry::or_panic(): {:?} doesn't exist",
[INFO] [stdout] 101 |                 &self.id
[INFO] [stdout] 102 ~             )
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/id.rs:123:18
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 123 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/types/id.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 127 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:345:22
[INFO] [stdout]     |
[INFO] [stdout] 345 |         fn chunk_key(&self) -> Cow<u64> {
[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] 345 |         fn chunk_key(&self) -> Cow<'_, u64> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:349:21
[INFO] [stdout]     |
[INFO] [stdout] 349 |         fn item_key(&self) -> Cow<u64> {
[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] 349 |         fn item_key(&self) -> Cow<'_, u64> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:358:22
[INFO] [stdout]     |
[INFO] [stdout] 358 |         fn chunk_key(&self) -> Cow<str> {
[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] 358 |         fn chunk_key(&self) -> 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:362:21
[INFO] [stdout]     |
[INFO] [stdout] 362 |         fn item_key(&self) -> Cow<str> {
[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] 362 |         fn item_key(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 28.48s
[INFO] running `Command { std: "docker" "inspect" "23e343eba4bff24c09652a4fc7a3a70127f0a0ca7bba332c8ddc1f502e87d10a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23e343eba4bff24c09652a4fc7a3a70127f0a0ca7bba332c8ddc1f502e87d10a", kill_on_drop: false }`
[INFO] [stdout] 23e343eba4bff24c09652a4fc7a3a70127f0a0ca7bba332c8ddc1f502e87d10a
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 026e534e5b3ae3d9a8a67207c1ba228f5f3c82687f3a56797b6180c56debe213
[INFO] running `Command { std: "docker" "start" "-a" "026e534e5b3ae3d9a8a67207c1ba228f5f3c82687f3a56797b6180c56debe213", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]  --> src/bits/bitfield.rs:5:32
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub(crate) const BITS: usize = (std::mem::size_of::<usize>() * 8);
[INFO] [stderr]   |                                ^                                ^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]   |
[INFO] [stderr] 5 - pub(crate) const BITS: usize = (std::mem::size_of::<usize>() * 8);
[INFO] [stderr] 5 + pub(crate) const BITS: usize = std::mem::size_of::<usize>() * 8 ;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/traits/record.rs:18:18
[INFO] [stderr]    |
[INFO] [stderr] 18 |     fn chunk_key(&self) -> Cow<ChunkKey>;
[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] 18 |     fn chunk_key(&self) -> Cow<'_, ChunkKey>;
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/traits/record.rs:21:17
[INFO] [stderr]    |
[INFO] [stderr] 21 |     fn item_key(&self) -> Cow<ItemKey>;
[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] 21 |     fn item_key(&self) -> Cow<'_, ItemKey>;
[INFO] [stderr]    |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/traits/record.rs:30:18
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 30 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/traits/record.rs:34:17
[INFO] [stderr]    |
[INFO] [stderr] 34 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 34 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stderr]    |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/traits/record.rs:43:18
[INFO] [stderr]    |
[INFO] [stderr] 43 |     fn chunk_key(&self) -> 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] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 43 |     fn chunk_key(&self) -> Cow<'_, ()> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/traits/record.rs:47:17
[INFO] [stderr]    |
[INFO] [stderr] 47 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 47 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stderr]    |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/traits/record.rs:57:18
[INFO] [stderr]    |
[INFO] [stderr] 57 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 57 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/traits/record.rs:61:17
[INFO] [stderr]    |
[INFO] [stderr] 61 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 61 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stderr]    |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/types/entry.rs:99:20
[INFO] [stderr]     |
[INFO] [stderr]  99 |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 100 | |                 "retriever: Entry::or_panic(): {:?} doesn't exist",
[INFO] [stderr] 101 | |                 &self.id
[INFO] [stderr] 102 | |             ))
[INFO] [stderr]     | |_____________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr]  99 ~             panic!(
[INFO] [stderr] 100 |                 "retriever: Entry::or_panic(): {:?} doesn't exist",
[INFO] [stderr] 101 |                 &self.id
[INFO] [stderr] 102 ~             )
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/types/id.rs:123:18
[INFO] [stderr]     |
[INFO] [stderr] 123 |     fn chunk_key(&self) -> Cow<ChunkKey> {
[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] 123 |     fn chunk_key(&self) -> Cow<'_, ChunkKey> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/types/id.rs:127:17
[INFO] [stderr]     |
[INFO] [stderr] 127 |     fn item_key(&self) -> Cow<ItemKey> {
[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] 127 |     fn item_key(&self) -> Cow<'_, ItemKey> {
[INFO] [stderr]     |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: `retriever` (lib) generated 12 warnings (run `cargo fix --lib -p retriever` to apply 12 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/queries/secondary_index.rs:377:32
[INFO] [stderr]     |
[INFO] [stderr] 377 |             fn chunk_key(self: &Kitten) -> 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] 377 |             fn chunk_key(self: &Kitten) -> Cow<'_, ()> {
[INFO] [stderr]     |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/queries/secondary_index.rs:381:31
[INFO] [stderr]     |
[INFO] [stderr] 381 |             fn item_key(self: &Kitten) -> Cow<str> {
[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] 381 |             fn item_key(self: &Kitten) -> Cow<'_, str> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/traits/record.rs:18:18
[INFO] [stderr]    |
[INFO] [stderr] 18 |     fn chunk_key(&self) -> Cow<ChunkKey>;
[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] 18 |     fn chunk_key(&self) -> Cow<'_, ChunkKey>;
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:345:22
[INFO] [stderr]     |
[INFO] [stderr] 345 |         fn chunk_key(&self) -> Cow<u64> {
[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] 345 |         fn chunk_key(&self) -> Cow<'_, u64> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:349:21
[INFO] [stderr]     |
[INFO] [stderr] 349 |         fn item_key(&self) -> Cow<u64> {
[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] 349 |         fn item_key(&self) -> Cow<'_, u64> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:358:22
[INFO] [stderr]     |
[INFO] [stderr] 358 |         fn chunk_key(&self) -> Cow<str> {
[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] 358 |         fn chunk_key(&self) -> Cow<'_, str> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:362:21
[INFO] [stderr]     |
[INFO] [stderr] 362 |         fn item_key(&self) -> Cow<str> {
[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] 362 |         fn item_key(&self) -> Cow<'_, str> {
[INFO] [stderr]     |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: `retriever` (lib test) generated 18 warnings (11 duplicates) (run `cargo fix --lib -p retriever --tests` to apply 7 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/retriever-f304ce4846aec40c)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test bits::bitfield::test::test_random ... ok
[INFO] [stdout] test bits::bitfield::test::test_unset ... ok
[INFO] [stdout] test bits::bitset::test::test_sparse ... ok
[INFO] [stdout] test bits::bitset::test::test_tight_cluster ... ok
[INFO] [stdout] test bits::bitset::test::test_unset ... ok
[INFO] [stdout] test internal::mr::reduce::test::test_sum ... ok
[INFO] [stdout] test internal::mr::reduce::test::test_sum_with_addition ... ok
[INFO] [stdout] test internal::mr::rvec::test::test_map_reduce_small_sum ... ok
[INFO] [stdout] test internal::mr::rvec::test::test_map_reduce_small_sum_with_edit ... ok
[INFO] [stdout] test internal::mr::rvec::test::test_map_reduce_with_changing_source_should_no_longer_panic ... ok
[INFO] [stdout] test internal::mr::rvec::test::test_map_reduce_small_sum_with_removal ... ok
[INFO] [stdout] test internal::mr::rvec::test::test_map_reduce_with_two_layers ... ok
[INFO] [stdout] test internal::mr::reduce::test::test_sum_with_update ... ok
[INFO] [stdout] test internal::mr::summarize::test::test_sum ... ok
[INFO] [stdout] test internal::mr::summarize::test::test_sum_with_removal ... ok
[INFO] [stdout] test internal::mr::summarize::test::test_sum_with_update ... ok
[INFO] [stdout] test bits::bitset::test::test_single_bit ... ok
[INFO] [stdout] test internal::mr::rvec::test::test_change_count ... ok
[INFO] [stdout] test internal::mr::reduce::test::test_sum_with_removal ... ok
[INFO] [stdout] test internal::mr::summarize::test::test_sum_with_addition ... ok
[INFO] [stdout] test queries::secondary_index::test::test_kitten_removal ... ok
[INFO] [stdout] test test::test_index_intersections ... ok
[INFO] [stdout] test test::test_query_by_id ... ok
[INFO] [stdout] test test::test_editor ... ok
[INFO] [stdout] test test::test_entry ... ok
[INFO] [stdout] test test::test_chunk_chaos ... ok
[INFO] [stdout] test test::test_filter ... ok
[INFO] [stdout] test internal::mr::rvec::test::test_len ... ok
[INFO] [stdout] test test::test_str ... ok
[INFO] [stdout] test test::test_remove_and_replace_chunk_with_secondary_index ... ok
[INFO] [stdout] test test::test_entry_with_bogus_chunk - should panic ... ok
[INFO] [stdout] test test::test_entry_with_bogus_item - should panic ... ok
[INFO] [stdout] test bits::bitset::test::test_random ... ok
[INFO] [stdout] test bits::bitfield::test::test_two_bits ... ok
[INFO] [stdout] test test::test_query_by_chunks ... ok
[INFO] [stdout] test bits::bitfield::test::test_from_range ... ok
[INFO] [stdout] test bits::bitfield::test::test_from_range_rev ... ok
[INFO] [stdout] test test::test_random_edits ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.42s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests retriever
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]  --> src/bits/bitfield.rs:5:32
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub(crate) const BITS: usize = (std::mem::size_of::<usize>() * 8);
[INFO] [stderr]   |                                ^                                ^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]   |
[INFO] [stderr] 5 - pub(crate) const BITS: usize = (std::mem::size_of::<usize>() * 8);
[INFO] [stderr] 5 + pub(crate) const BITS: usize = std::mem::size_of::<usize>() * 8 ;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test src/types/id.rs - types::id::ID (line 12) ... ok
[INFO] [stdout] test src/bits/bitset.rs - bits::bitset::Bitset::iter (line 133) ... ok
[INFO] [stdout] test src/types/storage.rs - types::storage::Storage<ChunkKey,ItemKey,Element>::iter (line 466) ... ok
[INFO] [stdout] test src/types/storage.rs - types::storage::Storage<ChunkKey,ItemKey,Element>::get (line 318) ... ok
[INFO] [stdout] test src/types/storage.rs - types::storage::Storage<ChunkKey,ItemKey,Element>::raw (line 271) ... ok
[INFO] [stdout] test src/types/storage.rs - types::storage::Storage<ChunkKey,ItemKey,Element>::modify (line 568) ... ok
[INFO] [stdout] test src/types/storage.rs - types::storage::Storage<ChunkKey,ItemKey,Element>::add (line 117) ... ok
[INFO] [stdout] test src/types/storage.rs - types::storage::Storage<ChunkKey,ItemKey,Element>::remove (line 630) ... ok
[INFO] [stdout] test src/types/storage.rs - types::storage::Storage<ChunkKey,ItemKey,Element>::new (line 54) ... ok
[INFO] [stdout] test src/types/storage.rs - types::storage::Storage<ChunkKey,ItemKey,Element>::entry (line 386) ... ok
[INFO] [stdout] test src/types/reduction.rs - types::reduction::Reduction<ChunkKey,Element,Summary>::reduce (line 122) ... ok
[INFO] [stdout] test src/traits/query.rs - traits::query::Query::matching (line 51) ... ok
[INFO] [stdout] test src/types/id.rs - types::id::Id (line 23) ... ok
[INFO] [stdout] test src/types/storage.rs - types::storage::Storage<ChunkKey,ItemKey,Element>::query (line 500) ... ok
[INFO] [stdout] test src/lib.rs - (line 41) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.98s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "026e534e5b3ae3d9a8a67207c1ba228f5f3c82687f3a56797b6180c56debe213", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "026e534e5b3ae3d9a8a67207c1ba228f5f3c82687f3a56797b6180c56debe213", kill_on_drop: false }`
[INFO] [stdout] 026e534e5b3ae3d9a8a67207c1ba228f5f3c82687f3a56797b6180c56debe213
