[INFO] fetching crate radixt 0.1.0...
[INFO] testing radixt-0.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate radixt 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate radixt 0.1.0
[INFO] finished tweaking crates.io crate radixt 0.1.0
[INFO] tweaked toml for crates.io crate radixt 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate radixt 0.1.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate radixt 0.1.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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e7d40d92e577935ae9368646daa974902e92203748465c3c3799faee8fe8648
[INFO] running `Command { std: "docker" "start" "-a" "4e7d40d92e577935ae9368646daa974902e92203748465c3c3799faee8fe8648", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e7d40d92e577935ae9368646daa974902e92203748465c3c3799faee8fe8648", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e7d40d92e577935ae9368646daa974902e92203748465c3c3799faee8fe8648", kill_on_drop: false }`
[INFO] [stdout] 4e7d40d92e577935ae9368646daa974902e92203748465c3c3799faee8fe8648
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f3047543bfebe4fc457df702d57d07a4d40ca258d5fa7d13bfcebb3be880a13
[INFO] running `Command { std: "docker" "start" "-a" "0f3047543bfebe4fc457df702d57d07a4d40ca258d5fa7d13bfcebb3be880a13", kill_on_drop: false }`
[INFO] [stderr]    Compiling radixt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/map.rs:85:17
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn iter(&self) -> Iter<T, MapKV<T>> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                 |         |       |
[INFO] [stdout]    |                 |         |       the same lifetime is hidden here
[INFO] [stdout]    |                 |         the same lifetime is hidden here
[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] 85 |     pub fn iter(&self) -> Iter<'_, T, MapKV<'_, T>> {
[INFO] [stdout]    |                                +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/map.rs:93:21
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn iter_mut(&mut self) -> IterMut<T, MapKVMut<T>> {
[INFO] [stdout]    |                     ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                     |             |          |
[INFO] [stdout]    |                     |             |          the same lifetime is hidden here
[INFO] [stdout]    |                     |             the same lifetime is hidden here
[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 iter_mut(&mut self) -> IterMut<'_, T, MapKVMut<'_, T>> {
[INFO] [stdout]    |                                           +++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:102:40
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapKV<T>> {
[INFO] [stdout]     |                                        ^^^^^                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                        |                    |       |
[INFO] [stdout]     |                                        |                    |       the same lifetime is hidden here
[INFO] [stdout]     |                                        |                    the same lifetime is hidden here
[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] 102 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapKV<'_, T>> {
[INFO] [stdout]     |                                                                  +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:111:44
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn prefix_iter_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<T, MapKVMut<T>> {
[INFO] [stdout]     |                                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |                        |          |
[INFO] [stdout]     |                                            |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                                            |                        the same lifetime is hidden here
[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] 111 |     pub fn prefix_iter_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<'_, T, MapKVMut<'_, T>> {
[INFO] [stdout]     |                                                                             +++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:117:19
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn values(&self) -> Iter<T, MapV<T>> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |         |       |
[INFO] [stdout]     |                   |         |       the same lifetime is hidden here
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[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] 117 |     pub fn values(&self) -> Iter<'_, T, MapV<'_, T>> {
[INFO] [stdout]     |                                  +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:123:23
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn values_mut(&mut self) -> IterMut<T, MapVMut<T>> {
[INFO] [stdout]     |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |             |          |
[INFO] [stdout]     |                       |             |          the same lifetime is hidden here
[INFO] [stdout]     |                       |             the same lifetime is hidden here
[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 |     pub fn values_mut(&mut self) -> IterMut<'_, T, MapVMut<'_, T>> {
[INFO] [stdout]     |                                             +++            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:129:42
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn prefix_values<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapV<T>> {
[INFO] [stdout]     |                                          ^^^^^                ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                          |                    |       |
[INFO] [stdout]     |                                          |                    |       the same lifetime is hidden here
[INFO] [stdout]     |                                          |                    the same lifetime is hidden here
[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] 129 |     pub fn prefix_values<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapV<'_, T>> {
[INFO] [stdout]     |                                                                    +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:135:46
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn prefix_values_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<T, MapVMut<T>> {
[INFO] [stdout]     |                                              ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                              |                        |          |
[INFO] [stdout]     |                                              |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                                              |                        the same lifetime is hidden here
[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] 135 |     pub fn prefix_values_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<'_, T, MapVMut<'_, T>> {
[INFO] [stdout]     |                                                                               +++            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:141:17
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn keys(&self) -> Iter<T, MapK<T>> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |       |
[INFO] [stdout]     |                 |         |       the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[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] 141 |     pub fn keys(&self) -> Iter<'_, T, MapK<'_, T>> {
[INFO] [stdout]     |                                +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:147:40
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn prefix_keys<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapK<T>> {
[INFO] [stdout]     |                                        ^^^^^                ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                        |                    |       |
[INFO] [stdout]     |                                        |                    |       the same lifetime is hidden here
[INFO] [stdout]     |                                        |                    the same lifetime is hidden here
[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] 147 |     pub fn prefix_keys<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapK<'_, T>> {
[INFO] [stdout]     |                                                                  +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:155:53
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn range<K: AsRef<[u8]>, B: RangeBounds<K>>(&self, bounds: B) -> Range<T, K, B> {
[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] 155 |     pub fn range<K: AsRef<[u8]>, B: RangeBounds<K>>(&self, bounds: B) -> Range<'_, T, K, B> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:163:57
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn range_mut<K: AsRef<[u8]>, B: RangeBounds<K>>(&mut self, bounds: B) -> RangeMut<T, K, B> {
[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] 163 |     pub fn range_mut<K: AsRef<[u8]>, B: RangeBounds<K>>(&mut self, bounds: B) -> RangeMut<'_, T, K, B> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/set.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn iter(&self) -> Iter<(), MapK<()>> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                 |         |        |
[INFO] [stdout]    |                 |         |        the same lifetime is hidden here
[INFO] [stdout]    |                 |         the same lifetime is hidden here
[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] 53 |     pub fn iter(&self) -> Iter<'_, (), MapK<'_, ()>> {
[INFO] [stdout]    |                                +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/set.rs:59:40
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<(), MapK<()>> {
[INFO] [stdout]    |                                        ^^^^^                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                        |                    |        |
[INFO] [stdout]    |                                        |                    |        the same lifetime is hidden here
[INFO] [stdout]    |                                        |                    the same lifetime is hidden here
[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] 59 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, (), MapK<'_, ()>> {
[INFO] [stdout]    |                                                                  +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] running `Command { std: "docker" "inspect" "0f3047543bfebe4fc457df702d57d07a4d40ca258d5fa7d13bfcebb3be880a13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f3047543bfebe4fc457df702d57d07a4d40ca258d5fa7d13bfcebb3be880a13", kill_on_drop: false }`
[INFO] [stdout] 0f3047543bfebe4fc457df702d57d07a4d40ca258d5fa7d13bfcebb3be880a13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9422d7adf8fc59cfc05bf73aea12b02f0486728f764e5ae2a899b24d462b9b7a
[INFO] running `Command { std: "docker" "start" "-a" "9422d7adf8fc59cfc05bf73aea12b02f0486728f764e5ae2a899b24d462b9b7a", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.139
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling unicode-ident v1.0.2
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.10
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.139
[INFO] [stderr]    Compiling plotters-backend v0.3.4
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.9
[INFO] [stderr]    Compiling crossbeam-channel v0.5.5
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling plotters-svg v0.3.2
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling plotters v0.3.2
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/map.rs:85:17
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn iter(&self) -> Iter<T, MapKV<T>> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                 |         |       |
[INFO] [stdout]    |                 |         |       the same lifetime is hidden here
[INFO] [stdout]    |                 |         the same lifetime is hidden here
[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] 85 |     pub fn iter(&self) -> Iter<'_, T, MapKV<'_, T>> {
[INFO] [stdout]    |                                +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/map.rs:93:21
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn iter_mut(&mut self) -> IterMut<T, MapKVMut<T>> {
[INFO] [stdout]    |                     ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                     |             |          |
[INFO] [stdout]    |                     |             |          the same lifetime is hidden here
[INFO] [stdout]    |                     |             the same lifetime is hidden here
[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 iter_mut(&mut self) -> IterMut<'_, T, MapKVMut<'_, T>> {
[INFO] [stdout]    |                                           +++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:102:40
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapKV<T>> {
[INFO] [stdout]     |                                        ^^^^^                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                        |                    |       |
[INFO] [stdout]     |                                        |                    |       the same lifetime is hidden here
[INFO] [stdout]     |                                        |                    the same lifetime is hidden here
[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] 102 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapKV<'_, T>> {
[INFO] [stdout]     |                                                                  +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:111:44
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn prefix_iter_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<T, MapKVMut<T>> {
[INFO] [stdout]     |                                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |                        |          |
[INFO] [stdout]     |                                            |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                                            |                        the same lifetime is hidden here
[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] 111 |     pub fn prefix_iter_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<'_, T, MapKVMut<'_, T>> {
[INFO] [stdout]     |                                                                             +++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:117:19
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn values(&self) -> Iter<T, MapV<T>> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |         |       |
[INFO] [stdout]     |                   |         |       the same lifetime is hidden here
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[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] 117 |     pub fn values(&self) -> Iter<'_, T, MapV<'_, T>> {
[INFO] [stdout]     |                                  +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:123:23
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn values_mut(&mut self) -> IterMut<T, MapVMut<T>> {
[INFO] [stdout]     |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |             |          |
[INFO] [stdout]     |                       |             |          the same lifetime is hidden here
[INFO] [stdout]     |                       |             the same lifetime is hidden here
[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 |     pub fn values_mut(&mut self) -> IterMut<'_, T, MapVMut<'_, T>> {
[INFO] [stdout]     |                                             +++            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:129:42
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn prefix_values<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapV<T>> {
[INFO] [stdout]     |                                          ^^^^^                ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                          |                    |       |
[INFO] [stdout]     |                                          |                    |       the same lifetime is hidden here
[INFO] [stdout]     |                                          |                    the same lifetime is hidden here
[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] 129 |     pub fn prefix_values<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapV<'_, T>> {
[INFO] [stdout]     |                                                                    +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:135:46
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn prefix_values_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<T, MapVMut<T>> {
[INFO] [stdout]     |                                              ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                              |                        |          |
[INFO] [stdout]     |                                              |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                                              |                        the same lifetime is hidden here
[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] 135 |     pub fn prefix_values_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<'_, T, MapVMut<'_, T>> {
[INFO] [stdout]     |                                                                               +++            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:141:17
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn keys(&self) -> Iter<T, MapK<T>> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |       |
[INFO] [stdout]     |                 |         |       the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[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] 141 |     pub fn keys(&self) -> Iter<'_, T, MapK<'_, T>> {
[INFO] [stdout]     |                                +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:147:40
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn prefix_keys<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapK<T>> {
[INFO] [stdout]     |                                        ^^^^^                ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                        |                    |       |
[INFO] [stdout]     |                                        |                    |       the same lifetime is hidden here
[INFO] [stdout]     |                                        |                    the same lifetime is hidden here
[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] 147 |     pub fn prefix_keys<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapK<'_, T>> {
[INFO] [stdout]     |                                                                  +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:155:53
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn range<K: AsRef<[u8]>, B: RangeBounds<K>>(&self, bounds: B) -> Range<T, K, B> {
[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] 155 |     pub fn range<K: AsRef<[u8]>, B: RangeBounds<K>>(&self, bounds: B) -> Range<'_, T, K, B> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:163:57
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn range_mut<K: AsRef<[u8]>, B: RangeBounds<K>>(&mut self, bounds: B) -> RangeMut<T, K, B> {
[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] 163 |     pub fn range_mut<K: AsRef<[u8]>, B: RangeBounds<K>>(&mut self, bounds: B) -> RangeMut<'_, T, K, B> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/set.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn iter(&self) -> Iter<(), MapK<()>> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                 |         |        |
[INFO] [stdout]    |                 |         |        the same lifetime is hidden here
[INFO] [stdout]    |                 |         the same lifetime is hidden here
[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] 53 |     pub fn iter(&self) -> Iter<'_, (), MapK<'_, ()>> {
[INFO] [stdout]    |                                +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/set.rs:59:40
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<(), MapK<()>> {
[INFO] [stdout]    |                                        ^^^^^                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                        |                    |        |
[INFO] [stdout]    |                                        |                    |        the same lifetime is hidden here
[INFO] [stdout]    |                                        |                    the same lifetime is hidden here
[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] 59 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, (), MapK<'_, ()>> {
[INFO] [stdout]    |                                                                  +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling radixt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/map.rs:85:17
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn iter(&self) -> Iter<T, MapKV<T>> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                 |         |       |
[INFO] [stdout]    |                 |         |       the same lifetime is hidden here
[INFO] [stdout]    |                 |         the same lifetime is hidden here
[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] 85 |     pub fn iter(&self) -> Iter<'_, T, MapKV<'_, T>> {
[INFO] [stdout]    |                                +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/map.rs:93:21
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn iter_mut(&mut self) -> IterMut<T, MapKVMut<T>> {
[INFO] [stdout]    |                     ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                     |             |          |
[INFO] [stdout]    |                     |             |          the same lifetime is hidden here
[INFO] [stdout]    |                     |             the same lifetime is hidden here
[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 iter_mut(&mut self) -> IterMut<'_, T, MapKVMut<'_, T>> {
[INFO] [stdout]    |                                           +++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:102:40
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapKV<T>> {
[INFO] [stdout]     |                                        ^^^^^                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                        |                    |       |
[INFO] [stdout]     |                                        |                    |       the same lifetime is hidden here
[INFO] [stdout]     |                                        |                    the same lifetime is hidden here
[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] 102 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapKV<'_, T>> {
[INFO] [stdout]     |                                                                  +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:111:44
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn prefix_iter_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<T, MapKVMut<T>> {
[INFO] [stdout]     |                                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                            |                        |          |
[INFO] [stdout]     |                                            |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                                            |                        the same lifetime is hidden here
[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] 111 |     pub fn prefix_iter_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<'_, T, MapKVMut<'_, T>> {
[INFO] [stdout]     |                                                                             +++             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:117:19
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn values(&self) -> Iter<T, MapV<T>> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                   |         |       |
[INFO] [stdout]     |                   |         |       the same lifetime is hidden here
[INFO] [stdout]     |                   |         the same lifetime is hidden here
[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] 117 |     pub fn values(&self) -> Iter<'_, T, MapV<'_, T>> {
[INFO] [stdout]     |                                  +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:123:23
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn values_mut(&mut self) -> IterMut<T, MapVMut<T>> {
[INFO] [stdout]     |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |             |          |
[INFO] [stdout]     |                       |             |          the same lifetime is hidden here
[INFO] [stdout]     |                       |             the same lifetime is hidden here
[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 |     pub fn values_mut(&mut self) -> IterMut<'_, T, MapVMut<'_, T>> {
[INFO] [stdout]     |                                             +++            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:129:42
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn prefix_values<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapV<T>> {
[INFO] [stdout]     |                                          ^^^^^                ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                          |                    |       |
[INFO] [stdout]     |                                          |                    |       the same lifetime is hidden here
[INFO] [stdout]     |                                          |                    the same lifetime is hidden here
[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] 129 |     pub fn prefix_values<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapV<'_, T>> {
[INFO] [stdout]     |                                                                    +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:135:46
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn prefix_values_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<T, MapVMut<T>> {
[INFO] [stdout]     |                                              ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                              |                        |          |
[INFO] [stdout]     |                                              |                        |          the same lifetime is hidden here
[INFO] [stdout]     |                                              |                        the same lifetime is hidden here
[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] 135 |     pub fn prefix_values_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<'_, T, MapVMut<'_, T>> {
[INFO] [stdout]     |                                                                               +++            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:141:17
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn keys(&self) -> Iter<T, MapK<T>> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |       |
[INFO] [stdout]     |                 |         |       the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[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] 141 |     pub fn keys(&self) -> Iter<'_, T, MapK<'_, T>> {
[INFO] [stdout]     |                                +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:147:40
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn prefix_keys<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapK<T>> {
[INFO] [stdout]     |                                        ^^^^^                ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                        |                    |       |
[INFO] [stdout]     |                                        |                    |       the same lifetime is hidden here
[INFO] [stdout]     |                                        |                    the same lifetime is hidden here
[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] 147 |     pub fn prefix_keys<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapK<'_, T>> {
[INFO] [stdout]     |                                                                  +++         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:155:53
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn range<K: AsRef<[u8]>, B: RangeBounds<K>>(&self, bounds: B) -> Range<T, K, B> {
[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] 155 |     pub fn range<K: AsRef<[u8]>, B: RangeBounds<K>>(&self, bounds: B) -> Range<'_, T, K, B> {
[INFO] [stdout]     |                                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/map.rs:163:57
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn range_mut<K: AsRef<[u8]>, B: RangeBounds<K>>(&mut self, bounds: B) -> RangeMut<T, K, B> {
[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] 163 |     pub fn range_mut<K: AsRef<[u8]>, B: RangeBounds<K>>(&mut self, bounds: B) -> RangeMut<'_, T, K, B> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/set.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn iter(&self) -> Iter<(), MapK<()>> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                 |         |        |
[INFO] [stdout]    |                 |         |        the same lifetime is hidden here
[INFO] [stdout]    |                 |         the same lifetime is hidden here
[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] 53 |     pub fn iter(&self) -> Iter<'_, (), MapK<'_, ()>> {
[INFO] [stdout]    |                                +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/set.rs:59:40
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<(), MapK<()>> {
[INFO] [stdout]    |                                        ^^^^^                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                                        |                    |        |
[INFO] [stdout]    |                                        |                    |        the same lifetime is hidden here
[INFO] [stdout]    |                                        |                    the same lifetime is hidden here
[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] 59 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, (), MapK<'_, ()>> {
[INFO] [stdout]    |                                                                  +++          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 50.12s
[INFO] running `Command { std: "docker" "inspect" "9422d7adf8fc59cfc05bf73aea12b02f0486728f764e5ae2a899b24d462b9b7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9422d7adf8fc59cfc05bf73aea12b02f0486728f764e5ae2a899b24d462b9b7a", kill_on_drop: false }`
[INFO] [stdout] 9422d7adf8fc59cfc05bf73aea12b02f0486728f764e5ae2a899b24d462b9b7a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 43573ec36e4ee5d8edc1e069c9fd0d3e7bb271485619944289b46a84ad993eed
[INFO] running `Command { std: "docker" "start" "-a" "43573ec36e4ee5d8edc1e069c9fd0d3e7bb271485619944289b46a84ad993eed", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/map.rs:85:17
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub fn iter(&self) -> Iter<T, MapKV<T>> {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                 |         |       |
[INFO] [stderr]    |                 |         |       the same lifetime is hidden here
[INFO] [stderr]    |                 |         the same lifetime is hidden here
[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] 85 |     pub fn iter(&self) -> Iter<'_, T, MapKV<'_, T>> {
[INFO] [stderr]    |                                +++          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/map.rs:93:21
[INFO] [stderr]    |
[INFO] [stderr] 93 |     pub fn iter_mut(&mut self) -> IterMut<T, MapKVMut<T>> {
[INFO] [stderr]    |                     ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                     |             |          |
[INFO] [stderr]    |                     |             |          the same lifetime is hidden here
[INFO] [stderr]    |                     |             the same lifetime is hidden here
[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] 93 |     pub fn iter_mut(&mut self) -> IterMut<'_, T, MapKVMut<'_, T>> {
[INFO] [stderr]    |                                           +++             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:102:40
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapKV<T>> {
[INFO] [stderr]     |                                        ^^^^^                ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                        |                    |       |
[INFO] [stderr]     |                                        |                    |       the same lifetime is hidden here
[INFO] [stderr]     |                                        |                    the same lifetime is hidden here
[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] 102 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapKV<'_, T>> {
[INFO] [stderr]     |                                                                  +++          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:111:44
[INFO] [stderr]     |
[INFO] [stderr] 111 |     pub fn prefix_iter_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<T, MapKVMut<T>> {
[INFO] [stderr]     |                                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                            |                        |          |
[INFO] [stderr]     |                                            |                        |          the same lifetime is hidden here
[INFO] [stderr]     |                                            |                        the same lifetime is hidden here
[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] 111 |     pub fn prefix_iter_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<'_, T, MapKVMut<'_, T>> {
[INFO] [stderr]     |                                                                             +++             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:117:19
[INFO] [stderr]     |
[INFO] [stderr] 117 |     pub fn values(&self) -> Iter<T, MapV<T>> {
[INFO] [stderr]     |                   ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                   |         |       |
[INFO] [stderr]     |                   |         |       the same lifetime is hidden here
[INFO] [stderr]     |                   |         the same lifetime is hidden here
[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] 117 |     pub fn values(&self) -> Iter<'_, T, MapV<'_, T>> {
[INFO] [stderr]     |                                  +++         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:123:23
[INFO] [stderr]     |
[INFO] [stderr] 123 |     pub fn values_mut(&mut self) -> IterMut<T, MapVMut<T>> {
[INFO] [stderr]     |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                       |             |          |
[INFO] [stderr]     |                       |             |          the same lifetime is hidden here
[INFO] [stderr]     |                       |             the same lifetime is hidden here
[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 |     pub fn values_mut(&mut self) -> IterMut<'_, T, MapVMut<'_, T>> {
[INFO] [stderr]     |                                             +++            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:129:42
[INFO] [stderr]     |
[INFO] [stderr] 129 |     pub fn prefix_values<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapV<T>> {
[INFO] [stderr]     |                                          ^^^^^                ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                          |                    |       |
[INFO] [stderr]     |                                          |                    |       the same lifetime is hidden here
[INFO] [stderr]     |                                          |                    the same lifetime is hidden here
[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] 129 |     pub fn prefix_values<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapV<'_, T>> {
[INFO] [stderr]     |                                                                    +++         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:135:46
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub fn prefix_values_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<T, MapVMut<T>> {
[INFO] [stderr]     |                                              ^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                              |                        |          |
[INFO] [stderr]     |                                              |                        |          the same lifetime is hidden here
[INFO] [stderr]     |                                              |                        the same lifetime is hidden here
[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] 135 |     pub fn prefix_values_mut<K: AsRef<[u8]>>(&mut self, prefix: K) -> IterMut<'_, T, MapVMut<'_, T>> {
[INFO] [stderr]     |                                                                               +++            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:141:17
[INFO] [stderr]     |
[INFO] [stderr] 141 |     pub fn keys(&self) -> Iter<T, MapK<T>> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         |       |
[INFO] [stderr]     |                 |         |       the same lifetime is hidden here
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[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] 141 |     pub fn keys(&self) -> Iter<'_, T, MapK<'_, T>> {
[INFO] [stderr]     |                                +++         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:147:40
[INFO] [stderr]     |
[INFO] [stderr] 147 |     pub fn prefix_keys<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<T, MapK<T>> {
[INFO] [stderr]     |                                        ^^^^^                ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                        |                    |       |
[INFO] [stderr]     |                                        |                    |       the same lifetime is hidden here
[INFO] [stderr]     |                                        |                    the same lifetime is hidden here
[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] 147 |     pub fn prefix_keys<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, T, MapK<'_, T>> {
[INFO] [stderr]     |                                                                  +++         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:155:53
[INFO] [stderr]     |
[INFO] [stderr] 155 |     pub fn range<K: AsRef<[u8]>, B: RangeBounds<K>>(&self, bounds: B) -> Range<T, K, B> {
[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] 155 |     pub fn range<K: AsRef<[u8]>, B: RangeBounds<K>>(&self, bounds: B) -> Range<'_, T, K, B> {
[INFO] [stderr]     |                                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/map.rs:163:57
[INFO] [stderr]     |
[INFO] [stderr] 163 |     pub fn range_mut<K: AsRef<[u8]>, B: RangeBounds<K>>(&mut self, bounds: B) -> RangeMut<T, K, B> {
[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] 163 |     pub fn range_mut<K: AsRef<[u8]>, B: RangeBounds<K>>(&mut self, bounds: B) -> RangeMut<'_, T, K, B> {
[INFO] [stderr]     |                                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/set.rs:53:17
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub fn iter(&self) -> Iter<(), MapK<()>> {
[INFO] [stderr]    |                 ^^^^^     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                 |         |        |
[INFO] [stderr]    |                 |         |        the same lifetime is hidden here
[INFO] [stderr]    |                 |         the same lifetime is hidden here
[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] 53 |     pub fn iter(&self) -> Iter<'_, (), MapK<'_, ()>> {
[INFO] [stderr]    |                                +++          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/set.rs:59:40
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<(), MapK<()>> {
[INFO] [stderr]    |                                        ^^^^^                ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                                        |                    |        |
[INFO] [stderr]    |                                        |                    |        the same lifetime is hidden here
[INFO] [stderr]    |                                        |                    the same lifetime is hidden here
[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] 59 |     pub fn prefix_iter<K: AsRef<[u8]>>(&self, prefix: K) -> Iter<'_, (), MapK<'_, ()>> {
[INFO] [stderr]    |                                                                  +++          +++
[INFO] [stderr] 
[INFO] [stderr] warning: `radixt` (lib) generated 14 warnings (run `cargo fix --lib -p radixt` to apply 14 suggestions)
[INFO] [stderr] warning: `radixt` (lib test) generated 14 warnings (14 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/radixt-e762c135a6604e79)
[INFO] [stdout] 
[INFO] [stdout] running 52 tests
[INFO] [stderr] 
[INFO] [stderr] thread 'map::tests::test_from_iterator' (17) panicked at src/node.rs:114:18:
[INFO] [stderr] unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX`
[INFO] [stderr] 
[INFO] [stderr] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x55c6c01ab422 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x55c6c01ab422 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x55c6c01ab422 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]    3:     0x55c6c01ab422 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]    4:     0x55c6c01bb61f - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76
[INFO] [stderr]    5:     0x55c6c01bb61f - core::fmt::write::h8a63064c67176fd8
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25
[INFO] [stderr]    6:     0x55c6c0178cd3 - std::io::default_write_fmt::hc257f38f86d39af6
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11
[INFO] [stderr]    7:     0x55c6c0178cd3 - std::io::Write::write_fmt::h5e9b646cef91150b
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13
[INFO] [stderr]    8:     0x55c6c0184d92 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]    9:     0x55c6c018982f - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27
[INFO] [stderr]   10:     0x55c6c0189689 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:328:9
[INFO] [stderr]   11:     0x55c6c014be9e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3f5a16438cee2b4e
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stderr]   12:     0x55c6c014be9e - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21
[INFO] [stderr]   13:     0x55c6c0189e3f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdb18da3e68df7464
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stderr]   14:     0x55c6c0189e3f - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13
[INFO] [stderr]   15:     0x55c6c0189c66 - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:700:13
[INFO] [stderr]   16:     0x55c6c0184ec9 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]   17:     0x55c6c016d5ad - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5
[INFO] [stderr]   18:     0x55c6c01c2cdd - core::panicking::panic_nounwind_fmt::runtime::hd5eea0fd564156db
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:122:22
[INFO] [stderr]   19:     0x55c6c01c2cdd - core::panicking::panic_nounwind_fmt::hd9aca48f58eaf762
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/intrinsics/mod.rs:2435:9
[INFO] [stderr]   20:     0x55c6c011c9a9 - core::slice::raw::from_raw_parts::precondition_check::h4aac098c16834d53
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ub_checks.rs:73:21
[INFO] [stderr]   21:     0x55c6c011c677 - core::slice::raw::from_raw_parts::hba471dd42fea09da
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ub_checks.rs:78:17
[INFO] [stderr]   22:     0x55c6c0064e43 - radixt::node::Node<T>::children::hdc654469063738a6
[INFO] [stderr]                                at /opt/rustwide/workdir/src/node.rs:114:18
[INFO] [stderr]   23:     0x55c6c0064e43 - radixt::node::Node<T>::insert::hc622991798b95b4b
[INFO] [stderr]                                at /opt/rustwide/workdir/src/node.rs:139:66
[INFO] [stderr]   24:     0x55c6c0125d04 - radixt::map::RadixMap<T>::insert::h0fc54b3ae3f635ea
[INFO] [stderr]                                at /opt/rustwide/workdir/src/map.rs:49:29
[INFO] [stderr]   25:     0x55c6c0125d04 - <radixt::map::RadixMap<T> as core::iter::traits::collect::FromIterator<(K,T)>>::from_iter::h1043cc5581c011b9
[INFO] [stderr]                                at /opt/rustwide/workdir/src/map.rs:228:17
[INFO] [stderr]   26:     0x55c6c00e52d6 - core::iter::traits::iterator::Iterator::collect::hf63cd2f6db893549
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/iter/traits/iterator.rs:2028:9
[INFO] [stderr]   27:     0x55c6c00d9c73 - radixt::map::tests::test_from_iterator::h061d3066cc062559
[INFO] [stderr]                                at /opt/rustwide/workdir/src/map.rs:662:14
[INFO] [stderr]   28:     0x55c6c00da307 - radixt::map::tests::test_from_iterator::{{closure}}::h3bcb2ec9dad01d3f
[INFO] [stderr]                                at /opt/rustwide/workdir/src/map.rs:659:28
[INFO] [stderr]   29:     0x55c6c01153d6 - core::ops::function::FnOnce::call_once::h318321535e038b86
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   30:     0x55c6c014bceb - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   31:     0x55c6c014bceb - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18
[INFO] [stderr]   32:     0x55c6c0160308 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74
[INFO] [stderr]   33:     0x55c6c0160308 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   34:     0x55c6c0160308 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stderr]   35:     0x55c6c0160308 - std::panicking::catch_unwind::h8609b446221def5f
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stderr]   36:     0x55c6c0160308 - std::panic::catch_unwind::h362f73cc48531e26
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stderr]   37:     0x55c6c0160308 - test::run_test_in_process::hf52fd21d696aae67
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27
[INFO] [stderr]   38:     0x55c6c0160308 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43
[INFO] [stderr]   39:     0x55c6c01390d4 - test::run_test::{{closure}}::hdc2695f2276aad3e
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41
[INFO] [stderr]   40:     0x55c6c01390d4 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18
[INFO] [stderr]   41:     0x55c6c013ca0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17
[INFO] [stderr]   42:     0x55c6c013ca0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stderr]   43:     0x55c6c013ca0a - std::panicking::catch_unwind::do_call::h495689350c27df20
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stderr]   44:     0x55c6c013ca0a - std::panicking::catch_unwind::hf22437c51d1b3740
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stderr]   45:     0x55c6c013ca0a - std::panic::catch_unwind::habda1a57de8231f8
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stderr]   46:     0x55c6c013ca0a - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30
[INFO] [stderr]   47:     0x55c6c013ca0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   48:     0x55c6c01801bf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::he4d85cb537521972
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9
[INFO] [stderr]   49:     0x55c6c01801bf - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stderr]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stderr]   50:     0x7b7bac592aa4 - <unknown>
[INFO] [stderr]   51:     0x7b7bac61fa64 - clone
[INFO] [stderr]   52:                0x0 - <unknown>
[INFO] [stderr] thread caused non-unwinding panic. aborting.
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/radixt-e762c135a6604e79` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "43573ec36e4ee5d8edc1e069c9fd0d3e7bb271485619944289b46a84ad993eed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43573ec36e4ee5d8edc1e069c9fd0d3e7bb271485619944289b46a84ad993eed", kill_on_drop: false }`
[INFO] [stdout] 43573ec36e4ee5d8edc1e069c9fd0d3e7bb271485619944289b46a84ad993eed
