[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/dcbf4745b3fc97d3c4843ce70ced35df3a568513 against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLevKruglyak%2Flimousine" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-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-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/LevKruglyak/limousine on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 916b02aa32712cc4dd1c642d76d97522c61ef97624483ce585724c3e6ddbe5fc [INFO] running `Command { std: "docker" "start" "-a" "916b02aa32712cc4dd1c642d76d97522c61ef97624483ce585724c3e6ddbe5fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "916b02aa32712cc4dd1c642d76d97522c61ef97624483ce585724c3e6ddbe5fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "916b02aa32712cc4dd1c642d76d97522c61ef97624483ce585724c3e6ddbe5fc", kill_on_drop: false }` [INFO] [stdout] 916b02aa32712cc4dd1c642d76d97522c61ef97624483ce585724c3e6ddbe5fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3db86730f4972efa56575af059a470a5057993d3e241a6126022744229609869 [INFO] running `Command { std: "docker" "start" "-a" "3db86730f4972efa56575af059a470a5057993d3e241a6126022744229609869", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling stack-map v1.0.5 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling slice_search v0.1.2 (/opt/rustwide/workdir/utils/slice_search) [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling fault-injection v1.0.10 [INFO] [stderr] Compiling pagetable v0.4.5 [INFO] [stderr] Compiling generational-arena v0.2.9 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling strum v0.26.2 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling cc v1.0.99 [INFO] [stderr] Compiling clap_builder v4.5.6 [INFO] [stderr] Compiling shared-local-state v0.1.4 [INFO] [stderr] Compiling ebr v0.2.11 [INFO] [stderr] Compiling concurrent-map v5.0.33 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling num-bigint v0.4.5 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling kdam v0.5.2 [INFO] [stderr] Compiling zstd-sys v2.0.9+zstd.1.5.5 [INFO] [stderr] Compiling trait-set v0.3.0 [INFO] [stderr] Compiling num-rational v0.4.2 [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 strum_macros v0.26.4 [INFO] [stderr] Compiling limousine_derive v0.3.4 (/opt/rustwide/workdir/derive) [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 serde v1.0.203 [INFO] [stderr] Compiling marble v15.0.7 [INFO] [stderr] Compiling id_allocator v0.1.0 (/opt/rustwide/workdir/utils/id_allocator) [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling learned_index_segmentation v0.1.0 (/opt/rustwide/workdir/utils/learned_segment) [INFO] [stderr] Compiling sorted_array v0.1.3 (/opt/rustwide/workdir/utils/sorted_array) [INFO] [stderr] Compiling gapped_array v0.1.0 (/opt/rustwide/workdir/utils/gapped_array) [INFO] [stderr] Compiling 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 { [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; [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] [stderr] Compiling limousine_bench v0.1.0 (/opt/rustwide/workdir/bench/runner) [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; [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; [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 { [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 { [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 { [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 { [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.87s [INFO] running `Command { std: "docker" "inspect" "3db86730f4972efa56575af059a470a5057993d3e241a6126022744229609869", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3db86730f4972efa56575af059a470a5057993d3e241a6126022744229609869", kill_on_drop: false }` [INFO] [stdout] 3db86730f4972efa56575af059a470a5057993d3e241a6126022744229609869 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8bfdd567c1809dfe3ea5da9b4a93a97fadf3e2e8e36b86f13a0d5ccc287ec87f [INFO] running `Command { std: "docker" "start" "-a" "8bfdd567c1809dfe3ea5da9b4a93a97fadf3e2e8e36b86f13a0d5ccc287ec87f", kill_on_drop: false }` [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 slice_search v0.1.2 (/opt/rustwide/workdir/utils/slice_search) [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 { [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] [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] [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 { [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_core v0.6.4 [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; [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; [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; [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 { [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 { [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 { [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 { [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] [stdout] warning: unused return value of `memory::MemoryList::::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::::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; [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; [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 { [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 { [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 { [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 { [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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.80s [INFO] running `Command { std: "docker" "inspect" "8bfdd567c1809dfe3ea5da9b4a93a97fadf3e2e8e36b86f13a0d5ccc287ec87f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bfdd567c1809dfe3ea5da9b4a93a97fadf3e2e8e36b86f13a0d5ccc287ec87f", kill_on_drop: false }` [INFO] [stdout] 8bfdd567c1809dfe3ea5da9b4a93a97fadf3e2e8e36b86f13a0d5ccc287ec87f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7a65a06b271600c28ca9869eca74500e7a753a1c69f3fa35696bf05c258d382c [INFO] running `Command { std: "docker" "start" "-a" "7a65a06b271600c28ca9869eca74500e7a753a1c69f3fa35696bf05c258d382c", kill_on_drop: false }` [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 { [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: 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: `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; [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; [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; [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 { [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 { [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 { [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 { [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::::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::::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.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gapped_array-5b8a6e2b05ce8c7b) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test gapped_array_tests::debug_gapped ... ok [INFO] [stdout] test gapped_array_tests::debug_initial_gapped ... ok [INFO] [stdout] test gapped_array_tests::fill_forward ... ok [INFO] [stdout] test gapped_array_tests::trim_gapped_array ... ok [INFO] [stdout] test gapped_array_tests::fill_backward ... ok [INFO] [stdout] test gapped_array_tests::initial_inserts ... ok [INFO] [stdout] test gapped_array_tests::update_gapped_array ... ok [INFO] [stdout] test gapped_array_tests::permutation_test 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 101.49s [INFO] [stdout] [INFO] [stderr] 0%|▎ | 42573/33592320 [00:00<01:18, 425722.06it/s] 0%|▎ | 86046/33592320 [00:00<01:17, 430220.53it/s] 0%|▎ | 129208/33592320 [00:00<01:17, 430683.09it/s] 1%|▎ | 170438/33592320 [00:00<01:18, 426085.69it/s] 1%|▎ | 213421/33592320 [00:00<01:18, 426832.53it/s] 1%|▎ | 253743/33592320 [00:00<01:18, 422895.75it/s] 1%|▎ | 292974/33592320 [00:00<01:19, 418524.81it/s] 1%|▎ | 337149/33592320 [00:00<01:18, 421426.41it/s] 1%|▎ | 375042/33592320 [00:00<01:19, 416703.53it/s] 1%|▎ | 418332/33592320 [00:01<01:19, 418322.47it/s] 1%|▎ | 461760/33592320 [00:01<01:18, 419772.66it/s] 1%|▍ | 500718/33592320 [00:01<01:19, 417255.91it/s] 2%|▍ | 538986/33592320 [00:01<01:19, 414462.31it/s] 2%|▍ | 576689/33592320 [00:01<01:20, 411789.19it/s] 2%|▍ | 612870/33592320 [00:01<01:20, 408457.69it/s] 2%|▍ | 647202/33592320 [00:01<01:21, 404387.56it/s] 2%|▍ | 676372/33592320 [00:01<01:22, 397760.38it/s] 2%|▍ | 710846/33592320 [00:01<01:23, 394815.12it/s] 2%|▍ | 742803/33592320 [00:01<01:24, 390855.59it/s] 2%|▍ | 776912/33592320 [00:02<01:24, 388367.44it/s] 2%|▍ | 812517/33592320 [00:02<01:24, 386828.50it/s] 3%|▍ | 849457/33592320 [00:02<01:24, 386035.91it/s] 3%|▍ | 882845/33592320 [00:02<01:25, 383768.47it/s] 3%|▍ | 917250/33592320 [00:02<01:25, 382113.66it/s] 3%|▍ | 952545/33592320 [00:02<01:25, 380947.16it/s] 3%|▌ | 984430/33592320 [00:02<01:26, 378558.94it/s] 3%|▌ | 1018948/33592320 [00:02<01:26, 377322.72it/s] 3%|▌ | 1056960/33592320 [00:02<01:26, 377422.25it/s] 3%|▌ | 1091460/33592320 [00:02<01:26, 376304.12it/s] 3%|▌ | 1129219/33592320 [00:03<01:26, 376346.78it/s] 3%|▌ | 1167277/33592320 [00:03<01:26, 376483.16it/s] 4%|▌ | 1205462/33592320 [00:03<01:25, 376650.53it/s] 4%|▌ | 1242578/33592320 [00:03<01:25, 376484.00it/s] 4%|▌ | 1280365/33592320 [00:03<01:25, 376524.69it/s] 4%|▌ | 1317130/33592320 [00:03<01:25, 376270.91it/s] 4%|▌ | 1351597/33592320 [00:03<01:25, 375393.06it/s] 4%|▌ | 1387027/33592320 [00:03<01:25, 374822.75it/s] 4%|▌ | 1426221/33592320 [00:03<01:25, 375272.97it/s] 4%|▋ | 1464992/33592320 [00:03<01:25, 375591.56it/s] 4%|▋ | 1503459/33592320 [00:04<01:25, 375818.34it/s] 5%|▋ | 1542415/33592320 [00:04<01:25, 376153.22it/s] 5%|▋ | 1584580/33592320 [00:04<01:24, 377236.16it/s] 5%|▋ | 1623773/33592320 [00:04<01:24, 377577.69it/s] 5%|▋ | 1659953/33592320 [00:04<01:24, 377218.91it/s] 5%|▋ | 1697977/33592320 [00:04<01:24, 377285.94it/s] 5%|▋ | 1737264/33592320 [00:04<01:24, 377624.53it/s] 5%|▋ | 1774674/33592320 [00:04<01:24, 377549.47it/s] 5%|▋ | 1815167/33592320 [00:04<01:24, 378119.69it/s] 6%|▋ | 1854791/33592320 [00:04<01:23, 378489.41it/s] 6%|▋ | 1892838/33592320 [00:05<01:23, 378528.91it/s] 6%|▊ | 1928958/33592320 [00:05<01:23, 378119.50it/s] 6%|▊ | 1965325/33592320 [00:05<01:23, 377841.59it/s] 6%|▊ | 1998586/33592320 [00:05<01:23, 376988.28it/s] 6%|▊ | 2031151/33592320 [00:05<01:23, 376037.69it/s] 6%|▊ | 2064739/33592320 [00:05<01:24, 375307.69it/s] 6%|▊ | 2093610/33592320 [00:05<01:24, 373761.62it/s] 6%|▊ | 2128285/33592320 [00:05<01:24, 373287.66it/s] 6%|▊ | 2161389/33592320 [00:05<01:24, 372559.28it/s] 7%|▊ | 2194736/33592320 [00:05<01:24, 371896.78it/s] 7%|▊ | 2230883/33592320 [00:06<01:24, 371722.88it/s] 7%|▊ | 2269014/33592320 [00:06<01:24, 371879.94it/s] 7%|▊ | 2307143/33592320 [00:06<01:24, 372031.53it/s] 7%|▊ | 2344014/33592320 [00:06<01:24, 371978.72it/s] 7%|▊ | 2383527/33592320 [00:06<01:23, 372340.22it/s] 7%|▉ | 2422852/33592320 [00:06<01:23, 372661.69it/s] 7%|▉ | 2456976/33592320 [00:06<01:23, 372185.56it/s] 7%|▉ | 2491827/33592320 [00:06<01:23, 371832.22it/s] 8%|▉ | 2528669/33592320 [00:06<01:23, 371781.91it/s] 8%|▉ | 2568279/33592320 [00:06<01:23, 372134.19it/s] 8%|▉ | 2601898/33592320 [00:07<01:23, 371620.72it/s] 8%|▉ | 2638105/33592320 [00:07<01:23, 371486.09it/s] 8%|▉ | 2671353/33592320 [00:07<01:23, 370944.31it/s] 8%|▉ | 2705746/33592320 [00:07<01:23, 370574.22it/s] 8%|▉ | 2739600/33592320 [00:07<01:23, 370141.34it/s] 8%|▉ | 2774012/33592320 [00:07<01:23, 369794.41it/s] 8%|▉ | 2806933/33592320 [00:07<01:23, 369260.47it/s] 8%|▉ | 2841183/33592320 [00:07<01:23, 368912.84it/s] 9%|▉ | 2874207/33592320 [00:07<01:23, 368417.03it/s] 9%|█ | 2907503/33592320 [00:07<01:23, 367968.19it/s] 9%|█ | 2942328/33592320 [00:08<01:23, 367721.66it/s] 9%|█ | 2978994/33592320 [00:08<01:23, 367708.44it/s] 9%|█ | 3019491/33592320 [00:08<01:23, 368162.75it/s] 9%|█ | 3057951/33592320 [00:08<01:22, 368360.66it/s] 9%|█ | 3094138/33592320 [00:08<01:22, 368283.34it/s] 9%|█ | 3127103/33592320 [00:08<01:22, 367828.81it/s] 9%|█ | 3159893/33592320 [00:08<01:22, 367324.69it/s] 10%|█ | 3195255/33592320 [00:08<01:22, 367167.12it/s] 10%|█ | 3230059/33592320 [00:08<01:22, 366949.78it/s] 10%|█ | 3263661/33592320 [00:08<01:22, 366602.28it/s] 10%|█ | 3295877/33592320 [00:09<01:22, 366108.44it/s] 10%|█ | 3327212/33592320 [00:09<01:22, 365528.72it/s] 10%|█▎ | 3359923/33592320 [00:09<01:22, 365111.19it/s] 10%|█▎ | 3393098/33592320 [00:09<01:22, 364752.44it/s] 10%|█▎ | 3424989/33592320 [00:09<01:22, 364264.88it/s] 10%|█▎ | 3456833/33592320 [00:09<01:22, 363782.62it/s] 10%|█▎ | 3489278/33592320 [00:09<01:22, 363372.94it/s] 10%|█▎ | 3523716/33592320 [00:09<01:22, 363177.16it/s] 11%|█▎ | 3556211/33592320 [00:09<01:22, 362787.12it/s] 11%|█▎ | 3589639/33592320 [00:09<01:22, 362499.16it/s] 11%|█▎ | 3620994/33592320 [00:10<01:22, 362009.75it/s] 11%|█▎ | 3651287/33592320 [00:10<01:22, 361423.91it/s] 11%|█▎ | 3682441/33592320 [00:10<01:22, 360901.38it/s] 11%|█▎ | 3704762/33592320 [00:10<01:23, 359565.00it/s] 11%|█▎ | 3735572/33592320 [00:10<01:23, 359070.22it/s] 11%|█▎ | 3769740/33592320 [00:10<01:23, 358904.59it/s] 11%|█▎ | 3805166/33592320 [00:10<01:23, 358860.75it/s] 11%|█▍ | 3840417/33592320 [00:10<01:22, 358801.41it/s] 12%|█▍ | 3874337/33592320 [00:10<01:22, 358619.84it/s] 12%|█▍ | 3907922/33592320 [00:10<01:22, 358410.91it/s] 12%|█▍ | 3941484/33592320 [00:11<01:22, 358203.75it/s] 12%|█▍ | 3968183/33592320 [00:11<01:22, 357382.16it/s] 12%|█▍ | 3998643/33592320 [00:11<01:22, 356911.00it/s] 12%|█▍ | 4031322/33592320 [00:11<01:22, 356644.41it/s] 12%|█▍ | 4064272/33592320 [00:11<01:22, 356406.28it/s] 12%|█▍ | 4097589/33592320 [00:11<01:22, 356204.28it/s] 12%|█▍ | 4130319/33592320 [00:11<01:22, 355925.34it/s] 12%|█▍ | 4160430/33592320 [00:11<01:22, 355456.97it/s] 12%|█▍ | 4194199/33592320 [00:11<01:22, 355306.41it/s] 13%|█▍ | 4225922/33592320 [00:11<01:22, 354986.38it/s] 13%|█▍ | 4260216/33592320 [00:12<01:22, 354886.00it/s] 13%|█▍ | 4296011/33592320 [00:12<01:22, 354911.28it/s] 13%|█▌ | 4328766/33592320 [00:12<01:22, 354687.03it/s] 13%|█▌ | 4364497/33592320 [00:12<01:22, 354708.28it/s] 13%|█▌ | 4398299/33592320 [00:12<01:22, 354573.69it/s] 13%|█▌ | 4431158/33592320 [00:12<01:22, 354365.78it/s] 13%|█▌ | 4464282/33592320 [00:12<01:22, 354182.22it/s] 13%|█▌ | 4497057/33592320 [00:12<01:22, 353974.12it/s] 13%|█▌ | 4529679/33592320 [00:12<01:22, 353757.31it/s] 14%|█▌ | 4564175/33592320 [00:12<01:22, 353689.06it/s] 14%|█▌ | 4595998/33592320 [00:13<01:22, 353416.31it/s] 14%|█▌ | 4625629/33592320 [00:13<01:22, 352980.53it/s] 14%|█▌ | 4655768/33592320 [00:13<01:22, 352589.78it/s] 14%|█▌ | 4686804/33592320 [00:13<01:22, 352272.31it/s] 14%|█▌ | 4717401/33592320 [00:13<01:22, 351926.84it/s] 14%|█▌ | 4749406/33592320 [00:13<01:22, 351690.75it/s] 14%|█▌ | 4780254/33592320 [00:13<01:21, 351373.03it/s] 14%|█▋ | 4805881/33592320 [00:13<01:22, 350679.00it/s] 14%|█▋ | 4837620/33592320 [00:13<01:22, 350437.78it/s] 14%|█▋ | 4868558/33592320 [00:13<01:22, 350142.47it/s] 15%|█▋ | 4900710/33592320 [00:14<01:21, 349938.06it/s] 15%|█▋ | 4930201/33592320 [00:14<01:21, 349547.88it/s] 15%|█▋ | 4953971/33592320 [00:14<01:22, 348760.47it/s] 15%|█▋ | 4983863/33592320 [00:14<01:22, 348412.03it/s] 15%|█▋ | 5014925/33592320 [00:14<01:22, 348149.66it/s] 15%|█▋ | 5047749/33592320 [00:14<01:22, 348012.34it/s] 15%|█▋ | 5080725/33592320 [00:14<01:21, 347887.34it/s] 15%|█▋ | 5111801/33592320 [00:14<01:21, 347634.81it/s] 15%|█▋ | 5144426/33592320 [00:14<01:21, 347490.31it/s] 15%|█▋ | 5176099/33592320 [00:14<01:21, 347283.84it/s] 16%|█▋ | 5207931/33592320 [00:15<01:21, 347090.78it/s] 16%|█▋ | 5241266/33592320 [00:15<01:21, 346999.75it/s] 16%|█▋ | 5270954/33592320 [00:15<01:21, 346670.03it/s] 16%|█▊ | 5301070/33592320 [00:15<01:21, 346372.59it/s] 16%|█▊ | 5334116/33592320 [00:15<01:21, 346269.28it/s] 16%|█▊ | 5362703/33592320 [00:15<01:21, 345879.66it/s] 16%|█▊ | 5393266/33592320 [00:15<01:21, 345621.69it/s] 16%|█▊ | 5423808/33592320 [00:15<01:21, 345365.62it/s] 16%|█▊ | 5454707/33592320 [00:15<01:21, 345135.41it/s] 16%|█▊ | 5486726/33592320 [00:15<01:21, 344978.53it/s] 16%|█▊ | 5516019/33592320 [00:16<01:21, 344653.28it/s] 17%|█▊ | 5545210/33592320 [00:16<01:21, 344325.78it/s] 17%|█▊ | 5576864/33592320 [00:16<01:21, 344154.25it/s] 17%|█▊ | 5609145/33592320 [00:16<01:21, 344023.34it/s] 17%|█▊ | 5649074/33592320 [00:16<01:21, 344360.19it/s] 17%|█▊ | 5686828/33592320 [00:16<01:20, 344561.16it/s] 17%|█▊ | 5724435/33592320 [00:16<01:20, 344750.91it/s] 17%|█▉ | 5762327/33592320 [00:16<01:20, 344955.44it/s] 17%|█▉ | 5799514/33592320 [00:16<01:20, 345115.56it/s] 17%|█▉ | 5836172/33592320 [00:16<01:20, 345242.53it/s] 17%|█▉ | 5872083/33592320 [00:17<01:20, 345324.06it/s] 18%|█▉ | 5907394/33592320 [00:17<01:20, 345369.56it/s] 18%|█▉ | 5941520/33592320 [00:17<01:20, 345345.66it/s] 18%|█▉ | 5968185/33592320 [00:17<01:20, 344793.22it/s] 18%|█▉ | 6004303/33592320 [00:17<01:19, 344887.34it/s] 18%|█▉ | 6041562/33592320 [00:17<01:19, 345045.50it/s] 18%|█▉ | 6078681/33592320 [00:17<01:19, 345193.94it/s] 18%|█▉ | 6113322/33592320 [00:17<01:19, 345200.75it/s] 18%|█▉ | 6145487/33592320 [00:17<01:19, 345068.47it/s] 18%|█▉ | 6180754/33592320 [00:17<01:19, 345110.88it/s] 18%|█▉ | 6213963/33592320 [00:18<01:19, 345038.53it/s] 19%|██ | 6247294/33592320 [00:18<01:19, 344973.75it/s] 19%|██ | 6282362/33592320 [00:18<01:19, 345005.06it/s] 19%|██ | 6309852/33592320 [00:18<01:19, 344622.16it/s] 19%|██ | 6341430/33592320 [00:18<01:19, 344465.44it/s] 19%|██ | 6374275/33592320 [00:18<01:19, 344378.91it/s] 19%|██ | 6405446/33592320 [00:18<01:18, 344203.31it/s] 19%|██ | 6435809/33592320 [00:18<01:18, 343986.41it/s] 19%|██ | 6465949/33592320 [00:18<01:18, 343759.97it/s] 19%|██ | 6494470/33592320 [00:18<01:18, 343450.28it/s] 19%|██ | 6524702/33592320 [00:19<01:18, 343233.91it/s] 20%|██ | 6554096/33592320 [00:19<01:18, 342975.81it/s] 20%|██ | 6584963/33592320 [00:19<01:18, 342797.22it/s] 20%|██ | 6614937/33592320 [00:19<01:18, 342539.47it/s] 20%|██ | 6648127/33592320 [00:19<01:18, 342484.62it/s] 20%|██ | 6677499/33592320 [00:19<01:18, 342234.69it/s] 20%|██ | 6708818/33592320 [00:19<01:18, 342086.59it/s] 20%|██▎ | 6744977/33592320 [00:19<01:18, 342185.50it/s] 20%|██▎ | 6783929/33592320 [00:19<01:18, 342424.38it/s] 20%|██▎ | 6820880/33592320 [00:19<01:18, 342560.41it/s] 20%|██▎ | 6856613/33592320 [00:20<01:18, 342634.19it/s] 21%|██▎ | 6892584/33592320 [00:20<01:17, 342719.06it/s] 21%|██▎ | 6928910/33592320 [00:20<01:17, 342820.66it/s] 21%|██▎ | 6964065/33592320 [00:20<01:17, 342863.62it/s] 21%|██▎ | 6995177/33592320 [00:20<01:17, 342512.59it/s] 21%|██▎ | 7023264/33592320 [00:20<01:17, 342212.22it/s] 21%|██▎ | 7059958/33592320 [00:20<01:17, 342332.09it/s] 21%|██▎ | 7094935/33592320 [00:20<01:17, 342367.94it/s] 21%|██▎ | 7133518/33592320 [00:20<01:17, 342576.66it/s] 21%|██▎ | 7174139/33592320 [00:20<01:17, 342880.78it/s] 21%|██▎ | 7195967/33592320 [00:21<01:17, 342288.09it/s] 21%|██▍ | 7221713/33592320 [00:21<01:17, 341886.47it/s] 22%|██▍ | 7256447/33592320 [00:21<01:17, 341912.12it/s] 22%|██▍ | 7297164/33592320 [00:21<01:16, 342218.12it/s] 22%|██▍ | 7336415/33592320 [00:21<01:16, 342452.84it/s] 22%|██▍ | 7372928/33592320 [00:21<01:16, 342558.16it/s] 22%|██▍ | 7396444/33592320 [00:21<01:16, 342061.47it/s] 22%|██▍ | 7428308/33592320 [00:21<01:16, 341953.62it/s] 22%|██▍ | 7462819/33592320 [00:21<01:16, 341968.09it/s] 22%|██▍ | 7499427/33592320 [00:21<01:16, 342078.03it/s] 22%|██▍ | 7536066/33592320 [00:22<01:16, 342188.41it/s] 23%|██▍ | 7571666/33592320 [00:22<01:16, 342250.84it/s] 23%|██▍ | 7605215/33592320 [00:22<01:15, 342220.38it/s] 23%|██▍ | 7638487/33592320 [00:22<01:15, 342177.78it/s] 23%|██▍ | 7672260/33592320 [00:22<01:15, 342157.94it/s] 23%|██▌ | 7706253/33592320 [00:22<01:15, 342148.03it/s] 23%|██▌ | 7740893/33592320 [00:22<01:15, 342166.81it/s] 23%|██▌ | 7774464/33592320 [00:22<01:15, 342138.38it/s] 23%|██▌ | 7809892/33592320 [00:22<01:15, 342191.56it/s] 23%|██▌ | 7844085/33592320 [00:22<01:15, 342190.41it/s] 23%|██▌ | 7880030/33592320 [00:23<01:15, 342265.38it/s] 24%|██▌ | 7914665/33592320 [00:23<01:15, 342283.03it/s] 24%|██▌ | 7949106/33592320 [00:23<01:14, 342290.97it/s] 24%|██▌ | 7988654/33592320 [00:23<01:14, 342519.00it/s] 24%|██▌ | 8027716/33592320 [00:23<01:14, 342724.31it/s] 24%|██▌ | 8062760/33592320 [00:23<01:14, 342757.09it/s] 24%|██▌ | 8097068/33592320 [00:23<01:14, 342758.44it/s] 24%|██▌ | 8133680/33592320 [00:23<01:14, 342839.38it/s] 24%|██▋ | 8172794/33592320 [00:23<01:14, 343042.09it/s] 24%|██▋ | 8207573/33592320 [00:23<01:13, 343047.56it/s] 25%|██▋ | 8245342/33592320 [00:24<01:13, 343191.72it/s] 25%|██▋ | 8285960/33592320 [00:24<01:13, 343452.81it/s] 25%|██▋ | 8323314/33592320 [00:24<01:13, 343576.97it/s] 25%|██▋ | 8358756/33592320 [00:24<01:13, 343621.50it/s] 25%|██▋ | 8393410/33592320 [00:24<01:13, 343633.44it/s] 25%|██▋ | 8431524/33592320 [00:24<01:13, 343786.34it/s] 25%|██▋ | 8469307/33592320 [00:24<01:13, 343924.56it/s] 25%|██▋ | 8508467/33592320 [00:24<01:12, 344117.38it/s] 25%|██▋ | 8547132/33592320 [00:24<01:12, 344288.69it/s] 26%|██▋ | 8587277/33592320 [00:24<01:12, 344518.03it/s] 26%|██▋ | 8627296/33592320 [00:25<01:12, 344740.44it/s] 26%|██▊ | 8663947/33592320 [00:25<01:12, 344827.09it/s] 26%|██▊ | 8700624/33592320 [00:25<01:12, 344914.03it/s] 26%|██▊ | 8736514/33592320 [00:25<01:12, 344969.25it/s] 26%|██▊ | 8772838/33592320 [00:25<01:11, 345041.09it/s] 26%|██▊ | 8808416/33592320 [00:25<01:11, 345083.12it/s] 26%|██▊ | 8844485/33592320 [00:25<01:11, 345144.03it/s] 26%|██▊ | 8880621/33592320 [00:25<01:11, 345207.06it/s] 27%|██▊ | 8916938/33592320 [00:25<01:11, 345276.62it/s] 27%|██▊ | 8953010/33592320 [00:25<01:11, 345336.16it/s] 27%|██▊ | 8988517/33592320 [00:26<01:11, 345373.53it/s] 27%|██▊ | 9020326/33592320 [00:26<01:11, 345269.09it/s] 27%|██▊ | 9055060/33592320 [00:26<01:11, 345276.97it/s] 27%|██▊ | 9087793/33592320 [00:26<01:10, 345208.78it/s] 27%|██▉ | 9121570/33592320 [00:26<01:10, 345180.62it/s] 27%|██▉ | 9156997/33592320 [00:26<01:10, 345214.88it/s] 27%|██▉ | 9191415/33592320 [00:26<01:10, 345210.91it/s] 27%|██▉ | 9222781/33592320 [00:26<01:10, 345092.84it/s] 28%|██▉ | 9259398/33592320 [00:26<01:10, 345171.41it/s] 28%|██▉ | 9295553/33592320 [00:26<01:10, 345232.22it/s] 28%|██▉ | 9331415/33592320 [00:27<01:10, 345281.75it/s] 28%|██▉ | 9367006/33592320 [00:27<01:10, 345320.94it/s] 28%|██▉ | 9402744/33592320 [00:27<01:10, 345315.06it/s] 28%|██▉ | 9438660/33592320 [00:27<01:09, 345365.72it/s] 28%|██▉ | 9475205/33592320 [00:27<01:09, 345438.91it/s] 28%|██▉ | 9512346/33592320 [00:27<01:09, 345533.25it/s] 28%|██▉ | 9549966/33592320 [00:27<01:09, 345644.22it/s] 29%|██▉ | 9585504/33592320 [00:27<01:09, 345677.31it/s] 29%|███ | 9620610/33592320 [00:27<01:09, 345696.62it/s] 29%|███ | 9655890/33592320 [00:27<01:09, 345722.06it/s] 29%|███ | 9690596/33592320 [00:28<01:09, 345726.81it/s] 29%|███ | 9725092/33592320 [00:28<01:09, 345724.06it/s] 29%|███ | 9760332/33592320 [00:28<01:08, 345747.69it/s] 29%|███ | 9793220/33592320 [00:28<01:08, 345688.12it/s] 29%|███ | 9826821/33592320 [00:28<01:08, 345654.09it/s] 29%|███ | 9862883/33592320 [00:28<01:08, 345706.53it/s] 29%|███ | 9898815/33592320 [00:28<01:08, 345754.09it/s] 30%|███ | 9934495/33592320 [00:28<01:08, 345792.53it/s] 30%|███ | 9968098/33592320 [00:28<01:08, 345758.66it/s] 30%|███ | 10000905/33592320 [00:28<01:08, 345697.47it/s] 30%|███ | 10031986/33592320 [00:29<01:08, 345577.31it/s] 30%|███ | 10065560/33592320 [00:29<01:08, 345543.50it/s] 30%|███▎ | 10100206/33592320 [00:29<01:07, 345546.62it/s] 30%|███▎ | 10133323/33592320 [00:29<01:07, 345497.62it/s] 30%|███▎ | 10167370/33592320 [00:29<01:07, 345480.53it/s] 30%|███▎ | 10198904/33592320 [00:29<01:07, 345378.44it/s] 30%|███▎ | 10230448/33592320 [00:29<01:07, 345277.34it/s] 31%|███▎ | 10261589/33592320 [00:29<01:07, 345163.44it/s] 31%|███▎ | 10294692/33592320 [00:29<01:07, 345116.03it/s] 31%|███▎ | 10327333/33592320 [00:29<01:07, 345053.50it/s] 31%|███▎ | 10359938/33592320 [00:30<01:07, 344990.22it/s] 31%|███▎ | 10392180/33592320 [00:30<01:07, 344915.28it/s] 31%|███▎ | 10421839/33592320 [00:30<01:07, 344746.09it/s] 31%|███▎ | 10448329/33592320 [00:30<01:07, 344482.81it/s] 31%|███▎ | 10474929/33592320 [00:30<01:07, 344224.91it/s] 31%|███▎ | 10503128/33592320 [00:30<01:07, 344021.03it/s] 31%|███▎ | 10535768/33592320 [00:30<01:07, 343963.50it/s] 31%|███▍ | 10567562/33592320 [00:30<01:06, 343878.81it/s] 32%|███▍ | 10599503/33592320 [00:30<01:06, 343799.44it/s] 32%|███▍ | 10631589/33592320 [00:30<01:06, 343725.25it/s] 32%|███▍ | 10662076/33592320 [00:31<01:06, 343600.03it/s] 32%|███▍ | 10690526/33592320 [00:31<01:06, 343410.16it/s] 32%|███▍ | 10718171/33592320 [00:31<01:06, 343185.19it/s] 32%|███▍ | 10750231/33592320 [00:31<01:06, 343113.06it/s] 32%|███▍ | 10783010/33592320 [00:31<01:06, 343064.31it/s] 32%|███▍ | 10816883/33592320 [00:31<01:06, 343050.56it/s] 32%|███▍ | 10851252/33592320 [00:31<01:06, 343052.56it/s] 32%|███▍ | 10885547/33592320 [00:31<01:06, 343052.16it/s] 33%|███▍ | 10919839/33592320 [00:31<01:06, 343051.72it/s] 33%|███▍ | 10952945/33592320 [00:31<01:06, 343014.16it/s] 33%|███▍ | 10986112/33592320 [00:32<01:05, 342978.72it/s] 33%|███▍ | 11019733/33592320 [00:32<01:05, 342957.62it/s] 33%|███▌ | 11052305/33592320 [00:32<01:05, 342904.12it/s] 33%|███▌ | 11085082/33592320 [00:32<01:05, 342857.31it/s] 33%|███▌ | 11117487/33592320 [00:32<01:05, 342799.28it/s] 33%|███▌ | 11151735/33592320 [00:32<01:05, 342798.28it/s] 33%|███▌ | 11186932/33592320 [00:32<01:05, 342826.38it/s] 33%|███▌ | 11224548/33592320 [00:32<01:05, 342928.19it/s] 34%|███▌ | 11260890/33592320 [00:32<01:05, 342990.56it/s] 34%|███▌ | 11296130/33592320 [00:32<01:04, 343019.12it/s] 34%|███▌ | 11333504/33592320 [00:33<01:04, 343112.09it/s] 34%|███▌ | 11372512/33592320 [00:33<01:04, 343253.84it/s] 34%|███▌ | 11407422/33592320 [00:33<01:04, 343271.41it/s] 34%|███▌ | 11441428/33592320 [00:33<01:04, 343261.75it/s] 34%|███▌ | 11477070/33592320 [00:33<01:04, 343301.09it/s] 34%|███▌ | 11516514/33592320 [00:33<01:04, 343453.56it/s] 34%|███▋ | 11552770/33592320 [00:33<01:04, 343510.34it/s] 35%|███▋ | 11590774/33592320 [00:33<01:04, 343618.62it/s] 35%|███▋ | 11629532/33592320 [00:33<01:03, 343748.56it/s] 35%|███▋ | 11668841/33592320 [00:33<01:03, 343893.94it/s] 35%|███▋ | 11705348/33592320 [00:34<01:03, 343956.16it/s] 35%|███▋ | 11742219/33592320 [00:34<01:03, 344028.59it/s] 35%|███▋ | 11776176/33592320 [00:34<01:03, 344015.56it/s] 35%|███▋ | 11813640/33592320 [00:34<01:03, 344104.75it/s] 35%|███▋ | 11850396/33592320 [00:34<01:03, 344172.84it/s] 35%|███▋ | 11886341/33592320 [00:34<01:03, 344217.06it/s] 35%|███▋ | 11922922/33592320 [00:34<01:02, 344279.38it/s] 36%|███▋ | 11959398/33592320 [00:34<01:02, 344338.31it/s] 36%|███▋ | 11995040/33592320 [00:34<01:02, 344373.00it/s] 36%|███▊ | 12031283/33592320 [00:34<01:02, 344424.66it/s] 36%|███▊ | 12065437/33592320 [00:35<01:02, 344416.41it/s] 36%|███▊ | 12098128/33592320 [00:35<01:02, 344366.56it/s] 36%|███▊ | 12130046/33592320 [00:35<01:02, 344295.03it/s] 36%|███▊ | 12162728/33592320 [00:35<01:02, 344245.56it/s] 36%|███▊ | 12195299/33592320 [00:35<01:02, 344193.22it/s] 36%|███▊ | 12227021/33592320 [00:35<01:02, 344117.28it/s] 36%|███▊ | 12259526/33592320 [00:35<01:02, 344063.75it/s] 37%|███▊ | 12291783/33592320 [00:35<01:01, 344003.56it/s] 37%|███▊ | 12327010/33592320 [00:35<01:01, 344026.62it/s] 37%|███▊ | 12367345/33592320 [00:35<01:01, 344191.69it/s] 37%|███▊ | 12402355/33592320 [00:36<01:01, 344208.09it/s] 37%|███▊ | 12437826/33592320 [00:36<01:01, 344237.12it/s] 37%|███▊ | 12473736/33592320 [00:36<01:01, 344278.12it/s] 37%|███▉ | 12510580/33592320 [00:36<01:01, 344344.59it/s] 37%|███▉ | 12544002/33592320 [00:36<01:01, 344316.78it/s] 37%|███▉ | 12578716/33592320 [00:36<01:01, 344324.50it/s] 38%|███▉ | 12614066/33592320 [00:36<01:00, 344349.53it/s] 38%|███▉ | 12652358/33592320 [00:36<01:00, 344454.50it/s] 38%|███▉ | 12687166/33592320 [00:36<01:00, 344464.34it/s] 38%|███▉ | 12726756/33592320 [00:36<01:00, 344603.59it/s] 38%|███▉ | 12765471/33592320 [00:37<01:00, 344718.47it/s] 38%|███▉ | 12803113/33592320 [00:37<01:00, 344803.81it/s] 38%|███▉ | 12838242/33592320 [00:37<01:00, 344821.22it/s] 38%|███▉ | 12874075/33592320 [00:37<01:00, 344857.38it/s] 38%|███▉ | 12910556/33592320 [00:37<00:59, 344910.66it/s] 39%|███▉ | 12947589/33592320 [00:37<00:59, 344978.38it/s] 39%|████ | 12985182/33592320 [00:37<00:59, 345060.59it/s] 39%|████ | 13024289/33592320 [00:37<00:59, 345182.50it/s] 39%|████ | 13063109/33592320 [00:37<00:59, 345296.19it/s] 39%|████ | 13099708/33592320 [00:37<00:59, 345350.72it/s] 39%|████ | 13137594/33592320 [00:38<00:59, 345438.81it/s] 39%|████ | 13172651/33592320 [00:38<00:59, 345452.25it/s] 39%|████ | 13205380/33592320 [00:38<00:59, 345404.72it/s] 39%|████ | 13238874/33592320 [00:38<00:58, 345377.41it/s] 40%|████ | 13273943/33592320 [00:38<00:58, 345391.22it/s] 40%|████ | 13306252/33592320 [00:38<00:58, 345333.31it/s] 40%|████ | 13338696/33592320 [00:38<00:58, 345279.22it/s] 40%|████ | 13370614/33592320 [00:38<00:58, 345211.81it/s] 40%|████ | 13403953/33592320 [00:38<00:58, 345181.34it/s] 40%|████▎ | 13438743/33592320 [00:38<00:58, 345188.31it/s] 40%|████▎ | 13477396/33592320 [00:39<00:58, 345294.19it/s] 40%|████▎ | 13512437/33592320 [00:39<00:58, 345307.25it/s] 40%|████▎ | 13551184/33592320 [00:39<00:58, 345414.72it/s] 40%|████▎ | 13590458/33592320 [00:39<00:57, 345535.00it/s] 41%|████▎ | 13629873/33592320 [00:39<00:57, 345658.28it/s] 41%|████▎ | 13664476/33592320 [00:39<00:57, 345659.19it/s] 41%|████▎ | 13698933/33592320 [00:39<00:57, 345656.44it/s] 41%|████▎ | 13735407/33592320 [00:39<00:57, 345704.44it/s] 41%|████▎ | 13772829/33592320 [00:39<00:57, 345776.00it/s] 41%|████▎ | 13808501/33592320 [00:39<00:57, 345803.41it/s] 41%|████▎ | 13846295/33592320 [00:40<00:57, 345883.66it/s] 41%|████▎ | 13885809/33592320 [00:40<00:56, 346006.38it/s] 41%|████▍ | 13922201/33592320 [00:40<00:56, 346050.88it/s] 42%|████▍ | 13957823/33592320 [00:40<00:56, 346076.06it/s] 42%|████▍ | 13992774/33592320 [00:40<00:56, 346084.56it/s] 42%|████▍ | 14027937/33592320 [00:40<00:56, 346098.22it/s] 42%|████▍ | 14066146/33592320 [00:40<00:56, 346186.78it/s] 42%|████▍ | 14104609/33592320 [00:40<00:56, 346281.12it/s] 42%|████▍ | 14144219/33592320 [00:40<00:56, 346403.12it/s] 42%|████▍ | 14183305/33592320 [00:40<00:56, 346511.72it/s] 42%|████▍ | 14222122/33592320 [00:41<00:55, 346613.22it/s] 42%|████▍ | 14259459/33592320 [00:41<00:55, 346678.25it/s] 43%|████▍ | 14295464/33592320 [00:41<00:55, 346710.66it/s] 43%|████▍ | 14329400/33592320 [00:41<00:55, 346692.88it/s] 43%|████▍ | 14364651/33592320 [00:41<00:55, 346706.88it/s] 43%|████▌ | 14402366/33592320 [00:41<00:55, 346780.16it/s] 43%|████▌ | 14427629/33592320 [00:41<00:55, 346554.00it/s] 43%|████▌ | 14462001/33592320 [00:41<00:55, 346547.19it/s] 43%|████▌ | 14496566/33592320 [00:41<00:55, 346545.03it/s] 43%|████▌ | 14530410/33592320 [00:41<00:55, 346525.69it/s] 43%|████▌ | 14565393/33592320 [00:42<00:54, 346533.53it/s] 43%|████▌ | 14594981/33592320 [00:42<00:54, 346413.28it/s] 44%|████▌ | 14627828/33592320 [00:42<00:54, 346370.78it/s] 44%|████▌ | 14660621/33592320 [00:42<00:54, 346327.19it/s] 44%|████▌ | 14694822/33592320 [00:42<00:54, 346317.00it/s] 44%|████▌ | 14730344/33592320 [00:42<00:54, 346337.91it/s] 44%|████▌ | 14765892/33592320 [00:42<00:54, 346359.34it/s] 44%|████▌ | 14800348/33592320 [00:42<00:54, 346355.09it/s] 44%|████▌ | 14833450/33592320 [00:42<00:54, 346319.28it/s] 44%|████▌ | 14868573/33592320 [00:42<00:54, 346330.69it/s] 44%|████▋ | 14902911/33592320 [00:43<00:53, 346323.81it/s] 44%|████▋ | 14937705/33592320 [00:43<00:53, 346327.56it/s] 45%|████▋ | 14974907/33592320 [00:43<00:53, 346386.97it/s] 45%|████▋ | 15012001/33592320 [00:43<00:53, 346443.62it/s] 45%|████▋ | 15048841/33592320 [00:43<00:53, 346494.16it/s] 45%|████▋ | 15084624/33592320 [00:43<00:53, 346520.16it/s] 45%|████▋ | 15120374/33592320 [00:43<00:53, 346545.31it/s] 45%|████▋ | 15154385/33592320 [00:43<00:53, 346530.59it/s] 45%|████▋ | 15191773/33592320 [00:43<00:53, 346592.97it/s] 45%|████▋ | 15227263/33592320 [00:43<00:52, 346611.84it/s] 45%|████▋ | 15262797/33592320 [00:44<00:52, 346631.66it/s] 46%|████▋ | 15298643/33592320 [00:44<00:52, 346658.44it/s] 46%|████▋ | 15333087/33592320 [00:44<00:52, 346653.41it/s] 46%|████▊ | 15364559/33592320 [00:44<00:52, 346581.34it/s] 46%|████▊ | 15397226/33592320 [00:44<00:52, 346536.53it/s] 46%|████▊ | 15431421/33592320 [00:44<00:52, 346526.22it/s] 46%|████▊ | 15463187/33592320 [00:44<00:52, 346461.50it/s] 46%|████▊ | 15497294/33592320 [00:44<00:52, 346449.44it/s] 46%|████▊ | 15533295/33592320 [00:44<00:52, 346479.69it/s] 46%|████▊ | 15568867/33592320 [00:44<00:52, 346500.22it/s] 46%|████▊ | 15602043/33592320 [00:45<00:51, 346467.47it/s] 47%|████▊ | 15634786/33592320 [00:45<00:51, 346425.28it/s] 47%|████▊ | 15670036/33592320 [00:45<00:51, 346438.69it/s] 47%|████▊ | 15703733/33592320 [00:45<00:51, 346417.78it/s] 47%|████▊ | 15736365/33592320 [00:45<00:51, 346373.53it/s] 47%|████▊ | 15766649/33592320 [00:45<00:51, 346277.91it/s] 47%|████▊ | 15799163/33592320 [00:45<00:51, 346231.56it/s] 47%|████▊ | 15831172/33592320 [00:45<00:51, 346174.38it/s] 47%|████▉ | 15864675/33592320 [00:45<00:51, 346150.03it/s] 47%|████▉ | 15897980/33592320 [00:45<00:51, 346121.50it/s] 47%|████▉ | 15930791/33592320 [00:46<00:51, 346082.34it/s] 48%|████▉ | 15958962/33592320 [00:46<00:50, 345942.81it/s] 48%|████▉ | 15987937/33592320 [00:46<00:50, 345821.25it/s] 48%|████▉ | 16021733/33592320 [00:46<00:50, 345804.25it/s] 48%|████▉ | 16054585/33592320 [00:46<00:50, 345767.00it/s] 48%|████▉ | 16087540/33592320 [00:46<00:50, 345732.16it/s] 48%|████▉ | 16120604/33592320 [00:46<00:50, 345699.75it/s] 48%|████▉ | 16153813/33592320 [00:46<00:50, 345670.62it/s] 48%|████▉ | 16187257/33592320 [00:46<00:50, 345646.62it/s] 48%|████▉ | 16222028/33592320 [00:46<00:50, 345651.00it/s] 48%|████▉ | 16255643/33592320 [00:47<00:50, 345630.78it/s] 48%|████▉ | 16288609/33592320 [00:47<00:50, 345596.88it/s] 49%|█████ | 16322136/33592320 [00:47<00:49, 345575.00it/s] 49%|█████ | 16352062/33592320 [00:47<00:49, 345477.12it/s] 49%|█████ | 16384716/33592320 [00:47<00:49, 345437.19it/s] 49%|█████ | 16417613/33592320 [00:47<00:49, 345402.53it/s] 49%|█████ | 16450288/33592320 [00:47<00:49, 345363.34it/s] 49%|█████ | 16484065/33592320 [00:47<00:49, 345347.44it/s] 49%|█████ | 16517277/33592320 [00:47<00:49, 345319.75it/s] 49%|█████ | 16550160/33592320 [00:47<00:49, 345285.34it/s] 49%|█████ | 16584418/33592320 [00:48<00:49, 345279.69it/s] 49%|█████ | 16618362/33592320 [00:48<00:49, 345267.53it/s] 50%|█████ | 16651388/33592320 [00:48<00:49, 345236.41it/s] 50%|█████ | 16682930/33592320 [00:48<00:48, 345174.69it/s] 50%|█████ | 16713658/33592320 [00:48<00:48, 345096.44it/s] 50%|█████ | 16744968/33592320 [00:48<00:48, 345030.50it/s] 50%|█████ | 16774776/33592320 [00:48<00:48, 344933.94it/s] 50%|█████▎ | 16808146/33592320 [00:48<00:48, 344910.88it/s] 50%|█████▎ | 16844394/33592320 [00:48<00:48, 344946.84it/s] 50%|█████▎ | 16877230/33592320 [00:48<00:48, 344912.91it/s] 50%|█████▎ | 16909078/33592320 [00:49<00:48, 344859.00it/s] 50%|█████▎ | 16945319/33592320 [00:49<00:48, 344894.72it/s] 51%|█████▎ | 16979081/33592320 [00:49<00:48, 344879.88it/s] 51%|█████▎ | 17012468/33592320 [00:49<00:48, 344857.56it/s] 51%|█████▎ | 17045860/33592320 [00:49<00:47, 344835.44it/s] 51%|█████▎ | 17077625/33592320 [00:49<00:47, 344780.50it/s] 51%|█████▎ | 17111995/33592320 [00:49<00:47, 344778.34it/s] 51%|█████▎ | 17144604/33592320 [00:49<00:47, 344740.75it/s] 51%|█████▎ | 17176675/33592320 [00:49<00:47, 344692.53it/s] 51%|█████▎ | 17212573/33592320 [00:49<00:47, 344721.09it/s] 51%|█████▎ | 17245552/33592320 [00:50<00:47, 344691.25it/s] 51%|█████▎ | 17275942/33592320 [00:50<00:47, 344609.84it/s] 52%|█████▍ | 17308914/33592320 [00:50<00:47, 344580.19it/s] 52%|█████▍ | 17341314/33592320 [00:50<00:47, 344539.28it/s] 52%|█████▍ | 17374075/33592320 [00:50<00:47, 344505.72it/s] 52%|█████▍ | 17410981/33592320 [00:50<00:46, 344554.28it/s] 52%|█████▍ | 17447287/33592320 [00:50<00:46, 344590.84it/s] 52%|█████▍ | 17484146/33592320 [00:50<00:46, 344634.34it/s] 52%|█████▍ | 17519761/33592320 [00:50<00:46, 344656.94it/s] 52%|█████▍ | 17557645/33592320 [00:50<00:46, 344724.06it/s] 52%|█████▍ | 17595969/33592320 [00:51<00:46, 344799.50it/s] 52%|█████▍ | 17632614/33592320 [00:51<00:46, 344841.84it/s] 53%|█████▍ | 17666357/33592320 [00:51<00:46, 344827.34it/s] 53%|█████▍ | 17700153/33592320 [00:51<00:46, 344813.97it/s] 53%|█████▍ | 17733332/33592320 [00:51<00:45, 344788.62it/s] 53%|█████▌ | 17767490/33592320 [00:51<00:45, 344782.41it/s] 53%|█████▌ | 17800846/33592320 [00:51<00:45, 344760.66it/s] 53%|█████▌ | 17830736/33592320 [00:51<00:45, 344671.97it/s] 53%|█████▌ | 17860608/33592320 [00:51<00:45, 344583.31it/s] 53%|█████▌ | 17888535/33592320 [00:51<00:45, 344457.56it/s] 53%|█████▌ | 17920592/33592320 [00:52<00:45, 344411.59it/s] 53%|█████▌ | 17955830/33592320 [00:52<00:45, 344426.88it/s] 54%|█████▌ | 17989080/33592320 [00:52<00:45, 344404.03it/s] 54%|█████▌ | 18024493/33592320 [00:52<00:45, 344422.56it/s] 54%|█████▌ | 18060872/33592320 [00:52<00:45, 344459.53it/s] 54%|█████▌ | 18096542/33592320 [00:52<00:44, 344482.81it/s] 54%|█████▌ | 18129232/33592320 [00:52<00:44, 344449.38it/s] 54%|█████▌ | 18163354/33592320 [00:52<00:44, 344443.25it/s] 54%|█████▌ | 18197905/33592320 [00:52<00:44, 344445.22it/s] 54%|█████▌ | 18233831/33592320 [00:52<00:44, 344473.25it/s] 54%|█████▋ | 18267966/33592320 [00:53<00:44, 344467.31it/s] 54%|█████▋ | 18300980/33592320 [00:53<00:44, 344440.34it/s] 55%|█████▋ | 18336525/33592320 [00:53<00:44, 344461.00it/s] 55%|█████▋ | 18373081/33592320 [00:53<00:44, 344500.53it/s] 55%|█████▋ | 18406995/33592320 [00:53<00:44, 344490.53it/s] 55%|█████▋ | 18436105/33592320 [00:53<00:44, 344390.75it/s] 55%|█████▋ | 18469842/33592320 [00:53<00:43, 344377.66it/s] 55%|█████▋ | 18501622/33592320 [00:53<00:43, 344328.16it/s] 55%|█████▋ | 18534975/33592320 [00:53<00:43, 344308.12it/s] 55%|█████▋ | 18571362/33592320 [00:53<00:43, 344344.34it/s] 55%|█████▋ | 18606413/33592320 [00:54<00:43, 344355.72it/s] 55%|█████▋ | 18641824/33592320 [00:54<00:43, 344373.75it/s] 56%|█████▋ | 18679139/33592320 [00:54<00:43, 344426.81it/s] 56%|█████▋ | 18714800/33592320 [00:54<00:43, 344449.22it/s] 56%|█████▊ | 18752062/33592320 [00:54<00:43, 344500.94it/s] 56%|█████▊ | 18787445/33592320 [00:54<00:42, 344518.03it/s] 56%|█████▊ | 18818727/33592320 [00:54<00:42, 344460.03it/s] 56%|█████▊ | 18851645/33592320 [00:54<00:42, 344432.06it/s] 56%|█████▊ | 18884909/33592320 [00:54<00:42, 344410.53it/s] 56%|█████▊ | 18917928/33592320 [00:54<00:42, 344384.66it/s] 56%|█████▊ | 18950074/33592320 [00:55<00:42, 344342.97it/s] 57%|█████▊ | 18982521/33592320 [00:55<00:42, 344306.91it/s] 57%|█████▊ | 19013701/33592320 [00:55<00:42, 344248.03it/s] 57%|█████▊ | 19047922/33592320 [00:55<00:42, 344244.34it/s] 57%|█████▊ | 19083291/33592320 [00:55<00:42, 344261.41it/s] 57%|█████▊ | 19111762/33592320 [00:55<00:42, 344154.12it/s] 57%|█████▊ | 19142878/33592320 [00:55<00:41, 344094.81it/s] 57%|█████▊ | 19178340/33592320 [00:55<00:41, 344113.69it/s] 57%|█████▉ | 19213731/33592320 [00:55<00:41, 344131.12it/s] 57%|█████▉ | 19247094/33592320 [00:55<00:41, 344112.31it/s] 57%|█████▉ | 19278779/33592320 [00:56<00:41, 344063.66it/s] 57%|█████▉ | 19311230/33592320 [00:56<00:41, 344028.78it/s] 58%|█████▉ | 19347823/33592320 [00:56<00:41, 344067.75it/s] 58%|█████▉ | 19382107/33592320 [00:56<00:41, 344065.53it/s] 58%|█████▉ | 19414754/33592320 [00:56<00:41, 344034.34it/s] 58%|█████▉ | 19447726/33592320 [00:56<00:41, 344009.00it/s] 58%|█████▉ | 19481712/33592320 [00:56<00:41, 344001.66it/s] 58%|█████▉ | 19515380/33592320 [00:56<00:40, 343988.75it/s] 58%|█████▉ | 19549737/33592320 [00:56<00:40, 343987.97it/s] 58%|█████▉ | 19584830/33592320 [00:56<00:40, 344000.16it/s] 58%|█████▉ | 19617388/33592320 [00:57<00:40, 343967.84it/s] 58%|█████▉ | 19651476/33592320 [00:57<00:40, 343962.44it/s] 59%|██████ | 19687013/33592320 [00:57<00:40, 343982.34it/s] 59%|██████ | 19723951/33592320 [00:57<00:40, 344026.66it/s] 59%|██████ | 19760663/33592320 [00:57<00:40, 344066.84it/s] 59%|██████ | 19796152/33592320 [00:57<00:40, 344085.62it/s] 59%|██████ | 19832250/33592320 [00:57<00:39, 344114.94it/s] 59%|██████ | 19868654/33592320 [00:57<00:39, 344149.44it/s] 59%|██████ | 19900912/33592320 [00:57<00:39, 344112.12it/s] 59%|██████ | 19930949/33592320 [00:57<00:39, 344036.59it/s] 59%|██████ | 19964300/33592320 [00:58<00:39, 344018.47it/s] 60%|██████ | 19996371/33592320 [00:58<00:39, 343978.38it/s] 60%|██████ | 20028166/33592320 [00:58<00:39, 343933.62it/s] 60%|██████ | 20062520/33592320 [00:58<00:39, 343932.94it/s] 60%|██████ | 20096328/33592320 [00:58<00:39, 343922.91it/s] 60%|██████ | 20130209/33592320 [00:58<00:39, 343914.16it/s] 60%|██████▎ | 20164053/33592320 [00:58<00:39, 343904.81it/s] 60%|██████▎ | 20200048/33592320 [00:58<00:38, 343932.12it/s] 60%|██████▎ | 20234287/33592320 [00:58<00:38, 343929.50it/s] 60%|██████▎ | 20269070/33592320 [00:58<00:38, 343936.09it/s] 60%|██████▎ | 20305386/33592320 [00:59<00:38, 343968.66it/s] 61%|██████▎ | 20341549/33592320 [00:59<00:38, 343998.41it/s] 61%|██████▎ | 20377900/33592320 [00:59<00:38, 344031.38it/s] 61%|██████▎ | 20414123/33592320 [00:59<00:38, 344062.03it/s] 61%|██████▎ | 20449635/33592320 [00:59<00:38, 344080.62it/s] 61%|██████▎ | 20485367/33592320 [00:59<00:38, 344102.84it/s] 61%|██████▎ | 20521824/33592320 [00:59<00:37, 344137.16it/s] 61%|██████▎ | 20556971/33592320 [00:59<00:37, 344149.44it/s] 61%|██████▎ | 20591446/33592320 [00:59<00:37, 344150.41it/s] 61%|██████▎ | 20624942/33592320 [00:59<00:37, 344135.06it/s] 62%|██████▍ | 20660008/33592320 [01:00<00:37, 344145.91it/s] 62%|██████▍ | 20695775/33592320 [01:00<00:37, 344168.41it/s] 62%|██████▍ | 20731760/33592320 [01:00<00:37, 344194.41it/s] 62%|██████▍ | 20765573/33592320 [01:00<00:37, 344184.31it/s] 62%|██████▍ | 20800665/33592320 [01:00<00:37, 344195.47it/s] 62%|██████▍ | 20836076/33592320 [01:00<00:37, 344211.84it/s] 62%|██████▍ | 20871476/33592320 [01:00<00:36, 344227.97it/s] 62%|██████▍ | 20907614/33592320 [01:00<00:36, 344256.19it/s] 62%|██████▍ | 20942722/33592320 [01:00<00:36, 344267.41it/s] 62%|██████▍ | 20977605/33592320 [01:00<00:36, 344274.88it/s] 63%|██████▍ | 21013030/33592320 [01:01<00:36, 344291.22it/s] 63%|██████▍ | 21047954/33592320 [01:01<00:36, 344299.28it/s] 63%|██████▍ | 21081613/33592320 [01:01<00:36, 344286.69it/s] 63%|██████▌ | 21116375/33592320 [01:01<00:36, 344292.12it/s] 63%|██████▌ | 21153036/33592320 [01:01<00:36, 344328.44it/s] 63%|██████▌ | 21188701/33592320 [01:01<00:36, 344348.44it/s] 63%|██████▌ | 21223332/33592320 [01:01<00:35, 344351.62it/s] 63%|██████▌ | 21260002/33592320 [01:01<00:35, 344387.81it/s] 63%|██████▌ | 21294803/33592320 [01:01<00:35, 344393.66it/s] 63%|██████▌ | 21326723/33592320 [01:01<00:35, 344352.97it/s] 64%|██████▌ | 21350626/33592320 [01:02<00:35, 344183.16it/s] 64%|██████▌ | 21384024/33592320 [01:02<00:35, 344166.72it/s] 64%|██████▌ | 21418197/33592320 [01:02<00:35, 344162.78it/s] 64%|██████▌ | 21450754/33592320 [01:02<00:35, 344132.94it/s] 64%|██████▌ | 21483674/33592320 [01:02<00:35, 344109.03it/s] 64%|██████▌ | 21515758/33592320 [01:02<00:35, 344071.81it/s] 64%|██████▌ | 21549912/33592320 [01:02<00:35, 344067.75it/s] 64%|██████▌ | 21581001/33592320 [01:02<00:34, 344014.81it/s] 64%|██████▋ | 21613979/33592320 [01:02<00:34, 343992.19it/s] 64%|██████▋ | 21648187/33592320 [01:02<00:34, 343989.12it/s] 65%|██████▋ | 21680751/33592320 [01:03<00:34, 343960.03it/s] 65%|██████▋ | 21715144/33592320 [01:03<00:34, 343959.94it/s] 65%|██████▋ | 21746502/33592320 [01:03<00:34, 343911.88it/s] 65%|██████▋ | 21779531/33592320 [01:03<00:34, 343890.38it/s] 65%|██████▋ | 21811156/33592320 [01:03<00:34, 343846.78it/s] 65%|██████▋ | 21838363/33592320 [01:03<00:34, 343733.81it/s] 65%|██████▋ | 21868003/33592320 [01:03<00:34, 343659.41it/s] 65%|██████▋ | 21900663/33592320 [01:03<00:34, 343632.62it/s] 65%|██████▋ | 21932023/33592320 [01:03<00:33, 343585.56it/s] 65%|██████▋ | 21964757/33592320 [01:03<00:33, 343560.12it/s] 65%|██████▋ | 21997580/33592320 [01:04<00:33, 343536.19it/s] 66%|██████▋ | 22028916/33592320 [01:04<00:33, 343489.09it/s] 66%|██████▋ | 22060660/33592320 [01:04<00:33, 343448.50it/s] 66%|██████▊ | 22092596/33592320 [01:04<00:33, 343411.03it/s] 66%|██████▊ | 22126078/33592320 [01:04<00:33, 343397.66it/s] 66%|██████▊ | 22158096/33592320 [01:04<00:33, 343361.66it/s] 66%|██████▊ | 22189402/33592320 [01:04<00:33, 343314.72it/s] 66%|██████▊ | 22221001/33592320 [01:04<00:33, 343272.47it/s] 66%|██████▊ | 22251030/33592320 [01:04<00:33, 343206.16it/s] 66%|██████▊ | 22284309/33592320 [01:04<00:32, 343190.06it/s] 66%|██████▊ | 22315225/33592320 [01:05<00:32, 343137.72it/s] 67%|██████▊ | 22347771/33592320 [01:05<00:32, 343110.56it/s] 67%|██████▊ | 22380660/33592320 [01:05<00:32, 343088.72it/s] 67%|██████▊ | 22414021/33592320 [01:05<00:32, 343074.16it/s] 67%|██████▊ | 22445552/33592320 [01:05<00:32, 343031.72it/s] 67%|██████▊ | 22477466/33592320 [01:05<00:32, 342995.22it/s] 67%|██████▊ | 22509313/33592320 [01:05<00:32, 342957.81it/s] 67%|██████▊ | 22539667/33592320 [01:05<00:32, 342897.84it/s] 67%|██████▉ | 22570425/33592320 [01:05<00:32, 342844.12it/s] 67%|██████▉ | 22603443/33592320 [01:05<00:32, 342824.94it/s] 67%|██████▉ | 22635206/33592320 [01:06<00:31, 342786.72it/s] 67%|██████▉ | 22667844/33592320 [01:06<00:31, 342761.88it/s] 68%|██████▉ | 22700197/33592320 [01:06<00:31, 342732.81it/s] 68%|██████▉ | 22731594/33592320 [01:06<00:31, 342689.44it/s] 68%|██████▉ | 22766173/33592320 [01:06<00:31, 342694.03it/s] 68%|██████▉ | 22800282/33592320 [01:06<00:31, 342691.62it/s] 68%|██████▉ | 22832865/33592320 [01:06<00:31, 342666.25it/s] 68%|██████▉ | 22866388/33592320 [01:06<00:31, 342655.09it/s] 68%|██████▉ | 22901186/33592320 [01:06<00:31, 342663.03it/s] 68%|██████▉ | 22934914/33592320 [01:06<00:31, 342654.97it/s] 68%|██████▉ | 22968230/33592320 [01:07<00:31, 342640.78it/s] 68%|██████▉ | 23003043/33592320 [01:07<00:30, 342648.94it/s] 69%|██████▉ | 23034321/33592320 [01:07<00:30, 342604.44it/s] 69%|███████ | 23066277/33592320 [01:07<00:30, 342570.19it/s] 69%|███████ | 23100861/33592320 [01:07<00:30, 342575.00it/s] 69%|███████ | 23135547/33592320 [01:07<00:30, 342581.34it/s] 69%|███████ | 23170424/33592320 [01:07<00:30, 342590.47it/s] 69%|███████ | 23204988/33592320 [01:07<00:30, 342594.94it/s] 69%|███████ | 23238283/33592320 [01:07<00:30, 342580.69it/s] 69%|███████ | 23270927/33592320 [01:07<00:30, 342556.91it/s] 69%|███████ | 23304877/33592320 [01:08<00:30, 342552.34it/s] 69%|███████ | 23337805/33592320 [01:08<00:29, 342532.84it/s] 70%|███████ | 23368650/33592320 [01:08<00:29, 342482.88it/s] 70%|███████ | 23400668/33592320 [01:08<00:29, 342450.19it/s] 70%|███████ | 23434739/33592320 [01:08<00:29, 342447.59it/s] 70%|███████ | 23467332/33592320 [01:08<00:29, 342423.47it/s] 70%|███████ | 23498920/33592320 [01:08<00:29, 342384.75it/s] 70%|███████▎ | 23531585/33592320 [01:08<00:29, 342361.81it/s] 70%|███████▎ | 23564880/33592320 [01:08<00:29, 342348.12it/s] 70%|███████▎ | 23597420/33592320 [01:08<00:29, 342323.50it/s] 70%|███████▎ | 23629748/33592320 [01:09<00:29, 342295.91it/s] 70%|███████▎ | 23661392/33592320 [01:09<00:29, 342258.47it/s] 71%|███████▎ | 23692449/33592320 [01:09<00:28, 342212.66it/s] 71%|███████▎ | 23725440/33592320 [01:09<00:28, 342194.88it/s] 71%|███████▎ | 23757802/33592320 [01:09<00:28, 342168.09it/s] 71%|███████▎ | 23788203/33592320 [01:09<00:28, 342113.22it/s] 71%|███████▎ | 23820713/33592320 [01:09<00:28, 342088.72it/s] 71%|███████▎ | 23855013/33592320 [01:09<00:28, 342090.00it/s] 71%|███████▎ | 23888347/33592320 [01:09<00:28, 342077.47it/s] 71%|███████▎ | 23921115/33592320 [01:09<00:28, 342056.84it/s] 71%|███████▎ | 23955653/33592320 [01:10<00:28, 342061.53it/s] 71%|███████▎ | 23988030/33592320 [01:10<00:28, 342035.44it/s] 72%|███████▍ | 24018690/33592320 [01:10<00:27, 341984.97it/s] 72%|███████▍ | 24051239/33592320 [01:10<00:27, 341961.50it/s] 72%|███████▍ | 24083071/33592320 [01:10<00:27, 341927.91it/s] 72%|███████▍ | 24115542/33592320 [01:10<00:27, 341903.44it/s] 72%|███████▍ | 24148639/33592320 [01:10<00:27, 341887.94it/s] 72%|███████▍ | 24181136/33592320 [01:10<00:27, 341863.97it/s] 72%|███████▍ | 24214346/33592320 [01:10<00:27, 341850.16it/s] 72%|███████▍ | 24246971/33592320 [01:10<00:27, 341828.16it/s] 72%|███████▍ | 24278864/33592320 [01:11<00:27, 341795.88it/s] 72%|███████▍ | 24310490/33592320 [01:11<00:27, 341759.94it/s] 72%|███████▍ | 24344782/33592320 [01:11<00:27, 341761.56it/s] 73%|███████▍ | 24376148/33592320 [01:11<00:26, 341722.12it/s] 73%|███████▍ | 24409212/33592320 [01:11<00:26, 341706.59it/s] 73%|███████▍ | 24441650/33592320 [01:11<00:26, 341682.34it/s] 73%|███████▍ | 24474134/33592320 [01:11<00:26, 341658.78it/s] 73%|███████▌ | 24507544/33592320 [01:11<00:26, 341648.22it/s] 73%|███████▌ | 24536256/33592320 [01:11<00:26, 341572.28it/s] 73%|███████▌ | 24567142/33592320 [01:11<00:26, 341526.78it/s] 73%|███████▌ | 24599411/33592320 [01:12<00:26, 341500.62it/s] 73%|███████▌ | 24634080/33592320 [01:12<00:26, 341507.78it/s] 73%|███████▌ | 24668021/33592320 [01:12<00:26, 341504.81it/s] 74%|███████▌ | 24702877/33592320 [01:12<00:26, 341514.50it/s] 74%|███████▌ | 24735310/33592320 [01:12<00:25, 341490.78it/s] 74%|███████▌ | 24767937/33592320 [01:12<00:25, 341469.75it/s] 74%|███████▌ | 24800857/33592320 [01:12<00:25, 341452.81it/s] 74%|███████▌ | 24833914/33592320 [01:12<00:25, 341437.84it/s] 74%|███████▌ | 24867323/33592320 [01:12<00:25, 341427.75it/s] 74%|███████▌ | 24898712/33592320 [01:12<00:25, 341389.94it/s] 74%|███████▌ | 24928722/33592320 [01:13<00:25, 341333.38it/s] 74%|███████▋ | 24958690/33592320 [01:13<00:25, 341276.41it/s] 74%|███████▋ | 24986094/33592320 [01:13<00:25, 341184.56it/s] 74%|███████▋ | 25015653/33592320 [01:13<00:25, 341122.34it/s] 75%|███████▋ | 25045792/33592320 [01:13<00:25, 341068.22it/s] 75%|███████▋ | 25075892/33592320 [01:13<00:24, 341013.69it/s] 75%|███████▋ | 25106473/33592320 [01:13<00:24, 340965.84it/s] 75%|███████▋ | 25135711/33592320 [01:13<00:24, 340899.94it/s] 75%|███████▋ | 25166887/33592320 [01:13<00:24, 340860.47it/s] 75%|███████▋ | 25196267/33592320 [01:13<00:24, 340796.78it/s] 75%|███████▋ | 25226885/33592320 [01:14<00:24, 340749.97it/s] 75%|███████▋ | 25255791/33592320 [01:14<00:24, 340680.16it/s] 75%|███████▋ | 25284609/33592320 [01:14<00:24, 340609.38it/s] 75%|███████▋ | 25314554/33592320 [01:14<00:24, 340554.00it/s] 75%|███████▋ | 25343989/33592320 [01:14<00:24, 340491.88it/s] 76%|███████▋ | 25377851/33592320 [01:14<00:24, 340489.38it/s] 76%|███████▋ | 25410946/33592320 [01:14<00:24, 340476.56it/s] 76%|███████▊ | 25445841/33592320 [01:14<00:23, 340487.84it/s] 76%|███████▊ | 25476042/33592320 [01:14<00:23, 340436.41it/s] 76%|███████▊ | 25506049/33592320 [01:14<00:23, 340381.91it/s] 76%|███████▊ | 25535999/33592320 [01:15<00:23, 340327.44it/s] 76%|███████▊ | 25567678/33592320 [01:15<00:23, 340296.06it/s] 76%|███████▊ | 25599332/33592320 [01:15<00:23, 340264.47it/s] 76%|███████▊ | 25633028/33592320 [01:15<00:23, 340260.03it/s] 76%|███████▊ | 25668145/33592320 [01:15<00:23, 340274.47it/s] 77%|███████▊ | 25699452/33592320 [01:15<00:23, 340238.44it/s] 77%|███████▊ | 25733608/33592320 [01:15<00:23, 340240.16it/s] 77%|███████▊ | 25767833/33592320 [01:15<00:22, 340242.78it/s] 77%|███████▊ | 25800016/33592320 [01:15<00:22, 340218.47it/s] 77%|███████▊ | 25834083/33592320 [01:15<00:22, 340219.06it/s] 77%|███████▊ | 25867865/33592320 [01:16<00:22, 340215.84it/s] 77%|███████▊ | 25901754/33592320 [01:16<00:22, 340214.09it/s] 77%|███████▉ | 25935514/33592320 [01:16<00:22, 340210.62it/s] 77%|███████▉ | 25968414/33592320 [01:16<00:22, 340195.91it/s] 77%|███████▉ | 26000291/33592320 [01:16<00:22, 340167.88it/s] 77%|███████▉ | 26030855/33592320 [01:16<00:22, 340122.72it/s] 78%|███████▉ | 26063786/33592320 [01:16<00:22, 340108.59it/s] 78%|███████▉ | 26096034/33592320 [01:16<00:22, 340085.59it/s] 78%|███████▉ | 26129979/33592320 [01:16<00:21, 340084.75it/s] 78%|███████▉ | 26161318/33592320 [01:16<00:21, 340050.00it/s] 78%|███████▉ | 26192489/33592320 [01:17<00:21, 340013.19it/s] 78%|███████▉ | 26223232/33592320 [01:17<00:21, 339970.91it/s] 78%|███████▉ | 26254886/33592320 [01:17<00:21, 339940.56it/s] 78%|███████▉ | 26286678/33592320 [01:17<00:21, 339912.06it/s] 78%|███████▉ | 26319306/33592320 [01:17<00:21, 339894.41it/s] 78%|███████▉ | 26352050/33592320 [01:17<00:21, 339878.34it/s] 79%|███████▉ | 26384187/33592320 [01:17<00:21, 339854.47it/s] 79%|████████ | 26416919/33592320 [01:17<00:21, 339838.31it/s] 79%|████████ | 26448798/33592320 [01:17<00:21, 339807.72it/s] 79%|████████ | 26483091/33592320 [01:17<00:20, 339811.69it/s] 79%|████████ | 26516122/33592320 [01:18<00:20, 339799.50it/s] 79%|████████ | 26547934/33592320 [01:18<00:20, 339771.72it/s] 79%|████████ | 26578550/33592320 [01:18<00:20, 339728.72it/s] 79%|████████ | 26609882/33592320 [01:18<00:20, 339695.00it/s] 79%|████████ | 26640014/33592320 [01:18<00:20, 339646.03it/s] 79%|████████ | 26670593/33592320 [01:18<00:20, 339602.88it/s] 79%|████████ | 26701185/33592320 [01:18<00:20, 339560.03it/s] 80%|████████ | 26732203/33592320 [01:18<00:20, 339522.72it/s] 80%|████████ | 26763877/33592320 [01:18<00:20, 339493.75it/s] 80%|████████ | 26795723/33592320 [01:18<00:20, 339467.09it/s] 80%|████████ | 26826773/33592320 [01:19<00:19, 339430.41it/s] 80%|████████ | 26859022/33592320 [01:19<00:19, 339409.00it/s] 80%|████████▎ | 26892183/33592320 [01:19<00:19, 339399.12it/s] 80%|████████▎ | 26924624/33592320 [01:19<00:19, 339380.19it/s] 80%|████████▎ | 26950635/33592320 [01:19<00:19, 339280.38it/s] 80%|████████▎ | 26976306/33592320 [01:19<00:19, 339176.53it/s] 80%|████████▎ | 27007823/33592320 [01:19<00:19, 339146.38it/s] 80%|████████▎ | 27040238/33592320 [01:19<00:19, 339127.53it/s] 81%|████████▎ | 27073224/33592320 [01:19<00:19, 339115.91it/s] 81%|████████▎ | 27104399/33592320 [01:19<00:19, 339081.66it/s] 81%|████████▎ | 27135941/33592320 [01:20<00:19, 339052.03it/s] 81%|████████▎ | 27167776/33592320 [01:20<00:18, 339026.19it/s] 81%|████████▎ | 27200764/33592320 [01:20<00:18, 339014.75it/s] 81%|████████▎ | 27232842/33592320 [01:20<00:18, 338992.03it/s] 81%|████████▎ | 27264872/33592320 [01:20<00:18, 338968.78it/s] 81%|████████▎ | 27297856/33592320 [01:20<00:18, 338957.41it/s] 81%|████████▎ | 27331593/33592320 [01:20<00:18, 338955.41it/s] 81%|████████▍ | 27364475/33592320 [01:20<00:18, 338942.84it/s] 82%|████████▍ | 27401258/33592320 [01:20<00:18, 338978.53it/s] 82%|████████▍ | 27435138/33592320 [01:20<00:18, 338978.31it/s] 82%|████████▍ | 27468669/33592320 [01:21<00:18, 338973.75it/s] 82%|████████▍ | 27502455/33592320 [01:21<00:17, 338972.38it/s] 82%|████████▍ | 27535733/33592320 [01:21<00:17, 338964.69it/s] 82%|████████▍ | 27568170/33592320 [01:21<00:17, 338946.72it/s] 82%|████████▍ | 27600892/33592320 [01:21<00:17, 338932.31it/s] 82%|████████▍ | 27631839/33592320 [01:21<00:17, 338896.16it/s] 82%|████████▍ | 27663165/33592320 [01:21<00:17, 338864.72it/s] 82%|████████▍ | 27694572/33592320 [01:21<00:17, 338834.34it/s] 83%|████████▍ | 27726543/33592320 [01:21<00:17, 338810.97it/s] 83%|████████▍ | 27758391/33592320 [01:21<00:17, 338786.12it/s] 83%|████████▍ | 27790387/33592320 [01:22<00:17, 338763.16it/s] 83%|████████▍ | 27822204/33592320 [01:22<00:17, 338738.06it/s] 83%|████████▌ | 27854608/33592320 [01:22<00:16, 338720.16it/s] 83%|████████▌ | 27885983/33592320 [01:22<00:16, 338689.81it/s] 83%|████████▌ | 27917852/33592320 [01:22<00:16, 338665.50it/s] 83%|████████▌ | 27949653/33592320 [01:22<00:16, 338640.44it/s] 83%|████████▌ | 27982579/33592320 [01:22<00:16, 338629.09it/s] 83%|████████▌ | 28014189/33592320 [01:22<00:16, 338601.81it/s] 83%|████████▌ | 28044485/33592320 [01:22<00:16, 338558.75it/s] 84%|████████▌ | 28076016/33592320 [01:22<00:16, 338530.72it/s] 84%|████████▌ | 28106663/33592320 [01:23<00:16, 338492.09it/s] 84%|████████▌ | 28136754/33592320 [01:23<00:16, 338446.84it/s] 84%|████████▌ | 28167675/33592320 [01:23<00:16, 338411.72it/s] 84%|████████▌ | 28196301/33592320 [01:23<00:15, 338349.09it/s] 84%|████████▌ | 28224623/33592320 [01:23<00:15, 338283.00it/s] 84%|████████▌ | 28254652/33592320 [01:23<00:15, 338237.50it/s] 84%|████████▌ | 28285362/33592320 [01:23<00:15, 338200.25it/s] 84%|████████▋ | 28316212/33592320 [01:23<00:15, 338164.75it/s] 84%|████████▋ | 28346654/33592320 [01:23<00:15, 338124.47it/s] 84%|████████▋ | 28376176/33592320 [01:23<00:15, 338073.31it/s] 85%|████████▋ | 28405804/33592320 [01:24<00:15, 338023.56it/s] 85%|████████▋ | 28433933/33592320 [01:24<00:15, 337956.09it/s] 85%|████████▋ | 28463208/33592320 [01:24<00:15, 337897.97it/s] 85%|████████▋ | 28492094/33592320 [01:24<00:15, 337839.81it/s] 85%|████████▋ | 28520248/33592320 [01:24<00:15, 337773.12it/s] 85%|████████▋ | 28548399/33592320 [01:24<00:14, 337706.53it/s] 85%|████████▋ | 28576633/33592320 [01:24<00:14, 337641.06it/s] 85%|████████▋ | 28604893/33592320 [01:24<00:14, 337576.09it/s] 85%|████████▋ | 28632273/33592320 [01:24<00:14, 337500.91it/s] 85%|████████▋ | 28660798/33592320 [01:24<00:14, 337439.38it/s] 85%|████████▋ | 28689020/33592320 [01:25<00:14, 337374.41it/s] 85%|████████▋ | 28716813/33592320 [01:25<00:14, 337304.56it/s] 86%|████████▋ | 28747142/33592320 [01:25<00:14, 337264.62it/s] 86%|████████▋ | 28777822/33592320 [01:25<00:14, 337228.91it/s] 86%|████████▊ | 28806217/33592320 [01:25<00:14, 337166.50it/s] 86%|████████▊ | 28835379/33592320 [01:25<00:14, 337113.25it/s] 86%|████████▊ | 28865131/33592320 [01:25<00:14, 337067.00it/s] 86%|████████▊ | 28896095/33592320 [01:25<00:13, 337035.00it/s] 86%|████████▊ | 28927250/33592320 [01:25<00:13, 337005.25it/s] 86%|████████▊ | 28956838/33592320 [01:25<00:13, 336957.38it/s] 86%|████████▊ | 28987127/33592320 [01:26<00:13, 336917.78it/s] 86%|████████▊ | 29013867/33592320 [01:26<00:13, 336837.03it/s] 86%|████████▊ | 29044555/33592320 [01:26<00:13, 336802.28it/s] 87%|████████▊ | 29073731/33592320 [01:26<00:13, 336750.09it/s] 87%|████████▊ | 29103251/33592320 [01:26<00:13, 336702.00it/s] 87%|████████▊ | 29133710/33592320 [01:26<00:13, 336664.84it/s] 87%|████████▊ | 29165176/33592320 [01:26<00:13, 336639.44it/s] 87%|████████▊ | 29196129/33592320 [01:26<00:13, 336608.12it/s] 87%|████████▊ | 29226964/33592320 [01:26<00:12, 336575.59it/s] 87%|████████▊ | 29255948/33592320 [01:26<00:12, 336521.81it/s] 87%|████████▉ | 29284279/33592320 [01:27<00:12, 336460.66it/s] 87%|████████▉ | 29314624/33592320 [01:27<00:12, 336422.72it/s] 87%|████████▉ | 29342055/33592320 [01:27<00:12, 336351.53it/s] 87%|████████▉ | 29373031/33592320 [01:27<00:12, 336321.06it/s] 88%|████████▉ | 29404311/33592320 [01:27<00:12, 336294.12it/s] 88%|████████▉ | 29433934/33592320 [01:27<00:12, 336248.31it/s] 88%|████████▉ | 29463809/33592320 [01:27<00:12, 336205.50it/s] 88%|████████▉ | 29494611/33592320 [01:27<00:12, 336173.38it/s] 88%|████████▉ | 29525955/33592320 [01:27<00:12, 336147.47it/s] 88%|████████▉ | 29556684/33592320 [01:27<00:12, 336114.62it/s] 88%|████████▉ | 29588047/33592320 [01:28<00:11, 336089.06it/s] 88%|████████▉ | 29619138/33592320 [01:28<00:11, 336060.47it/s] 88%|████████▉ | 29649707/33592320 [01:28<00:11, 336026.03it/s] 88%|████████▉ | 29679525/33592320 [01:28<00:11, 335983.12it/s] 88%|████████▉ | 29711263/33592320 [01:28<00:11, 335962.09it/s] 89%|████████▉ | 29740488/33592320 [01:28<00:11, 335912.69it/s] 89%|█████████ | 29771519/33592320 [01:28<00:11, 335883.81it/s] 89%|█████████ | 29802754/33592320 [01:28<00:11, 335857.25it/s] 89%|█████████ | 29833238/33592320 [01:28<00:11, 335822.31it/s] 89%|█████████ | 29863267/33592320 [01:28<00:11, 335782.34it/s] 89%|█████████ | 29892935/33592320 [01:29<00:11, 335738.41it/s] 89%|█████████ | 29922012/33592320 [01:29<00:10, 335687.91it/s] 89%|█████████ | 29952198/33592320 [01:29<00:10, 335650.00it/s] 89%|█████████ | 29981960/33592320 [01:29<00:10, 335607.41it/s] 89%|█████████ | 30009672/33592320 [01:29<00:10, 335541.97it/s] 89%|█████████ | 30039603/33592320 [01:29<00:10, 335501.50it/s] 90%|█████████ | 30069960/33592320 [01:29<00:10, 335465.78it/s] 90%|█████████ | 30101117/33592320 [01:29<00:10, 335439.12it/s] 90%|█████████ | 30130301/33592320 [01:29<00:10, 335390.56it/s] 90%|█████████ | 30159376/33592320 [01:29<00:10, 335340.91it/s] 90%|█████████ | 30189100/33592320 [01:30<00:10, 335298.59it/s] 90%|█████████ | 30218436/33592320 [01:30<00:10, 335252.03it/s] 90%|█████████▎| 30249038/33592320 [01:30<00:09, 335219.62it/s] 90%|█████████▎| 30279981/33592320 [01:30<00:09, 335191.03it/s] 90%|█████████▎| 30312467/33592320 [01:30<00:09, 335179.59it/s] 90%|█████████▎| 30344465/33592320 [01:30<00:09, 335162.78it/s] 90%|█████████▎| 30375566/33592320 [01:30<00:09, 335136.12it/s] 91%|█████████▎| 30405566/33592320 [01:30<00:09, 335097.38it/s] 91%|█████████▎| 30436394/33592320 [01:30<00:09, 335067.81it/s] 91%|█████████▎| 30467193/33592320 [01:30<00:09, 335038.00it/s] 91%|█████████▎| 30496854/33592320 [01:31<00:09, 334995.78it/s] 91%|█████████▎| 30527747/33592320 [01:31<00:09, 334967.19it/s] 91%|█████████▎| 30558470/33592320 [01:31<00:09, 334936.75it/s] 91%|█████████▎| 30588417/33592320 [01:31<00:08, 334897.88it/s] 91%|█████████▎| 30619466/33592320 [01:31<00:08, 334871.19it/s] 91%|█████████▎| 30650425/33592320 [01:31<00:08, 334843.53it/s] 91%|█████████▎| 30681172/33592320 [01:31<00:08, 334813.62it/s] 91%|█████████▎| 30711463/33592320 [01:31<00:08, 334778.84it/s] 92%|█████████▍| 30742168/33592320 [01:31<00:08, 334748.62it/s] 92%|█████████▍| 30772580/33592320 [01:31<00:08, 334715.28it/s] 92%|█████████▍| 30802840/33592320 [01:32<00:08, 334680.38it/s] 92%|█████████▍| 30833206/33592320 [01:32<00:08, 334646.69it/s] 92%|█████████▍| 30863325/33592320 [01:32<00:08, 334610.38it/s] 92%|█████████▍| 30893196/33592320 [01:32<00:08, 334571.47it/s] 92%|█████████▍| 30923791/33592320 [01:32<00:07, 334540.50it/s] 92%|█████████▍| 30953528/33592320 [01:32<00:07, 334500.31it/s] 92%|█████████▍| 30983709/33592320 [01:32<00:07, 334464.97it/s] 92%|█████████▍| 31013109/33592320 [01:32<00:07, 334414.75it/s] 92%|█████████▍| 31042072/33592320 [01:32<00:07, 334366.50it/s] 92%|█████████▍| 31071504/33592320 [01:32<00:07, 334323.38it/s] 93%|█████████▍| 31101242/33592320 [01:33<00:07, 334283.66it/s] 93%|█████████▍| 31130292/33592320 [01:33<00:07, 334233.91it/s] 93%|█████████▍| 31158804/33592320 [01:33<00:07, 334181.22it/s] 93%|█████████▍| 31188371/33592320 [01:33<00:07, 334139.94it/s] 93%|█████████▌| 31216300/33592320 [01:33<00:07, 334081.22it/s] 93%|█████████▌| 31245544/33592320 [01:33<00:07, 334036.69it/s] 93%|█████████▌| 31275836/33592320 [01:33<00:06, 334003.44it/s] 93%|█████████▌| 31305992/33592320 [01:33<00:06, 333968.78it/s] 93%|█████████▌| 31333781/33592320 [01:33<00:06, 333909.00it/s] 93%|█████████▌| 31361761/33592320 [01:33<00:06, 333851.38it/s] 93%|█████████▌| 31391370/33592320 [01:34<00:06, 333811.22it/s] 94%|█████████▌| 31420670/33592320 [01:34<00:06, 333767.84it/s] 94%|█████████▌| 31448352/33592320 [01:34<00:06, 333707.38it/s] 94%|█████████▌| 31478201/33592320 [01:34<00:06, 333670.03it/s] 94%|█████████▌| 31507341/33592320 [01:34<00:06, 333625.25it/s] 94%|█████████▌| 31537923/33592320 [01:34<00:06, 333595.84it/s] 94%|█████████▌| 31568219/33592320 [01:34<00:06, 333563.44it/s] 94%|█████████▌| 31599343/33592320 [01:34<00:05, 333539.84it/s] 94%|█████████▌| 31624518/33592320 [01:34<00:05, 333453.59it/s] 94%|█████████▌| 31656050/33592320 [01:34<00:05, 333434.47it/s] 94%|█████████▋| 31686172/33592320 [01:35<00:05, 333400.53it/s] 94%|█████████▋| 31716326/33592320 [01:35<00:05, 333367.03it/s] 95%|█████████▋| 31746377/33592320 [01:35<00:05, 333332.50it/s] 95%|█████████▋| 31774512/33592320 [01:35<00:05, 333277.97it/s] 95%|█████████▋| 31805821/33592320 [01:35<00:05, 333256.78it/s] 95%|█████████▋| 31833523/33592320 [01:35<00:05, 333197.94it/s] 95%|█████████▋| 31858186/33592320 [01:35<00:05, 333107.38it/s] 95%|█████████▋| 31887607/33592320 [01:35<00:05, 333066.75it/s] 95%|█████████▋| 31918389/33592320 [01:35<00:05, 333040.34it/s] 95%|█████████▋| 31948552/33592320 [01:35<00:04, 333007.59it/s] 95%|█████████▋| 31978533/33592320 [01:36<00:04, 332973.00it/s] 95%|█████████▋| 32004547/33592320 [01:36<00:04, 332897.25it/s] 95%|█████████▋| 32033128/33592320 [01:36<00:04, 332848.25it/s] 95%|█████████▋| 32061785/33592320 [01:36<00:04, 332800.16it/s] 96%|█████████▋| 32090483/33592320 [01:36<00:04, 332752.66it/s] 96%|█████████▋| 32119441/33592320 [01:36<00:04, 332707.91it/s] 96%|█████████▋| 32149229/33592320 [01:36<00:04, 332671.84it/s] 96%|█████████▊| 32179433/33592320 [01:36<00:04, 332640.16it/s] 96%|█████████▊| 32209536/33592320 [01:36<00:04, 332607.50it/s] 96%|█████████▊| 32239525/33592320 [01:36<00:04, 332560.06it/s] 96%|█████████▊| 32268109/33592320 [01:37<00:03, 332511.88it/s] 96%|█████████▊| 32298091/33592320 [01:37<00:03, 332478.22it/s] 96%|█████████▊| 32328604/33592320 [01:37<00:03, 332450.06it/s] 96%|█████████▊| 32359216/33592320 [01:37<00:03, 332423.00it/s] 96%|█████████▊| 32390721/33592320 [01:37<00:03, 332405.16it/s] 97%|█████████▊| 32419536/33592320 [01:37<00:03, 332359.78it/s] 97%|█████████▊| 32452052/33592320 [01:37<00:03, 332352.38it/s] 97%|█████████▊| 32483183/33592320 [01:37<00:03, 332330.84it/s] 97%|█████████▊| 32514021/33592320 [01:37<00:03, 332306.31it/s] 97%|█████████▊| 32545167/33592320 [01:37<00:03, 332285.03it/s] 97%|█████████▊| 32574444/33592320 [01:38<00:03, 332244.69it/s] 97%|█████████▊| 32604612/33592320 [01:38<00:02, 332213.53it/s] 97%|█████████▉| 32634599/33592320 [01:38<00:02, 332180.59it/s] 97%|█████████▉| 32664867/33592320 [01:38<00:02, 332150.59it/s] 97%|█████████▉| 32696121/33592320 [01:38<00:02, 332130.62it/s] 97%|█████████▉| 32726375/33592320 [01:38<00:02, 332100.59it/s] 98%|█████████▉| 32756606/33592320 [01:38<00:02, 332070.38it/s] 98%|█████████▉| 32787307/33592320 [01:38<00:02, 332044.97it/s] 98%|█████████▉| 32819401/33592320 [01:38<00:02, 332033.69it/s] 98%|█████████▉| 32851939/33592320 [01:38<00:02, 332026.97it/s] 98%|█████████▉| 32883473/33592320 [01:39<00:02, 332010.09it/s] 98%|█████████▉| 32915498/33592320 [01:39<00:02, 331998.22it/s] 98%|█████████▉| 32947778/33592320 [01:39<00:01, 331988.94it/s] 98%|█████████▉| 32978827/33592320 [01:39<00:01, 331967.28it/s] 98%|█████████▉| 33010050/33592320 [01:39<00:01, 331947.41it/s] 98%|█████████▉| 33041188/33592320 [01:39<00:01, 331926.72it/s] 98%|█████████▉| 33071440/33592320 [01:39<00:01, 331897.19it/s] 99%|█████████▉| 33101637/33592320 [01:39<00:01, 331867.16it/s] 99%|██████████| 33132465/33592320 [01:39<00:01, 331843.50it/s] 99%|██████████| 33162482/33592320 [01:39<00:01, 331811.81it/s] 99%|██████████| 33193005/33592320 [01:40<00:01, 331785.19it/s] 99%|██████████| 33223022/33592320 [01:40<00:01, 331753.62it/s] 99%|██████████| 33251872/33592320 [01:40<00:01, 331710.44it/s] 99%|██████████| 33280935/33592320 [01:40<00:00, 331669.50it/s] 99%|██████████| 33308768/33592320 [01:40<00:00, 331616.38it/s] 99%|██████████| 33340885/33592320 [01:40<00:00, 331605.94it/s] 99%|██████████| 33369468/33592320 [01:40<00:00, 331560.44it/s] 99%|██████████| 33399575/33592320 [01:40<00:00, 331530.19it/s] 100%|██████████| 33430310/33592320 [01:40<00:00, 331506.16it/s] 100%|██████████| 33460203/33592320 [01:40<00:00, 331473.88it/s] 100%|██████████| 33494085/33592320 [01:41<00:00, 331481.12it/s] 100%|██████████| 33531009/33592320 [01:41<00:00, 331518.44it/s] 100%|██████████| 33567332/33592320 [01:41<00:00, 331549.75it/s] 100%|██████████| 33592320/33592320 [01:41<00:00, 331548.28it/s] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/id_allocator-4f3d1b30a331cb4e) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test tests::allocate_ids ... ok [INFO] [stdout] test tests::allocation_after_free ... ok [INFO] [stdout] test tests::allocation_fills_gaps_first ... ok [INFO] [stdout] test tests::continuous_allocation ... ok [INFO] [stdout] test tests::free_and_reuse_id ... ok [INFO] [stdout] test tests::allocator_reuse_after_free_all ... 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::freeing_unallocated_id ... ok [INFO] [stdout] test tests::is_allocated_for_unallocated ... ok [INFO] [stdout] test tests::multiple_allocations ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/learned_index_segmentation-6e049812c40fae75) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test model::pgm_model_tests::pgm_model_basic ... ok [INFO] [stderr] error: test failed, to rerun pass `-p learned_index_segmentation --lib` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/learned_index_segmentation-6e049812c40fae75` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "7a65a06b271600c28ca9869eca74500e7a753a1c69f3fa35696bf05c258d382c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a65a06b271600c28ca9869eca74500e7a753a1c69f3fa35696bf05c258d382c", kill_on_drop: false }` [INFO] [stdout] 7a65a06b271600c28ca9869eca74500e7a753a1c69f3fa35696bf05c258d382c