[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 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLevKruglyak%2Flimousine" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-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-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LevKruglyak/limousine on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5
[INFO] running `Command { std: "docker" "start" "fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling anstyle-query v1.1.0
[INFO] [stderr]    Compiling slice_search v0.1.2 (/opt/rustwide/workdir/utils/slice_search)
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling stack-map v1.0.5
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling pagetable v0.4.5
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling fault-injection v1.0.10
[INFO] [stderr]    Compiling clap_lex v0.7.1
[INFO] [stderr]    Compiling generational-arena v0.2.9
[INFO] [stderr]    Compiling md5 v0.7.0
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling strum v0.26.2
[INFO] [stderr]    Compiling clap_builder v4.5.6
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling shared-local-state v0.1.4
[INFO] [stderr]    Compiling ebr v0.2.11
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling concurrent-map v5.0.33
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling kdam v0.5.2
[INFO] [stderr]    Compiling zstd-sys v2.0.9+zstd.1.5.5
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling trait-set v0.3.0
[INFO] [stderr]    Compiling num v0.4.3
[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 serde v1.0.203
[INFO] [stderr]    Compiling sorted_array v0.1.3 (/opt/rustwide/workdir/utils/sorted_array)
[INFO] [stderr]    Compiling id_allocator v0.1.0 (/opt/rustwide/workdir/utils/id_allocator)
[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 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 30.69s
[INFO] running `Command { std: "docker" "inspect" "fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", 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 sorted_array v0.1.3 (/opt/rustwide/workdir/utils/sorted_array)
[INFO] [stderr]    Compiling id_allocator v0.1.0 (/opt/rustwide/workdir/utils/id_allocator)
[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 gapped_array v0.1.0 (/opt/rustwide/workdir/utils/gapped_array)
[INFO] [stderr]    Compiling num-rational v0.4.2
[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] [stderr]    Compiling limousine_tests v0.1.0 (/opt/rustwide/workdir/tests)
[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]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.78s
[INFO] running `Command { std: "docker" "inspect" "fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", 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: `limousine_derive` (lib test) generated 2 warnings (2 duplicates)
[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: 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.14s
[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_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::debug_gapped ... ok
[INFO] [stdout] test gapped_array_tests::fill_backward ... ok
[INFO] [stdout] test gapped_array_tests::update_gapped_array ... ok
[INFO] [stdout] test gapped_array_tests::initial_inserts ... ok
[INFO] [stdout] test gapped_array_tests::permutation_test has been running for over 60 seconds
[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 104.27s
[INFO] [stdout] 
[INFO] [stderr] 

  0%|▎         |    31212/33592320 [00:00<01:47, 312115.03it/s]
  0%|▎         |    72239/33592320 [00:00<01:32, 361187.53it/s]
  0%|▎         |   112939/33592320 [00:00<01:28, 376454.59it/s]
  0%|▎         |   151549/33592320 [00:00<01:28, 378863.38it/s]
  1%|▎         |   190452/33592320 [00:00<01:27, 380895.25it/s]
  1%|▎         |   227489/33592320 [00:00<01:28, 379139.28it/s]
  1%|▎         |   263704/33592320 [00:00<01:28, 376711.25it/s]
  1%|▎         |   301385/33592320 [00:00<01:28, 376723.06it/s]
  1%|▎         |   340181/33592320 [00:00<01:27, 377970.88it/s]
  1%|▎         |   376065/33592320 [00:01<01:28, 376057.66it/s]
  1%|▎         |   414552/33592320 [00:01<01:28, 376858.22it/s]
  1%|▎         |   453582/33592320 [00:01<01:27, 377977.84it/s]
  1%|▍         |   489397/33592320 [00:01<01:27, 376452.16it/s]
  2%|▍         |   523380/33592320 [00:01<01:28, 373835.78it/s]
  2%|▍         |   560095/33592320 [00:01<01:28, 373389.72it/s]
  2%|▍         |   596925/33592320 [00:01<01:28, 373070.97it/s]
  2%|▍         |   633906/33592320 [00:01<01:28, 372878.59it/s]
  2%|▍         |   669740/33592320 [00:01<01:28, 372070.50it/s]
  2%|▍         |   707292/33592320 [00:01<01:28, 372251.84it/s]
  2%|▍         |   744322/33592320 [00:02<01:28, 372154.03it/s]
  2%|▍         |   783076/33592320 [00:02<01:27, 372886.25it/s]
  2%|▍         |   820529/33592320 [00:02<01:27, 372960.56it/s]
  3%|▍         |   853315/33592320 [00:02<01:28, 370999.31it/s]
  3%|▍         |   887019/33592320 [00:02<01:28, 369583.84it/s]
  3%|▍         |   920958/33592320 [00:02<01:28, 368375.78it/s]
  3%|▍         |   953794/33592320 [00:02<01:28, 366836.31it/s]
  3%|▌         |   987349/33592320 [00:02<01:29, 365677.28it/s]
  3%|▌         |  1020381/33592320 [00:02<01:29, 364414.25it/s]
  3%|▌         |  1052477/33592320 [00:02<01:29, 362915.62it/s]
  3%|▌         |  1084359/33592320 [00:03<01:29, 361445.59it/s]
  3%|▌         |  1118042/33592320 [00:03<01:30, 360651.22it/s]
  3%|▌         |  1158882/33592320 [00:03<01:29, 362142.81it/s]
  4%|▌         |  1197110/33592320 [00:03<01:29, 362752.91it/s]
  4%|▌         |  1234943/33592320 [00:03<01:29, 363210.81it/s]
  4%|▌         |  1272457/33592320 [00:03<01:28, 363551.50it/s]
  4%|▌         |  1304400/33592320 [00:03<01:29, 362325.69it/s]
  4%|▌         |  1339469/33592320 [00:03<01:29, 362011.16it/s]
  4%|▌         |  1374299/33592320 [00:03<01:29, 361650.09it/s]
  4%|▌         |  1409962/33592320 [00:03<01:29, 361521.25it/s]
  4%|▋         |  1450855/33592320 [00:04<01:28, 362706.31it/s]
  4%|▋         |  1486965/33592320 [00:04<01:28, 362666.84it/s]
  5%|▋         |  1526194/33592320 [00:04<01:28, 363371.94it/s]
  5%|▋         |  1567749/33592320 [00:04<01:27, 364585.12it/s]
  5%|▋         |  1607118/33592320 [00:04<01:27, 365246.38it/s]
  5%|▋         |  1644049/33592320 [00:04<01:27, 365336.56it/s]
  5%|▋         |  1681697/33592320 [00:04<01:27, 365578.59it/s]
  5%|▋         |  1718112/33592320 [00:04<01:27, 365548.00it/s]
  5%|▋         |  1753434/33592320 [00:04<01:27, 365291.00it/s]
  5%|▋         |  1789991/33592320 [00:04<01:27, 365296.62it/s]
  5%|▋         |  1827582/33592320 [00:05<01:26, 365508.81it/s]
  6%|▋         |  1862890/33592320 [00:05<01:26, 365264.91it/s]
  6%|▋         |  1900240/33592320 [00:05<01:26, 365423.06it/s]
  6%|▊         |  1935945/33592320 [00:05<01:26, 365264.94it/s]
  6%|▊         |  1972247/33592320 [00:05<01:26, 365223.19it/s]
  6%|▊         |  2005209/33592320 [00:05<01:26, 364575.66it/s]
  6%|▊         |  2036819/33592320 [00:05<01:26, 363709.66it/s]
  6%|▊         |  2069092/33592320 [00:05<01:26, 362990.56it/s]
  6%|▊         |  2103754/33592320 [00:05<01:26, 362708.19it/s]
  6%|▊         |  2138490/33592320 [00:05<01:26, 362447.84it/s]
  6%|▊         |  2172801/33592320 [00:06<01:26, 362125.38it/s]
  7%|▊         |  2207451/33592320 [00:06<01:26, 361869.12it/s]
  7%|▊         |  2242157/33592320 [00:06<01:26, 361630.16it/s]
  7%|▊         |  2279927/33592320 [00:06<01:26, 361885.06it/s]
  7%|▊         |  2315368/33592320 [00:06<01:26, 361768.19it/s]
  7%|▊         |  2352057/33592320 [00:06<01:26, 361846.97it/s]
  7%|▊         |  2388901/33592320 [00:06<01:26, 361946.78it/s]
  7%|▉         |  2426890/33592320 [00:06<01:26, 362214.44it/s]
  7%|▉         |  2461930/33592320 [00:06<01:25, 362040.62it/s]
  7%|▉         |  2496349/33592320 [00:06<01:25, 361781.84it/s]
  8%|▉         |  2532308/33592320 [00:07<01:25, 361750.41it/s]
  8%|▉         |  2569842/33592320 [00:07<01:25, 361941.72it/s]
  8%|▉         |  2604596/33592320 [00:07<01:25, 361741.56it/s]
  8%|▉         |  2641380/33592320 [00:07<01:25, 361824.94it/s]
  8%|▉         |  2679294/33592320 [00:07<01:25, 362058.84it/s]
  8%|▉         |  2716069/33592320 [00:07<01:25, 362134.62it/s]
  8%|▉         |  2751067/33592320 [00:07<01:25, 361974.66it/s]
  8%|▉         |  2785770/33592320 [00:07<01:25, 361780.47it/s]
  8%|▉         |  2822431/33592320 [00:07<01:25, 361842.28it/s]
  9%|▉         |  2857255/33592320 [00:07<01:24, 361670.03it/s]
  9%|█         |  2895234/33592320 [00:08<01:24, 361896.50it/s]
  9%|█         |  2932947/33592320 [00:08<01:24, 362084.44it/s]
  9%|█         |  2969397/33592320 [00:08<01:24, 362113.84it/s]
  9%|█         |  3007136/33592320 [00:08<01:24, 362297.75it/s]
  9%|█         |  3045294/33592320 [00:08<01:24, 362527.19it/s]
  9%|█         |  3080117/33592320 [00:08<01:24, 362358.94it/s]
  9%|█         |  3115537/33592320 [00:08<01:24, 362264.06it/s]
  9%|█         |  3154050/33592320 [00:08<01:23, 362526.88it/s]
  9%|█         |  3191157/33592320 [00:08<01:23, 362623.88it/s]
 10%|█         |  3228597/33592320 [00:08<01:23, 362756.16it/s]
 10%|█         |  3264056/33592320 [00:09<01:23, 362665.34it/s]
 10%|█         |  3298601/33592320 [00:09<01:23, 362476.12it/s]
 10%|█         |  3334150/33592320 [00:09<01:23, 362400.12it/s]
 10%|█▎        |  3368288/33592320 [00:09<01:23, 362173.56it/s]
 10%|█▎        |  3402830/33592320 [00:09<01:23, 361995.28it/s]
 10%|█▎        |  3437071/33592320 [00:09<01:23, 361789.06it/s]
 10%|█▎        |  3470793/33592320 [00:09<01:23, 361533.12it/s]
 10%|█▎        |  3504535/33592320 [00:09<01:23, 361284.44it/s]
 11%|█▎        |  3540210/33592320 [00:09<01:23, 361238.06it/s]
 11%|█▎        |  3576289/33592320 [00:09<01:23, 361233.47it/s]
 11%|█▎        |  3612375/33592320 [00:10<01:22, 361229.66it/s]
 11%|█▎        |  3645183/33592320 [00:10<01:22, 360901.31it/s]
 11%|█▎        |  3676951/33592320 [00:10<01:22, 360477.53it/s]
 11%|█▎        |  3709902/33592320 [00:10<01:22, 360176.84it/s]
 11%|█▎        |  3743479/33592320 [00:10<01:22, 359942.06it/s]
 11%|█▎        |  3777077/33592320 [00:10<01:22, 359713.78it/s]
 11%|█▎        |  3810130/33592320 [00:10<01:22, 359438.38it/s]
 11%|█▍        |  3843571/33592320 [00:10<01:22, 359204.47it/s]
 12%|█▍        |  3877674/33592320 [00:10<01:22, 359036.16it/s]
 12%|█▍        |  3910591/33592320 [00:10<01:22, 358762.06it/s]
 12%|█▍        |  3943351/33592320 [00:11<01:22, 358478.75it/s]
 12%|█▍        |  3975024/33592320 [00:11<01:22, 358102.62it/s]
 12%|█▍        |  4008540/33592320 [00:11<01:22, 357897.75it/s]
 12%|█▍        |  4041626/33592320 [00:11<01:22, 357658.44it/s]
 12%|█▍        |  4073647/33592320 [00:11<01:22, 357329.91it/s]
 12%|█▍        |  4106783/33592320 [00:11<01:22, 357104.00it/s]
 12%|█▍        |  4138069/33592320 [00:11<01:22, 356722.53it/s]
 12%|█▍        |  4168874/33592320 [00:11<01:22, 356306.50it/s]
 13%|█▍        |  4200371/33592320 [00:11<01:22, 355956.19it/s]
 13%|█▍        |  4234530/33592320 [00:11<01:22, 355835.41it/s]
 13%|█▍        |  4265962/33592320 [00:12<01:22, 355489.41it/s]
 13%|█▍        |  4298947/33592320 [00:12<01:22, 355277.50it/s]
 13%|█▌        |  4332922/33592320 [00:12<01:22, 355150.12it/s]
 13%|█▌        |  4364683/33592320 [00:12<01:22, 354844.94it/s]
 13%|█▌        |  4396208/33592320 [00:12<01:22, 354525.59it/s]
 13%|█▌        |  4429218/33592320 [00:12<01:22, 354330.16it/s]
 13%|█▌        |  4462323/33592320 [00:12<01:22, 354145.38it/s]
 13%|█▌        |  4494504/33592320 [00:12<01:22, 353890.75it/s]
 13%|█▌        |  4525574/33592320 [00:12<01:22, 353553.31it/s]
 14%|█▌        |  4556181/33592320 [00:12<01:22, 353185.12it/s]
 14%|█▌        |  4586170/33592320 [00:13<01:22, 352775.12it/s]
 14%|█▌        |  4616139/33592320 [00:13<01:22, 352369.81it/s]
 14%|█▌        |  4645582/33592320 [00:13<01:22, 351930.84it/s]
 14%|█▌        |  4674738/33592320 [00:13<01:22, 351476.84it/s]
 14%|█▌        |  4704986/33592320 [00:13<01:22, 351111.16it/s]
 14%|█▌        |  4734101/33592320 [00:13<01:22, 350666.94it/s]
 14%|█▌        |  4763417/33592320 [00:13<01:22, 350244.03it/s]
 14%|█▌        |  4794168/33592320 [00:13<01:22, 349932.09it/s]
 14%|█▋        |  4824824/33592320 [00:13<01:22, 349617.78it/s]
 14%|█▋        |  4855345/33592320 [00:13<01:22, 349298.25it/s]
 15%|█▋        |  4885883/33592320 [00:14<01:22, 348984.50it/s]
 15%|█▋        |  4917936/33592320 [00:14<01:22, 348782.69it/s]
 15%|█▋        |  4950852/33592320 [00:14<01:22, 348644.47it/s]
 15%|█▋        |  4982961/33592320 [00:14<01:22, 348451.69it/s]
 15%|█▋        |  5015082/33592320 [00:14<01:22, 348262.44it/s]
 15%|█▋        |  5047258/33592320 [00:14<01:22, 348079.66it/s]
 15%|█▋        |  5079176/33592320 [00:14<01:21, 347881.69it/s]
 15%|█▋        |  5110183/33592320 [00:14<01:21, 347624.41it/s]
 15%|█▋        |  5141563/33592320 [00:14<01:21, 347395.81it/s]
 15%|█▋        |  5172438/33592320 [00:14<01:21, 347136.47it/s]
 15%|█▋        |  5203494/33592320 [00:15<01:21, 346892.56it/s]
 16%|█▋        |  5234320/33592320 [00:15<01:21, 346636.72it/s]
 16%|█▋        |  5264611/33592320 [00:15<01:21, 346348.97it/s]
 16%|█▊        |  5293556/33592320 [00:15<01:21, 345977.03it/s]
 16%|█▊        |  5322923/33592320 [00:15<01:21, 345637.34it/s]
 16%|█▊        |  5353020/33592320 [00:15<01:21, 345349.12it/s]
 16%|█▊        |  5384484/33592320 [00:15<01:21, 345152.25it/s]
 16%|█▊        |  5417353/33592320 [00:15<01:21, 345047.38it/s]
 16%|█▊        |  5449846/33592320 [00:15<01:21, 344919.97it/s]
 16%|█▊        |  5481124/33592320 [00:15<01:21, 344717.81it/s]
 16%|█▊        |  5512001/33592320 [00:16<01:21, 344493.12it/s]
 17%|█▊        |  5543278/33592320 [00:16<01:21, 344296.03it/s]
 17%|█▊        |  5575361/33592320 [00:16<01:21, 344151.19it/s]
 17%|█▊        |  5610190/33592320 [00:16<01:21, 344176.53it/s]
 17%|█▊        |  5654745/33592320 [00:16<01:21, 344794.59it/s]
 17%|█▊        |  5694008/33592320 [00:16<01:20, 345084.50it/s]
 17%|█▊        |  5733248/33592320 [00:16<01:20, 345369.50it/s]
 17%|█▉        |  5772253/33592320 [00:16<01:20, 345637.06it/s]
 17%|█▉        |  5808648/33592320 [00:16<01:20, 345746.03it/s]
 17%|█▉        |  5842506/33592320 [00:16<01:20, 345703.62it/s]
 17%|█▉        |  5877231/33592320 [00:17<01:20, 345712.69it/s]
 18%|█▉        |  5916773/33592320 [00:17<01:19, 346003.34it/s]
 18%|█▉        |  5954901/33592320 [00:17<01:19, 346208.44it/s]
 18%|█▉        |  5995193/33592320 [00:17<01:19, 346536.25it/s]
 18%|█▉        |  6036869/33592320 [00:17<01:19, 346939.81it/s]
 18%|█▉        |  6075788/33592320 [00:17<01:19, 347181.19it/s]
 18%|█▉        |  6113124/33592320 [00:17<01:19, 347329.88it/s]
 18%|█▉        |  6150236/33592320 [00:17<01:18, 347464.25it/s]
 18%|█▉        |  6185552/33592320 [00:17<01:18, 347496.22it/s]
 19%|█▉        |  6219853/33592320 [00:17<01:18, 347471.12it/s]
 19%|██        |  6257359/33592320 [00:18<01:18, 347624.38it/s]
 19%|██        |  6293624/33592320 [00:18<01:18, 347707.41it/s]
 19%|██        |  6330066/33592320 [00:18<01:18, 347799.22it/s]
 19%|██        |  6365011/33592320 [00:18<01:18, 347808.22it/s]
 19%|██        |  6400753/33592320 [00:18<01:18, 347860.47it/s]
 19%|██        |  6436499/33592320 [00:18<01:18, 347912.31it/s]
 19%|██        |  6469393/33592320 [00:18<01:17, 347810.25it/s]
 19%|██        |  6501934/33592320 [00:18<01:17, 347690.44it/s]
 19%|██        |  6534867/33592320 [00:18<01:17, 347592.72it/s]
 20%|██        |  6567614/33592320 [00:18<01:17, 347486.25it/s]
 20%|██        |  6600104/33592320 [00:19<01:17, 347367.34it/s]
 20%|██        |  6632691/33592320 [00:19<01:17, 347254.75it/s]
 20%|██        |  6665395/33592320 [00:19<01:17, 347149.44it/s]
 20%|██        |  6698040/33592320 [00:19<01:17, 347042.12it/s]
 20%|██▎       |  6734910/33592320 [00:19<01:17, 347153.72it/s]
 20%|██▎       |  6775629/33592320 [00:19<01:17, 347461.56it/s]
 20%|██▎       |  6813253/33592320 [00:19<01:17, 347608.34it/s]
 20%|██▎       |  6849349/33592320 [00:19<01:16, 347676.09it/s]
 20%|██▎       |  6883979/33592320 [00:19<01:16, 347669.06it/s]
 21%|██▎       |  6917415/33592320 [00:19<01:16, 347602.16it/s]
 21%|██▎       |  6950595/33592320 [00:20<01:16, 347523.12it/s]
 21%|██▎       |  6983317/33592320 [00:20<01:16, 347422.09it/s]
 21%|██▎       |  7018687/33592320 [00:20<01:16, 347453.16it/s]
 21%|██▎       |  7056745/33592320 [00:20<01:16, 347616.31it/s]
 21%|██▎       |  7092408/33592320 [00:20<01:16, 347660.50it/s]
 21%|██▎       |  7132068/33592320 [00:20<01:16, 347899.22it/s]
 21%|██▎       |  7172181/33592320 [00:20<01:15, 348157.56it/s]
 21%|██▍       |  7206855/33592320 [00:20<01:15, 348150.72it/s]
 22%|██▍       |  7241503/33592320 [00:20<01:15, 348142.69it/s]
 22%|██▍       |  7277145/33592320 [00:20<01:15, 348182.28it/s]
 22%|██▍       |  7311780/33592320 [00:21<01:15, 348173.53it/s]
 22%|██▍       |  7346922/33592320 [00:21<01:15, 348188.91it/s]
 22%|██▍       |  7382744/33592320 [00:21<01:15, 348236.19it/s]
 22%|██▍       |  7417774/33592320 [00:21<01:15, 348245.84it/s]
 22%|██▍       |  7452117/33592320 [00:21<01:15, 348223.31it/s]
 22%|██▍       |  7486978/33592320 [00:21<01:14, 348225.09it/s]
 22%|██▍       |  7522205/33592320 [00:21<01:14, 348243.81it/s]
 22%|██▍       |  7558017/33592320 [00:21<01:14, 348289.28it/s]
 23%|██▍       |  7590879/33592320 [00:21<01:14, 348199.00it/s]
 23%|██▍       |  7623847/33592320 [00:21<01:14, 348114.44it/s]
 23%|██▍       |  7655997/33592320 [00:22<01:14, 347993.44it/s]
 23%|██▌       |  7688940/33592320 [00:22<01:14, 347909.41it/s]
 23%|██▌       |  7721691/33592320 [00:22<01:14, 347817.47it/s]
 23%|██▌       |  7755606/33592320 [00:22<01:14, 347778.59it/s]
 23%|██▌       |  7789352/33592320 [00:22<01:14, 347732.47it/s]
 23%|██▌       |  7823744/33592320 [00:22<01:14, 347715.50it/s]
 23%|██▌       |  7858496/33592320 [00:22<01:14, 347714.62it/s]
 24%|██▌       |  7894795/33592320 [00:22<01:13, 347781.91it/s]
 24%|██▌       |  7929852/33592320 [00:22<01:13, 347794.12it/s]
 24%|██▌       |  7967034/33592320 [00:22<01:13, 347899.03it/s]
 24%|██▌       |  8002961/33592320 [00:23<01:13, 347948.47it/s]
 24%|██▌       |  8038849/33592320 [00:23<01:13, 347995.75it/s]
 24%|██▌       |  8075078/33592320 [00:23<01:13, 348057.38it/s]
 24%|██▌       |  8109695/33592320 [00:23<01:13, 348049.28it/s]
 24%|██▌       |  8145443/33592320 [00:23<01:13, 348089.53it/s]
 24%|██▋       |  8180869/33592320 [00:23<01:12, 348115.78it/s]
 24%|██▋       |  8213441/33592320 [00:23<01:12, 348020.88it/s]
 25%|██▋       |  8250887/33592320 [00:23<01:12, 348132.44it/s]
 25%|██▋       |  8287142/33592320 [00:23<01:12, 348193.00it/s]
 25%|██▋       |  8320859/33592320 [00:23<01:12, 348146.84it/s]
 25%|██▋       |  8354327/33592320 [00:24<01:12, 348090.72it/s]
 25%|██▋       |  8388357/33592320 [00:24<01:12, 348058.34it/s]
 25%|██▋       |  8422606/33592320 [00:24<01:12, 348035.31it/s]
 25%|██▋       |  8458656/33592320 [00:24<01:12, 348086.59it/s]
 25%|██▋       |  8496099/33592320 [00:24<01:12, 348194.53it/s]
 25%|██▋       |  8532131/33592320 [00:24<01:11, 348243.97it/s]
 26%|██▋       |  8568197/33592320 [00:24<01:11, 348294.44it/s]
 26%|██▋       |  8604512/33592320 [00:24<01:11, 348354.59it/s]
 26%|██▊       |  8642314/33592320 [00:24<01:11, 348474.19it/s]
 26%|██▊       |  8676511/33592320 [00:24<01:11, 348444.56it/s]
 26%|██▊       |  8708358/33592320 [00:25<01:11, 348324.69it/s]
 26%|██▊       |  8740633/33592320 [00:25<01:11, 348222.78it/s]
 26%|██▊       |  8773125/33592320 [00:25<01:11, 348130.28it/s]
 26%|██▊       |  8806632/33592320 [00:25<01:11, 348078.62it/s]
 26%|██▊       |  8841251/33592320 [00:25<01:11, 348071.16it/s]
 26%|██▊       |  8874151/33592320 [00:25<01:11, 347996.34it/s]
 27%|██▊       |  8907015/33592320 [00:25<01:10, 347920.59it/s]
 27%|██▊       |  8938561/33592320 [00:25<01:10, 347794.28it/s]
 27%|██▊       |  8971269/33592320 [00:25<01:10, 347713.97it/s]
 27%|██▊       |  9004740/33592320 [00:25<01:10, 347663.75it/s]
 27%|██▊       |  9037761/33592320 [00:26<01:10, 347596.59it/s]
 27%|██▊       |  9069361/33592320 [00:26<01:10, 347475.50it/s]
 27%|██▊       |  9101177/33592320 [00:26<01:10, 347363.56it/s]
 27%|██▉       |  9133531/33592320 [00:26<01:10, 347273.00it/s]
 27%|██▉       |  9166382/33592320 [00:26<01:10, 347201.91it/s]
 27%|██▉       |  9199565/33592320 [00:26<01:10, 347143.88it/s]
 27%|██▉       |  9233365/33592320 [00:26<01:10, 347109.44it/s]
 28%|██▉       |  9266239/33592320 [00:26<01:10, 347040.59it/s]
 28%|██▉       |  9300283/33592320 [00:26<01:10, 347015.94it/s]
 28%|██▉       |  9332473/33592320 [00:26<01:09, 346922.53it/s]
 28%|██▉       |  9367188/33592320 [00:27<01:09, 346923.38it/s]
 28%|██▉       |  9400229/33592320 [00:27<01:09, 346862.44it/s]
 28%|██▉       |  9433038/33592320 [00:27<01:09, 346793.44it/s]
 28%|██▉       |  9465816/33592320 [00:27<01:09, 346723.78it/s]
 28%|██▉       |  9497356/33592320 [00:27<01:09, 346609.44it/s]
 28%|██▉       |  9531579/33592320 [00:27<01:09, 346593.50it/s]
 28%|██▉       |  9565473/33592320 [00:27<01:09, 346565.75it/s]
 29%|███       |  9600550/33592320 [00:27<01:09, 346580.94it/s]
 29%|███       |  9634778/33592320 [00:27<01:09, 346565.47it/s]
 29%|███       |  9668909/33592320 [00:27<01:09, 346546.62it/s]
 29%|███       |  9701836/33592320 [00:28<01:08, 346484.88it/s]
 29%|███       |  9735035/33592320 [00:28<01:08, 346433.25it/s]
 29%|███       |  9767900/33592320 [00:28<01:08, 346370.12it/s]
 29%|███       |  9800840/33592320 [00:28<01:08, 346310.16it/s]
 29%|███       |  9833397/33592320 [00:28<01:08, 346237.12it/s]
 29%|███       |  9866666/33592320 [00:28<01:08, 346189.56it/s]
 29%|███       |  9899469/33592320 [00:28<01:08, 346126.03it/s]
 30%|███       |  9931920/33592320 [00:28<01:08, 346050.72it/s]
 30%|███       |  9967992/33592320 [00:28<01:08, 346101.62it/s]
 30%|███       |  9999147/33592320 [00:28<01:08, 345982.06it/s]
 30%|███       | 10032435/33592320 [00:29<01:08, 345936.88it/s]
 30%|███       | 10066680/33592320 [00:29<01:08, 345924.84it/s]
 30%|███▎      | 10099381/33592320 [00:29<01:07, 345860.06it/s]
 30%|███▎      | 10129938/33592320 [00:29<01:07, 345722.53it/s]
 30%|███▎      | 10158589/33592320 [00:29<01:07, 345521.12it/s]
 30%|███▎      | 10189014/33592320 [00:29<01:07, 345381.22it/s]
 30%|███▎      | 10217993/33592320 [00:29<01:07, 345171.09it/s]
 30%|███▎      | 10244715/33592320 [00:29<01:07, 344908.66it/s]
 31%|███▎      | 10273059/33592320 [00:29<01:07, 344702.38it/s]
 31%|███▎      | 10303345/33592320 [00:29<01:07, 344562.44it/s]
 31%|███▎      | 10332967/33592320 [00:30<01:07, 344401.28it/s]
 31%|███▎      | 10362983/33592320 [00:30<01:07, 344254.31it/s]
 31%|███▎      | 10393107/33592320 [00:30<01:07, 344111.91it/s]
 31%|███▎      | 10423456/33592320 [00:30<01:07, 343977.81it/s]
 31%|███▎      | 10453959/33592320 [00:30<01:07, 343849.72it/s]
 31%|███▎      | 10483738/33592320 [00:30<01:07, 343608.34it/s]
 31%|███▎      | 10512392/33592320 [00:30<01:07, 343421.91it/s]
 31%|███▎      | 10543632/33592320 [00:30<01:07, 343320.88it/s]
 31%|███▍      | 10573676/33592320 [00:30<01:07, 343181.69it/s]
 32%|███▍      | 10603517/33592320 [00:30<01:07, 343036.84it/s]
 32%|███▍      | 10633482/33592320 [00:31<01:06, 342896.91it/s]
 32%|███▍      | 10663948/33592320 [00:31<01:06, 342774.00it/s]
 32%|███▍      | 10693754/33592320 [00:31<01:06, 342630.69it/s]
 32%|███▍      | 10723772/33592320 [00:31<01:06, 342495.09it/s]
 32%|███▍      | 10753356/33592320 [00:31<01:06, 342346.56it/s]
 32%|███▍      | 10783106/33592320 [00:31<01:06, 342204.22it/s]
 32%|███▍      | 10812583/33592320 [00:31<01:06, 342054.16it/s]
 32%|███▍      | 10843851/33592320 [00:31<01:06, 341961.53it/s]
 32%|███▍      | 10873400/33592320 [00:31<01:06, 341815.41it/s]
 32%|███▍      | 10901697/33592320 [00:31<01:06, 341631.00it/s]
 33%|███▍      | 10930414/33592320 [00:32<01:06, 341460.84it/s]
 33%|███▍      | 10959917/33592320 [00:32<01:06, 341316.22it/s]
 33%|███▍      | 10991551/33592320 [00:32<01:06, 341238.66it/s]
 33%|███▍      | 11022604/33592320 [00:32<01:06, 341143.59it/s]
 33%|███▌      | 11053045/33592320 [00:32<01:06, 341030.25it/s]
 33%|███▌      | 11083186/33592320 [00:32<01:06, 340908.34it/s]
 33%|███▌      | 11114371/33592320 [00:32<01:05, 340819.22it/s]
 33%|███▌      | 11148740/33592320 [00:32<01:05, 340827.97it/s]
 33%|███▌      | 11180150/33592320 [00:32<01:05, 340746.50it/s]
 33%|███▌      | 11213895/33592320 [00:32<01:05, 340736.44it/s]
 33%|███▌      | 11251340/33592320 [00:33<01:05, 340838.56it/s]
 34%|███▌      | 11287861/33592320 [00:33<01:05, 340912.12it/s]
 34%|███▌      | 11322258/33592320 [00:33<01:05, 340921.31it/s]
 34%|███▌      | 11357580/33592320 [00:33<01:05, 340958.22it/s]
 34%|███▌      | 11391731/33592320 [00:33<01:05, 340959.84it/s]
 34%|███▌      | 11423548/33592320 [00:33<01:05, 340891.81it/s]
 34%|███▌      | 11457933/33592320 [00:33<01:04, 340900.59it/s]
 34%|███▌      | 11494660/33592320 [00:33<01:04, 340978.78it/s]
 34%|███▋      | 11533565/33592320 [00:33<01:04, 341120.94it/s]
 34%|███▋      | 11570404/33592320 [00:33<01:04, 341201.34it/s]
 35%|███▋      | 11611362/33592320 [00:34<01:04, 341402.38it/s]
 35%|███▋      | 11651915/33592320 [00:34<01:04, 341590.34it/s]
 35%|███▋      | 11690080/33592320 [00:34<01:04, 341707.41it/s]
 35%|███▋      | 11727428/33592320 [00:34<01:03, 341800.00it/s]
 35%|███▋      | 11762784/33592320 [00:34<01:03, 341834.16it/s]
 35%|███▋      | 11798172/33592320 [00:34<01:03, 341869.03it/s]
 35%|███▋      | 11834177/33592320 [00:34<01:03, 341921.53it/s]
 35%|███▋      | 11870009/33592320 [00:34<01:03, 341968.75it/s]
 35%|███▋      | 11907478/33592320 [00:34<01:03, 342062.72it/s]
 36%|███▋      | 11943346/33592320 [00:34<01:03, 342110.31it/s]
 36%|███▋      | 11977141/33592320 [00:35<01:03, 342098.41it/s]
 36%|███▊      | 12012753/33592320 [00:35<01:03, 342138.31it/s]
 36%|███▊      | 12047253/33592320 [00:35<01:02, 342146.41it/s]
 36%|███▊      | 12079702/33592320 [00:35<01:02, 342096.41it/s]
 36%|███▊      | 12112687/33592320 [00:35<01:02, 342061.78it/s]
 36%|███▊      | 12144123/33592320 [00:35<01:02, 341983.75it/s]
 36%|███▊      | 12176097/33592320 [00:35<01:02, 341921.28it/s]
 36%|███▊      | 12207773/33592320 [00:35<01:02, 341850.78it/s]
 36%|███▊      | 12237688/33592320 [00:35<01:02, 341731.53it/s]
 37%|███▊      | 12266219/33592320 [00:35<01:02, 341574.38it/s]
 37%|███▊      | 12298200/33592320 [00:36<01:02, 341513.94it/s]
 37%|███▊      | 12333281/33592320 [00:36<01:02, 341539.66it/s]
 37%|███▊      | 12370837/33592320 [00:36<01:02, 341633.59it/s]
 37%|███▊      | 12406129/33592320 [00:36<01:02, 341664.62it/s]
 37%|███▊      | 12440285/33592320 [00:36<01:01, 341664.34it/s]
 37%|███▊      | 12473667/33592320 [00:36<01:01, 341642.81it/s]
 37%|███▉      | 12509459/33592320 [00:36<01:01, 341687.25it/s]
 37%|███▉      | 12543166/33592320 [00:36<01:01, 341674.66it/s]
 37%|███▉      | 12576766/33592320 [00:36<01:01, 341659.22it/s]
 38%|███▉      | 12612089/33592320 [00:36<01:01, 341690.56it/s]
 38%|███▉      | 12650558/33592320 [00:37<01:01, 341806.72it/s]
 38%|███▉      | 12684842/33592320 [00:37<01:01, 341809.47it/s]
 38%|███▉      | 12721679/33592320 [00:37<01:01, 341880.84it/s]
 38%|███▉      | 12759697/33592320 [00:37<01:00, 341983.47it/s]
 38%|███▉      | 12796967/33592320 [00:37<01:00, 342065.56it/s]
 38%|███▉      | 12831678/33592320 [00:37<01:00, 342078.97it/s]
 38%|███▉      | 12868695/33592320 [00:37<01:00, 342153.66it/s]
 38%|███▉      | 12905260/33592320 [00:37<01:00, 342215.94it/s]
 39%|███▉      | 12941819/33592320 [00:37<01:00, 342277.72it/s]
 39%|████      | 12978054/33592320 [00:37<01:00, 342330.66it/s]
 39%|████      | 13015655/33592320 [00:38<01:00, 342419.25it/s]
 39%|████      | 13052896/33592320 [00:38<00:59, 342497.91it/s]
 39%|████      | 13090206/33592320 [00:38<00:59, 342577.97it/s]
 39%|████      | 13125376/33592320 [00:38<00:59, 342601.75it/s]
 39%|████      | 13159183/33592320 [00:38<00:59, 342589.94it/s]
 39%|████      | 13191491/33592320 [00:38<00:59, 342539.25it/s]
 39%|████      | 13221692/33592320 [00:38<00:59, 342434.28it/s]
 39%|████      | 13250735/33592320 [00:38<00:59, 342299.91it/s]
 40%|████      | 13280356/33592320 [00:38<00:59, 342181.16it/s]
 40%|████      | 13309821/33592320 [00:38<00:59, 342058.97it/s]
 40%|████      | 13339374/33592320 [00:39<00:59, 341939.69it/s]
 40%|████      | 13369161/33592320 [00:39<00:59, 341826.97it/s]
 40%|████      | 13400045/33592320 [00:39<00:59, 341742.84it/s]
 40%|████      | 13429809/33592320 [00:39<00:59, 341630.62it/s]
 40%|████▎     | 13463830/33592320 [00:39<00:58, 341627.00it/s]
 40%|████▎     | 13497381/33592320 [00:39<00:58, 341611.50it/s]
 40%|████▎     | 13525762/33592320 [00:39<00:58, 341450.25it/s]
 40%|████▎     | 13560300/33592320 [00:39<00:58, 341460.12it/s]
 40%|████▎     | 13596020/33592320 [00:39<00:58, 341499.66it/s]
 41%|████▎     | 13631277/33592320 [00:39<00:58, 341527.38it/s]
 41%|████▎     | 13664663/33592320 [00:40<00:58, 341508.19it/s]
 41%|████▎     | 13697689/33592320 [00:40<00:58, 341480.12it/s]
 41%|████▎     | 13732213/33592320 [00:40<00:58, 341489.47it/s]
 41%|████▎     | 13766838/33592320 [00:40<00:58, 341501.25it/s]
 41%|████▎     | 13800744/33592320 [00:40<00:57, 341495.19it/s]
 41%|████▎     | 13837054/33592320 [00:40<00:57, 341548.50it/s]
 41%|████▎     | 13873874/33592320 [00:40<00:57, 341614.09it/s]
 41%|████▎     | 13910867/33592320 [00:40<00:57, 341683.62it/s]
 42%|████▍     | 13945867/33592320 [00:40<00:57, 341704.00it/s]
 42%|████▍     | 13980770/33592320 [00:40<00:57, 341721.88it/s]
 42%|████▍     | 14014221/33592320 [00:41<00:57, 341704.28it/s]
 42%|████▍     | 14051089/33592320 [00:41<00:57, 341769.88it/s]
 42%|████▍     | 14087486/33592320 [00:41<00:57, 341823.72it/s]
 42%|████▍     | 14124165/33592320 [00:41<00:56, 341884.12it/s]
 42%|████▍     | 14161063/33592320 [00:41<00:56, 341949.53it/s]
 42%|████▍     | 14198151/33592320 [00:41<00:56, 342019.22it/s]
 42%|████▍     | 14236362/33592320 [00:41<00:56, 342114.66it/s]
 42%|████▍     | 14275320/33592320 [00:41<00:56, 342228.44it/s]
 43%|████▍     | 14310202/33592320 [00:41<00:56, 342244.19it/s]
 43%|████▍     | 14344465/33592320 [00:41<00:56, 342245.06it/s]
 43%|████▍     | 14378183/33592320 [00:42<00:56, 342233.00it/s]
 43%|████▌     | 14409641/33592320 [00:42<00:56, 342167.31it/s]
 43%|████▌     | 14442744/33592320 [00:42<00:55, 342140.91it/s]
 43%|████▌     | 14474843/33592320 [00:42<00:55, 342084.06it/s]
 43%|████▌     | 14506697/33592320 [00:42<00:55, 342028.53it/s]
 43%|████▌     | 14538003/33592320 [00:42<00:55, 341960.38it/s]
 43%|████▌     | 14570326/33592320 [00:42<00:55, 341916.41it/s]
 43%|████▌     | 14602461/33592320 [00:42<00:55, 341868.25it/s]
 44%|████▌     | 14635136/33592320 [00:42<00:55, 341832.91it/s]
 44%|████▌     | 14668784/33592320 [00:42<00:55, 341820.41it/s]
 44%|████▌     | 14703236/33592320 [00:43<00:55, 341826.69it/s]
 44%|████▌     | 14736650/33592320 [00:43<00:55, 341808.81it/s]
 44%|████▌     | 14770262/33592320 [00:43<00:55, 341795.66it/s]
 44%|████▌     | 14804405/33592320 [00:43<00:54, 341794.69it/s]
 44%|████▌     | 14837906/33592320 [00:43<00:54, 341779.03it/s]
 44%|████▌     | 14871258/33592320 [00:43<00:54, 341760.03it/s]
 44%|████▋     | 14904164/33592320 [00:43<00:54, 341730.91it/s]
 44%|████▋     | 14938079/33592320 [00:43<00:54, 341725.00it/s]
 45%|████▋     | 14970390/33592320 [00:43<00:54, 341682.47it/s]
 45%|████▋     | 15000306/33592320 [00:43<00:54, 341585.62it/s]
 45%|████▋     | 15032204/33592320 [00:44<00:54, 341534.25it/s]
 45%|████▋     | 15067531/33592320 [00:44<00:54, 341560.84it/s]
 45%|████▋     | 15101590/33592320 [00:44<00:54, 341558.62it/s]
 45%|████▋     | 15135968/33592320 [00:44<00:54, 341563.62it/s]
 45%|████▋     | 15171305/33592320 [00:44<00:53, 341590.19it/s]
 45%|████▋     | 15206710/33592320 [00:44<00:53, 341618.16it/s]
 45%|████▋     | 15240090/33592320 [00:44<00:53, 341600.62it/s]
 45%|████▋     | 15271383/33592320 [00:44<00:53, 341536.47it/s]
 46%|████▋     | 15304799/33592320 [00:44<00:53, 341520.00it/s]
 46%|████▋     | 15336421/33592320 [00:44<00:53, 341463.66it/s]
 46%|████▊     | 15367718/33592320 [00:45<00:53, 341400.28it/s]
 46%|████▊     | 15402998/33592320 [00:45<00:53, 341425.53it/s]
 46%|████▊     | 15435657/33592320 [00:45<00:53, 341392.72it/s]
 46%|████▊     | 15467934/33592320 [00:45<00:53, 341351.59it/s]
 46%|████▊     | 15499557/33592320 [00:45<00:53, 341296.25it/s]
 46%|████▊     | 15531978/33592320 [00:45<00:52, 341258.69it/s]
 46%|████▊     | 15564924/33592320 [00:45<00:52, 341232.81it/s]
 46%|████▊     | 15595755/33592320 [00:45<00:52, 341160.78it/s]
 47%|████▊     | 15627550/33592320 [00:45<00:52, 341110.09it/s]
 47%|████▊     | 15659372/33592320 [00:45<00:52, 341060.22it/s]
 47%|████▊     | 15692201/33592320 [00:46<00:52, 341032.47it/s]
 47%|████▊     | 15723449/33592320 [00:46<00:52, 340970.53it/s]
 47%|████▊     | 15754552/33592320 [00:46<00:52, 340905.72it/s]
 47%|████▊     | 15785733/33592320 [00:46<00:52, 340842.88it/s]
 47%|████▊     | 15815192/33592320 [00:46<00:52, 340743.22it/s]
 47%|████▉     | 15844723/33592320 [00:46<00:52, 340645.50it/s]
 47%|████▉     | 15874799/33592320 [00:46<00:52, 340559.94it/s]
 47%|████▉     | 15906064/33592320 [00:46<00:51, 340500.16it/s]
 47%|████▉     | 15937718/33592320 [00:46<00:51, 340448.97it/s]
 48%|████▉     | 15969491/33592320 [00:46<00:51, 340400.53it/s]
 48%|████▉     | 16002300/33592320 [00:47<00:51, 340374.31it/s]
 48%|████▉     | 16034333/33592320 [00:47<00:51, 340331.75it/s]
 48%|████▉     | 16065801/33592320 [00:47<00:51, 340271.19it/s]
 48%|████▉     | 16096650/33592320 [00:47<00:51, 340204.00it/s]
 48%|████▉     | 16127212/33592320 [00:47<00:51, 340131.03it/s]
 48%|████▉     | 16158678/33592320 [00:47<00:51, 340077.41it/s]
 48%|████▉     | 16190557/33592320 [00:47<00:51, 340032.69it/s]
 48%|████▉     | 16220920/33592320 [00:47<00:51, 339956.38it/s]
 48%|████▉     | 16254680/33592320 [00:47<00:51, 339951.44it/s]
 48%|████▉     | 16285681/33592320 [00:47<00:50, 339888.94it/s]
 49%|█████     | 16317459/33592320 [00:48<00:50, 339842.88it/s]
 49%|█████     | 16349108/33592320 [00:48<00:50, 339794.31it/s]
 49%|█████     | 16380347/33592320 [00:48<00:50, 339737.47it/s]
 49%|█████     | 16408467/33592320 [00:48<00:50, 339616.28it/s]
 49%|█████     | 16439432/33592320 [00:48<00:50, 339554.38it/s]
 49%|█████     | 16469875/33592320 [00:48<00:50, 339481.97it/s]
 49%|█████     | 16500286/33592320 [00:48<00:50, 339409.19it/s]
 49%|█████     | 16531794/33592320 [00:48<00:50, 339359.22it/s]
 49%|█████     | 16563039/33592320 [00:48<00:50, 339304.06it/s]
 49%|█████     | 16594810/33592320 [00:48<00:50, 339259.91it/s]
 49%|█████     | 16626835/33592320 [00:49<00:50, 339221.09it/s]
 50%|█████     | 16658373/33592320 [00:49<00:49, 339172.53it/s]
 50%|█████     | 16689570/33592320 [00:49<00:49, 339117.25it/s]
 50%|█████     | 16718705/33592320 [00:49<00:49, 339007.06it/s]
 50%|█████     | 16748350/33592320 [00:49<00:49, 338920.91it/s]
 50%|█████     | 16779236/33592320 [00:49<00:49, 338860.19it/s]
 50%|█████▎    | 16811023/33592320 [00:49<00:49, 338817.88it/s]
 50%|█████▎    | 16844869/33592320 [00:49<00:49, 338817.12it/s]
 50%|█████▎    | 16876219/33592320 [00:49<00:49, 338766.31it/s]
 50%|█████▎    | 16908704/33592320 [00:49<00:49, 338738.41it/s]
 50%|█████▎    | 16944904/33592320 [00:50<00:49, 338784.91it/s]
 51%|█████▎    | 16979468/33592320 [00:50<00:49, 338798.56it/s]
 51%|█████▎    | 17011737/33592320 [00:50<00:48, 338766.44it/s]
 51%|█████▎    | 17041605/33592320 [00:50<00:48, 338686.75it/s]
 51%|█████▎    | 17074514/33592320 [00:50<00:48, 338667.72it/s]
 51%|█████▎    | 17109512/33592320 [00:50<00:48, 338690.09it/s]
 51%|█████▎    | 17141864/33592320 [00:50<00:48, 338660.12it/s]
 51%|█████▎    | 17171936/33592320 [00:50<00:48, 338585.31it/s]
 51%|█████▎    | 17205625/33592320 [00:50<00:48, 338581.94it/s]
 51%|█████▎    | 17241729/33592320 [00:50<00:48, 338626.03it/s]
 51%|█████▍    | 17277567/33592320 [00:51<00:48, 338664.75it/s]
 52%|█████▍    | 17310694/33592320 [00:51<00:48, 338650.25it/s]
 52%|█████▍    | 17345116/33592320 [00:51<00:47, 338661.12it/s]
 52%|█████▍    | 17382063/33592320 [00:51<00:47, 338721.16it/s]
 52%|█████▍    | 17416995/33592320 [00:51<00:47, 338741.75it/s]
 52%|█████▍    | 17451539/33592320 [00:51<00:47, 338754.75it/s]
 52%|█████▍    | 17485993/33592320 [00:51<00:47, 338765.91it/s]
 52%|█████▍    | 17521587/33592320 [00:51<00:47, 338799.12it/s]
 52%|█████▍    | 17555652/33592320 [00:51<00:47, 338802.69it/s]
 52%|█████▍    | 17589976/33592320 [00:51<00:47, 338811.22it/s]
 52%|█████▍    | 17623960/33592320 [00:52<00:47, 338813.16it/s]
 53%|█████▍    | 17657260/33592320 [00:52<00:47, 338802.00it/s]
 53%|█████▍    | 17689628/33592320 [00:52<00:46, 338773.03it/s]
 53%|█████▍    | 17718917/33592320 [00:52<00:46, 338682.59it/s]
 53%|█████▍    | 17752879/33592320 [00:52<00:46, 338684.41it/s]
 53%|█████▌    | 17786629/33592320 [00:52<00:46, 338682.09it/s]
 53%|█████▌    | 17819784/33592320 [00:52<00:46, 338668.56it/s]
 53%|█████▌    | 17853123/33592320 [00:52<00:46, 338658.53it/s]
 53%|█████▌    | 17887378/33592320 [00:52<00:46, 338665.88it/s]
 53%|█████▌    | 17922971/33592320 [00:52<00:46, 338698.50it/s]
 53%|█████▌    | 17959474/33592320 [00:53<00:46, 338748.12it/s]
 54%|█████▌    | 17994588/33592320 [00:53<00:46, 338771.44it/s]
 54%|█████▌    | 18031194/33592320 [00:53<00:45, 338822.72it/s]
 54%|█████▌    | 18067150/33592320 [00:53<00:45, 338861.59it/s]
 54%|█████▌    | 18101072/33592320 [00:53<00:45, 338862.25it/s]
 54%|█████▌    | 18124340/33592320 [00:53<00:45, 338663.84it/s]
 54%|█████▌    | 18155340/33592320 [00:53<00:45, 338610.34it/s]
 54%|█████▌    | 18187283/33592320 [00:53<00:45, 338574.66it/s]
 54%|█████▌    | 18217006/33592320 [00:53<00:45, 338497.78it/s]
 54%|█████▋    | 18248248/33592320 [00:53<00:45, 338449.38it/s]
 54%|█████▋    | 18277469/33592320 [00:54<00:45, 338363.75it/s]
 55%|█████▋    | 18310536/33592320 [00:54<00:45, 338349.53it/s]
 55%|█████▋    | 18344229/33592320 [00:54<00:45, 338346.91it/s]
 55%|█████▋    | 18375477/33592320 [00:54<00:44, 338299.25it/s]
 55%|█████▋    | 18406534/33592320 [00:54<00:44, 338248.31it/s]
 55%|█████▋    | 18436182/33592320 [00:54<00:44, 338171.69it/s]
 55%|█████▋    | 18467791/33592320 [00:54<00:44, 338131.25it/s]
 55%|█████▋    | 18501093/33592320 [00:54<00:44, 338119.03it/s]
 55%|█████▋    | 18535846/33592320 [00:54<00:44, 338136.19it/s]
 55%|█████▋    | 18571096/33592320 [00:54<00:44, 338162.34it/s]
 55%|█████▋    | 18605371/33592320 [00:55<00:44, 338170.69it/s]
 55%|█████▋    | 18641855/33592320 [00:55<00:44, 338219.06it/s]
 56%|█████▋    | 18675113/33592320 [00:55<00:44, 338208.78it/s]
 56%|█████▋    | 18710972/33592320 [00:55<00:43, 338245.66it/s]
 56%|█████▊    | 18747979/33592320 [00:55<00:43, 338303.06it/s]
 56%|█████▊    | 18782741/33592320 [00:55<00:43, 338319.81it/s]
 56%|█████▊    | 18814681/33592320 [00:55<00:43, 338285.75it/s]
 56%|█████▊    | 18848067/33592320 [00:55<00:43, 338277.81it/s]
 56%|█████▊    | 18879652/33592320 [00:55<00:43, 338237.62it/s]
 56%|█████▊    | 18909907/33592320 [00:55<00:43, 338173.81it/s]
 56%|█████▊    | 18940213/33592320 [00:56<00:43, 338111.06it/s]
 56%|█████▊    | 18969726/33592320 [00:56<00:43, 338034.47it/s]
 57%|█████▊    | 18999672/33592320 [00:56<00:43, 337965.84it/s]
 57%|█████▊    | 19030097/33592320 [00:56<00:43, 337905.94it/s]
 57%|█████▊    | 19063342/33592320 [00:56<00:42, 337896.28it/s]
 57%|█████▊    | 19095362/33592320 [00:56<00:42, 337864.97it/s]
 57%|█████▊    | 19129313/33592320 [00:56<00:42, 337867.84it/s]
 57%|█████▊    | 19165851/33592320 [00:56<00:42, 337916.38it/s]
 57%|█████▉    | 19199991/33592320 [00:56<00:42, 337922.47it/s]
 57%|█████▉    | 19231726/33592320 [00:56<00:42, 337886.31it/s]
 57%|█████▉    | 19262539/33592320 [00:57<00:42, 337834.12it/s]
 57%|█████▉    | 19293884/33592320 [00:57<00:42, 337791.41it/s]
 58%|█████▉    | 19325387/33592320 [00:57<00:42, 337751.62it/s]
 58%|█████▉    | 19360228/33592320 [00:57<00:42, 337770.19it/s]
 58%|█████▉    | 19391366/33592320 [00:57<00:42, 337724.22it/s]
 58%|█████▉    | 19423012/33592320 [00:57<00:41, 337687.22it/s]
 58%|█████▉    | 19456285/33592320 [00:57<00:41, 337678.59it/s]
 58%|█████▉    | 19489629/33592320 [00:57<00:41, 337671.25it/s]
 58%|█████▉    | 19520238/33592320 [00:57<00:41, 337616.62it/s]
 58%|█████▉    | 19550367/33592320 [00:57<00:41, 337553.91it/s]
 58%|█████▉    | 19580953/33592320 [00:58<00:41, 337499.22it/s]
 58%|█████▉    | 19612411/33592320 [00:58<00:41, 337459.81it/s]
 58%|█████▉    | 19645025/33592320 [00:58<00:41, 337440.31it/s]
 59%|██████    | 19677826/33592320 [00:58<00:41, 337424.16it/s]
 59%|██████    | 19711480/33592320 [00:58<00:41, 337422.62it/s]
 59%|██████    | 19746617/33592320 [00:58<00:41, 337446.44it/s]
 59%|██████    | 19781786/33592320 [00:58<00:40, 337470.56it/s]
 59%|██████    | 19818118/33592320 [00:58<00:40, 337514.56it/s]
 59%|██████    | 19855223/33592320 [00:58<00:40, 337571.59it/s]
 59%|██████    | 19890993/33592320 [00:58<00:40, 337605.69it/s]
 59%|██████    | 19924656/33592320 [00:59<00:40, 337604.06it/s]
 59%|██████    | 19957182/33592320 [00:59<00:40, 337583.16it/s]
 60%|██████    | 19992009/33592320 [00:59<00:40, 337601.19it/s]
 60%|██████    | 20026688/33592320 [00:59<00:40, 337616.66it/s]
 60%|██████    | 20060505/33592320 [00:59<00:40, 337617.56it/s]
 60%|██████    | 20093574/33592320 [00:59<00:39, 337605.94it/s]
 60%|██████    | 20126260/33592320 [00:59<00:39, 337587.91it/s]
 60%|██████▎   | 20160117/33592320 [00:59<00:39, 337589.50it/s]
 60%|██████▎   | 20194943/33592320 [00:59<00:39, 337607.38it/s]
 60%|██████▎   | 20230205/33592320 [00:59<00:39, 337632.38it/s]
 60%|██████▎   | 20265405/33592320 [01:00<00:39, 337656.31it/s]
 60%|██████▎   | 20298493/33592320 [01:00<00:39, 337645.03it/s]
 61%|██████▎   | 20332159/33592320 [01:00<00:39, 337643.41it/s]
 61%|██████▎   | 20366890/33592320 [01:00<00:39, 337659.41it/s]
 61%|██████▎   | 20401448/33592320 [01:00<00:39, 337672.50it/s]
 61%|██████▎   | 20435657/33592320 [01:00<00:38, 337679.78it/s]
 61%|██████▎   | 20471466/33592320 [01:00<00:38, 337713.44it/s]
 61%|██████▎   | 20506505/33592320 [01:00<00:38, 337734.28it/s]
 61%|██████▎   | 20541557/33592320 [01:00<00:38, 337755.31it/s]
 61%|██████▎   | 20576139/33592320 [01:00<00:38, 337768.56it/s]
 61%|██████▎   | 20610865/33592320 [01:01<00:38, 337784.06it/s]
 61%|██████▍   | 20646345/33592320 [01:01<00:38, 337801.78it/s]
 62%|██████▍   | 20678579/33592320 [01:01<00:38, 337776.53it/s]
 62%|██████▍   | 20713110/33592320 [01:01<00:38, 337788.81it/s]
 62%|██████▍   | 20747967/33592320 [01:01<00:38, 337806.34it/s]
 62%|██████▍   | 20779982/33592320 [01:01<00:37, 337777.62it/s]
 62%|██████▍   | 20814785/33592320 [01:01<00:37, 337794.25it/s]
 62%|██████▍   | 20848346/33592320 [01:01<00:37, 337790.72it/s]
 62%|██████▍   | 20882259/33592320 [01:01<00:37, 337792.88it/s]
 62%|██████▍   | 20915497/33592320 [01:01<00:37, 337784.09it/s]
 62%|██████▍   | 20949595/33592320 [01:02<00:37, 337789.25it/s]
 62%|██████▍   | 20984083/33592320 [01:02<00:37, 337800.66it/s]
 63%|██████▍   | 21017807/33592320 [01:02<00:37, 337799.75it/s]
 63%|██████▍   | 21051245/33592320 [01:02<00:37, 337794.22it/s]
 63%|██████▍   | 21084379/33592320 [01:02<00:37, 337783.91it/s]
 63%|██████▌   | 21117308/33592320 [01:02<00:36, 337770.28it/s]
 63%|██████▌   | 21149490/33592320 [01:02<00:36, 337744.81it/s]
 63%|██████▌   | 21182222/33592320 [01:02<00:36, 337728.16it/s]
 63%|██████▌   | 21214575/33592320 [01:02<00:36, 337705.56it/s]
 63%|██████▌   | 21248176/33592320 [01:02<00:36, 337702.84it/s]
 63%|██████▌   | 21283036/33592320 [01:03<00:36, 337720.12it/s]
 63%|██████▌   | 21314563/33592320 [01:03<00:36, 337684.56it/s]
 64%|██████▌   | 21346197/33592320 [01:03<00:36, 337650.75it/s]
 64%|██████▌   | 21376823/33592320 [01:03<00:36, 337600.59it/s]
 64%|██████▌   | 21405117/33592320 [01:03<00:36, 337514.38it/s]
 64%|██████▌   | 21436575/33592320 [01:03<00:36, 337478.28it/s]
 64%|██████▌   | 21467251/33592320 [01:03<00:35, 337430.00it/s]
 64%|██████▌   | 21496670/33592320 [01:03<00:35, 337362.09it/s]
 64%|██████▌   | 21527013/33592320 [01:03<00:35, 337308.91it/s]
 64%|██████▌   | 21558548/33592320 [01:03<00:35, 337274.56it/s]
 64%|██████▌   | 21589798/33592320 [01:04<00:35, 337235.84it/s]
 64%|██████▋   | 21619815/33592320 [01:04<00:35, 337178.00it/s]
 64%|██████▋   | 21649622/33592320 [01:04<00:35, 337117.06it/s]
 65%|██████▋   | 21680297/33592320 [01:04<00:35, 337069.81it/s]
 65%|██████▋   | 21711546/33592320 [01:04<00:35, 337031.62it/s]
 65%|██████▋   | 21741194/33592320 [01:04<00:35, 336968.75it/s]
 65%|██████▋   | 21771816/33592320 [01:04<00:35, 336921.12it/s]
 65%|██████▋   | 21801722/33592320 [01:04<00:35, 336862.59it/s]
 65%|██████▋   | 21831995/33592320 [01:04<00:34, 336809.94it/s]
 65%|██████▋   | 21862814/33592320 [01:04<00:34, 336765.78it/s]
 65%|██████▋   | 21893376/33592320 [01:05<00:34, 336717.84it/s]
 65%|██████▋   | 21923592/33592320 [01:05<00:34, 336664.75it/s]
 65%|██████▋   | 21955079/33592320 [01:05<00:34, 336631.31it/s]
 65%|██████▋   | 21985347/33592320 [01:05<00:34, 336579.31it/s]
 66%|██████▋   | 22015559/33592320 [01:05<00:34, 336526.62it/s]
 66%|██████▋   | 22047780/33592320 [01:05<00:34, 336504.72it/s]
 66%|██████▊   | 22081076/33592320 [01:05<00:34, 336499.28it/s]
 66%|██████▊   | 22114592/33592320 [01:05<00:34, 336497.22it/s]
 66%|██████▊   | 22147510/33592320 [01:05<00:34, 336486.06it/s]
 66%|██████▊   | 22180468/33592320 [01:05<00:33, 336475.56it/s]
 66%|██████▊   | 22213778/33592320 [01:06<00:33, 336470.41it/s]
 66%|██████▊   | 22246762/33592320 [01:06<00:33, 336460.34it/s]
 66%|██████▊   | 22279286/33592320 [01:06<00:33, 336443.38it/s]
 66%|██████▊   | 22312572/33592320 [01:06<00:33, 336437.94it/s]
 67%|██████▊   | 22346098/33592320 [01:06<00:33, 336436.12it/s]
 67%|██████▊   | 22378789/33592320 [01:06<00:33, 336421.78it/s]
 67%|██████▊   | 22411116/33592320 [01:06<00:33, 336402.00it/s]
 67%|██████▊   | 22443857/33592320 [01:06<00:33, 336388.50it/s]
 67%|██████▊   | 22476987/33592320 [01:06<00:33, 336380.88it/s]
 67%|██████▊   | 22509887/33592320 [01:06<00:32, 336369.81it/s]
 67%|██████▊   | 22542550/33592320 [01:07<00:32, 336355.25it/s]
 67%|██████▉   | 22575085/33592320 [01:07<00:32, 336338.78it/s]
 67%|██████▉   | 22607490/33592320 [01:07<00:32, 336320.50it/s]
 67%|██████▉   | 22639917/33592320 [01:07<00:32, 336302.56it/s]
 67%|██████▉   | 22672740/33592320 [01:07<00:32, 336290.56it/s]
 68%|██████▉   | 22705578/33592320 [01:07<00:32, 336278.81it/s]
 68%|██████▉   | 22739380/33592320 [01:07<00:32, 336281.38it/s]
 68%|██████▉   | 22773419/33592320 [01:07<00:32, 336287.41it/s]
 68%|██████▉   | 22807500/33592320 [01:07<00:32, 336294.03it/s]
 68%|██████▉   | 22840964/33592320 [01:07<00:31, 336291.56it/s]
 68%|██████▉   | 22874738/33592320 [01:08<00:31, 336293.66it/s]
 68%|██████▉   | 22908178/33592320 [01:08<00:31, 336290.88it/s]
 68%|██████▉   | 22941663/33592320 [01:08<00:31, 336288.72it/s]
 68%|██████▉   | 22975028/33592320 [01:08<00:31, 336284.81it/s]
 68%|██████▉   | 23008419/33592320 [01:08<00:31, 336281.34it/s]
 69%|███████   | 23041916/33592320 [01:08<00:31, 336279.38it/s]
 69%|███████   | 23075293/33592320 [01:08<00:31, 336275.69it/s]
 69%|███████   | 23108440/33592320 [01:08<00:31, 336268.69it/s]
 69%|███████   | 23141623/33592320 [01:08<00:31, 336262.22it/s]
 69%|███████   | 23175192/33592320 [01:08<00:30, 336261.34it/s]
 69%|███████   | 23208478/33592320 [01:09<00:30, 336256.38it/s]
 69%|███████   | 23241311/33592320 [01:09<00:30, 336244.91it/s]
 69%|███████   | 23273526/33592320 [01:09<00:30, 336224.50it/s]
 69%|███████   | 23306417/33592320 [01:09<00:30, 336213.88it/s]
 69%|███████   | 23339701/33592320 [01:09<00:30, 336209.00it/s]
 70%|███████   | 23372378/33592320 [01:09<00:30, 336195.41it/s]
 70%|███████   | 23404991/33592320 [01:09<00:30, 336180.94it/s]
 70%|███████   | 23437378/33592320 [01:09<00:30, 336163.22it/s]
 70%|███████   | 23469608/33592320 [01:09<00:30, 336143.34it/s]
 70%|███████   | 23501871/33592320 [01:09<00:30, 336124.00it/s]
 70%|███████▎  | 23534768/33592320 [01:10<00:29, 336113.75it/s]
 70%|███████▎  | 23567587/33592320 [01:10<00:29, 336102.44it/s]
 70%|███████▎  | 23600595/33592320 [01:10<00:29, 336093.81it/s]
 70%|███████▎  | 23632890/33592320 [01:10<00:29, 336075.09it/s]
 70%|███████▎  | 23664832/33592320 [01:10<00:29, 336051.41it/s]
 71%|███████▎  | 23697138/33592320 [01:10<00:29, 336032.97it/s]
 71%|███████▎  | 23730308/33592320 [01:10<00:29, 336026.78it/s]
 71%|███████▎  | 23763483/33592320 [01:10<00:29, 336020.72it/s]
 71%|███████▎  | 23796708/33592320 [01:10<00:29, 336015.38it/s]
 71%|███████▎  | 23830638/33592320 [01:10<00:29, 336019.97it/s]
 71%|███████▎  | 23864602/33592320 [01:11<00:28, 336025.03it/s]
 71%|███████▎  | 23898591/33592320 [01:11<00:28, 336030.47it/s]
 71%|███████▎  | 23932630/33592320 [01:11<00:28, 336036.53it/s]
 71%|███████▎  | 23966702/33592320 [01:11<00:28, 336043.06it/s]
 71%|███████▍  | 24000665/33592320 [01:11<00:28, 336048.06it/s]
 72%|███████▍  | 24034891/33592320 [01:11<00:28, 336056.75it/s]
 72%|███████▍  | 24069195/33592320 [01:11<00:28, 336066.47it/s]
 72%|███████▍  | 24103169/33592320 [01:11<00:28, 336071.53it/s]
 72%|███████▍  | 24136955/33592320 [01:11<00:28, 336074.00it/s]
 72%|███████▍  | 24170827/33592320 [01:11<00:28, 336077.66it/s]
 72%|███████▍  | 24204663/33592320 [01:12<00:27, 336080.81it/s]
 72%|███████▍  | 24238052/33592320 [01:12<00:27, 336077.72it/s]
 72%|███████▍  | 24271463/33592320 [01:12<00:27, 336075.00it/s]
 72%|███████▍  | 24305160/33592320 [01:12<00:27, 336076.19it/s]
 72%|███████▍  | 24338619/33592320 [01:12<00:27, 336074.12it/s]
 73%|███████▍  | 24372188/33592320 [01:12<00:27, 336073.53it/s]
 73%|███████▍  | 24405627/33592320 [01:12<00:27, 336071.22it/s]
 73%|███████▍  | 24438727/33592320 [01:12<00:27, 336064.22it/s]
 73%|███████▍  | 24471770/33592320 [01:12<00:27, 336056.44it/s]
 73%|███████▌  | 24504871/33592320 [01:12<00:27, 336049.50it/s]
 73%|███████▌  | 24537933/33592320 [01:13<00:26, 336042.00it/s]
 73%|███████▌  | 24571270/33592320 [01:13<00:26, 336038.34it/s]
 73%|███████▌  | 24603545/33592320 [01:13<00:26, 336020.16it/s]
 73%|███████▌  | 24634478/33592320 [01:13<00:26, 335983.72it/s]
 73%|███████▌  | 24665469/33592320 [01:13<00:26, 335948.19it/s]
 74%|███████▌  | 24697621/33592320 [01:13<00:26, 335928.53it/s]
 74%|███████▌  | 24728903/33592320 [01:13<00:26, 335897.12it/s]
 74%|███████▌  | 24761672/33592320 [01:13<00:26, 335885.97it/s]
 74%|███████▌  | 24791979/33592320 [01:13<00:26, 335841.50it/s]
 74%|███████▌  | 24822438/33592320 [01:13<00:26, 335799.16it/s]
 74%|███████▌  | 24851935/33592320 [01:14<00:26, 335744.00it/s]
 74%|███████▌  | 24882032/33592320 [01:14<00:25, 335697.03it/s]
 74%|███████▌  | 24912507/33592320 [01:14<00:25, 335655.34it/s]
 74%|███████▌  | 24942067/33592320 [01:14<00:25, 335601.41it/s]
 74%|███████▋  | 24972847/33592320 [01:14<00:25, 335564.03it/s]
 74%|███████▋  | 25005214/33592320 [01:14<00:25, 335548.03it/s]
 75%|███████▋  | 25032814/33592320 [01:14<00:25, 335468.19it/s]
 75%|███████▋  | 25050355/33592320 [01:14<00:25, 335253.97it/s]
 75%|███████▋  | 25073543/33592320 [01:14<00:25, 335115.78it/s]
 75%|███████▋  | 25097286/33592320 [01:14<00:25, 334985.34it/s]
 75%|███████▋  | 25127812/33592320 [01:15<00:25, 334945.69it/s]
 75%|███████▋  | 25158156/33592320 [01:15<00:25, 334903.75it/s]
 75%|███████▋  | 25188113/33592320 [01:15<00:25, 334856.72it/s]
 75%|███████▋  | 25216681/33592320 [01:15<00:25, 334791.41it/s]
 75%|███████▋  | 25246950/33592320 [01:15<00:24, 334748.81it/s]
 75%|███████▋  | 25276473/33592320 [01:15<00:24, 334696.47it/s]
 75%|███████▋  | 25307230/33592320 [01:15<00:24, 334660.56it/s]
 75%|███████▋  | 25341487/33592320 [01:15<00:24, 334671.00it/s]
 76%|███████▋  | 25375174/33592320 [01:15<00:24, 334673.88it/s]
 76%|███████▋  | 25410077/33592320 [01:15<00:24, 334692.72it/s]
 76%|███████▊  | 25445072/33592320 [01:16<00:24, 334712.78it/s]
 76%|███████▊  | 25479601/33592320 [01:16<00:24, 334726.66it/s]
 76%|███████▊  | 25513448/33592320 [01:16<00:24, 334731.53it/s]
 76%|███████▊  | 25547268/33592320 [01:16<00:24, 334736.06it/s]
 76%|███████▊  | 25582170/33592320 [01:16<00:23, 334754.72it/s]
 76%|███████▊  | 25616901/33592320 [01:16<00:23, 334771.09it/s]
 76%|███████▊  | 25651440/33592320 [01:16<00:23, 334784.94it/s]
 76%|███████▊  | 25686120/33592320 [01:16<00:23, 334800.56it/s]
 77%|███████▊  | 25719046/33592320 [01:16<00:23, 334793.31it/s]
 77%|███████▊  | 25750058/33592320 [01:16<00:23, 334761.19it/s]
 77%|███████▊  | 25781076/33592320 [01:17<00:23, 334729.25it/s]
 77%|███████▊  | 25812047/33592320 [01:17<00:23, 334696.81it/s]
 77%|███████▊  | 25842453/33592320 [01:17<00:23, 334657.06it/s]
 77%|███████▊  | 25872769/33592320 [01:17<00:23, 334616.31it/s]
 77%|███████▊  | 25903363/33592320 [01:17<00:22, 334579.28it/s]
 77%|███████▉  | 25932209/33592320 [01:17<00:22, 334519.72it/s]
 77%|███████▉  | 25961691/33592320 [01:17<00:22, 334468.59it/s]
 77%|███████▉  | 25992042/33592320 [01:17<00:22, 334428.72it/s]
 77%|███████▉  | 26023330/33592320 [01:17<00:22, 334401.00it/s]
 78%|███████▉  | 26054355/33592320 [01:17<00:22, 334369.97it/s]
 78%|███████▉  | 26085221/33592320 [01:18<00:22, 334336.97it/s]
 78%|███████▉  | 26116156/33592320 [01:18<00:22, 334304.97it/s]
 78%|███████▉  | 26146359/33592320 [01:18<00:22, 334263.72it/s]
 78%|███████▉  | 26177145/33592320 [01:18<00:22, 334229.94it/s]
 78%|███████▉  | 26205424/33592320 [01:18<00:22, 334164.34it/s]
 78%|███████▉  | 26236953/33592320 [01:18<00:22, 334140.25it/s]
 78%|███████▉  | 26268761/33592320 [01:18<00:21, 334119.81it/s]
 78%|███████▉  | 26300312/33592320 [01:18<00:21, 334096.16it/s]
 78%|███████▉  | 26330929/33592320 [01:18<00:21, 334060.69it/s]
 78%|███████▉  | 26362142/33592320 [01:18<00:21, 334032.88it/s]
 79%|███████▉  | 26393377/33592320 [01:19<00:21, 334005.41it/s]
 79%|████████  | 26428296/33592320 [01:19<00:21, 334024.59it/s]
 79%|████████  | 26461613/33592320 [01:19<00:21, 334023.47it/s]
 79%|████████  | 26491095/33592320 [01:19<00:21, 333974.03it/s]
 79%|████████  | 26520754/33592320 [01:19<00:21, 333926.94it/s]
 79%|████████  | 26551941/33592320 [01:19<00:21, 333899.16it/s]
 79%|████████  | 26582939/33592320 [01:19<00:20, 333869.12it/s]
 79%|████████  | 26613270/33592320 [01:19<00:20, 333830.75it/s]
 79%|████████  | 26643269/33592320 [01:19<00:20, 333788.31it/s]
 79%|████████  | 26673078/33592320 [01:19<00:20, 333743.62it/s]
 79%|████████  | 26703091/33592320 [01:20<00:20, 333701.62it/s]
 80%|████████  | 26733143/33592320 [01:20<00:20, 333660.16it/s]
 80%|████████  | 26763122/33592320 [01:20<00:20, 333617.91it/s]
 80%|████████  | 26792435/33592320 [01:20<00:20, 333567.50it/s]
 80%|████████  | 26822142/33592320 [01:20<00:20, 333522.06it/s]
 80%|████████  | 26852155/33592320 [01:20<00:20, 333480.59it/s]
 80%|████████▎ | 26882122/33592320 [01:20<00:20, 333438.62it/s]
 80%|████████▎ | 26913703/33592320 [01:20<00:20, 333416.75it/s]
 80%|████████▎ | 26947087/33592320 [01:20<00:19, 333417.25it/s]
 80%|████████▎ | 26976431/33592320 [01:20<00:19, 333367.84it/s]
 80%|████████▎ | 27007346/33592320 [01:21<00:19, 333337.91it/s]
 80%|████████▎ | 27037453/33592320 [01:21<00:19, 333298.09it/s]
 81%|████████▎ | 27066847/33592320 [01:21<00:19, 333249.62it/s]
 81%|████████▎ | 27096536/33592320 [01:21<00:19, 333204.88it/s]
 81%|████████▎ | 27125978/33592320 [01:21<00:19, 333157.22it/s]
 81%|████████▎ | 27155377/33592320 [01:21<00:19, 333109.12it/s]
 81%|████████▎ | 27183614/33592320 [01:21<00:19, 333046.97it/s]
 81%|████████▎ | 27213068/33592320 [01:21<00:19, 332999.81it/s]
 81%|████████▎ | 27243288/33592320 [01:21<00:19, 332962.16it/s]
 81%|████████▎ | 27274138/33592320 [01:21<00:18, 332932.25it/s]
 81%|████████▎ | 27305127/33592320 [01:22<00:18, 332904.16it/s]
 81%|████████▎ | 27334604/33592320 [01:22<00:18, 332857.69it/s]
 81%|████████▍ | 27365169/33592320 [01:22<00:18, 332824.56it/s]
 82%|████████▍ | 27395702/33592320 [01:22<00:18, 332791.16it/s]
 82%|████████▍ | 27427115/33592320 [01:22<00:18, 332768.50it/s]
 82%|████████▍ | 27457759/33592320 [01:22<00:18, 332736.56it/s]
 82%|████████▍ | 27488224/33592320 [01:22<00:18, 332702.53it/s]
 82%|████████▍ | 27519184/33592320 [01:22<00:18, 332674.56it/s]
 82%|████████▍ | 27549820/33592320 [01:22<00:18, 332642.78it/s]
 82%|████████▍ | 27582172/33592320 [01:22<00:18, 332631.75it/s]
 82%|████████▍ | 27613934/33592320 [01:23<00:17, 332613.66it/s]
 82%|████████▍ | 27644964/33592320 [01:23<00:17, 332586.78it/s]
 82%|████████▍ | 27676136/33592320 [01:23<00:17, 332561.69it/s]
 82%|████████▍ | 27708063/33592320 [01:23<00:17, 332545.72it/s]
 83%|████████▍ | 27734124/33592320 [01:23<00:17, 332453.00it/s]
 83%|████████▍ | 27764675/33592320 [01:23<00:17, 332420.72it/s]
 83%|████████▍ | 27795554/33592320 [01:23<00:17, 332392.44it/s]
 83%|████████▍ | 27826496/33592320 [01:23<00:17, 332364.97it/s]
 83%|████████▌ | 27857342/33592320 [01:23<00:17, 332336.44it/s]
 83%|████████▌ | 27888258/33592320 [01:23<00:17, 332308.78it/s]
 83%|████████▌ | 27919330/33592320 [01:24<00:17, 332283.06it/s]
 83%|████████▌ | 27950495/33592320 [01:24<00:16, 332258.53it/s]
 83%|████████▌ | 27981071/33592320 [01:24<00:16, 332227.03it/s]
 83%|████████▌ | 28011162/33592320 [01:24<00:16, 332189.88it/s]
 83%|████████▌ | 28039571/33592320 [01:24<00:16, 332132.88it/s]
 84%|████████▌ | 28069078/33592320 [01:24<00:16, 332089.00it/s]
 84%|████████▌ | 28097724/33592320 [01:24<00:16, 332035.06it/s]
 84%|████████▌ | 28126329/33592320 [01:24<00:16, 331980.75it/s]
 84%|████████▌ | 28155044/33592320 [01:24<00:16, 331927.88it/s]
 84%|████████▌ | 28183652/33592320 [01:24<00:16, 331873.88it/s]
 84%|████████▌ | 28212750/33592320 [01:25<00:16, 331825.75it/s]
 84%|████████▌ | 28240603/33592320 [01:25<00:16, 331763.12it/s]
 84%|████████▌ | 28267503/33592320 [01:25<00:16, 331689.44it/s]
 84%|████████▌ | 28294391/33592320 [01:25<00:15, 331615.81it/s]
 84%|████████▋ | 28320927/33592320 [01:25<00:15, 331538.22it/s]
 84%|████████▋ | 28346935/33592320 [01:25<00:15, 331454.66it/s]
 84%|████████▋ | 28372025/33592320 [01:25<00:15, 331360.53it/s]
 85%|████████▋ | 28399866/33592320 [01:25<00:15, 331298.75it/s]
 85%|████████▋ | 28427691/33592320 [01:25<00:15, 331236.91it/s]
 85%|████████▋ | 28455577/33592320 [01:25<00:15, 331175.91it/s]
 85%|████████▋ | 28484982/33592320 [01:26<00:15, 331132.75it/s]
 85%|████████▋ | 28512846/33592320 [01:26<00:15, 331071.75it/s]
 85%|████████▋ | 28541195/33592320 [01:26<00:15, 331016.56it/s]
 85%|████████▋ | 28568525/33592320 [01:26<00:15, 330949.66it/s]
 85%|████████▋ | 28596629/33592320 [01:26<00:15, 330891.88it/s]
 85%|████████▋ | 28625977/33592320 [01:26<00:15, 330848.62it/s]
 85%|████████▋ | 28654805/33592320 [01:26<00:14, 330799.47it/s]
 85%|████████▋ | 28684617/33592320 [01:26<00:14, 330761.75it/s]
 85%|████████▋ | 28712407/33592320 [01:26<00:14, 330700.88it/s]
 86%|████████▋ | 28741543/33592320 [01:26<00:14, 330655.59it/s]
 86%|████████▋ | 28769576/33592320 [01:27<00:14, 330597.72it/s]
 86%|████████▊ | 28797020/33592320 [01:27<00:14, 330533.25it/s]
 86%|████████▊ | 28824562/33592320 [01:27<00:14, 330470.03it/s]
 86%|████████▊ | 28852579/33592320 [01:27<00:14, 330412.41it/s]
 86%|████████▊ | 28881356/33592320 [01:27<00:14, 330363.59it/s]
 86%|████████▊ | 28910748/33592320 [01:27<00:14, 330321.94it/s]
 86%|████████▊ | 28939741/33592320 [01:27<00:14, 330275.81it/s]
 86%|████████▊ | 28969402/33592320 [01:27<00:13, 330237.41it/s]
 86%|████████▊ | 28998872/33592320 [01:27<00:13, 330196.94it/s]
 86%|████████▊ | 29027317/33592320 [01:27<00:13, 330144.88it/s]
 86%|████████▊ | 29055427/33592320 [01:28<00:13, 330089.16it/s]
 87%|████████▊ | 29084963/33592320 [01:28<00:13, 330049.72it/s]
 87%|████████▊ | 29114391/33592320 [01:28<00:13, 330009.16it/s]
 87%|████████▊ | 29145615/33592320 [01:28<00:13, 329989.00it/s]
 87%|████████▊ | 29176045/33592320 [01:28<00:13, 329959.91it/s]
 87%|████████▊ | 29206163/33592320 [01:28<00:13, 329927.41it/s]
 87%|████████▊ | 29236297/33592320 [01:28<00:13, 329895.09it/s]
 87%|████████▊ | 29264651/33592320 [01:28<00:13, 329842.84it/s]
 87%|████████▉ | 29292113/33592320 [01:28<00:13, 329780.62it/s]
 87%|████████▉ | 29319676/33592320 [01:28<00:12, 329719.72it/s]
 87%|████████▉ | 29347472/33592320 [01:29<00:12, 329661.56it/s]
 87%|████████▉ | 29373111/33592320 [01:29<00:12, 329579.34it/s]
 88%|████████▉ | 29401893/33592320 [01:29<00:12, 329532.50it/s]
 88%|████████▉ | 29430618/33592320 [01:29<00:12, 329485.12it/s]
 88%|████████▉ | 29459067/33592320 [01:29<00:12, 329434.81it/s]
 88%|████████▉ | 29487463/33592320 [01:29<00:12, 329384.00it/s]
 88%|████████▉ | 29511629/33592320 [01:29<00:12, 329286.06it/s]
 88%|████████▉ | 29540834/33592320 [01:29<00:12, 329244.56it/s]
 88%|████████▉ | 29568818/33592320 [01:29<00:12, 329189.53it/s]
 88%|████████▉ | 29596794/33592320 [01:29<00:12, 329134.53it/s]
 88%|████████▉ | 29624112/33592320 [01:30<00:12, 329072.38it/s]
 88%|████████▉ | 29651770/33592320 [01:30<00:11, 329014.09it/s]
 88%|████████▉ | 29679662/33592320 [01:30<00:11, 328958.56it/s]
 88%|████████▉ | 29707723/33592320 [01:30<00:11, 328905.00it/s]
 89%|████████▉ | 29737056/33592320 [01:30<00:11, 328865.62it/s]
 89%|█████████ | 29764252/33592320 [01:30<00:11, 328802.75it/s]
 89%|█████████ | 29792464/33592320 [01:30<00:11, 328751.22it/s]
 89%|█████████ | 29820684/33592320 [01:30<00:11, 328699.88it/s]
 89%|█████████ | 29848134/33592320 [01:30<00:11, 328640.19it/s]
 89%|█████████ | 29875558/33592320 [01:30<00:11, 328580.31it/s]
 89%|█████████ | 29902819/33592320 [01:31<00:11, 328518.81it/s]
 89%|█████████ | 29930141/33592320 [01:31<00:11, 328458.09it/s]
 89%|█████████ | 29957756/33592320 [01:31<00:11, 328400.75it/s]
 89%|█████████ | 29986475/33592320 [01:31<00:10, 328355.59it/s]
 89%|█████████ | 30013518/33592320 [01:31<00:10, 328292.22it/s]
 89%|█████████ | 30041711/33592320 [01:31<00:10, 328241.53it/s]
 90%|█████████ | 30071528/33592320 [01:31<00:10, 328208.69it/s]
 90%|█████████ | 30099168/33592320 [01:31<00:10, 328152.19it/s]
 90%|█████████ | 30126720/33592320 [01:31<00:10, 328094.84it/s]
 90%|█████████ | 30153808/33592320 [01:31<00:10, 328032.59it/s]
 90%|█████████ | 30180772/33592320 [01:32<00:10, 327969.09it/s]
 90%|█████████ | 30208451/33592320 [01:32<00:10, 327913.53it/s]
 90%|█████████▎| 30235760/33592320 [01:32<00:10, 327854.06it/s]
 90%|█████████▎| 30263928/33592320 [01:32<00:10, 327804.03it/s]
 90%|█████████▎| 30291646/33592320 [01:32<00:10, 327749.22it/s]
 90%|█████████▎| 30318159/33592320 [01:32<00:09, 327681.53it/s]
 90%|█████████▎| 30345806/33592320 [01:32<00:09, 327626.22it/s]
 90%|█████████▎| 30374704/33592320 [01:32<00:09, 327584.53it/s]
 91%|█████████▎| 30401882/33592320 [01:32<00:09, 327524.38it/s]
 91%|█████████▎| 30428912/33592320 [01:32<00:09, 327462.78it/s]
 91%|█████████▎| 30456239/33592320 [01:33<00:09, 327404.50it/s]
 91%|█████████▎| 30483700/33592320 [01:33<00:09, 327347.78it/s]
 91%|█████████▎| 30511651/33592320 [01:33<00:09, 327296.47it/s]
 91%|█████████▎| 30539722/33592320 [01:33<00:09, 327246.50it/s]
 91%|█████████▎| 30565366/33592320 [01:33<00:09, 327170.69it/s]
 91%|█████████▎| 30593705/33592320 [01:33<00:09, 327123.84it/s]
 91%|█████████▎| 30620790/33592320 [01:33<00:09, 327063.72it/s]
 91%|█████████▎| 30648849/33592320 [01:33<00:09, 327014.09it/s]
 91%|█████████▎| 30678494/33592320 [01:33<00:08, 326981.53it/s]
 91%|█████████▎| 30706851/33592320 [01:33<00:08, 326935.28it/s]
 91%|█████████▍| 30734147/33592320 [01:34<00:08, 326877.88it/s]
 92%|█████████▍| 30758707/33592320 [01:34<00:08, 326791.50it/s]
 92%|█████████▍| 30786920/33592320 [01:34<00:08, 326744.06it/s]
 92%|█████████▍| 30814755/33592320 [01:34<00:08, 326692.75it/s]
 92%|█████████▍| 30842366/33592320 [01:34<00:08, 326639.12it/s]
 92%|█████████▍| 30869923/33592320 [01:34<00:08, 326585.09it/s]
 92%|█████████▍| 30897361/33592320 [01:34<00:08, 326529.88it/s]
 92%|█████████▍| 30924853/33592320 [01:34<00:08, 326475.38it/s]
 92%|█████████▍| 30952300/33592320 [01:34<00:08, 326420.53it/s]
 92%|█████████▍| 30979813/33592320 [01:34<00:08, 326366.47it/s]
 92%|█████████▍| 31006804/33592320 [01:35<00:07, 326307.03it/s]
 92%|█████████▍| 31034068/33592320 [01:35<00:07, 326250.59it/s]
 92%|█████████▍| 31061644/33592320 [01:35<00:07, 326197.56it/s]
 93%|█████████▍| 31088879/33592320 [01:35<00:07, 326141.06it/s]
 93%|█████████▍| 31124907/33592320 [01:35<00:07, 326176.81it/s]
 93%|█████████▍| 31170849/33592320 [01:35<00:07, 326316.25it/s]
 93%|█████████▌| 31210685/33592320 [01:35<00:07, 326391.56it/s]
 93%|█████████▌| 31258177/33592320 [01:35<00:07, 326546.72it/s]
 93%|█████████▌| 31290539/33592320 [01:35<00:07, 326543.66it/s]
 93%|█████████▌| 31318752/33592320 [01:35<00:06, 326497.34it/s]
 93%|█████████▌| 31348704/33592320 [01:36<00:06, 326469.22it/s]
 93%|█████████▌| 31377544/33592320 [01:36<00:06, 326429.59it/s]
 93%|█████████▌| 31404746/33592320 [01:36<00:06, 326373.03it/s]
 94%|█████████▌| 31432274/33592320 [01:36<00:06, 326319.97it/s]
 94%|█████████▌| 31459281/33592320 [01:36<00:06, 326261.59it/s]
 94%|█████████▌| 31486316/33592320 [01:36<00:06, 326203.66it/s]
 94%|█████████▌| 31513421/33592320 [01:36<00:06, 326146.56it/s]
 94%|█████████▌| 31540695/33592320 [01:36<00:06, 326091.34it/s]
 94%|█████████▌| 31567776/33592320 [01:36<00:06, 326034.22it/s]
 94%|█████████▌| 31594692/33592320 [01:36<00:06, 325975.50it/s]
 94%|█████████▌| 31621778/33592320 [01:37<00:06, 325918.69it/s]
 94%|█████████▌| 31648826/33592320 [01:37<00:05, 325861.59it/s]
 94%|█████████▋| 31676255/33592320 [01:37<00:05, 325808.53it/s]
 94%|█████████▋| 31703502/33592320 [01:37<00:05, 325753.69it/s]
 94%|█████████▋| 31730628/33592320 [01:37<00:05, 325697.72it/s]
 95%|█████████▋| 31757667/33592320 [01:37<00:05, 325641.00it/s]
 95%|█████████▋| 31784673/33592320 [01:37<00:05, 325584.03it/s]
 95%|█████████▋| 31812399/33592320 [01:37<00:05, 325534.59it/s]
 95%|█████████▋| 31839881/33592320 [01:37<00:05, 325482.69it/s]
 95%|█████████▋| 31867543/33592320 [01:37<00:05, 325432.81it/s]
 95%|█████████▋| 31894795/33592320 [01:38<00:05, 325378.81it/s]
 95%|█████████▋| 31922036/33592320 [01:38<00:05, 325324.78it/s]
 95%|█████████▋| 31949380/33592320 [01:38<00:05, 325271.94it/s]
 95%|█████████▋| 31976774/33592320 [01:38<00:04, 325219.72it/s]
 95%|█████████▋| 32004045/33592320 [01:38<00:04, 325166.34it/s]
 95%|█████████▋| 32030691/33592320 [01:38<00:04, 325106.75it/s]
 95%|█████████▋| 32058804/33592320 [01:38<00:04, 325062.12it/s]
 96%|█████████▋| 32087256/33592320 [01:38<00:04, 325021.03it/s]
 96%|█████████▋| 32115516/33592320 [01:38<00:04, 324978.09it/s]
 96%|█████████▋| 32141846/33592320 [01:38<00:04, 324915.72it/s]
 96%|█████████▊| 32169190/33592320 [01:39<00:04, 324863.72it/s]
 96%|█████████▊| 32198830/33592320 [01:39<00:04, 324835.00it/s]
 96%|█████████▊| 32228193/33592320 [01:39<00:04, 324803.50it/s]
 96%|█████████▊| 32258007/33592320 [01:39<00:04, 324776.59it/s]
 96%|█████████▊| 32287580/33592320 [01:39<00:04, 324744.09it/s]
 96%|█████████▊| 32317776/33592320 [01:39<00:03, 324721.16it/s]
 96%|█████████▊| 32346937/33592320 [01:39<00:03, 324687.91it/s]
 96%|█████████▊| 32375282/33592320 [01:39<00:03, 324646.38it/s]
 96%|█████████▊| 32403988/33592320 [01:39<00:03, 324608.69it/s]
 97%|█████████▊| 32432110/33592320 [01:39<00:03, 324565.25it/s]
 97%|█████████▊| 32460248/33592320 [01:40<00:03, 324522.06it/s]
 97%|█████████▊| 32488526/33592320 [01:40<00:03, 324480.34it/s]
 97%|█████████▊| 32516287/33592320 [01:40<00:03, 324431.22it/s]
 97%|█████████▊| 32545460/33592320 [01:40<00:03, 324398.59it/s]
 97%|█████████▊| 32573274/33592320 [01:40<00:03, 324352.53it/s]
 97%|█████████▊| 32600999/33592320 [01:40<00:03, 324305.66it/s]
 97%|█████████▊| 32628691/33592320 [01:40<00:02, 324258.56it/s]
 97%|█████████▉| 32658262/33592320 [01:40<00:02, 324230.19it/s]
 97%|█████████▉| 32685853/33592320 [01:40<00:02, 324182.22it/s]
 97%|█████████▉| 32713711/33592320 [01:40<00:02, 324137.03it/s]
 97%|█████████▉| 32741153/33592320 [01:41<00:02, 324087.78it/s]
 98%|█████████▉| 32763981/33592320 [01:41<00:02, 323989.47it/s]
 98%|█████████▉| 32790390/33592320 [01:41<00:02, 323930.28it/s]
 98%|█████████▉| 32818094/33592320 [01:41<00:02, 323883.97it/s]
 98%|█████████▉| 32847249/33592320 [01:41<00:02, 323852.06it/s]
 98%|█████████▉| 32875206/33592320 [01:41<00:02, 323808.44it/s]
 98%|█████████▉| 32902845/33592320 [01:41<00:02, 323761.75it/s]
 98%|█████████▉| 32930723/33592320 [01:41<00:02, 323717.53it/s]
 98%|█████████▉| 32956909/33592320 [01:41<00:01, 323656.75it/s]
 98%|█████████▉| 32984434/33592320 [01:41<00:01, 323609.25it/s]
 98%|█████████▉| 33011880/33592320 [01:42<00:01, 323561.06it/s]
 98%|█████████▉| 33039389/33592320 [01:42<00:01, 323513.56it/s]
 98%|█████████▉| 33068329/33592320 [01:42<00:01, 323480.19it/s]
 99%|█████████▉| 33096204/33592320 [01:42<00:01, 323436.44it/s]
 99%|██████████| 33124289/33592320 [01:42<00:01, 323394.84it/s]
 99%|██████████| 33153016/33592320 [01:42<00:01, 323359.59it/s]
 99%|██████████| 33181229/33592320 [01:42<00:01, 323319.41it/s]
 99%|██████████| 33208155/33592320 [01:42<00:01, 323266.78it/s]
 99%|██████████| 33234140/33592320 [01:42<00:01, 323205.06it/s]
 99%|██████████| 33262172/33592320 [01:42<00:01, 323163.38it/s]
 99%|██████████| 33290292/33592320 [01:43<00:00, 323122.62it/s]
 99%|██████████| 33318855/33592320 [01:43<00:00, 323086.28it/s]
 99%|██████████| 33348851/33592320 [01:43<00:00, 323063.84it/s]
 99%|██████████| 33379570/33592320 [01:43<00:00, 323048.47it/s]
 99%|██████████| 33409277/33592320 [01:43<00:00, 323023.31it/s]
100%|██████████| 33439769/33592320 [01:43<00:00, 323005.81it/s]
100%|██████████| 33469350/33592320 [01:43<00:00, 322979.56it/s]
100%|██████████| 33496982/33592320 [01:43<00:00, 322934.56it/s]
100%|██████████| 33526352/33592320 [01:43<00:00, 322906.38it/s]
100%|██████████| 33558066/33592320 [01:43<00:00, 322900.78it/s]
100%|██████████| 33588111/33592320 [01:44<00:00, 322879.22it/s]
100%|██████████| 33592320/33592320 [01:44<00:00, 322871.59it/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::allocation_after_free ... ok
[INFO] [stdout] test tests::allocate_ids ... 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_invalid_id ... ok
[INFO] [stdout] test tests::id_increment ... ok
[INFO] [stdout] test tests::id_initial ... ok
[INFO] [stdout] test tests::is_allocated ... ok
[INFO] [stdout] test tests::is_allocated_for_unallocated ... ok
[INFO] [stdout] test tests::multiple_allocations ... ok
[INFO] [stdout] test tests::free_and_reuse_id ... ok
[INFO] [stdout] test tests::freeing_unallocated_id ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/learned_index_segmentation-f8b945e0d3ac805e)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test model::pgm_model_tests::pgm_model_basic ... ok
[INFO] [stdout] test segmentation::pgm_segmentation_tests::test_eps64 ... ok
[INFO] [stdout] test segmentation::pgm_segmentation_tests::test_eps16 ... ok
[INFO] [stdout] test segmentation::pgm_segmentation_tests::test_eps4 ... ok
[INFO] [stdout] test segmentation::pgm_segmentation_tests::test_eps8 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 59.36s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bench_common-ff4b703700704b44)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bench-41d620a715591ce8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/limousine_core-efa1cff0d790c846)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test common::list::memory::tests::linked_node_new ... ok
[INFO] [stdout] test common::list::memory::tests::test_linked_list_clear ... ok
[INFO] [stdout] test common::list::memory::tests::test_linked_list_new ... ok
[INFO] [stdout] test common::list::memory::tests::linked_list_insert_after ... ok
[INFO] [stdout] test common::list::memory::tests::linked_list_insert_before ... ok
[INFO] [stdout] test common::storage::store::tests::free_unallocated_page ... ok
[INFO] [stdout] test common::storage::store::tests::global_load ... ok
[INFO] [stdout] test common::storage::store::tests::allocate_and_free_page ... ok
[INFO] [stdout] test common::list::deep_disk::tests::test_linked_list_new ... ok
[INFO] [stdout] test common::list::boundary_disk::tests::test_linked_list_new ... ok
[INFO] [stdout] test common::storage::store::tests::catalog_update_and_retrieve ... ok
[INFO] [stdout] test common::list::deep_disk::tests::linked_list_insert_after ... ok
[INFO] [stdout] test common::storage::store::tests::global_reload ... ok
[INFO] [stdout] test common::storage::store::tests::no_multiple_local_stores_with_drop ... ok
[INFO] [stdout] test common::storage::store::tests::page_not_found ... ok
[INFO] [stdout] test common::list::boundary_disk::tests::linked_list_insert_after ... ok
[INFO] [stdout] test common::storage::store::tests::load_local_store ... ok
[INFO] [stdout] test common::storage::store::tests::write_and_read_page ... ok
[INFO] [stdout] test common::storage::store::tests::local_store_multiple ... ok
[INFO] [stdout] test common::storage::store::tests::no_multiple_local_stores - should panic ... ok
[INFO] [stdout] test common::storage::store::tests::corrupted_data_handling ... ok
[INFO] [stdout] test common::storage::store::tests::drop_global_with_active_references - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/limousine_derive-315bdbff62baf756)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 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/limousine_engine-f71f95ef00f07fef)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 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/limousine_tests-c2a03741deb2e3df)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::test_kv_store_3 ... ok
[INFO] [stdout] test tests::test_kv_store_4 ... ok
[INFO] [stdout] test tests::test_kv_store_7 ... ok
[INFO] [stdout] test tests::test_kv_store_2 ... ok
[INFO] [stdout] test tests::test_kv_store_5 ... ok
[INFO] [stdout] test tests::test_kv_store_6 ... ok
[INFO] [stdout] test tests::test_pgm_store_9 ... ok
[INFO] [stdout] test tests::test_kv_store_1 ... ok
[INFO] [stdout] test tests::test_pgm_store_3 ... ok
[INFO] [stdout] test tests::test_persisted_kv_store_2 ... ok
[INFO] [stdout] test tests::test_persisted_kv_store_5 ... ok
[INFO] [stdout] test tests::test_persisted_kv_store_6 ... ok
[INFO] [stdout] test tests::test_persisted_kv_store_1 ... ok
[INFO] [stdout] test tests::test_persisted_kv_store_3 ... ok
[INFO] [stdout] test tests::test_persisted_kv_store_4 ... ok
[INFO] [stdout] test tests::test_persisted_kv_store_7 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.16s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/slice_search-8c45cca85ff2e79d)
[INFO] [stdout] test tests::test_lower_bound ... ok
[INFO] [stdout] test tests::binary_optimal_search ... ok
[INFO] [stdout] test tests::binary_linear_search ... ok
[INFO] [stdout] test tests::test_upper_bound ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sorted_array-0f2389e65f71265a)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::test_get_lower_bound ... ok
[INFO] [stdout] test tests::test_insert_and_get ... ok
[INFO] [stdout] test tests::test_contains_key ... ok
[INFO] [stdout] test tests::test_iter ... ok
[INFO] [stdout] test tests::test_remove ... ok
[INFO] [stdout] test tests::test_split_off ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests gapped_array
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests id_allocator
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests learned_index_segmentation
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bench_common
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests limousine_core
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests limousine_derive
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests limousine_engine
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test engine/src/lib.rs - (line 55) ... ignored
[INFO] [stdout] test engine/src/lib.rs - (line 8) ... ignored
[INFO] [stderr]    Doc-tests limousine_tests
[INFO] [stdout] test engine/src/lib.rs - (line 37) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.70s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests slice_search
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test utils/slice_search/src/lib.rs - upper_bound (line 14) ... ok
[INFO] [stdout] test utils/slice_search/src/lib.rs - lower_bound (line 48) ... ok
[INFO] [stdout] test utils/slice_search/src/lib.rs - Search::search (line 89) ... ok
[INFO] [stderr]    Doc-tests sorted_array
[INFO] [stdout] test utils/slice_search/src/lib.rs - Search::search_by_key (line 115) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5", kill_on_drop: false }`
[INFO] [stdout] fad892d38ec6693830973dae72c20d6ad8f4289e0b962a921b7902fc58d4a2c5
