[INFO] cloning repository https://github.com/LevKruglyak/limousine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LevKruglyak/limousine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLevKruglyak%2Flimousine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLevKruglyak%2Flimousine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dcbf4745b3fc97d3c4843ce70ced35df3a568513
[INFO] testing LevKruglyak/limousine against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLevKruglyak%2Flimousine" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LevKruglyak/limousine
[INFO] finished tweaking git repo https://github.com/LevKruglyak/limousine
[INFO] tweaked toml for git repo https://github.com/LevKruglyak/limousine written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LevKruglyak/limousine on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LevKruglyak/limousine 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-2026-03-05" "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-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2543e0146283c49d792169c6f113c99e11b69df5e04cc172ba80e5ecb62db98a
[INFO] running `Command { std: "docker" "start" "-a" "2543e0146283c49d792169c6f113c99e11b69df5e04cc172ba80e5ecb62db98a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2543e0146283c49d792169c6f113c99e11b69df5e04cc172ba80e5ecb62db98a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2543e0146283c49d792169c6f113c99e11b69df5e04cc172ba80e5ecb62db98a", kill_on_drop: false }`
[INFO] [stdout] 2543e0146283c49d792169c6f113c99e11b69df5e04cc172ba80e5ecb62db98a
[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-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91556b8b751eedbd482f7dd2e440325501e0c3f56dfc68e5059f8595de5081a4
[INFO] running `Command { std: "docker" "start" "-a" "91556b8b751eedbd482f7dd2e440325501e0c3f56dfc68e5059f8595de5081a4", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling slice_search v0.1.2 (/opt/rustwide/workdir/utils/slice_search)
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling stack-map v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.0
[INFO] [stderr]    Compiling fault-injection v1.0.10
[INFO] [stderr]    Compiling pagetable v0.4.5
[INFO] [stderr]    Compiling clap_lex v0.7.1
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling generational-arena v0.2.9
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling md5 v0.7.0
[INFO] [stderr]    Compiling strum v0.26.2
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling clap_builder v4.5.6
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling shared-local-state v0.1.4
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling ebr v0.2.11
[INFO] [stderr]    Compiling kdam v0.5.2
[INFO] [stderr]    Compiling concurrent-map v5.0.33
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling trait-set v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling clap_derive v4.5.5
[INFO] [stderr]    Compiling limousine_derive v0.3.4 (/opt/rustwide/workdir/derive)
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stdout] warning: unused import: `crate::bail`
[INFO] [stdout]  --> derive/src/component.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::bail;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::bail`
[INFO] [stdout]  --> derive/src/layout.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::bail;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap v4.5.6
[INFO] [stderr]    Compiling marble v15.0.7
[INFO] [stderr]    Compiling sorted_array v0.1.3 (/opt/rustwide/workdir/utils/sorted_array)
[INFO] [stderr]    Compiling gapped_array v0.1.0 (/opt/rustwide/workdir/utils/gapped_array)
[INFO] [stderr]    Compiling learned_index_segmentation v0.1.0 (/opt/rustwide/workdir/utils/learned_segment)
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling id_allocator v0.1.0 (/opt/rustwide/workdir/utils/id_allocator)
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/id_allocator/src/lib.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn iter(&self) -> IDAllocatorIterator<I> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn iter(&self) -> IDAllocatorIterator<'_, I> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling limousine_core v0.3.4 (/opt/rustwide/workdir/core)
[INFO] [stdout] warning: method `free_page` is never used
[INFO] [stdout]    --> core/src/common/storage/store.rs:260:8
[INFO] [stdout]     |
[INFO] [stdout] 258 | pub trait ObjectStoreGeneric {
[INFO] [stdout]     |           ------------------ method in this trait
[INFO] [stdout] 259 |     fn allocate_page(&mut self) -> StoreID;
[INFO] [stdout] 260 |     fn free_page(&mut self, id: StoreID) -> crate::Result<bool>;
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `remove_page` is never used
[INFO] [stdout]    --> core/src/common/storage/store.rs:303:8
[INFO] [stdout]     |
[INFO] [stdout] 298 | trait ObjectStoreInner {
[INFO] [stdout]     |       ---------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 303 |     fn remove_page(&self, _id: StoreID) -> () {}
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:299:18
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn inner_ref(&self) -> Ref<GlobalStoreInner>;
[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] 299 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner>;
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:300:22
[INFO] [stdout]     |
[INFO] [stdout] 300 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner>;
[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] 300 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner>;
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:311:18
[INFO] [stdout]     |
[INFO] [stdout] 311 |     fn inner_ref(&self) -> Ref<GlobalStoreInner> {
[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] 311 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:315:22
[INFO] [stdout]     |
[INFO] [stdout] 315 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner> {
[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] 315 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:325:18
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn inner_ref(&self) -> Ref<GlobalStoreInner> {
[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] 325 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:329:22
[INFO] [stdout]     |
[INFO] [stdout] 329 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner> {
[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] 329 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling limousine_bench v0.1.0 (/opt/rustwide/workdir/bench/runner)
[INFO] [stderr]    Compiling limousine_engine v0.3.4 (/opt/rustwide/workdir/engine)
[INFO] [stderr]    Compiling limousine_tests v0.1.0 (/opt/rustwide/workdir/tests)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
[INFO] running `Command { std: "docker" "inspect" "91556b8b751eedbd482f7dd2e440325501e0c3f56dfc68e5059f8595de5081a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91556b8b751eedbd482f7dd2e440325501e0c3f56dfc68e5059f8595de5081a4", kill_on_drop: false }`
[INFO] [stdout] 91556b8b751eedbd482f7dd2e440325501e0c3f56dfc68e5059f8595de5081a4
[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-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3dac29af0e638f010b2411b33f74b023621092569ae3608731f631f4f3a235c4
[INFO] running `Command { std: "docker" "start" "-a" "3dac29af0e638f010b2411b33f74b023621092569ae3608731f631f4f3a235c4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling limousine_derive v0.3.4 (/opt/rustwide/workdir/derive)
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/id_allocator/src/lib.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn iter(&self) -> IDAllocatorIterator<I> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn iter(&self) -> IDAllocatorIterator<'_, I> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling id_allocator v0.1.0 (/opt/rustwide/workdir/utils/id_allocator)
[INFO] [stderr]    Compiling sorted_array v0.1.3 (/opt/rustwide/workdir/utils/sorted_array)
[INFO] [stderr]    Compiling limousine_bench v0.1.0 (/opt/rustwide/workdir/bench/runner)
[INFO] [stderr]    Compiling slice_search v0.1.2 (/opt/rustwide/workdir/utils/slice_search)
[INFO] [stdout] warning: unused import: `crate::bail`
[INFO] [stdout]  --> derive/src/component.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::bail;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::bail`
[INFO] [stdout]  --> derive/src/layout.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::bail;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::bail`
[INFO] [stdout]  --> derive/src/component.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::bail;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::bail`
[INFO] [stdout]  --> derive/src/layout.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::bail;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> utils/id_allocator/src/lib.rs:149:17
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn iter(&self) -> IDAllocatorIterator<I> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn iter(&self) -> IDAllocatorIterator<'_, I> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling kdam v0.5.2
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling gapped_array v0.1.0 (/opt/rustwide/workdir/utils/gapped_array)
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling learned_index_segmentation v0.1.0 (/opt/rustwide/workdir/utils/learned_segment)
[INFO] [stderr]    Compiling limousine_core v0.3.4 (/opt/rustwide/workdir/core)
[INFO] [stdout] warning: method `free_page` is never used
[INFO] [stdout]    --> core/src/common/storage/store.rs:260:8
[INFO] [stdout]     |
[INFO] [stdout] 258 | pub trait ObjectStoreGeneric {
[INFO] [stdout]     |           ------------------ method in this trait
[INFO] [stdout] 259 |     fn allocate_page(&mut self) -> StoreID;
[INFO] [stdout] 260 |     fn free_page(&mut self, id: StoreID) -> crate::Result<bool>;
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `remove_page` is never used
[INFO] [stdout]    --> core/src/common/storage/store.rs:303:8
[INFO] [stdout]     |
[INFO] [stdout] 298 | trait ObjectStoreInner {
[INFO] [stdout]     |       ---------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 303 |     fn remove_page(&self, _id: StoreID) -> () {}
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:299:18
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn inner_ref(&self) -> Ref<GlobalStoreInner>;
[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] 299 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner>;
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:300:22
[INFO] [stdout]     |
[INFO] [stdout] 300 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner>;
[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] 300 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner>;
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:311:18
[INFO] [stdout]     |
[INFO] [stdout] 311 |     fn inner_ref(&self) -> Ref<GlobalStoreInner> {
[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] 311 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:315:22
[INFO] [stdout]     |
[INFO] [stdout] 315 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner> {
[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] 315 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:325:18
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn inner_ref(&self) -> Ref<GlobalStoreInner> {
[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] 325 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:329:22
[INFO] [stdout]     |
[INFO] [stdout] 329 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner> {
[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] 329 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling limousine_engine v0.3.4 (/opt/rustwide/workdir/engine)
[INFO] [stdout] warning: unused return value of `memory::MemoryList::<N, PA>::insert_after` that must be used
[INFO] [stdout]    --> core/src/common/list/memory.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |         list.insert_after(2, list.first);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 215 |         let _ = list.insert_after(2, list.first);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `memory::MemoryList::<N, PA>::clear` that must be used
[INFO] [stdout]    --> core/src/common/list/memory.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |         list.clear();
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 219 |         let _ = list.clear();
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:299:18
[INFO] [stdout]     |
[INFO] [stdout] 299 |     fn inner_ref(&self) -> Ref<GlobalStoreInner>;
[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] 299 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner>;
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:300:22
[INFO] [stdout]     |
[INFO] [stdout] 300 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner>;
[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] 300 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner>;
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:311:18
[INFO] [stdout]     |
[INFO] [stdout] 311 |     fn inner_ref(&self) -> Ref<GlobalStoreInner> {
[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] 311 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:315:22
[INFO] [stdout]     |
[INFO] [stdout] 315 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner> {
[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] 315 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:325:18
[INFO] [stdout]     |
[INFO] [stdout] 325 |     fn inner_ref(&self) -> Ref<GlobalStoreInner> {
[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] 325 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> core/src/common/storage/store.rs:329:22
[INFO] [stdout]     |
[INFO] [stdout] 329 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner> {
[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] 329 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling limousine_tests v0.1.0 (/opt/rustwide/workdir/tests)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.85s
[INFO] running `Command { std: "docker" "inspect" "3dac29af0e638f010b2411b33f74b023621092569ae3608731f631f4f3a235c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3dac29af0e638f010b2411b33f74b023621092569ae3608731f631f4f3a235c4", kill_on_drop: false }`
[INFO] [stdout] 3dac29af0e638f010b2411b33f74b023621092569ae3608731f631f4f3a235c4
[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-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ea527a1d6675e56bd7b68244386713b4bced0745e5badb3b595e8eff44a5235f
[INFO] running `Command { std: "docker" "start" "-a" "ea527a1d6675e56bd7b68244386713b4bced0745e5badb3b595e8eff44a5235f", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::bail`
[INFO] [stderr]  --> derive/src/component.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::bail;
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::bail`
[INFO] [stderr]  --> derive/src/layout.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::bail;
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `limousine_derive` (lib) generated 2 warnings (run `cargo fix --lib -p limousine_derive` to apply 2 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> utils/id_allocator/src/lib.rs:149:17
[INFO] [stderr]     |
[INFO] [stderr] 149 |     pub fn iter(&self) -> IDAllocatorIterator<I> {
[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] 149 |     pub fn iter(&self) -> IDAllocatorIterator<'_, I> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: `id_allocator` (lib) generated 1 warning (run `cargo fix --lib -p id_allocator` to apply 1 suggestion)
[INFO] [stderr] warning: `id_allocator` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `limousine_derive` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: method `free_page` is never used
[INFO] [stderr]    --> core/src/common/storage/store.rs:260:8
[INFO] [stderr]     |
[INFO] [stderr] 258 | pub trait ObjectStoreGeneric {
[INFO] [stderr]     |           ------------------ method in this trait
[INFO] [stderr] 259 |     fn allocate_page(&mut self) -> StoreID;
[INFO] [stderr] 260 |     fn free_page(&mut self, id: StoreID) -> crate::Result<bool>;
[INFO] [stderr]     |        ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `remove_page` is never used
[INFO] [stderr]    --> core/src/common/storage/store.rs:303:8
[INFO] [stderr]     |
[INFO] [stderr] 298 | trait ObjectStoreInner {
[INFO] [stderr]     |       ---------------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 303 |     fn remove_page(&self, _id: StoreID) -> () {}
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> core/src/common/storage/store.rs:299:18
[INFO] [stderr]     |
[INFO] [stderr] 299 |     fn inner_ref(&self) -> Ref<GlobalStoreInner>;
[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] 299 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner>;
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> core/src/common/storage/store.rs:300:22
[INFO] [stderr]     |
[INFO] [stderr] 300 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner>;
[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] 300 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner>;
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> core/src/common/storage/store.rs:311:18
[INFO] [stderr]     |
[INFO] [stderr] 311 |     fn inner_ref(&self) -> Ref<GlobalStoreInner> {
[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] 311 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> core/src/common/storage/store.rs:315:22
[INFO] [stderr]     |
[INFO] [stderr] 315 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner> {
[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] 315 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> core/src/common/storage/store.rs:325:18
[INFO] [stderr]     |
[INFO] [stderr] 325 |     fn inner_ref(&self) -> Ref<GlobalStoreInner> {
[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] 325 |     fn inner_ref(&self) -> Ref<'_, GlobalStoreInner> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> core/src/common/storage/store.rs:329:22
[INFO] [stderr]     |
[INFO] [stderr] 329 |     fn inner_ref_mut(&self) -> RefMut<GlobalStoreInner> {
[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] 329 |     fn inner_ref_mut(&self) -> RefMut<'_, GlobalStoreInner> {
[INFO] [stderr]     |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `memory::MemoryList::<N, PA>::insert_after` that must be used
[INFO] [stderr]    --> core/src/common/list/memory.rs:215:9
[INFO] [stderr]     |
[INFO] [stderr] 215 |         list.insert_after(2, list.first);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 215 |         let _ = list.insert_after(2, list.first);
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `memory::MemoryList::<N, PA>::clear` that must be used
[INFO] [stderr]    --> core/src/common/list/memory.rs:219:9
[INFO] [stderr]     |
[INFO] [stderr] 219 |         list.clear();
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 219 |         let _ = list.clear();
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `limousine_core` (lib) generated 8 warnings (run `cargo fix --lib -p limousine_core` to apply 6 suggestions)
[INFO] [stderr] warning: `limousine_core` (lib test) generated 8 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gapped_array-2ea72a8a04de3d56)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test gapped_array_tests::debug_gapped ... ok
[INFO] [stdout] test gapped_array_tests::debug_initial_gapped ... ok
[INFO] [stdout] test gapped_array_tests::fill_forward ... ok
[INFO] [stdout] test gapped_array_tests::trim_gapped_array ... ok
[INFO] [stdout] test gapped_array_tests::fill_backward ... ok
[INFO] [stdout] test gapped_array_tests::initial_inserts ... ok
[INFO] [stdout] test gapped_array_tests::update_gapped_array ... ok
[INFO] [stdout] test gapped_array_tests::permutation_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 55.39s
[INFO] [stdout] 
[INFO] [stderr] 

  0%|▎         |    85848/33592320 [00:00<00:39, 858471.25it/s]
  0%|▎         |   165493/33592320 [00:00<00:40, 827455.81it/s]
  1%|▎         |   240730/33592320 [00:00<00:41, 802424.31it/s]
  1%|▎         |   297093/33592320 [00:00<00:44, 742723.75it/s]
  1%|▎         |   336700/33592320 [00:00<00:49, 673389.31it/s]
  1%|▎         |   374020/33592320 [00:00<00:53, 623356.31it/s]
  1%|▎         |   415965/33592320 [00:00<00:55, 594225.44it/s]
  1%|▎         |   457384/33592320 [00:00<00:57, 571719.38it/s]
  2%|▍         |   513781/33592320 [00:00<00:57, 570856.81it/s]
  2%|▍         |   569335/33592320 [00:01<00:58, 569324.44it/s]
  2%|▍         |   639669/33592320 [00:01<00:56, 581506.94it/s]
  2%|▍         |   708885/33592320 [00:01<00:55, 590727.44it/s]
  2%|▍         |   778844/33592320 [00:01<00:54, 599101.12it/s]
  3%|▍         |   848147/33592320 [00:01<00:54, 605809.69it/s]
  3%|▍         |   912783/33592320 [00:01<00:53, 608512.38it/s]
  3%|▌         |   977081/33592320 [00:01<00:53, 610666.44it/s]
  3%|▌         |  1041256/33592320 [00:01<00:53, 612494.75it/s]
  3%|▌         |  1099382/33592320 [00:01<00:53, 610758.88it/s]
  3%|▌         |  1165007/33592320 [00:01<00:52, 613152.81it/s]
  4%|▌         |  1229710/33592320 [00:02<00:52, 614846.38it/s]
  4%|▌         |  1298651/33592320 [00:02<00:52, 618396.56it/s]
  4%|▌         |  1361872/33592320 [00:02<00:52, 619024.06it/s]
  4%|▌         |  1427653/33592320 [00:02<00:51, 620710.00it/s]
  4%|▋         |  1498069/33592320 [00:02<00:51, 624186.81it/s]
  5%|▋         |  1572330/33592320 [00:02<00:50, 628923.38it/s]
  5%|▋         |  1641307/33592320 [00:02<00:50, 631263.38it/s]
  5%|▋         |  1710950/33592320 [00:02<00:50, 633676.69it/s]
  5%|▋         |  1777210/33592320 [00:02<00:50, 634709.38it/s]
  5%|▋         |  1846199/33592320 [00:02<00:49, 636611.88it/s]
  6%|▋         |  1911734/33592320 [00:03<00:49, 637236.25it/s]
  6%|▊         |  1975352/33592320 [00:03<00:49, 637202.00it/s]
  6%|▊         |  2035305/33592320 [00:03<00:49, 636024.56it/s]
  6%|▊         |  2094713/33592320 [00:03<00:49, 634753.25it/s]
  6%|▊         |  2157634/33592320 [00:03<00:49, 634589.88it/s]
  7%|▊         |  2218243/33592320 [00:03<00:49, 633775.44it/s]
  7%|▊         |  2281921/33592320 [00:03<00:49, 633858.62it/s]
  7%|▊         |  2346599/33592320 [00:03<00:49, 634207.75it/s]
  7%|▉         |  2415983/33592320 [00:03<00:49, 635776.81it/s]
  7%|▉         |  2480673/33592320 [00:03<00:48, 636061.75it/s]
  8%|▉         |  2545416/33592320 [00:04<00:48, 636345.81it/s]
  8%|▉         |  2609691/33592320 [00:04<00:48, 636501.81it/s]
  8%|▉         |  2678614/33592320 [00:04<00:48, 637756.94it/s]
  8%|▉         |  2741854/33592320 [00:04<00:48, 637632.25it/s]
  8%|▉         |  2805439/33592320 [00:04<00:48, 637591.62it/s]
  9%|▉         |  2874031/33592320 [00:04<00:48, 638665.38it/s]
  9%|█         |  2941436/33592320 [00:04<00:47, 639434.31it/s]
  9%|█         |  3009894/33592320 [00:04<00:47, 640394.62it/s]
  9%|█         |  3074599/33592320 [00:04<00:47, 640533.12it/s]
  9%|█         |  3135794/33592320 [00:04<00:47, 639949.56it/s]
 10%|█         |  3199561/33592320 [00:05<00:47, 639903.69it/s]
 10%|█         |  3263322/33592320 [00:05<00:47, 639858.56it/s]
 10%|█         |  3327008/33592320 [00:05<00:47, 639800.62it/s]
 10%|█▎        |  3389897/33592320 [00:05<00:47, 639594.62it/s]
 10%|█▎        |  3453932/33592320 [00:05<00:47, 639608.50it/s]
 10%|█▎        |  3517853/33592320 [00:05<00:47, 639601.12it/s]
 11%|█▎        |  3582077/33592320 [00:05<00:46, 639648.06it/s]
 11%|█▎        |  3646293/33592320 [00:05<00:46, 639692.06it/s]
 11%|█▎        |  3710593/33592320 [00:05<00:46, 639749.00it/s]
 11%|█▎        |  3775088/33592320 [00:05<00:46, 639837.06it/s]
 11%|█▍        |  3839245/33592320 [00:06<00:46, 639865.88it/s]
 12%|█▍        |  3903263/33592320 [00:06<00:46, 639870.88it/s]
 12%|█▍        |  3967541/33592320 [00:06<00:46, 639917.62it/s]
 12%|█▍        |  4031389/33592320 [00:06<00:46, 639894.62it/s]
 12%|█▍        |  4094560/33592320 [00:06<00:46, 639766.62it/s]
 12%|█▍        |  4158476/33592320 [00:06<00:46, 639757.12it/s]
 13%|█▍        |  4222028/33592320 [00:06<00:45, 639692.88it/s]
 13%|█▍        |  4286110/33592320 [00:06<00:45, 639709.50it/s]
 13%|█▌        |  4349647/33592320 [00:06<00:45, 639645.56it/s]
 13%|█▌        |  4413044/33592320 [00:06<00:45, 639563.25it/s]
 13%|█▌        |  4476580/33592320 [00:07<00:45, 639503.06it/s]
 14%|█▌        |  4536756/33592320 [00:07<00:45, 638971.38it/s]
 14%|█▌        |  4596698/33592320 [00:07<00:45, 638421.94it/s]
 14%|█▌        |  4656627/33592320 [00:07<00:45, 637885.81it/s]
 14%|█▌        |  4716412/33592320 [00:07<00:45, 637344.62it/s]
 14%|█▌        |  4776097/33592320 [00:07<00:45, 636804.62it/s]
 14%|█▋        |  4835411/33592320 [00:07<00:45, 636229.94it/s]
 15%|█▋        |  4894981/33592320 [00:07<00:45, 635703.50it/s]
 15%|█▋        |  4954307/33592320 [00:07<00:45, 635159.25it/s]
 15%|█▋        |  5013340/33592320 [00:07<00:45, 634591.69it/s]
 15%|█▋        |  5072641/33592320 [00:08<00:44, 634071.81it/s]
 15%|█▋        |  5132051/33592320 [00:08<00:44, 633578.31it/s]
 15%|█▋        |  5191028/33592320 [00:08<00:44, 633043.94it/s]
 16%|█▋        |  5249829/33592320 [00:08<00:44, 632501.31it/s]
 16%|█▊        |  5308623/33592320 [00:08<00:44, 631970.75it/s]
 16%|█▊        |  5366649/33592320 [00:08<00:44, 631362.31it/s]
 16%|█▊        |  5424292/33592320 [00:08<00:44, 630723.50it/s]
 16%|█▊        |  5481897/33592320 [00:08<00:44, 630094.94it/s]
 16%|█▊        |  5539556/33592320 [00:08<00:44, 629486.88it/s]
 17%|█▊        |  5596690/33592320 [00:08<00:44, 628833.50it/s]
 17%|█▊        |  5670771/33592320 [00:09<00:44, 630077.62it/s]
 17%|█▊        |  5739655/33592320 [00:09<00:44, 630723.38it/s]
 17%|█▉        |  5806576/33592320 [00:09<00:44, 631141.69it/s]
 17%|█▉        |  5870136/33592320 [00:09<00:43, 631189.56it/s]
 18%|█▉        |  5938087/33592320 [00:09<00:43, 631703.50it/s]
 18%|█▉        |  6005652/33592320 [00:09<00:43, 632166.06it/s]
 18%|█▉        |  6074584/33592320 [00:09<00:43, 632761.38it/s]
 18%|█▉        |  6139441/33592320 [00:09<00:43, 632924.31it/s]
 18%|█▉        |  6204615/33592320 [00:09<00:43, 633116.25it/s]
 19%|██        |  6269241/33592320 [00:09<00:43, 633248.94it/s]
 19%|██        |  6334102/33592320 [00:10<00:43, 633402.44it/s]
 19%|██        |  6398784/33592320 [00:10<00:42, 633535.31it/s]
 19%|██        |  6461585/33592320 [00:10<00:42, 633481.06it/s]
 19%|██        |  6521862/33592320 [00:10<00:42, 633182.81it/s]
 20%|██        |  6582229/33592320 [00:10<00:42, 632898.94it/s]
 20%|██        |  6641944/33592320 [00:10<00:42, 632558.44it/s]
 20%|██        |  6701912/33592320 [00:10<00:42, 632248.25it/s]
 20%|██▎       |  6774499/33592320 [00:10<00:42, 633123.12it/s]
 20%|██▎       |  6844431/33592320 [00:10<00:42, 633736.06it/s]
 21%|██▎       |  6914038/33592320 [00:10<00:42, 634307.81it/s]
 21%|██▎       |  6979298/33592320 [00:11<00:41, 634474.12it/s]
 21%|██▎       |  7046444/33592320 [00:11<00:41, 634807.25it/s]
 21%|██▎       |  7105649/33592320 [00:11<00:41, 634425.38it/s]
 21%|██▎       |  7182605/33592320 [00:11<00:41, 635621.19it/s]
 22%|██▍       |  7250503/33592320 [00:11<00:41, 636001.50it/s]
 22%|██▍       |  7319392/33592320 [00:11<00:41, 636461.25it/s]
 22%|██▍       |  7388493/33592320 [00:11<00:41, 636931.50it/s]
 22%|██▍       |  7458116/33592320 [00:11<00:40, 637438.25it/s]
 22%|██▍       |  7527576/33592320 [00:11<00:40, 637922.50it/s]
 23%|██▍       |  7594588/33592320 [00:11<00:40, 638192.94it/s]
 23%|██▍       |  7659572/33592320 [00:12<00:40, 638289.88it/s]
 23%|██▌       |  7722817/33592320 [00:12<00:40, 638241.62it/s]
 23%|██▌       |  7785693/33592320 [00:12<00:40, 638163.81it/s]
 23%|██▌       |  7849249/33592320 [00:12<00:40, 638142.56it/s]
 24%|██▌       |  7914804/33592320 [00:12<00:40, 638282.81it/s]
 24%|██▌       |  7982958/33592320 [00:12<00:40, 638628.88it/s]
 24%|██▌       |  8046345/33592320 [00:12<00:40, 638591.00it/s]
 24%|██▌       |  8111739/33592320 [00:12<00:39, 638711.81it/s]
 24%|██▋       |  8180004/33592320 [00:12<00:39, 639055.06it/s]
 25%|██▋       |  8247851/33592320 [00:12<00:39, 639360.50it/s]
 25%|██▋       |  8316870/33592320 [00:13<00:39, 639751.50it/s]
 25%|██▋       |  8382219/33592320 [00:13<00:39, 639856.31it/s]
 25%|██▋       |  8451029/33592320 [00:13<00:39, 640221.69it/s]
 25%|██▋       |  8520950/33592320 [00:13<00:39, 640665.19it/s]
 26%|██▋       |  8590777/33592320 [00:13<00:38, 641095.06it/s]
 26%|██▊       |  8661114/33592320 [00:13<00:38, 641556.31it/s]
 26%|██▊       |  8728302/33592320 [00:13<00:38, 641779.25it/s]
 26%|██▊       |  8793865/33592320 [00:13<00:38, 641880.31it/s]
 26%|██▊       |  8858800/33592320 [00:13<00:38, 641934.38it/s]
 27%|██▊       |  8923717/33592320 [00:13<00:38, 641986.44it/s]
 27%|██▊       |  8988737/33592320 [00:14<00:38, 642045.06it/s]
 27%|██▊       |  9054258/33592320 [00:14<00:38, 642138.38it/s]
 27%|██▉       |  9119496/33592320 [00:14<00:38, 642210.44it/s]
 27%|██▉       |  9184836/33592320 [00:14<00:38, 642288.62it/s]
 28%|██▉       |  9250047/33592320 [00:14<00:37, 642356.75it/s]
 28%|██▉       |  9315394/33592320 [00:14<00:37, 642433.38it/s]
 28%|██▉       |  9380650/33592320 [00:14<00:37, 642502.69it/s]
 28%|██▉       |  9445783/33592320 [00:14<00:37, 642562.69it/s]
 28%|██▉       |  9510986/33592320 [00:14<00:37, 642626.62it/s]
 29%|██▉       |  9576220/33592320 [00:14<00:37, 642691.75it/s]
 29%|███       |  9641110/33592320 [00:15<00:37, 642733.12it/s]
 29%|███       |  9706028/33592320 [00:15<00:37, 642775.75it/s]
 29%|███       |  9770750/33592320 [00:15<00:37, 642804.94it/s]
 29%|███       |  9835709/33592320 [00:15<00:36, 642849.25it/s]
 29%|███       |  9900694/33592320 [00:15<00:36, 642894.69it/s]
 30%|███       |  9965444/33592320 [00:15<00:36, 642924.31it/s]
 30%|███       | 10030213/33592320 [00:15<00:36, 642954.88it/s]
 30%|███▎      | 10093486/33592320 [00:15<00:36, 642889.69it/s]
 30%|███▎      | 10154267/33592320 [00:15<00:36, 642667.62it/s]
 30%|███▎      | 10214977/33592320 [00:15<00:36, 642443.94it/s]
 31%|███▎      | 10275416/33592320 [00:16<00:36, 642206.06it/s]
 31%|███▎      | 10335783/33592320 [00:16<00:36, 641966.69it/s]
 31%|███▎      | 10396274/33592320 [00:16<00:36, 641737.94it/s]
 31%|███▎      | 10456753/33592320 [00:16<00:36, 641511.25it/s]
 31%|███▎      | 10517325/33592320 [00:16<00:35, 641293.00it/s]
 31%|███▍      | 10577802/33592320 [00:16<00:35, 641071.62it/s]
 32%|███▍      | 10638230/33592320 [00:16<00:35, 640850.00it/s]
 32%|███▍      | 10698704/33592320 [00:16<00:35, 640633.75it/s]
 32%|███▍      | 10759103/33592320 [00:16<00:35, 640415.62it/s]
 32%|███▍      | 10819183/33592320 [00:16<00:35, 640181.19it/s]
 32%|███▍      | 10879435/33592320 [00:17<00:35, 639959.69it/s]
 33%|███▍      | 10939572/33592320 [00:17<00:35, 639734.00it/s]
 33%|███▍      | 10999884/33592320 [00:17<00:35, 639521.06it/s]
 33%|███▌      | 11059883/33592320 [00:17<00:35, 639292.56it/s]
 33%|███▌      | 11119761/33592320 [00:17<00:35, 639059.75it/s]
 33%|███▌      | 11179611/33592320 [00:17<00:35, 638827.94it/s]
 33%|███▌      | 11246972/33592320 [00:17<00:34, 639025.00it/s]
 34%|███▌      | 11312803/33592320 [00:17<00:34, 639133.94it/s]
 34%|███▌      | 11378725/33592320 [00:17<00:34, 639246.75it/s]
 34%|███▌      | 11440001/33592320 [00:17<00:34, 639098.81it/s]
 34%|███▌      | 11504245/33592320 [00:18<00:34, 639117.31it/s]
 34%|███▋      | 11570628/33592320 [00:18<00:34, 639253.88it/s]
 35%|███▋      | 11639850/33592320 [00:18<00:34, 639544.88it/s]
 35%|███▋      | 11706236/33592320 [00:18<00:34, 639677.75it/s]
 35%|███▋      | 11770910/33592320 [00:18<00:34, 639716.06it/s]
 35%|███▋      | 11835848/33592320 [00:18<00:34, 639768.31it/s]
 35%|███▋      | 11900802/33592320 [00:18<00:33, 639820.81it/s]
 36%|███▋      | 11965292/33592320 [00:18<00:33, 639848.00it/s]
 36%|███▊      | 12030102/33592320 [00:18<00:33, 639891.88it/s]
 36%|███▊      | 12090710/33592320 [00:18<00:33, 639712.94it/s]
 36%|███▊      | 12150801/33592320 [00:19<00:33, 639508.69it/s]
 36%|███▊      | 12211149/33592320 [00:19<00:33, 639320.06it/s]
 37%|███▊      | 12271091/33592320 [00:19<00:33, 639112.25it/s]
 37%|███▊      | 12333974/33592320 [00:19<00:33, 639058.94it/s]
 37%|███▊      | 12402866/33592320 [00:19<00:33, 639315.94it/s]
 37%|███▊      | 12468453/33592320 [00:19<00:33, 639400.81it/s]
 37%|███▉      | 12531946/33592320 [00:19<00:32, 639378.00it/s]
 37%|███▉      | 12593283/33592320 [00:19<00:32, 639246.00it/s]
 38%|███▉      | 12662962/33592320 [00:19<00:32, 639536.62it/s]
 38%|███▉      | 12732396/33592320 [00:19<00:32, 639812.00it/s]
 38%|███▉      | 12802851/33592320 [00:20<00:32, 640135.62it/s]
 38%|███▉      | 12868172/33592320 [00:20<00:32, 640200.69it/s]
 39%|███▉      | 12933344/33592320 [00:20<00:32, 640257.69it/s]
 39%|████      | 12998504/33592320 [00:20<00:32, 640313.56it/s]
 39%|████      | 13064043/33592320 [00:20<00:32, 640387.44it/s]
 39%|████      | 13129166/33592320 [00:20<00:31, 640440.31it/s]
 39%|████      | 13191976/33592320 [00:20<00:31, 640380.44it/s]
 39%|████      | 13252936/33592320 [00:20<00:31, 640231.69it/s]
 40%|████      | 13312751/33592320 [00:20<00:31, 640029.31it/s]
 40%|████      | 13373374/33592320 [00:20<00:31, 639867.56it/s]
 40%|████      | 13433056/33592320 [00:21<00:31, 639662.62it/s]
 40%|████▎     | 13498995/33592320 [00:21<00:31, 639756.06it/s]
 40%|████▎     | 13565345/33592320 [00:21<00:31, 639868.06it/s]
 41%|████▎     | 13632524/33592320 [00:21<00:31, 640017.88it/s]
 41%|████▎     | 13696595/33592320 [00:21<00:31, 640021.06it/s]
 41%|████▎     | 13766135/33592320 [00:21<00:30, 640278.62it/s]
 41%|████▎     | 13830779/33592320 [00:21<00:30, 640307.12it/s]
 41%|████▎     | 13868486/33592320 [00:21<00:30, 639094.00it/s]
 41%|████▎     | 13906194/33592320 [00:21<00:30, 637892.06it/s]
 41%|████▍     | 13938113/33592320 [00:21<00:30, 636436.81it/s]
 42%|████▍     | 13969059/33592320 [00:22<00:30, 634950.50it/s]
 42%|████▍     | 14000874/33592320 [00:22<00:30, 633517.00it/s]
 42%|████▍     | 14035122/33592320 [00:22<00:30, 632206.06it/s]
 42%|████▍     | 14069217/33592320 [00:22<00:30, 630900.00it/s]
 42%|████▍     | 14121400/33592320 [00:22<00:30, 630413.00it/s]
 42%|████▍     | 14189639/33592320 [00:22<00:30, 630643.94it/s]
 42%|████▍     | 14228238/33592320 [00:22<00:30, 629561.38it/s]
 43%|████▍     | 14282027/33592320 [00:22<00:30, 629157.56it/s]
 43%|████▍     | 14319199/33592320 [00:22<00:30, 628028.44it/s]
 43%|████▍     | 14351658/33592320 [00:22<00:30, 626703.31it/s]
 43%|████▌     | 14405765/33592320 [00:23<00:30, 626330.94it/s]
 43%|████▌     | 14451195/33592320 [00:23<00:30, 625586.19it/s]
 43%|████▌     | 14489999/33592320 [00:23<00:30, 624562.25it/s]
 43%|████▌     | 14547242/33592320 [00:23<00:30, 624338.44it/s]
 43%|████▌     | 14601039/33592320 [00:23<00:30, 623969.25it/s]
 44%|████▌     | 14663820/33592320 [00:23<00:30, 623985.62it/s]
 44%|████▌     | 14715292/33592320 [00:23<00:30, 623522.62it/s]
 44%|████▌     | 14776946/33592320 [00:23<00:30, 623493.12it/s]
 44%|████▌     | 14838381/33592320 [00:23<00:30, 623454.69it/s]
 44%|████▋     | 14904728/33592320 [00:23<00:29, 623622.12it/s]
 45%|████▋     | 14972315/33592320 [00:24<00:29, 623839.81it/s]
 45%|████▋     | 15040089/33592320 [00:24<00:29, 624063.44it/s]
 45%|████▋     | 15106324/33592320 [00:24<00:29, 624221.62it/s]
 45%|████▋     | 15172067/33592320 [00:24<00:29, 624358.31it/s]
 45%|████▋     | 15236659/33592320 [00:24<00:29, 624446.69it/s]
 46%|████▋     | 15303066/33592320 [00:24<00:29, 624608.38it/s]
 46%|████▊     | 15370256/33592320 [00:24<00:29, 624800.62it/s]
 46%|████▊     | 15437628/33592320 [00:24<00:29, 624998.62it/s]
 46%|████▊     | 15504595/33592320 [00:24<00:28, 625178.75it/s]
 46%|████▊     | 15571905/33592320 [00:24<00:28, 625371.19it/s]
 47%|████▊     | 15638736/33592320 [00:25<00:28, 625542.94it/s]
 47%|████▊     | 15703563/33592320 [00:25<00:28, 625633.50it/s]
 47%|████▊     | 15766184/33592320 [00:25<00:28, 625635.75it/s]
 47%|████▊     | 15828616/33592320 [00:25<00:28, 625630.56it/s]
 47%|████▉     | 15890891/33592320 [00:25<00:28, 625619.19it/s]
 47%|████▉     | 15951180/33592320 [00:25<00:28, 625530.06it/s]
 48%|████▉     | 16013101/33592320 [00:25<00:28, 625505.38it/s]
 48%|████▉     | 16075363/33592320 [00:25<00:28, 625494.12it/s]
 48%|████▉     | 16138564/33592320 [00:25<00:27, 625519.38it/s]
 48%|████▉     | 16201208/33592320 [00:25<00:27, 625522.94it/s]
 48%|████▉     | 16262336/33592320 [00:26<00:27, 625468.12it/s]
 49%|█████     | 16317338/33592320 [00:26<00:27, 625179.06it/s]
 49%|█████     | 16376566/33592320 [00:26<00:27, 625053.50it/s]
 49%|█████     | 16436988/33592320 [00:26<00:27, 624974.19it/s]
 49%|█████     | 16496117/33592320 [00:26<00:27, 624846.62it/s]
 49%|█████     | 16556141/33592320 [00:26<00:27, 624753.75it/s]
 49%|█████     | 16615635/33592320 [00:26<00:27, 624641.62it/s]
 50%|█████     | 16676755/33592320 [00:26<00:27, 624591.25it/s]
 50%|█████     | 16737855/33592320 [00:26<00:26, 624540.56it/s]
 50%|█████▎    | 16799849/33592320 [00:26<00:26, 624523.38it/s]
 50%|█████▎    | 16865043/33592320 [00:27<00:26, 624625.00it/s]
 50%|█████▎    | 16929909/33592320 [00:27<00:26, 624713.62it/s]
 51%|█████▎    | 16995851/33592320 [00:27<00:26, 624841.25it/s]
 51%|█████▎    | 17057857/33592320 [00:27<00:26, 624823.69it/s]
 51%|█████▎    | 17123334/33592320 [00:27<00:26, 624933.00it/s]
 51%|█████▎    | 17186656/33592320 [00:27<00:26, 624963.12it/s]
 51%|█████▎    | 17248039/33592320 [00:27<00:26, 624922.75it/s]
 51%|█████▍    | 17280688/33592320 [00:27<00:26, 623845.38it/s]
 52%|█████▍    | 17312219/33592320 [00:27<00:26, 622735.56it/s]
 52%|█████▍    | 17343605/33592320 [00:27<00:26, 621628.38it/s]
 52%|█████▍    | 17377438/33592320 [00:28<00:26, 620616.62it/s]
 52%|█████▍    | 17412591/33592320 [00:28<00:26, 619659.06it/s]
 52%|█████▍    | 17446668/33592320 [00:28<00:26, 618670.06it/s]
 52%|█████▍    | 17483966/33592320 [00:28<00:26, 617801.88it/s]
 52%|█████▍    | 17517623/33592320 [00:28<00:26, 616811.62it/s]
 52%|█████▍    | 17554960/33592320 [00:28<00:26, 615957.44it/s]
 52%|█████▍    | 17589407/33592320 [00:28<00:26, 615008.19it/s]
 52%|█████▍    | 17622889/33592320 [00:28<00:26, 614031.88it/s]
 53%|█████▍    | 17655046/33592320 [00:28<00:25, 613016.38it/s]
 53%|█████▍    | 17686498/33592320 [00:28<00:25, 611983.44it/s]
 53%|█████▍    | 17717856/33592320 [00:29<00:25, 610954.50it/s]
 53%|█████▍    | 17754750/33592320 [00:29<00:25, 610122.81it/s]
 53%|█████▌    | 17811414/33592320 [00:29<00:25, 609973.88it/s]
 53%|█████▌    | 17872540/33592320 [00:29<00:25, 609978.25it/s]
 53%|█████▌    | 17935317/33592320 [00:29<00:25, 610038.75it/s]
 54%|█████▌    | 17975021/33592320 [00:29<00:25, 609316.69it/s]
 54%|█████▌    | 18025527/33592320 [00:29<00:25, 608964.50it/s]
 54%|█████▌    | 18090203/33592320 [00:29<00:25, 609091.75it/s]
 54%|█████▌    | 18132037/33592320 [00:29<00:25, 608451.56it/s]
 54%|█████▌    | 18187192/33592320 [00:29<00:25, 608261.31it/s]
 54%|█████▋    | 18252540/33592320 [00:30<00:25, 608412.00it/s]
 55%|█████▋    | 18313668/33592320 [00:30<00:25, 608421.50it/s]
 55%|█████▋    | 18374613/33592320 [00:30<00:25, 608424.88it/s]
 55%|█████▋    | 18418543/33592320 [00:30<00:24, 607866.75it/s]
 55%|█████▋    | 18449523/33592320 [00:30<00:24, 606886.25it/s]
 55%|█████▋    | 18499384/33592320 [00:30<00:24, 606531.19it/s]
 55%|█████▋    | 18533705/33592320 [00:30<00:24, 605670.56it/s]
 55%|█████▋    | 18565825/33592320 [00:30<00:24, 604744.00it/s]
 55%|█████▋    | 18598911/33592320 [00:30<00:24, 603854.81it/s]
 56%|█████▋    | 18651627/33592320 [00:30<00:24, 603606.62it/s]
 56%|█████▊    | 18717861/33592320 [00:31<00:24, 603796.00it/s]
 56%|█████▊    | 18779051/33592320 [00:31<00:24, 603822.12it/s]
 56%|█████▊    | 18841333/33592320 [00:31<00:24, 603882.94it/s]
 56%|█████▊    | 18903670/33592320 [00:31<00:24, 603945.19it/s]
 56%|█████▊    | 18947863/33592320 [00:31<00:24, 603429.25it/s]
 57%|█████▊    | 18986363/33592320 [00:31<00:24, 602735.81it/s]
 57%|█████▊    | 19049321/33592320 [00:31<00:24, 602820.69it/s]
 57%|█████▊    | 19112919/33592320 [00:31<00:24, 602925.38it/s]
 57%|█████▊    | 19147583/33592320 [00:31<00:23, 602119.44it/s]
 57%|█████▊    | 19192913/33592320 [00:31<00:23, 601652.88it/s]
 57%|█████▉    | 19257538/33592320 [00:32<00:23, 601792.25it/s]
 58%|█████▉    | 19321669/33592320 [00:32<00:23, 601915.31it/s]
 58%|█████▉    | 19389169/33592320 [00:32<00:23, 602142.19it/s]
 58%|█████▉    | 19457321/33592320 [00:32<00:23, 602387.94it/s]
 58%|█████▉    | 19525434/33592320 [00:32<00:23, 602630.94it/s]
 58%|█████▉    | 19589325/33592320 [00:32<00:23, 602742.50it/s]
 59%|█████▉    | 19656500/33592320 [00:32<00:23, 602954.12it/s]
 59%|██████    | 19724592/33592320 [00:32<00:22, 603192.56it/s]
 59%|██████    | 19793392/33592320 [00:32<00:22, 603451.06it/s]
 59%|██████    | 19861204/33592320 [00:32<00:22, 603677.94it/s]
 59%|██████    | 19925087/33592320 [00:33<00:22, 603784.50it/s]
 59%|██████    | 19987297/33592320 [00:33<00:22, 603839.69it/s]
 60%|██████    | 20050381/33592320 [00:33<00:22, 603921.00it/s]
 60%|██████    | 20113360/33592320 [00:33<00:22, 603998.69it/s]
 60%|██████▎   | 20178136/33592320 [00:33<00:22, 604129.62it/s]
 60%|██████▎   | 20245991/33592320 [00:33<00:22, 604351.75it/s]
 60%|██████▎   | 20313012/33592320 [00:33<00:21, 604547.69it/s]
 61%|██████▎   | 20380121/33592320 [00:33<00:21, 604745.06it/s]
 61%|██████▎   | 20446800/33592320 [00:33<00:21, 604928.62it/s]
 61%|██████▎   | 20514329/33592320 [00:33<00:21, 605136.12it/s]
 61%|██████▎   | 20581924/33592320 [00:34<00:21, 605344.38it/s]
 61%|██████▍   | 20649298/33592320 [00:34<00:21, 605544.94it/s]
 62%|██████▍   | 20716269/33592320 [00:34<00:21, 605732.44it/s]
 62%|██████▍   | 20782724/33592320 [00:34<00:21, 605903.94it/s]
 62%|██████▍   | 20846609/33592320 [00:34<00:21, 605999.62it/s]
 62%|██████▍   | 20914477/33592320 [00:34<00:20, 606210.25it/s]
 62%|██████▍   | 20982696/33592320 [00:34<00:20, 606429.81it/s]
 63%|██████▍   | 21050055/33592320 [00:34<00:20, 606623.38it/s]
 63%|██████▌   | 21116779/33592320 [00:34<00:20, 606797.50it/s]
 63%|██████▌   | 21184023/33592320 [00:34<00:20, 606985.56it/s]
 63%|██████▌   | 21251951/33592320 [00:35<00:20, 607192.06it/s]
 63%|██████▌   | 21316514/33592320 [00:35<00:20, 607301.50it/s]
 64%|██████▌   | 21378263/33592320 [00:35<00:20, 607330.44it/s]
 64%|██████▌   | 21439880/33592320 [00:35<00:20, 607355.44it/s]
 64%|██████▌   | 21502308/33592320 [00:35<00:19, 607403.19it/s]
 64%|██████▌   | 21564668/33592320 [00:35<00:19, 607448.75it/s]
 64%|██████▋   | 21628100/33592320 [00:35<00:19, 607524.25it/s]
 65%|██████▋   | 21691381/33592320 [00:35<00:19, 607595.00it/s]
 65%|██████▋   | 21753857/33592320 [00:35<00:19, 607642.88it/s]
 65%|██████▋   | 21816835/33592320 [00:35<00:19, 607704.56it/s]
 65%|██████▋   | 21880089/33592320 [00:36<00:19, 607773.44it/s]
 65%|██████▋   | 21941982/33592320 [00:36<00:19, 607804.38it/s]
 66%|██████▋   | 22004710/33592320 [00:36<00:19, 607858.12it/s]
 66%|██████▋   | 22055245/33592320 [00:36<00:18, 607575.69it/s]
 66%|██████▊   | 22114265/33592320 [00:36<00:18, 607527.88it/s]
 66%|██████▊   | 22175911/33592320 [00:36<00:18, 607552.38it/s]
 66%|██████▊   | 22238329/33592320 [00:36<00:18, 607597.69it/s]
 66%|██████▊   | 22301167/33592320 [00:36<00:18, 607654.38it/s]
 67%|██████▊   | 22363674/33592320 [00:36<00:18, 607701.62it/s]
 67%|██████▊   | 22426441/33592320 [00:36<00:18, 607755.69it/s]
 67%|██████▊   | 22489546/33592320 [00:37<00:18, 607818.62it/s]
 67%|██████▊   | 22552705/33592320 [00:37<00:18, 607882.62it/s]
 67%|██████▉   | 22615859/33592320 [00:37<00:18, 607946.25it/s]
 68%|██████▉   | 22678907/33592320 [00:37<00:17, 608006.62it/s]
 68%|██████▉   | 22741899/33592320 [00:37<00:17, 608065.19it/s]
 68%|██████▉   | 22804774/33592320 [00:37<00:17, 608120.25it/s]
 68%|██████▉   | 22867568/33592320 [00:37<00:17, 608172.94it/s]
 68%|██████▉   | 22929979/33592320 [00:37<00:17, 608215.19it/s]
 68%|██████▉   | 22992804/33592320 [00:37<00:17, 608268.12it/s]
 69%|███████   | 23055342/33592320 [00:37<00:17, 608313.25it/s]
 69%|███████   | 23117868/33592320 [00:38<00:17, 608357.81it/s]
 69%|███████   | 23180258/33592320 [00:38<00:17, 608398.56it/s]
 69%|███████   | 23242496/33592320 [00:38<00:17, 608435.12it/s]
 69%|███████   | 23305057/33592320 [00:38<00:16, 608479.88it/s]
 70%|███████   | 23367346/33592320 [00:38<00:16, 608517.44it/s]
 70%|███████   | 23429642/33592320 [00:38<00:16, 608554.88it/s]
 70%|███████   | 23491700/33592320 [00:38<00:16, 608586.00it/s]
 70%|███████▎  | 23555186/33592320 [00:38<00:16, 608653.88it/s]
 70%|███████▎  | 23618949/33592320 [00:38<00:16, 608728.50it/s]
 71%|███████▎  | 23683032/33592320 [00:38<00:16, 608811.00it/s]
 71%|███████▎  | 23746944/33592320 [00:39<00:16, 608888.69it/s]
 71%|███████▎  | 23810444/33592320 [00:39<00:16, 608955.44it/s]
 71%|███████▎  | 23874123/33592320 [00:39<00:15, 609026.44it/s]
 71%|███████▎  | 23937652/33592320 [00:39<00:15, 609093.19it/s]
 71%|███████▍  | 24001016/33592320 [00:39<00:15, 609155.44it/s]
 72%|███████▍  | 24064334/33592320 [00:39<00:15, 609216.25it/s]
 72%|███████▍  | 24127876/33592320 [00:39<00:15, 609282.38it/s]
 72%|███████▍  | 24191010/33592320 [00:39<00:15, 609337.88it/s]
 72%|███████▍  | 24254216/33592320 [00:39<00:15, 609394.94it/s]
 72%|███████▍  | 24317364/33592320 [00:39<00:15, 609450.25it/s]
 73%|███████▍  | 24379994/33592320 [00:40<00:15, 609492.38it/s]
 73%|███████▍  | 24442846/33592320 [00:40<00:15, 609539.75it/s]
 73%|███████▌  | 24505871/33592320 [00:40<00:14, 609591.25it/s]
 73%|███████▌  | 24568724/33592320 [00:40<00:14, 609638.19it/s]
 73%|███████▌  | 24631610/33592320 [00:40<00:14, 609685.75it/s]
 74%|███████▌  | 24695185/33592320 [00:40<00:14, 609750.06it/s]
 74%|███████▌  | 24758909/33592320 [00:40<00:14, 609817.75it/s]
 74%|███████▌  | 24822672/33592320 [00:40<00:14, 609886.06it/s]
 74%|███████▌  | 24885994/33592320 [00:40<00:14, 609943.19it/s]
 74%|███████▌  | 24949696/33592320 [00:40<00:14, 610009.38it/s]
 74%|███████▋  | 25006020/33592320 [00:41<00:14, 609895.25it/s]
 75%|███████▋  | 25054033/33592320 [00:41<00:14, 609579.50it/s]
 75%|███████▋  | 25115275/33592320 [00:41<00:13, 609586.38it/s]
 75%|███████▋  | 25174692/33592320 [00:41<00:13, 609549.00it/s]
 75%|███████▋  | 25237027/33592320 [00:41<00:13, 609582.31it/s]
 75%|███████▋  | 25284096/33592320 [00:41<00:13, 609247.62it/s]
 75%|███████▋  | 25347596/33592320 [00:41<00:13, 609309.44it/s]
 76%|███████▋  | 25410879/33592320 [00:41<00:13, 609365.88it/s]
 76%|███████▊  | 25474425/33592320 [00:41<00:13, 609428.19it/s]
 76%|███████▊  | 25537270/33592320 [00:41<00:13, 609473.56it/s]
 76%|███████▊  | 25598208/33592320 [00:42<00:13, 609473.31it/s]
 76%|███████▊  | 25656608/33592320 [00:42<00:13, 609412.81it/s]
 77%|███████▊  | 25717060/33592320 [00:42<00:12, 609401.19it/s]
 77%|███████▊  | 25779588/33592320 [00:42<00:12, 609438.69it/s]
 77%|███████▊  | 25842409/33592320 [00:42<00:12, 609482.88it/s]
 77%|███████▊  | 25902441/33592320 [00:42<00:12, 609461.31it/s]
 77%|███████▉  | 25964961/33592320 [00:42<00:12, 609498.19it/s]
 77%|███████▉  | 26027836/33592320 [00:42<00:12, 609543.31it/s]
 78%|███████▉  | 26091626/33592320 [00:42<00:12, 609609.50it/s]
 78%|███████▉  | 26154928/33592320 [00:42<00:12, 609664.06it/s]
 78%|███████▉  | 26218316/33592320 [00:43<00:12, 609720.31it/s]
 78%|███████▉  | 26281492/33592320 [00:43<00:11, 609771.44it/s]
 78%|███████▉  | 26344795/33592320 [00:43<00:11, 609825.25it/s]
 79%|████████  | 26408192/33592320 [00:43<00:11, 609880.94it/s]
 79%|████████  | 26473757/33592320 [00:43<00:11, 609986.38it/s]
 79%|████████  | 26537906/33592320 [00:43<00:11, 610058.75it/s]
 79%|████████  | 26601865/33592320 [00:43<00:11, 610126.44it/s]
 79%|████████  | 26664360/33592320 [00:43<00:11, 610160.38it/s]
 80%|████████  | 26727312/33592320 [00:43<00:11, 610204.56it/s]
 80%|████████  | 26790220/33592320 [00:43<00:11, 610247.50it/s]
 80%|████████  | 26853779/33592320 [00:44<00:11, 610305.06it/s]
 80%|████████▎ | 26916943/33592320 [00:44<00:10, 610353.44it/s]
 80%|████████▎ | 26979173/33592320 [00:44<00:10, 610380.38it/s]
 80%|████████▎ | 27041153/33592320 [00:44<00:10, 610401.62it/s]
 81%|████████▎ | 27103345/33592320 [00:44<00:10, 610427.50it/s]
 81%|████████▎ | 27165216/33592320 [00:44<00:10, 610446.12it/s]
 81%|████████▎ | 27227881/33592320 [00:44<00:10, 610482.38it/s]
 81%|████████▎ | 27291010/33592320 [00:44<00:10, 610528.94it/s]
 81%|████████▍ | 27353936/33592320 [00:44<00:10, 610570.75it/s]
 82%|████████▍ | 27415876/33592320 [00:44<00:10, 610590.38it/s]
 82%|████████▍ | 27478618/33592320 [00:45<00:10, 610627.75it/s]
 82%|████████▍ | 27541455/33592320 [00:45<00:09, 610667.06it/s]
 82%|████████▍ | 27604780/33592320 [00:45<00:09, 610716.94it/s]
 82%|████████▍ | 27666972/33592320 [00:45<00:09, 610741.69it/s]
 83%|████████▍ | 27729867/33592320 [00:45<00:09, 610781.75it/s]
 83%|████████▍ | 27792754/33592320 [00:45<00:09, 610821.44it/s]
 83%|████████▌ | 27856116/33592320 [00:45<00:09, 610871.44it/s]
 83%|████████▌ | 27919036/33592320 [00:45<00:09, 610911.50it/s]
 83%|████████▌ | 27982943/33592320 [00:45<00:09, 610973.00it/s]
 83%|████████▌ | 28042969/33592320 [00:45<00:09, 610949.56it/s]
 84%|████████▌ | 28101706/33592320 [00:46<00:08, 610898.31it/s]
 84%|████████▌ | 28160427/33592320 [00:46<00:08, 610846.88it/s]
 84%|████████▌ | 28219203/33592320 [00:46<00:08, 610796.88it/s]
 84%|████████▌ | 28277817/33592320 [00:46<00:08, 610743.56it/s]
 84%|████████▋ | 28336396/33592320 [00:46<00:08, 610689.81it/s]
 85%|████████▋ | 28394922/33592320 [00:46<00:08, 610635.06it/s]
 85%|████████▋ | 28453624/33592320 [00:46<00:08, 610584.38it/s]
 85%|████████▋ | 28511841/33592320 [00:46<00:08, 610523.44it/s]
 85%|████████▋ | 28570377/33592320 [00:46<00:08, 610469.69it/s]
 85%|████████▋ | 28629192/33592320 [00:46<00:08, 610422.06it/s]
 85%|████████▋ | 28687847/33592320 [00:47<00:08, 610371.25it/s]
 86%|████████▋ | 28746304/33592320 [00:47<00:07, 610316.44it/s]
 86%|████████▊ | 28804988/33592320 [00:47<00:07, 610266.69it/s]
 86%|████████▊ | 28863560/33592320 [00:47<00:07, 610214.75it/s]
 86%|████████▊ | 28922143/33592320 [00:47<00:07, 610163.31it/s]
 86%|████████▊ | 28980919/33592320 [00:47<00:07, 610116.12it/s]
 86%|████████▊ | 29039654/33592320 [00:47<00:07, 610068.25it/s]
 87%|████████▊ | 29097850/33592320 [00:47<00:07, 610009.25it/s]
 87%|████████▊ | 29157293/33592320 [00:47<00:07, 609976.62it/s]
 87%|████████▊ | 29216956/33592320 [00:47<00:07, 609948.75it/s]
 87%|████████▉ | 29276750/33592320 [00:48<00:07, 609923.69it/s]
 87%|████████▉ | 29336367/33592320 [00:48<00:06, 609895.12it/s]
 88%|████████▉ | 29395776/33592320 [00:48<00:06, 609862.25it/s]
 88%|████████▉ | 29454697/33592320 [00:48<00:06, 609819.44it/s]
 88%|████████▉ | 29513763/33592320 [00:48<00:06, 609779.88it/s]
 88%|████████▉ | 29573342/33592320 [00:48<00:06, 609751.00it/s]
 88%|████████▉ | 29632561/33592320 [00:48<00:06, 609714.81it/s]
 88%|████████▉ | 29691728/33592320 [00:48<00:06, 609677.75it/s]
 89%|████████▉ | 29750860/33592320 [00:48<00:06, 609640.12it/s]
 89%|█████████ | 29809896/33592320 [00:48<00:06, 609600.62it/s]
 89%|█████████ | 29868961/33592320 [00:49<00:06, 609561.94it/s]
 89%|█████████ | 29927892/33592320 [00:49<00:06, 609520.69it/s]
 89%|█████████ | 29987070/33592320 [00:49<00:05, 609484.56it/s]
 89%|█████████ | 30046164/33592320 [00:49<00:05, 609446.94it/s]
 90%|█████████ | 30104882/33592320 [00:49<00:05, 609401.81it/s]
 90%|█████████ | 30163781/33592320 [00:49<00:05, 609360.56it/s]
 90%|█████████ | 30222603/33592320 [00:49<00:05, 609317.94it/s]
 90%|█████████▎| 30281835/33592320 [00:49<00:05, 609283.75it/s]
 90%|█████████▎| 30340953/33592320 [00:49<00:05, 609247.31it/s]
 90%|█████████▎| 30400222/33592320 [00:49<00:05, 609214.12it/s]
 91%|█████████▎| 30459422/33592320 [00:50<00:05, 609179.62it/s]
 91%|█████████▎| 30517766/33592320 [00:50<00:05, 609128.25it/s]
 91%|█████████▎| 30577686/33592320 [00:50<00:04, 609108.44it/s]
 91%|█████████▎| 30637623/33592320 [00:50<00:04, 609089.06it/s]
 91%|█████████▎| 30697811/33592320 [00:50<00:04, 609074.75it/s]
 92%|█████████▍| 30757674/33592320 [00:50<00:04, 609054.00it/s]
 92%|█████████▍| 30817206/33592320 [00:50<00:04, 609026.88it/s]
 92%|█████████▍| 30875506/33592320 [00:50<00:04, 608975.50it/s]
 92%|█████████▍| 30935158/33592320 [00:50<00:04, 608950.94it/s]
 92%|█████████▍| 30994664/33592320 [00:50<00:04, 608923.62it/s]
 92%|█████████▍| 31053998/33592320 [00:51<00:04, 608893.06it/s]
 93%|█████████▍| 31113190/33592320 [00:51<00:04, 608859.81it/s]
 93%|█████████▍| 31172098/33592320 [00:51<00:03, 608821.12it/s]
 93%|█████████▌| 31231556/33592320 [00:51<00:03, 608793.38it/s]
 93%|█████████▌| 31290682/33592320 [00:51<00:03, 608759.19it/s]
 93%|█████████▌| 31349964/33592320 [00:51<00:03, 608728.25it/s]
 94%|█████████▌| 31409358/33592320 [00:51<00:03, 608699.56it/s]
 94%|█████████▌| 31468616/33592320 [00:51<00:03, 608668.38it/s]
 94%|█████████▌| 31527837/33592320 [00:51<00:03, 608636.50it/s]
 94%|█████████▌| 31587039/33592320 [00:51<00:03, 608604.50it/s]
 94%|█████████▌| 31646087/33592320 [00:52<00:03, 608569.62it/s]
 94%|█████████▋| 31705999/33592320 [00:52<00:03, 608551.50it/s]
 95%|█████████▋| 31765711/33592320 [00:52<00:03, 608529.56it/s]
 95%|█████████▋| 31825352/33592320 [00:52<00:02, 608506.31it/s]
 95%|█████████▋| 31884843/33592320 [00:52<00:02, 608480.38it/s]
 95%|█████████▋| 31944508/33592320 [00:52<00:02, 608457.81it/s]
 95%|█████████▋| 32004221/33592320 [00:52<00:02, 608436.25it/s]
 95%|█████████▋| 32064120/33592320 [00:52<00:02, 608418.31it/s]
 96%|█████████▋| 32123943/33592320 [00:52<00:02, 608399.00it/s]
 96%|█████████▊| 32184001/33592320 [00:52<00:02, 608384.12it/s]
 96%|█████████▊| 32242894/33592320 [00:53<00:02, 608347.44it/s]
 96%|█████████▊| 32301536/33592320 [00:53<00:02, 608306.12it/s]
 96%|█████████▊| 32360893/33592320 [00:53<00:02, 608278.38it/s]
 97%|█████████▊| 32420085/33592320 [00:53<00:01, 608247.62it/s]
 97%|█████████▊| 32479627/33592320 [00:53<00:01, 608223.62it/s]
 97%|█████████▊| 32538645/33592320 [00:53<00:01, 608189.88it/s]
 97%|█████████▊| 32597735/33592320 [00:53<00:01, 608157.62it/s]
 97%|█████████▉| 32656681/33592320 [00:53<00:01, 608122.75it/s]
 97%|█████████▉| 32715449/33592320 [00:53<00:01, 608084.69it/s]
 98%|█████████▉| 32774338/33592320 [00:53<00:01, 608049.06it/s]
 98%|█████████▉| 32834103/33592320 [00:54<00:01, 608029.81it/s]
 98%|█████████▉| 32893629/33592320 [00:54<00:01, 608006.12it/s]
 98%|█████████▉| 32953077/33592320 [00:54<00:01, 607981.19it/s]
 98%|█████████▉| 33012386/33592320 [00:54<00:00, 607953.75it/s]
 98%|█████████▉| 33071779/33592320 [00:54<00:00, 607927.94it/s]
 99%|██████████| 33131281/33592320 [00:54<00:00, 607904.19it/s]
 99%|██████████| 33188548/33592320 [00:54<00:00, 607839.69it/s]
 99%|██████████| 33245894/33592320 [00:54<00:00, 607776.81it/s]
 99%|██████████| 33303283/33592320 [00:54<00:00, 607714.94it/s]
 99%|██████████| 33360852/33592320 [00:54<00:00, 607656.56it/s]
 99%|██████████| 33418386/33592320 [00:55<00:00, 607597.81it/s]
100%|██████████| 33476347/33592320 [00:55<00:00, 607547.00it/s]
100%|██████████| 33534097/33592320 [00:55<00:00, 607492.50it/s]
100%|██████████| 33592320/33592320 [00:55<00:00, 607466.38it/s]     Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/id_allocator-aeff72afc7a4e5c8)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test tests::allocate_ids ... ok
[INFO] [stdout] test tests::allocation_after_free ... ok
[INFO] [stdout] test tests::allocation_fills_gaps_first ... ok
[INFO] [stdout] test tests::allocator_reuse_after_free_all ... ok
[INFO] [stdout] test tests::continuous_allocation ... ok
[INFO] [stdout] test tests::free_and_reuse_id ... ok
[INFO] [stdout] test tests::free_invalid_id ... ok
[INFO] [stdout] test tests::freeing_unallocated_id ... ok
[INFO] [stdout] test tests::id_increment ... ok
[INFO] [stdout] test tests::id_initial ... ok
[INFO] [stdout] test tests::is_allocated_for_unallocated ... ok
[INFO] [stdout] test tests::is_allocated ... ok
[INFO] [stdout] test tests::multiple_allocations ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/learned_index_segmentation-f8b945e0d3ac805e)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test model::pgm_model_tests::pgm_model_basic ... ok
[INFO] [stderr] error: test failed, to rerun pass `-p learned_index_segmentation --lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/learned_index_segmentation-f8b945e0d3ac805e` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ea527a1d6675e56bd7b68244386713b4bced0745e5badb3b595e8eff44a5235f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea527a1d6675e56bd7b68244386713b4bced0745e5badb3b595e8eff44a5235f", kill_on_drop: false }`
[INFO] [stdout] ea527a1d6675e56bd7b68244386713b4bced0745e5badb3b595e8eff44a5235f
